Max level shown:
1 [ Feb 1 02:09:07 Enabled. ]
2 [ Feb 1 02:09:07 Rereading configuration. ]
3 [ Feb 1 02:09:10 Rereading configuration. ]
4 [ Feb 1 02:09:15 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Feb 1 02:09:15 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.02.01 02:09:15.941695 [ 1 ] {} <Information> Application: Will watch for the process with pid 23472
29 2025.02.01 02:09:15.942365 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.02.01 02:09:16.095225 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23472
31 2025.02.01 02:09:16.095958 [ 1 ] {} <Information> Application: starting up
32 2025.02.01 02:09:16.096797 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.02.01 02:09:16.178231 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.02.01 02:09:16.220103 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.02.01 02:09:16.220155 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.02.01 02:09:16.220169 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.02.01 02:09:16.220235 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.02.01 02:09:16.220812 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.02.01 02:09:16.222638 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.02.01 02:09:16.223385 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.02.01 02:09:16.223712 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.02.01 02:09:16.223733 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.02.01 02:09:16.223747 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.02.01 02:09:16.223923 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.02.01 02:09:16.224934 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.02.01 02:09:16.230426 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.02.01 02:09:16.231186 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.02.01 02:09:16.232669 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.02.01 02:09:16.232739 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.02.01 02:09:16.234333 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.02.01 02:09:16.234823 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.02.01 02:09:16.238215 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.02.01 02:09:16.238926 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.02.01 02:09:16.240416 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.02.01 02:09:16.240899 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.02.01 02:09:16.241280 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.02.01 02:09:16.241693 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.02.01 02:09:16.243059 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.02.01 02:09:16.243088 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.02.01 02:09:16.243142 [ 169 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.02.01 02:09:16.243221 [ 169 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.02.01 02:09:16.252709 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.02.01 02:09:16.252731 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000139132 sec
68 2025.02.01 02:09:16.252775 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.02.01 02:09:16.252790 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.02.01 02:09:16.253969 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.02.01 02:09:16.255017 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.02.01 02:09:16.266204 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.02.01 02:09:16.266250 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.02.01 02:09:16.266272 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.02.01 02:09:16.266285 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.02.01 02:09:16.266317 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.02.01 02:09:16.266337 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.02.01 02:09:16.268887 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.02.01 02:09:16.268936 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.02.01 02:09:16.268956 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.02.01 02:09:16.269142 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.02.01 02:09:16.269161 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.02.01 02:09:16.269197 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.02.01 02:09:16.269215 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.02.01 02:09:16.269229 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.02.01 02:09:16.269260 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.02.01 02:09:16.269277 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.02.01 02:09:16.296154 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.02.01 02:09:16.297959 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.02.01 02:09:16.297988 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7331e-05 sec
91 2025.02.01 02:09:16.298001 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.02.01 02:09:16.298012 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.02.01 02:09:16.298035 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.02.01 02:09:16.298229 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.02.01 02:09:16.298273 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.02.01 02:09:16.298287 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.02.01 02:09:16.298298 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.02.01 02:09:16.298311 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.02.01 02:09:16.302813 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.02.01 02:09:16.303022 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB
101 2025.02.01 02:09:16.303955 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.386e-05 sec.
102 2025.02.01 02:09:16.304967 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.02.01 02:09:16.305081 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.02.01 02:09:16.305107 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.02.01 02:09:16.512001 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46350
106 2025.02.01 02:09:16.512272 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.02.01 02:09:16.512340 [ 3 ] {} <Debug> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46350
108 2025.02.01 02:09:16.512373 [ 3 ] {} <Debug> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.02.01 02:09:16.512394 [ 3 ] {} <Debug> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.02.01 02:09:16.512481 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.02.01 02:09:16.512508 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.02.01 02:09:16.512531 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.02.01 02:09:16.512963 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48710
114 2025.02.01 02:09:16.512970 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55424
115 2025.02.01 02:09:16.513095 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2025.02.01 02:09:16.513144 [ 4 ] {} <Debug> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Authenticating user 'default' from [fd00:1122:3344:101::d]:48710
117 2025.02.01 02:09:16.513152 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
118 2025.02.01 02:09:16.513209 [ 4 ] {} <Debug> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
119 2025.02.01 02:09:16.513225 [ 5 ] {} <Debug> TCP-Session: 93faf6ab-08fe-4f28-a517-a69b838a65f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55424
120 2025.02.01 02:09:16.513244 [ 4 ] {} <Debug> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
121 2025.02.01 02:09:16.513293 [ 5 ] {} <Debug> TCP-Session: 93faf6ab-08fe-4f28-a517-a69b838a65f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
122 2025.02.01 02:09:16.513329 [ 5 ] {} <Debug> TCP-Session: 93faf6ab-08fe-4f28-a517-a69b838a65f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2025.02.01 02:09:16.513749 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39989
124 2025.02.01 02:09:16.513959 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
125 2025.02.01 02:09:16.513995 [ 253 ] {} <Debug> TCP-Session: cef7f464-56d2-4f89-a2b8-45011878f99d Authenticating user 'default' from [fd00:1122:3344:101::d]:39989
126 2025.02.01 02:09:16.514014 [ 253 ] {} <Debug> TCP-Session: cef7f464-56d2-4f89-a2b8-45011878f99d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
127 2025.02.01 02:09:16.514040 [ 253 ] {} <Debug> TCP-Session: cef7f464-56d2-4f89-a2b8-45011878f99d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
128 2025.02.01 02:09:16.514131 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39660
129 2025.02.01 02:09:16.514142 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43351
130 2025.02.01 02:09:16.514808 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
131 2025.02.01 02:09:16.514932 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
132 2025.02.01 02:09:16.514948 [ 255 ] {} <Debug> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Authenticating user 'default' from [fd00:1122:3344:101::d]:39660
133 2025.02.01 02:09:16.514965 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
134 2025.02.01 02:09:16.515010 [ 255 ] {} <Debug> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.02.01 02:09:16.514983 [ 254 ] {} <Debug> TCP-Session: 2fe3885e-3316-46f1-b353-4e2a92cb21e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43351
136 2025.02.01 02:09:16.515041 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64291
137 2025.02.01 02:09:16.514808 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51014
138 2025.02.01 02:09:16.515075 [ 255 ] {} <Debug> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
139 2025.02.01 02:09:16.515095 [ 254 ] {} <Debug> TCP-Session: 2fe3885e-3316-46f1-b353-4e2a92cb21e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
140 2025.02.01 02:09:16.515283 [ 254 ] {} <Debug> TCP-Session: 2fe3885e-3316-46f1-b353-4e2a92cb21e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2025.02.01 02:09:16.515358 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
142 2025.02.01 02:09:16.515447 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2025.02.01 02:09:16.515470 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59391
144 2025.02.01 02:09:16.515544 [ 257 ] {} <Debug> TCP-Session: 0dac0ea3-4dce-4ec6-b5fb-e20f1b376d1b Authenticating user 'default' from [fd00:1122:3344:101::d]:64291
145 2025.02.01 02:09:16.515577 [ 256 ] {} <Debug> TCP-Session: 033dc4a8-54b6-4635-89f2-40fc39b208fb Authenticating user 'default' from [fd00:1122:3344:101::d]:51014
146 2025.02.01 02:09:16.515753 [ 257 ] {} <Debug> TCP-Session: 0dac0ea3-4dce-4ec6-b5fb-e20f1b376d1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.02.01 02:09:16.515762 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
148 2025.02.01 02:09:16.515795 [ 257 ] {} <Debug> TCP-Session: 0dac0ea3-4dce-4ec6-b5fb-e20f1b376d1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
149 2025.02.01 02:09:16.515773 [ 256 ] {} <Debug> TCP-Session: 033dc4a8-54b6-4635-89f2-40fc39b208fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
150 2025.02.01 02:09:16.515849 [ 258 ] {} <Debug> TCP-Session: a1fb1a9a-7252-45e5-ba3e-8adaa3409a72 Authenticating user 'default' from [fd00:1122:3344:101::d]:59391
151 2025.02.01 02:09:16.515904 [ 256 ] {} <Debug> TCP-Session: 033dc4a8-54b6-4635-89f2-40fc39b208fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
152 2025.02.01 02:09:16.515929 [ 258 ] {} <Debug> TCP-Session: a1fb1a9a-7252-45e5-ba3e-8adaa3409a72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2025.02.01 02:09:16.516445 [ 258 ] {} <Debug> TCP-Session: a1fb1a9a-7252-45e5-ba3e-8adaa3409a72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.02.01 02:09:16.517221 [ 3 ] {ddaacbcb-1cfc-487f-aeff-091b0375edea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2025.02.01 02:09:16.558115 [ 3 ] {ddaacbcb-1cfc-487f-aeff-091b0375edea} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46350) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
156 
157 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
158 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
159 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
160 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
161 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
162 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
163 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
164 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
165 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
166 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
167 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
168 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
169 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
170 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
171 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
172 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
173 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
174 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
175 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
176 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
177 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
178 
179 2025.02.01 02:09:16.558432 [ 3 ] {ddaacbcb-1cfc-487f-aeff-091b0375edea} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
180 
181 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
182 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
183 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
184 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
185 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
186 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
187 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
188 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
189 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
190 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
191 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
192 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
193 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
194 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
195 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
196 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
197 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
198 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
199 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
200 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
201 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
202 
203 2025.02.01 02:09:16.558529 [ 3 ] {ddaacbcb-1cfc-487f-aeff-091b0375edea} <Debug> TCPHandler: Processed in 0.045349332 sec.
204 2025.02.01 02:09:16.558813 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2025.02.01 02:09:16.559017 [ 255 ] {2147ddf6-2b24-4524-b755-e5fc6eb5794e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2025.02.01 02:09:16.559345 [ 255 ] {2147ddf6-2b24-4524-b755-e5fc6eb5794e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39660) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
207 
208 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
209 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
210 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
211 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
212 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
213 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
214 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
215 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
216 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
217 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
218 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
219 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
220 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
221 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
222 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
223 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
224 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
225 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
226 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
227 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
228 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
229 
230 2025.02.01 02:09:16.559464 [ 255 ] {2147ddf6-2b24-4524-b755-e5fc6eb5794e} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
231 
232 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
233 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
234 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
235 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
236 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
237 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
238 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
239 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
240 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
241 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
242 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
243 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
244 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
245 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
246 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
247 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
248 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
249 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
250 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
251 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
252 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
253 
254 2025.02.01 02:09:16.559564 [ 255 ] {2147ddf6-2b24-4524-b755-e5fc6eb5794e} <Debug> TCPHandler: Processed in 0.000897079 sec.
255 2025.02.01 02:09:16.559835 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2025.02.01 02:09:16.560596 [ 3 ] {a65a6b21-35f6-4a85-b69d-f42f8522aaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) DROP DATABASE IF EXISTS oximeter (stage: Complete)
257 2025.02.01 02:09:16.561238 [ 3 ] {a65a6b21-35f6-4a85-b69d-f42f8522aaf0} <Debug> TCPHandler: Processed in 0.001519955 sec.
258 2025.02.01 02:09:16.561516 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
259 2025.02.01 02:09:16.561723 [ 255 ] {104d565c-b07d-4fd7-ae4a-eb3a73ae80d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
260 2025.02.01 02:09:16.561893 [ 255 ] {104d565c-b07d-4fd7-ae4a-eb3a73ae80d4} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
261 2025.02.01 02:09:16.563225 [ 255 ] {104d565c-b07d-4fd7-ae4a-eb3a73ae80d4} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
262 2025.02.01 02:09:16.563246 [ 255 ] {104d565c-b07d-4fd7-ae4a-eb3a73ae80d4} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.292e-05 sec
263 2025.02.01 02:09:16.563261 [ 255 ] {104d565c-b07d-4fd7-ae4a-eb3a73ae80d4} <Trace> ReferentialDeps: No tables
264 2025.02.01 02:09:16.563285 [ 255 ] {104d565c-b07d-4fd7-ae4a-eb3a73ae80d4} <Trace> LoadingDeps: No tables
265 2025.02.01 02:09:16.563307 [ 255 ] {104d565c-b07d-4fd7-ae4a-eb3a73ae80d4} <Information> DatabaseAtomic (oximeter): Starting up tables.
266 2025.02.01 02:09:16.563357 [ 255 ] {104d565c-b07d-4fd7-ae4a-eb3a73ae80d4} <Debug> TCPHandler: Processed in 0.001949399 sec.
267 2025.02.01 02:09:16.563530 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
268 2025.02.01 02:09:16.563729 [ 3 ] {32839719-583a-4d59-9074-90eab0022481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) /* The version table contains metadata about the `oximeter` database */
269 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
270 2025.02.01 02:09:16.563780 [ 3 ] {32839719-583a-4d59-9074-90eab0022481} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
271 2025.02.01 02:09:16.571520 [ 3 ] {32839719-583a-4d59-9074-90eab0022481} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
272 2025.02.01 02:09:16.574813 [ 3 ] {32839719-583a-4d59-9074-90eab0022481} <Debug> oximeter.version (5396633f-5320-40f7-8b7d-f4aca1ff3689): Loading data parts
273 2025.02.01 02:09:16.575350 [ 3 ] {32839719-583a-4d59-9074-90eab0022481} <Debug> oximeter.version (5396633f-5320-40f7-8b7d-f4aca1ff3689): There are no data parts
274 2025.02.01 02:09:16.580671 [ 3 ] {32839719-583a-4d59-9074-90eab0022481} <Debug> TCPHandler: Processed in 0.017196567 sec.
275 2025.02.01 02:09:16.580867 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
276 2025.02.01 02:09:16.581085 [ 255 ] {15236f22-bb54-4b52-9ec3-7a01bf9b0ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) /* The measurement tables contain all individual samples from each timeseries.
277 *
278 * Each table stores a single datum type, and otherwise contains nearly the same
279 * structure. The primary sorting key is on the timeseries name, key, and then
280 * timestamp, so that all timeseries from the same schema are grouped, followed
281 * by all samples from the same timeseries.
282 *
283 * This reflects that one usually looks up the _key_ in one or more field table,
284 * and then uses that to index quickly into the measurements tables.
285 */
286 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)
287 2025.02.01 02:09:16.581159 [ 255 ] {15236f22-bb54-4b52-9ec3-7a01bf9b0ead} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
288 2025.02.01 02:09:16.590220 [ 255 ] {15236f22-bb54-4b52-9ec3-7a01bf9b0ead} <Debug> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Loading data parts
289 2025.02.01 02:09:16.590449 [ 255 ] {15236f22-bb54-4b52-9ec3-7a01bf9b0ead} <Debug> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): There are no data parts
290 2025.02.01 02:09:16.594374 [ 255 ] {15236f22-bb54-4b52-9ec3-7a01bf9b0ead} <Debug> TCPHandler: Processed in 0.013568992 sec.
291 2025.02.01 02:09:16.594605 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
292 2025.02.01 02:09:16.594884 [ 3 ] {244b7e3a-e24c-4ed4-8e3b-653da73019d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
293 2025.02.01 02:09:16.594956 [ 3 ] {244b7e3a-e24c-4ed4-8e3b-653da73019d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
294 2025.02.01 02:09:16.599468 [ 3 ] {244b7e3a-e24c-4ed4-8e3b-653da73019d0} <Debug> oximeter.measurements_i8 (7029b402-94e2-45f8-85ec-3f4576d91ba4): Loading data parts
295 2025.02.01 02:09:16.599653 [ 3 ] {244b7e3a-e24c-4ed4-8e3b-653da73019d0} <Debug> oximeter.measurements_i8 (7029b402-94e2-45f8-85ec-3f4576d91ba4): There are no data parts
296 2025.02.01 02:09:16.602848 [ 3 ] {244b7e3a-e24c-4ed4-8e3b-653da73019d0} <Debug> TCPHandler: Processed in 0.008316821 sec.
297 2025.02.01 02:09:16.603096 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
298 2025.02.01 02:09:16.603342 [ 255 ] {0c224450-ef9e-498b-acfa-f61543f0aab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
299 2025.02.01 02:09:16.603411 [ 255 ] {0c224450-ef9e-498b-acfa-f61543f0aab5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
300 2025.02.01 02:09:16.607308 [ 255 ] {0c224450-ef9e-498b-acfa-f61543f0aab5} <Debug> oximeter.measurements_u8 (fbd589a3-cad0-42a6-bb6a-f758eaab4feb): Loading data parts
301 2025.02.01 02:09:16.607476 [ 255 ] {0c224450-ef9e-498b-acfa-f61543f0aab5} <Debug> oximeter.measurements_u8 (fbd589a3-cad0-42a6-bb6a-f758eaab4feb): There are no data parts
302 2025.02.01 02:09:16.609434 [ 255 ] {0c224450-ef9e-498b-acfa-f61543f0aab5} <Debug> TCPHandler: Processed in 0.006410713 sec.
303 2025.02.01 02:09:16.609637 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
304 2025.02.01 02:09:16.609902 [ 3 ] {fbd2b160-88db-4154-8a82-dec6703336f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
305 2025.02.01 02:09:16.609995 [ 3 ] {fbd2b160-88db-4154-8a82-dec6703336f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
306 2025.02.01 02:09:16.613276 [ 3 ] {fbd2b160-88db-4154-8a82-dec6703336f2} <Debug> oximeter.measurements_i16 (f795732c-b371-4b5b-abbf-35504d642b04): Loading data parts
307 2025.02.01 02:09:16.613444 [ 3 ] {fbd2b160-88db-4154-8a82-dec6703336f2} <Debug> oximeter.measurements_i16 (f795732c-b371-4b5b-abbf-35504d642b04): There are no data parts
308 2025.02.01 02:09:16.616847 [ 3 ] {fbd2b160-88db-4154-8a82-dec6703336f2} <Debug> TCPHandler: Processed in 0.007268191 sec.
309 2025.02.01 02:09:16.617040 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
310 2025.02.01 02:09:16.617252 [ 255 ] {2c4d1f89-8247-4c95-bcc7-ec1186b5c00a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
311 2025.02.01 02:09:16.617323 [ 255 ] {2c4d1f89-8247-4c95-bcc7-ec1186b5c00a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
312 2025.02.01 02:09:16.622025 [ 255 ] {2c4d1f89-8247-4c95-bcc7-ec1186b5c00a} <Debug> oximeter.measurements_u16 (c755650e-554d-4838-ac39-9cc4eb502cfb): Loading data parts
313 2025.02.01 02:09:16.622209 [ 255 ] {2c4d1f89-8247-4c95-bcc7-ec1186b5c00a} <Debug> oximeter.measurements_u16 (c755650e-554d-4838-ac39-9cc4eb502cfb): There are no data parts
314 2025.02.01 02:09:16.625297 [ 255 ] {2c4d1f89-8247-4c95-bcc7-ec1186b5c00a} <Debug> TCPHandler: Processed in 0.008316021 sec.
315 2025.02.01 02:09:16.625492 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
316 2025.02.01 02:09:16.625727 [ 3 ] {b3c865fe-0b1a-4a92-83ec-d62c313d8d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
317 2025.02.01 02:09:16.625787 [ 3 ] {b3c865fe-0b1a-4a92-83ec-d62c313d8d1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
318 2025.02.01 02:09:16.627590 [ 3 ] {b3c865fe-0b1a-4a92-83ec-d62c313d8d1a} <Debug> oximeter.measurements_i32 (87c15c4d-424c-4c88-9c97-3b1606b65959): Loading data parts
319 2025.02.01 02:09:16.627751 [ 3 ] {b3c865fe-0b1a-4a92-83ec-d62c313d8d1a} <Debug> oximeter.measurements_i32 (87c15c4d-424c-4c88-9c97-3b1606b65959): There are no data parts
320 2025.02.01 02:09:16.630217 [ 3 ] {b3c865fe-0b1a-4a92-83ec-d62c313d8d1a} <Debug> TCPHandler: Processed in 0.004783777 sec.
321 2025.02.01 02:09:16.630423 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
322 2025.02.01 02:09:16.630634 [ 255 ] {0f72892b-77c7-4d97-96a5-f802fc81c396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
323 2025.02.01 02:09:16.630708 [ 255 ] {0f72892b-77c7-4d97-96a5-f802fc81c396} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
324 2025.02.01 02:09:16.633133 [ 255 ] {0f72892b-77c7-4d97-96a5-f802fc81c396} <Debug> oximeter.measurements_u32 (acdd22f8-511d-4d64-a098-33ed1663c0cf): Loading data parts
325 2025.02.01 02:09:16.633285 [ 255 ] {0f72892b-77c7-4d97-96a5-f802fc81c396} <Debug> oximeter.measurements_u32 (acdd22f8-511d-4d64-a098-33ed1663c0cf): There are no data parts
326 2025.02.01 02:09:16.634414 [ 255 ] {0f72892b-77c7-4d97-96a5-f802fc81c396} <Debug> TCPHandler: Processed in 0.00405087 sec.
327 2025.02.01 02:09:16.634596 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
328 2025.02.01 02:09:16.634826 [ 3 ] {2228e4d4-45f8-446c-9dd0-6cbd64ebdc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
329 2025.02.01 02:09:16.634879 [ 3 ] {2228e4d4-45f8-446c-9dd0-6cbd64ebdc55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
330 2025.02.01 02:09:16.638770 [ 3 ] {2228e4d4-45f8-446c-9dd0-6cbd64ebdc55} <Debug> oximeter.measurements_i64 (7e303da2-ecaa-4daf-95f9-1c93f3ca20c4): Loading data parts
331 2025.02.01 02:09:16.638952 [ 3 ] {2228e4d4-45f8-446c-9dd0-6cbd64ebdc55} <Debug> oximeter.measurements_i64 (7e303da2-ecaa-4daf-95f9-1c93f3ca20c4): There are no data parts
332 2025.02.01 02:09:16.641712 [ 3 ] {2228e4d4-45f8-446c-9dd0-6cbd64ebdc55} <Debug> TCPHandler: Processed in 0.00717147 sec.
333 2025.02.01 02:09:16.641924 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
334 2025.02.01 02:09:16.642171 [ 255 ] {14d1096c-16a2-4247-a1ad-3ab58c24fb39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
335 2025.02.01 02:09:16.642253 [ 255 ] {14d1096c-16a2-4247-a1ad-3ab58c24fb39} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
336 2025.02.01 02:09:16.645110 [ 255 ] {14d1096c-16a2-4247-a1ad-3ab58c24fb39} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Loading data parts
337 2025.02.01 02:09:16.645244 [ 255 ] {14d1096c-16a2-4247-a1ad-3ab58c24fb39} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): There are no data parts
338 2025.02.01 02:09:16.646396 [ 255 ] {14d1096c-16a2-4247-a1ad-3ab58c24fb39} <Debug> TCPHandler: Processed in 0.004577285 sec.
339 2025.02.01 02:09:16.646558 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
340 2025.02.01 02:09:16.646771 [ 3 ] {ad126cbc-05f3-4338-8445-fa11d3489ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
341 2025.02.01 02:09:16.646885 [ 3 ] {ad126cbc-05f3-4338-8445-fa11d3489ddb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
342 2025.02.01 02:09:16.650757 [ 3 ] {ad126cbc-05f3-4338-8445-fa11d3489ddb} <Debug> oximeter.measurements_f32 (f27d8aa1-3f6a-4fbd-b928-d77e8e3fb3f0): Loading data parts
343 2025.02.01 02:09:16.650962 [ 3 ] {ad126cbc-05f3-4338-8445-fa11d3489ddb} <Debug> oximeter.measurements_f32 (f27d8aa1-3f6a-4fbd-b928-d77e8e3fb3f0): There are no data parts
344 2025.02.01 02:09:16.655918 [ 3 ] {ad126cbc-05f3-4338-8445-fa11d3489ddb} <Debug> TCPHandler: Processed in 0.009363771 sec.
345 2025.02.01 02:09:16.656175 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
346 2025.02.01 02:09:16.656404 [ 255 ] {ac3c9c4c-4ebb-416f-9dc2-ff17b440d19b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
347 2025.02.01 02:09:16.656474 [ 255 ] {ac3c9c4c-4ebb-416f-9dc2-ff17b440d19b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
348 2025.02.01 02:09:16.659066 [ 255 ] {ac3c9c4c-4ebb-416f-9dc2-ff17b440d19b} <Debug> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Loading data parts
349 2025.02.01 02:09:16.659216 [ 255 ] {ac3c9c4c-4ebb-416f-9dc2-ff17b440d19b} <Debug> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): There are no data parts
350 2025.02.01 02:09:16.660349 [ 255 ] {ac3c9c4c-4ebb-416f-9dc2-ff17b440d19b} <Debug> TCPHandler: Processed in 0.004242991 sec.
351 2025.02.01 02:09:16.660540 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
352 2025.02.01 02:09:16.660770 [ 3 ] {bbd1c749-e0ba-47b7-b943-6a9ce4f4d1e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
353 2025.02.01 02:09:16.660817 [ 3 ] {bbd1c749-e0ba-47b7-b943-6a9ce4f4d1e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
354 2025.02.01 02:09:16.664702 [ 3 ] {bbd1c749-e0ba-47b7-b943-6a9ce4f4d1e7} <Debug> oximeter.measurements_string (67074554-665f-414f-985e-1821395f2180): Loading data parts
355 2025.02.01 02:09:16.664850 [ 3 ] {bbd1c749-e0ba-47b7-b943-6a9ce4f4d1e7} <Debug> oximeter.measurements_string (67074554-665f-414f-985e-1821395f2180): There are no data parts
356 2025.02.01 02:09:16.666114 [ 3 ] {bbd1c749-e0ba-47b7-b943-6a9ce4f4d1e7} <Debug> TCPHandler: Processed in 0.005628694 sec.
357 2025.02.01 02:09:16.666314 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
358 2025.02.01 02:09:16.666522 [ 255 ] {5724d168-2217-4b03-8f92-71f52cc09e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
359 * NOTE: Right now we can't unambiguously record a nullable byte array.
360 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
361 * a string isn't palatable for a few reasons.
362 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
363 * details.
364 */
365 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
366 2025.02.01 02:09:16.666599 [ 255 ] {5724d168-2217-4b03-8f92-71f52cc09e76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
367 2025.02.01 02:09:16.668845 [ 255 ] {5724d168-2217-4b03-8f92-71f52cc09e76} <Debug> oximeter.measurements_bytes (e97155ec-c456-409c-b0bd-dae323e8883f): Loading data parts
368 2025.02.01 02:09:16.668960 [ 255 ] {5724d168-2217-4b03-8f92-71f52cc09e76} <Debug> oximeter.measurements_bytes (e97155ec-c456-409c-b0bd-dae323e8883f): There are no data parts
369 2025.02.01 02:09:16.670243 [ 255 ] {5724d168-2217-4b03-8f92-71f52cc09e76} <Debug> TCPHandler: Processed in 0.003986268 sec.
370 2025.02.01 02:09:16.670439 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
371 2025.02.01 02:09:16.670654 [ 3 ] {281effa4-f976-41f3-839c-a002bb4cde14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
372 2025.02.01 02:09:16.670727 [ 3 ] {281effa4-f976-41f3-839c-a002bb4cde14} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
373 2025.02.01 02:09:16.674667 [ 3 ] {281effa4-f976-41f3-839c-a002bb4cde14} <Debug> oximeter.measurements_cumulativei64 (1fc82d58-483f-49b8-98d5-a87a17611a60): Loading data parts
374 2025.02.01 02:09:16.674834 [ 3 ] {281effa4-f976-41f3-839c-a002bb4cde14} <Debug> oximeter.measurements_cumulativei64 (1fc82d58-483f-49b8-98d5-a87a17611a60): There are no data parts
375 2025.02.01 02:09:16.676103 [ 3 ] {281effa4-f976-41f3-839c-a002bb4cde14} <Debug> TCPHandler: Processed in 0.005720005 sec.
376 2025.02.01 02:09:16.676276 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2025.02.01 02:09:16.676518 [ 255 ] {46767a53-a078-45bd-8bf0-578051049d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
378 2025.02.01 02:09:16.676582 [ 255 ] {46767a53-a078-45bd-8bf0-578051049d7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
379 2025.02.01 02:09:16.678864 [ 255 ] {46767a53-a078-45bd-8bf0-578051049d7d} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Loading data parts
380 2025.02.01 02:09:16.678984 [ 255 ] {46767a53-a078-45bd-8bf0-578051049d7d} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): There are no data parts
381 2025.02.01 02:09:16.680115 [ 255 ] {46767a53-a078-45bd-8bf0-578051049d7d} <Debug> TCPHandler: Processed in 0.003895277 sec.
382 2025.02.01 02:09:16.680301 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
383 2025.02.01 02:09:16.680557 [ 3 ] {7ff396e0-8474-4344-84fd-7a985060b991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
384 2025.02.01 02:09:16.680645 [ 3 ] {7ff396e0-8474-4344-84fd-7a985060b991} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
385 2025.02.01 02:09:16.684669 [ 3 ] {7ff396e0-8474-4344-84fd-7a985060b991} <Debug> oximeter.measurements_cumulativef32 (f3904f2d-c7d4-44df-9696-3dfa12cb9cad): Loading data parts
386 2025.02.01 02:09:16.684888 [ 3 ] {7ff396e0-8474-4344-84fd-7a985060b991} <Debug> oximeter.measurements_cumulativef32 (f3904f2d-c7d4-44df-9696-3dfa12cb9cad): There are no data parts
387 2025.02.01 02:09:16.686178 [ 3 ] {7ff396e0-8474-4344-84fd-7a985060b991} <Debug> TCPHandler: Processed in 0.005942557 sec.
388 2025.02.01 02:09:16.686372 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2025.02.01 02:09:16.686594 [ 255 ] {f3550e0a-f875-4736-b200-ded9501ad4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
390 2025.02.01 02:09:16.686669 [ 255 ] {f3550e0a-f875-4736-b200-ded9501ad4b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
391 2025.02.01 02:09:16.688938 [ 255 ] {f3550e0a-f875-4736-b200-ded9501ad4b8} <Debug> oximeter.measurements_cumulativef64 (3f55fbae-b13f-4c6c-8244-a870ea01d962): Loading data parts
392 2025.02.01 02:09:16.689104 [ 255 ] {f3550e0a-f875-4736-b200-ded9501ad4b8} <Debug> oximeter.measurements_cumulativef64 (3f55fbae-b13f-4c6c-8244-a870ea01d962): There are no data parts
393 2025.02.01 02:09:16.690243 [ 255 ] {f3550e0a-f875-4736-b200-ded9501ad4b8} <Debug> TCPHandler: Processed in 0.003928868 sec.
394 2025.02.01 02:09:16.690432 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2025.02.01 02:09:16.690813 [ 3 ] {ba8a4fd5-5ce9-4ce1-b4f4-65c193ed3fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
396 * NOTE: Array types cannot be Nullable, see
397 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
398 * for more details.
399 *
400 * This means we need to use empty arrays to indicate a missing value. This
401 * is unfortunate, and at this point relies on the fact that an
402 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
403 * to figure out another way to represent missing samples here.
404 */
405 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)
406 2025.02.01 02:09:16.690902 [ 3 ] {ba8a4fd5-5ce9-4ce1-b4f4-65c193ed3fb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
407 2025.02.01 02:09:16.695209 [ 3 ] {ba8a4fd5-5ce9-4ce1-b4f4-65c193ed3fb9} <Debug> oximeter.measurements_histogrami8 (80b831e5-b056-4c70-b4c5-24e4990a170d): Loading data parts
408 2025.02.01 02:09:16.695405 [ 3 ] {ba8a4fd5-5ce9-4ce1-b4f4-65c193ed3fb9} <Debug> oximeter.measurements_histogrami8 (80b831e5-b056-4c70-b4c5-24e4990a170d): There are no data parts
409 2025.02.01 02:09:16.701503 [ 3 ] {ba8a4fd5-5ce9-4ce1-b4f4-65c193ed3fb9} <Debug> TCPHandler: Processed in 0.011136489 sec.
410 2025.02.01 02:09:16.701749 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
411 2025.02.01 02:09:16.702048 [ 255 ] {cac246f4-a6d1-47d6-9488-ca18b1d4423d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
412 2025.02.01 02:09:16.702135 [ 255 ] {cac246f4-a6d1-47d6-9488-ca18b1d4423d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
413 2025.02.01 02:09:16.705148 [ 255 ] {cac246f4-a6d1-47d6-9488-ca18b1d4423d} <Debug> oximeter.measurements_histogramu8 (7d6d55cb-aa6e-4a68-a513-2adf26697cc2): Loading data parts
414 2025.02.01 02:09:16.705348 [ 255 ] {cac246f4-a6d1-47d6-9488-ca18b1d4423d} <Debug> oximeter.measurements_histogramu8 (7d6d55cb-aa6e-4a68-a513-2adf26697cc2): There are no data parts
415 2025.02.01 02:09:16.706548 [ 255 ] {cac246f4-a6d1-47d6-9488-ca18b1d4423d} <Debug> TCPHandler: Processed in 0.004925008 sec.
416 2025.02.01 02:09:16.706721 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
417 2025.02.01 02:09:16.707104 [ 3 ] {bf89ad35-6232-45fe-9f4f-56d084149397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
418 2025.02.01 02:09:16.707176 [ 3 ] {bf89ad35-6232-45fe-9f4f-56d084149397} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
419 2025.02.01 02:09:16.711357 [ 3 ] {bf89ad35-6232-45fe-9f4f-56d084149397} <Debug> oximeter.measurements_histogrami16 (526200fe-8521-4572-a734-7dba8a9ea324): Loading data parts
420 2025.02.01 02:09:16.711557 [ 3 ] {bf89ad35-6232-45fe-9f4f-56d084149397} <Debug> oximeter.measurements_histogrami16 (526200fe-8521-4572-a734-7dba8a9ea324): There are no data parts
421 2025.02.01 02:09:16.717621 [ 3 ] {bf89ad35-6232-45fe-9f4f-56d084149397} <Debug> TCPHandler: Processed in 0.010894066 sec.
422 2025.02.01 02:09:16.717860 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
423 2025.02.01 02:09:16.718220 [ 255 ] {91f91740-00a8-4e01-b48e-f9d4f7abe62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
424 2025.02.01 02:09:16.718321 [ 255 ] {91f91740-00a8-4e01-b48e-f9d4f7abe62c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
425 2025.02.01 02:09:16.721341 [ 255 ] {91f91740-00a8-4e01-b48e-f9d4f7abe62c} <Debug> oximeter.measurements_histogramu16 (f39e49f1-d574-49b4-b47d-cf4db8718727): Loading data parts
426 2025.02.01 02:09:16.721526 [ 255 ] {91f91740-00a8-4e01-b48e-f9d4f7abe62c} <Debug> oximeter.measurements_histogramu16 (f39e49f1-d574-49b4-b47d-cf4db8718727): There are no data parts
427 2025.02.01 02:09:16.722789 [ 255 ] {91f91740-00a8-4e01-b48e-f9d4f7abe62c} <Debug> TCPHandler: Processed in 0.005001679 sec.
428 2025.02.01 02:09:16.722992 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
429 2025.02.01 02:09:16.723309 [ 3 ] {92619c30-0818-4ce5-8f9f-e3689445efa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
430 2025.02.01 02:09:16.723379 [ 3 ] {92619c30-0818-4ce5-8f9f-e3689445efa1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
431 2025.02.01 02:09:16.727710 [ 3 ] {92619c30-0818-4ce5-8f9f-e3689445efa1} <Debug> oximeter.measurements_histogrami32 (405b2441-9e34-4fd3-b84d-be948618b747): Loading data parts
432 2025.02.01 02:09:16.727886 [ 3 ] {92619c30-0818-4ce5-8f9f-e3689445efa1} <Debug> oximeter.measurements_histogrami32 (405b2441-9e34-4fd3-b84d-be948618b747): There are no data parts
433 2025.02.01 02:09:16.729286 [ 3 ] {92619c30-0818-4ce5-8f9f-e3689445efa1} <Debug> TCPHandler: Processed in 0.006350562 sec.
434 2025.02.01 02:09:16.729475 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
435 2025.02.01 02:09:16.729768 [ 255 ] {b7c808c0-5d8b-4a18-82ff-47d552c2e934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
436 2025.02.01 02:09:16.729859 [ 255 ] {b7c808c0-5d8b-4a18-82ff-47d552c2e934} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
437 2025.02.01 02:09:16.732425 [ 255 ] {b7c808c0-5d8b-4a18-82ff-47d552c2e934} <Debug> oximeter.measurements_histogramu32 (26af8864-efcc-4f4d-8d7f-68c844b1bd70): Loading data parts
438 2025.02.01 02:09:16.732575 [ 255 ] {b7c808c0-5d8b-4a18-82ff-47d552c2e934} <Debug> oximeter.measurements_histogramu32 (26af8864-efcc-4f4d-8d7f-68c844b1bd70): There are no data parts
439 2025.02.01 02:09:16.733780 [ 255 ] {b7c808c0-5d8b-4a18-82ff-47d552c2e934} <Debug> TCPHandler: Processed in 0.004363493 sec.
440 2025.02.01 02:09:16.733976 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2025.02.01 02:09:16.734280 [ 3 ] {98b61e18-7227-4d9d-8fa8-9c0a5512903f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
442 2025.02.01 02:09:16.734354 [ 3 ] {98b61e18-7227-4d9d-8fa8-9c0a5512903f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
443 2025.02.01 02:09:16.738527 [ 3 ] {98b61e18-7227-4d9d-8fa8-9c0a5512903f} <Debug> oximeter.measurements_histogrami64 (2bfe9d63-047e-4623-b7fa-ea2f6169e5c0): Loading data parts
444 2025.02.01 02:09:16.738717 [ 3 ] {98b61e18-7227-4d9d-8fa8-9c0a5512903f} <Debug> oximeter.measurements_histogrami64 (2bfe9d63-047e-4623-b7fa-ea2f6169e5c0): There are no data parts
445 2025.02.01 02:09:16.744675 [ 3 ] {98b61e18-7227-4d9d-8fa8-9c0a5512903f} <Debug> TCPHandler: Processed in 0.010756204 sec.
446 2025.02.01 02:09:16.744876 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
447 2025.02.01 02:09:16.745169 [ 255 ] {293af8f9-041c-4722-bffa-a72ccaa106d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
448 2025.02.01 02:09:16.745258 [ 255 ] {293af8f9-041c-4722-bffa-a72ccaa106d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
449 2025.02.01 02:09:16.748280 [ 255 ] {293af8f9-041c-4722-bffa-a72ccaa106d9} <Debug> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Loading data parts
450 2025.02.01 02:09:16.748435 [ 255 ] {293af8f9-041c-4722-bffa-a72ccaa106d9} <Debug> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): There are no data parts
451 2025.02.01 02:09:16.749706 [ 255 ] {293af8f9-041c-4722-bffa-a72ccaa106d9} <Debug> TCPHandler: Processed in 0.004888028 sec.
452 2025.02.01 02:09:16.749898 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
453 2025.02.01 02:09:16.750244 [ 3 ] {21df811d-ec70-4aa0-9445-0bd7f2da0506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
454 2025.02.01 02:09:16.750336 [ 3 ] {21df811d-ec70-4aa0-9445-0bd7f2da0506} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
455 2025.02.01 02:09:16.754518 [ 3 ] {21df811d-ec70-4aa0-9445-0bd7f2da0506} <Debug> oximeter.measurements_histogramf32 (797faac0-6744-4739-8b40-c430c67bf345): Loading data parts
456 2025.02.01 02:09:16.754662 [ 3 ] {21df811d-ec70-4aa0-9445-0bd7f2da0506} <Debug> oximeter.measurements_histogramf32 (797faac0-6744-4739-8b40-c430c67bf345): There are no data parts
457 2025.02.01 02:09:16.757374 [ 3 ] {21df811d-ec70-4aa0-9445-0bd7f2da0506} <Debug> TCPHandler: Processed in 0.007539773 sec.
458 2025.02.01 02:09:16.757632 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
459 2025.02.01 02:09:16.758013 [ 255 ] {438ed0a1-03aa-41bf-94c6-da40e4b95000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
460 2025.02.01 02:09:16.758113 [ 255 ] {438ed0a1-03aa-41bf-94c6-da40e4b95000} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
461 2025.02.01 02:09:16.760891 [ 255 ] {438ed0a1-03aa-41bf-94c6-da40e4b95000} <Debug> oximeter.measurements_histogramf64 (9c2b07bb-15e9-4d96-83cd-942299c84175): Loading data parts
462 2025.02.01 02:09:16.761027 [ 255 ] {438ed0a1-03aa-41bf-94c6-da40e4b95000} <Debug> oximeter.measurements_histogramf64 (9c2b07bb-15e9-4d96-83cd-942299c84175): There are no data parts
463 2025.02.01 02:09:16.762263 [ 255 ] {438ed0a1-03aa-41bf-94c6-da40e4b95000} <Debug> TCPHandler: Processed in 0.004703986 sec.
464 2025.02.01 02:09:16.762452 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
465 2025.02.01 02:09:16.762663 [ 3 ] {302f295f-9ec0-449b-bc6f-1496cf1d836e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) /* The field tables store named dimensions of each timeseries.
466 *
467 * As with the measurement tables, there is one field table for each field data
468 * type. Fields are deduplicated by using the "replacing merge tree", though
469 * this behavior **must not** be relied upon for query correctness.
470 *
471 * The index for the fields differs from the measurements, however. Rows are
472 * sorted by timeseries name, then field name, field value, and finally
473 * timeseries key. This reflects the most common pattern for looking them up:
474 * by field name and possibly value, within a timeseries. The resulting keys are
475 * usually then used to look up measurements.
476 *
477 * NOTE: We may want to consider a secondary index on these tables, sorting by
478 * timeseries name and then key, since it would improve lookups where one
479 * already has the key. Realistically though, these tables are quite small and
480 * so performance benefits will be low in absolute terms.
481 *
482 * TTL: We use a materialized column to expire old field table records. This
483 * column is generated automatically by the database whenever a new row is
484 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
485 * query. Since these tables are `ReplacingMergeTree`s, that means the last
486 * record will remain during a deduplication, which will have the last
487 * timestamp. ClickHouse will then expire old data for us, similar to the
488 * measurement tables.
489 */
490 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)
491 2025.02.01 02:09:16.762747 [ 3 ] {302f295f-9ec0-449b-bc6f-1496cf1d836e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
492 2025.02.01 02:09:16.766894 [ 3 ] {302f295f-9ec0-449b-bc6f-1496cf1d836e} <Debug> oximeter.fields_bool (3f51a61c-e12a-4376-9342-33b11f94f1ef): Loading data parts
493 2025.02.01 02:09:16.767066 [ 3 ] {302f295f-9ec0-449b-bc6f-1496cf1d836e} <Debug> oximeter.fields_bool (3f51a61c-e12a-4376-9342-33b11f94f1ef): There are no data parts
494 2025.02.01 02:09:16.773027 [ 3 ] {302f295f-9ec0-449b-bc6f-1496cf1d836e} <Debug> TCPHandler: Processed in 0.010631903 sec.
495 2025.02.01 02:09:16.773236 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
496 2025.02.01 02:09:16.773481 [ 255 ] {bf2ea47e-cb27-44a8-8a2f-1a05c4c9beba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
497 2025.02.01 02:09:16.773552 [ 255 ] {bf2ea47e-cb27-44a8-8a2f-1a05c4c9beba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
498 2025.02.01 02:09:16.776364 [ 255 ] {bf2ea47e-cb27-44a8-8a2f-1a05c4c9beba} <Debug> oximeter.fields_i8 (8fb4ea0a-42e0-45a9-993b-a5f71fe7fd3d): Loading data parts
499 2025.02.01 02:09:16.776511 [ 255 ] {bf2ea47e-cb27-44a8-8a2f-1a05c4c9beba} <Debug> oximeter.fields_i8 (8fb4ea0a-42e0-45a9-993b-a5f71fe7fd3d): There are no data parts
500 2025.02.01 02:09:16.777636 [ 255 ] {bf2ea47e-cb27-44a8-8a2f-1a05c4c9beba} <Debug> TCPHandler: Processed in 0.004456173 sec.
501 2025.02.01 02:09:16.777808 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
502 2025.02.01 02:09:16.778017 [ 3 ] {c297d665-cfa3-4ec6-893d-9d34f037797f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
503 2025.02.01 02:09:16.778092 [ 3 ] {c297d665-cfa3-4ec6-893d-9d34f037797f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
504 2025.02.01 02:09:16.782056 [ 3 ] {c297d665-cfa3-4ec6-893d-9d34f037797f} <Debug> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Loading data parts
505 2025.02.01 02:09:16.782308 [ 3 ] {c297d665-cfa3-4ec6-893d-9d34f037797f} <Debug> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): There are no data parts
506 2025.02.01 02:09:16.784107 [ 3 ] {c297d665-cfa3-4ec6-893d-9d34f037797f} <Debug> TCPHandler: Processed in 0.006355132 sec.
507 2025.02.01 02:09:16.784285 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
508 2025.02.01 02:09:16.784527 [ 255 ] {9a28272d-12b2-4a25-a161-fe34833e88c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
509 2025.02.01 02:09:16.784597 [ 255 ] {9a28272d-12b2-4a25-a161-fe34833e88c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
510 2025.02.01 02:09:16.786948 [ 255 ] {9a28272d-12b2-4a25-a161-fe34833e88c0} <Debug> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Loading data parts
511 2025.02.01 02:09:16.787068 [ 255 ] {9a28272d-12b2-4a25-a161-fe34833e88c0} <Debug> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): There are no data parts
512 2025.02.01 02:09:16.788522 [ 255 ] {9a28272d-12b2-4a25-a161-fe34833e88c0} <Debug> TCPHandler: Processed in 0.004293302 sec.
513 2025.02.01 02:09:16.788704 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
514 2025.02.01 02:09:16.788950 [ 3 ] {6c800280-34f9-4856-8507-23a523af9089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
515 2025.02.01 02:09:16.789035 [ 3 ] {6c800280-34f9-4856-8507-23a523af9089} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
516 2025.02.01 02:09:16.793074 [ 3 ] {6c800280-34f9-4856-8507-23a523af9089} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Loading data parts
517 2025.02.01 02:09:16.793295 [ 3 ] {6c800280-34f9-4856-8507-23a523af9089} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): There are no data parts
518 2025.02.01 02:09:16.794110 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63861
519 2025.02.01 02:09:16.794297 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
520 2025.02.01 02:09:16.794370 [ 261 ] {} <Debug> TCP-Session: d2d18ac1-6d0b-42b5-a45c-540a283e030d Authenticating user 'default' from [fd00:1122:3344:101::e]:63861
521 2025.02.01 02:09:16.794394 [ 261 ] {} <Debug> TCP-Session: d2d18ac1-6d0b-42b5-a45c-540a283e030d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
522 2025.02.01 02:09:16.794407 [ 261 ] {} <Debug> TCP-Session: d2d18ac1-6d0b-42b5-a45c-540a283e030d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
523 2025.02.01 02:09:16.794487 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
524 2025.02.01 02:09:16.794511 [ 261 ] {} <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
525 2025.02.01 02:09:16.794551 [ 261 ] {} <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
526 2025.02.01 02:09:16.795133 [ 3 ] {6c800280-34f9-4856-8507-23a523af9089} <Debug> TCPHandler: Processed in 0.006493813 sec.
527 2025.02.01 02:09:16.795337 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
528 2025.02.01 02:09:16.795583 [ 255 ] {1d608bf2-ba8b-48d4-81ec-1f592ac7d5f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
529 2025.02.01 02:09:16.795686 [ 255 ] {1d608bf2-ba8b-48d4-81ec-1f592ac7d5f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
530 2025.02.01 02:09:16.795894 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54437
531 2025.02.01 02:09:16.796084 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56858
532 2025.02.01 02:09:16.796132 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
533 2025.02.01 02:09:16.796166 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50770
534 2025.02.01 02:09:16.796240 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48875
535 2025.02.01 02:09:16.796314 [ 262 ] {} <Debug> TCP-Session: 63b5acaa-3f42-4a07-82c2-af45e64543c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54437
536 2025.02.01 02:09:16.796492 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
537 2025.02.01 02:09:16.796499 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38883
538 2025.02.01 02:09:16.796774 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
539 2025.02.01 02:09:16.796816 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62133
540 2025.02.01 02:09:16.796835 [ 262 ] {} <Debug> TCP-Session: 63b5acaa-3f42-4a07-82c2-af45e64543c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
541 2025.02.01 02:09:16.796784 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
542 2025.02.01 02:09:16.797047 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
543 2025.02.01 02:09:16.797045 [ 262 ] {} <Debug> TCP-Session: 63b5acaa-3f42-4a07-82c2-af45e64543c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
544 2025.02.01 02:09:16.797115 [ 265 ] {} <Debug> TCP-Session: c7d24b11-7349-4dae-a0d4-8333db08cc41 Authenticating user 'default' from [fd00:1122:3344:101::e]:48875
545 2025.02.01 02:09:16.797313 [ 266 ] {} <Debug> TCP-Session: 1ae72128-bff8-4416-ac93-45d286c0f921 Authenticating user 'default' from [fd00:1122:3344:101::e]:38883
546 2025.02.01 02:09:16.797330 [ 263 ] {} <Debug> TCP-Session: 666a8da2-1fc0-45ff-b901-f47941f83c71 Authenticating user 'default' from [fd00:1122:3344:101::e]:56858
547 2025.02.01 02:09:16.797355 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
548 2025.02.01 02:09:16.797335 [ 265 ] {} <Debug> TCP-Session: c7d24b11-7349-4dae-a0d4-8333db08cc41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
549 2025.02.01 02:09:16.797380 [ 264 ] {} <Debug> TCP-Session: 9ce2522e-42de-41b1-9d1e-d2d1d0e66419 Authenticating user 'default' from [fd00:1122:3344:101::e]:50770
550 2025.02.01 02:09:16.797455 [ 266 ] {} <Debug> TCP-Session: 1ae72128-bff8-4416-ac93-45d286c0f921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
551 2025.02.01 02:09:16.797475 [ 263 ] {} <Debug> TCP-Session: 666a8da2-1fc0-45ff-b901-f47941f83c71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
552 2025.02.01 02:09:16.797508 [ 265 ] {} <Debug> TCP-Session: c7d24b11-7349-4dae-a0d4-8333db08cc41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
553 2025.02.01 02:09:16.797531 [ 266 ] {} <Debug> TCP-Session: 1ae72128-bff8-4416-ac93-45d286c0f921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
554 2025.02.01 02:09:16.797512 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38370
555 2025.02.01 02:09:16.797477 [ 267 ] {} <Debug> TCP-Session: 06983e33-bbe4-409b-9f5b-b0e7562c45da Authenticating user 'default' from [fd00:1122:3344:101::e]:62133
556 2025.02.01 02:09:16.797678 [ 263 ] {} <Debug> TCP-Session: 666a8da2-1fc0-45ff-b901-f47941f83c71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
557 2025.02.01 02:09:16.797756 [ 267 ] {} <Debug> TCP-Session: 06983e33-bbe4-409b-9f5b-b0e7562c45da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
558 2025.02.01 02:09:16.797781 [ 264 ] {} <Debug> TCP-Session: 9ce2522e-42de-41b1-9d1e-d2d1d0e66419 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
559 2025.02.01 02:09:16.797893 [ 267 ] {} <Debug> TCP-Session: 06983e33-bbe4-409b-9f5b-b0e7562c45da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
560 2025.02.01 02:09:16.798006 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
561 2025.02.01 02:09:16.798008 [ 264 ] {} <Debug> TCP-Session: 9ce2522e-42de-41b1-9d1e-d2d1d0e66419 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
562 2025.02.01 02:09:16.798180 [ 268 ] {} <Debug> TCP-Session: 39f2d953-89f8-4205-a556-6ebabbff8fde Authenticating user 'default' from [fd00:1122:3344:101::e]:38370
563 2025.02.01 02:09:16.798258 [ 268 ] {} <Debug> TCP-Session: 39f2d953-89f8-4205-a556-6ebabbff8fde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
564 2025.02.01 02:09:16.798306 [ 268 ] {} <Debug> TCP-Session: 39f2d953-89f8-4205-a556-6ebabbff8fde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
565 2025.02.01 02:09:16.800541 [ 255 ] {1d608bf2-ba8b-48d4-81ec-1f592ac7d5f3} <Debug> oximeter.fields_i32 (6bcb3fa1-0262-4593-86b0-509e8514381e): Loading data parts
566 2025.02.01 02:09:16.800726 [ 255 ] {1d608bf2-ba8b-48d4-81ec-1f592ac7d5f3} <Debug> oximeter.fields_i32 (6bcb3fa1-0262-4593-86b0-509e8514381e): There are no data parts
567 2025.02.01 02:09:16.805883 [ 255 ] {1d608bf2-ba8b-48d4-81ec-1f592ac7d5f3} <Debug> TCPHandler: Processed in 0.010610363 sec.
568 2025.02.01 02:09:16.806118 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
569 2025.02.01 02:09:16.806362 [ 3 ] {94a2096b-127d-43d9-bd17-81345a136214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
570 2025.02.01 02:09:16.806450 [ 3 ] {94a2096b-127d-43d9-bd17-81345a136214} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
571 2025.02.01 02:09:16.810839 [ 3 ] {94a2096b-127d-43d9-bd17-81345a136214} <Debug> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Loading data parts
572 2025.02.01 02:09:16.811029 [ 3 ] {94a2096b-127d-43d9-bd17-81345a136214} <Debug> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): There are no data parts
573 2025.02.01 02:09:16.815798 [ 3 ] {94a2096b-127d-43d9-bd17-81345a136214} <Debug> TCPHandler: Processed in 0.009744815 sec.
574 2025.02.01 02:09:16.815994 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
575 2025.02.01 02:09:16.816250 [ 255 ] {98cfb876-afd2-493f-af53-648f6b2e329d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
576 2025.02.01 02:09:16.816325 [ 255 ] {98cfb876-afd2-493f-af53-648f6b2e329d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
577 2025.02.01 02:09:16.819204 [ 255 ] {98cfb876-afd2-493f-af53-648f6b2e329d} <Debug> oximeter.fields_i64 (2baf36b2-3246-44a4-b565-0956d6306141): Loading data parts
578 2025.02.01 02:09:16.819372 [ 255 ] {98cfb876-afd2-493f-af53-648f6b2e329d} <Debug> oximeter.fields_i64 (2baf36b2-3246-44a4-b565-0956d6306141): There are no data parts
579 2025.02.01 02:09:16.820910 [ 255 ] {98cfb876-afd2-493f-af53-648f6b2e329d} <Debug> TCPHandler: Processed in 0.004976068 sec.
580 2025.02.01 02:09:16.821129 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
581 2025.02.01 02:09:16.821339 [ 3 ] {7be93995-7816-4f3d-a1da-cc5a26196218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
582 2025.02.01 02:09:16.821431 [ 3 ] {7be93995-7816-4f3d-a1da-cc5a26196218} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
583 2025.02.01 02:09:16.825532 [ 3 ] {7be93995-7816-4f3d-a1da-cc5a26196218} <Debug> oximeter.fields_u64 (829912ff-eee8-46f5-b54d-8169e8ecc417): Loading data parts
584 2025.02.01 02:09:16.825730 [ 3 ] {7be93995-7816-4f3d-a1da-cc5a26196218} <Debug> oximeter.fields_u64 (829912ff-eee8-46f5-b54d-8169e8ecc417): There are no data parts
585 2025.02.01 02:09:16.829929 [ 3 ] {7be93995-7816-4f3d-a1da-cc5a26196218} <Debug> TCPHandler: Processed in 0.008855846 sec.
586 2025.02.01 02:09:16.830201 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
587 2025.02.01 02:09:16.830507 [ 255 ] {477f4d36-3fc7-436a-94d1-5648603ebad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
588 2025.02.01 02:09:16.830591 [ 255 ] {477f4d36-3fc7-436a-94d1-5648603ebad0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
589 2025.02.01 02:09:16.833305 [ 255 ] {477f4d36-3fc7-436a-94d1-5648603ebad0} <Debug> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Loading data parts
590 2025.02.01 02:09:16.833472 [ 255 ] {477f4d36-3fc7-436a-94d1-5648603ebad0} <Debug> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): There are no data parts
591 2025.02.01 02:09:16.839424 [ 255 ] {477f4d36-3fc7-436a-94d1-5648603ebad0} <Debug> TCPHandler: Processed in 0.00929274 sec.
592 2025.02.01 02:09:16.839619 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
593 2025.02.01 02:09:16.839870 [ 3 ] {09b0f98f-0fa9-44b8-9631-9740257cab8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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)
594 2025.02.01 02:09:16.839973 [ 3 ] {09b0f98f-0fa9-44b8-9631-9740257cab8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
595 2025.02.01 02:09:16.844493 [ 3 ] {09b0f98f-0fa9-44b8-9631-9740257cab8a} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Loading data parts
596 2025.02.01 02:09:16.844691 [ 3 ] {09b0f98f-0fa9-44b8-9631-9740257cab8a} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): There are no data parts
597 2025.02.01 02:09:16.850375 [ 3 ] {09b0f98f-0fa9-44b8-9631-9740257cab8a} <Debug> TCPHandler: Processed in 0.010822775 sec.
598 2025.02.01 02:09:16.850568 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
599 2025.02.01 02:09:16.850862 [ 255 ] {722c35b6-f4bf-4fca-b58d-8eb755fbca07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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)
600 2025.02.01 02:09:16.850947 [ 255 ] {722c35b6-f4bf-4fca-b58d-8eb755fbca07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
601 2025.02.01 02:09:16.853776 [ 255 ] {722c35b6-f4bf-4fca-b58d-8eb755fbca07} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Loading data parts
602 2025.02.01 02:09:16.853936 [ 255 ] {722c35b6-f4bf-4fca-b58d-8eb755fbca07} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): There are no data parts
603 2025.02.01 02:09:16.855422 [ 255 ] {722c35b6-f4bf-4fca-b58d-8eb755fbca07} <Debug> TCPHandler: Processed in 0.004921118 sec.
604 2025.02.01 02:09:16.855610 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
605 2025.02.01 02:09:16.855909 [ 3 ] {87b01127-f990-4dc0-acc3-7e52fd5167b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) /* The timeseries schema table stores the extracted schema for the samples
606 * oximeter collects.
607 */
608 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)
609 2025.02.01 02:09:16.856015 [ 3 ] {87b01127-f990-4dc0-acc3-7e52fd5167b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
610 2025.02.01 02:09:16.860085 [ 3 ] {87b01127-f990-4dc0-acc3-7e52fd5167b4} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Loading data parts
611 2025.02.01 02:09:16.860246 [ 3 ] {87b01127-f990-4dc0-acc3-7e52fd5167b4} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): There are no data parts
612 2025.02.01 02:09:16.866445 [ 3 ] {87b01127-f990-4dc0-acc3-7e52fd5167b4} <Debug> TCPHandler: Processed in 0.010892606 sec.
613 2025.02.01 02:09:16.866683 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
614 2025.02.01 02:09:16.866909 [ 255 ] {16b7fac6-a447-45f8-ab25-05a6c98668b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
615 2025.02.01 02:09:16.868131 [ 255 ] {16b7fac6-a447-45f8-ab25-05a6c98668b8} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
616 2025.02.01 02:09:16.876053 [ 259 ] {16b7fac6-a447-45f8-ab25-05a6c98668b8} <Trace> oximeter.version (5396633f-5320-40f7-8b7d-f4aca1ff3689): Trying to reserve 1.00 MiB using storage policy from min volume index 0
617 2025.02.01 02:09:16.876092 [ 259 ] {16b7fac6-a447-45f8-ab25-05a6c98668b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB.
618 2025.02.01 02:09:16.880054 [ 259 ] {16b7fac6-a447-45f8-ab25-05a6c98668b8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
619 2025.02.01 02:09:16.880419 [ 259 ] {16b7fac6-a447-45f8-ab25-05a6c98668b8} <Trace> oximeter.version (5396633f-5320-40f7-8b7d-f4aca1ff3689): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
620 2025.02.01 02:09:16.880704 [ 255 ] {16b7fac6-a447-45f8-ab25-05a6c98668b8} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013891 sec., 71.98905766323519 rows/sec., 1.12 KiB/sec.
621 2025.02.01 02:09:16.881008 [ 255 ] {16b7fac6-a447-45f8-ab25-05a6c98668b8} <Debug> TCPHandler: Processed in 0.01438931 sec.
622 2025.02.01 02:09:17.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.54 MiB, peak 124.54 MiB, free memory in arenas 0.00 B, will set to 139.87 MiB (RSS), difference: 15.33 MiB
623 2025.02.01 02:09:18.404576 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59211
624 2025.02.01 02:09:18.404816 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
625 2025.02.01 02:09:18.404878 [ 269 ] {} <Debug> TCP-Session: c1f313ae-487d-47dd-802e-3c9e3868cc85 Authenticating user 'default' from [fd00:1122:3344:101::c]:59211
626 2025.02.01 02:09:18.404908 [ 269 ] {} <Debug> TCP-Session: c1f313ae-487d-47dd-802e-3c9e3868cc85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2025.02.01 02:09:18.404926 [ 269 ] {} <Debug> TCP-Session: c1f313ae-487d-47dd-802e-3c9e3868cc85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
628 2025.02.01 02:09:18.405016 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
629 2025.02.01 02:09:18.405046 [ 269 ] {} <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
630 2025.02.01 02:09:18.405101 [ 269 ] {} <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
631 2025.02.01 02:09:18.406785 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41732
632 2025.02.01 02:09:18.406795 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55896
633 2025.02.01 02:09:18.407087 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
634 2025.02.01 02:09:18.407118 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37014
635 2025.02.01 02:09:18.407149 [ 270 ] {} <Debug> TCP-Session: baf0392a-f4c7-4a0b-ab80-1100380162bd Authenticating user 'default' from [fd00:1122:3344:101::c]:55896
636 2025.02.01 02:09:18.407135 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37159
637 2025.02.01 02:09:18.407308 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49158
638 2025.02.01 02:09:18.407440 [ 270 ] {} <Debug> TCP-Session: baf0392a-f4c7-4a0b-ab80-1100380162bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
639 2025.02.01 02:09:18.407453 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51005
640 2025.02.01 02:09:18.407486 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48421
641 2025.02.01 02:09:18.407535 [ 270 ] {} <Debug> TCP-Session: baf0392a-f4c7-4a0b-ab80-1100380162bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
642 2025.02.01 02:09:18.407834 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
643 2025.02.01 02:09:18.408025 [ 272 ] {} <Debug> TCP-Session: 6280dde2-499f-4655-9522-a5b1defde19a Authenticating user 'default' from [fd00:1122:3344:101::c]:37159
644 2025.02.01 02:09:18.408057 [ 272 ] {} <Debug> TCP-Session: 6280dde2-499f-4655-9522-a5b1defde19a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
645 2025.02.01 02:09:18.408073 [ 272 ] {} <Debug> TCP-Session: 6280dde2-499f-4655-9522-a5b1defde19a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
646 2025.02.01 02:09:18.414023 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
647 2025.02.01 02:09:18.414069 [ 271 ] {} <Debug> TCP-Session: 1184784a-99af-4f7a-8796-fb7146e8b766 Authenticating user 'default' from [fd00:1122:3344:101::c]:41732
648 2025.02.01 02:09:18.414094 [ 271 ] {} <Debug> TCP-Session: 1184784a-99af-4f7a-8796-fb7146e8b766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
649 2025.02.01 02:09:18.414154 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
650 2025.02.01 02:09:18.414197 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
651 2025.02.01 02:09:18.414224 [ 271 ] {} <Debug> TCP-Session: 1184784a-99af-4f7a-8796-fb7146e8b766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
652 2025.02.01 02:09:18.414217 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
653 2025.02.01 02:09:18.414244 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
654 2025.02.01 02:09:18.414267 [ 276 ] {} <Debug> TCP-Session: eb8025c7-1ec1-4a09-b894-fc93de764dda Authenticating user 'default' from [fd00:1122:3344:101::c]:48421
655 2025.02.01 02:09:18.414380 [ 275 ] {} <Debug> TCP-Session: 8519903e-1276-49bb-a275-8deb2e8d4c2b Authenticating user 'default' from [fd00:1122:3344:101::c]:49158
656 2025.02.01 02:09:18.414440 [ 274 ] {} <Debug> TCP-Session: 03bbef06-bdae-486b-8e42-db492ef66fc3 Authenticating user 'default' from [fd00:1122:3344:101::c]:51005
657 2025.02.01 02:09:18.414430 [ 273 ] {} <Debug> TCP-Session: fd5e02de-6090-4072-9106-2617a7fd03ad Authenticating user 'default' from [fd00:1122:3344:101::c]:37014
658 2025.02.01 02:09:18.414562 [ 275 ] {} <Debug> TCP-Session: 8519903e-1276-49bb-a275-8deb2e8d4c2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
659 2025.02.01 02:09:18.414582 [ 274 ] {} <Debug> TCP-Session: 03bbef06-bdae-486b-8e42-db492ef66fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
660 2025.02.01 02:09:18.414597 [ 273 ] {} <Debug> TCP-Session: fd5e02de-6090-4072-9106-2617a7fd03ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
661 2025.02.01 02:09:18.414412 [ 276 ] {} <Debug> TCP-Session: eb8025c7-1ec1-4a09-b894-fc93de764dda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2025.02.01 02:09:18.414660 [ 273 ] {} <Debug> TCP-Session: fd5e02de-6090-4072-9106-2617a7fd03ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2025.02.01 02:09:18.414649 [ 274 ] {} <Debug> TCP-Session: 03bbef06-bdae-486b-8e42-db492ef66fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
664 2025.02.01 02:09:18.414635 [ 275 ] {} <Debug> TCP-Session: 8519903e-1276-49bb-a275-8deb2e8d4c2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
665 2025.02.01 02:09:18.414719 [ 276 ] {} <Debug> TCP-Session: eb8025c7-1ec1-4a09-b894-fc93de764dda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
666 2025.02.01 02:09:18.644392 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61267
667 2025.02.01 02:09:18.644565 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
668 2025.02.01 02:09:18.644710 [ 277 ] {} <Debug> TCP-Session: 36b24767-dd1f-48dc-9ad4-1d8da29e1c92 Authenticating user 'default' from [fd00:1122:3344:101::b]:61267
669 2025.02.01 02:09:18.644738 [ 277 ] {} <Debug> TCP-Session: 36b24767-dd1f-48dc-9ad4-1d8da29e1c92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
670 2025.02.01 02:09:18.644756 [ 277 ] {} <Debug> TCP-Session: 36b24767-dd1f-48dc-9ad4-1d8da29e1c92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
671 2025.02.01 02:09:18.644868 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
672 2025.02.01 02:09:18.644902 [ 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
673 2025.02.01 02:09:18.644957 [ 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
674 2025.02.01 02:09:18.647048 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51281
675 2025.02.01 02:09:18.647289 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62571
676 2025.02.01 02:09:18.647296 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33075
677 2025.02.01 02:09:18.647375 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37429
678 2025.02.01 02:09:18.647541 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
679 2025.02.01 02:09:18.647830 [ 280 ] {} <Debug> TCP-Session: 9bf09c7d-fb13-4f09-9130-ca6577a73d3c Authenticating user 'default' from [fd00:1122:3344:101::b]:62571
680 2025.02.01 02:09:18.647844 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
681 2025.02.01 02:09:18.647845 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55843
682 2025.02.01 02:09:18.647883 [ 280 ] {} <Debug> TCP-Session: 9bf09c7d-fb13-4f09-9130-ca6577a73d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
683 2025.02.01 02:09:18.647924 [ 279 ] {} <Debug> TCP-Session: ab9daee5-4476-4da7-bcb3-8222d57097da Authenticating user 'default' from [fd00:1122:3344:101::b]:33075
684 2025.02.01 02:09:18.647933 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62624
685 2025.02.01 02:09:18.647984 [ 280 ] {} <Debug> TCP-Session: 9bf09c7d-fb13-4f09-9130-ca6577a73d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
686 2025.02.01 02:09:18.648083 [ 279 ] {} <Debug> TCP-Session: ab9daee5-4476-4da7-bcb3-8222d57097da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
687 2025.02.01 02:09:18.648144 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
688 2025.02.01 02:09:18.648218 [ 279 ] {} <Debug> TCP-Session: ab9daee5-4476-4da7-bcb3-8222d57097da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
689 2025.02.01 02:09:18.648217 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51322
690 2025.02.01 02:09:18.648274 [ 278 ] {} <Debug> TCP-Session: 3cc9e0b3-0e31-40da-9c48-1ebf0ba5221e Authenticating user 'default' from [fd00:1122:3344:101::b]:51281
691 2025.02.01 02:09:18.648429 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
692 2025.02.01 02:09:18.648476 [ 278 ] {} <Debug> TCP-Session: 3cc9e0b3-0e31-40da-9c48-1ebf0ba5221e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
693 2025.02.01 02:09:18.648629 [ 278 ] {} <Debug> TCP-Session: 3cc9e0b3-0e31-40da-9c48-1ebf0ba5221e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
694 2025.02.01 02:09:18.648635 [ 283 ] {} <Debug> TCP-Session: ef49bd7c-5456-4b4e-a6f7-02deec712506 Authenticating user 'default' from [fd00:1122:3344:101::b]:62624
695 2025.02.01 02:09:18.648725 [ 283 ] {} <Debug> TCP-Session: ef49bd7c-5456-4b4e-a6f7-02deec712506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
696 2025.02.01 02:09:18.648822 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
697 2025.02.01 02:09:18.648892 [ 283 ] {} <Debug> TCP-Session: ef49bd7c-5456-4b4e-a6f7-02deec712506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2025.02.01 02:09:18.648915 [ 284 ] {} <Debug> TCP-Session: d4e1e2c3-dda6-4f1d-ba92-447d33f2ff36 Authenticating user 'default' from [fd00:1122:3344:101::b]:51322
699 2025.02.01 02:09:18.649017 [ 284 ] {} <Debug> TCP-Session: d4e1e2c3-dda6-4f1d-ba92-447d33f2ff36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
700 2025.02.01 02:09:18.649034 [ 284 ] {} <Debug> TCP-Session: d4e1e2c3-dda6-4f1d-ba92-447d33f2ff36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
701 2025.02.01 02:09:18.655076 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
702 2025.02.01 02:09:18.655159 [ 282 ] {} <Debug> TCP-Session: bb691aa8-38f7-4c88-95f4-99ff686f20a1 Authenticating user 'default' from [fd00:1122:3344:101::b]:55843
703 2025.02.01 02:09:18.655178 [ 282 ] {} <Debug> TCP-Session: bb691aa8-38f7-4c88-95f4-99ff686f20a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
704 2025.02.01 02:09:18.655191 [ 282 ] {} <Debug> TCP-Session: bb691aa8-38f7-4c88-95f4-99ff686f20a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
705 2025.02.01 02:09:18.657902 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
706 2025.02.01 02:09:18.657951 [ 281 ] {} <Debug> TCP-Session: 0386b873-9844-406d-bfc1-32853dc0b4e9 Authenticating user 'default' from [fd00:1122:3344:101::b]:37429
707 2025.02.01 02:09:18.657978 [ 281 ] {} <Debug> TCP-Session: 0386b873-9844-406d-bfc1-32853dc0b4e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
708 2025.02.01 02:09:18.658167 [ 281 ] {} <Debug> TCP-Session: 0386b873-9844-406d-bfc1-32853dc0b4e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
709 2025.02.01 02:09:19.064957 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62053
710 2025.02.01 02:09:19.065180 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
711 2025.02.01 02:09:19.065222 [ 285 ] {} <Debug> TCP-Session: df616c3a-d749-42b1-969a-b25b903443cc Authenticating user 'default' from [fd00:1122:3344:101::a]:62053
712 2025.02.01 02:09:19.065306 [ 285 ] {} <Debug> TCP-Session: df616c3a-d749-42b1-969a-b25b903443cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
713 2025.02.01 02:09:19.065327 [ 285 ] {} <Debug> TCP-Session: df616c3a-d749-42b1-969a-b25b903443cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
714 2025.02.01 02:09:19.065423 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
715 2025.02.01 02:09:19.065488 [ 285 ] {} <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
716 2025.02.01 02:09:19.065514 [ 285 ] {} <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
717 2025.02.01 02:09:19.067036 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55295
718 2025.02.01 02:09:19.067163 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42741
719 2025.02.01 02:09:19.067267 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
720 2025.02.01 02:09:19.067302 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50157
721 2025.02.01 02:09:19.067320 [ 286 ] {} <Debug> TCP-Session: 46b63265-64c2-4f75-9c9e-ca02e166d658 Authenticating user 'default' from [fd00:1122:3344:101::a]:55295
722 2025.02.01 02:09:19.067498 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58579
723 2025.02.01 02:09:19.067498 [ 286 ] {} <Debug> TCP-Session: 46b63265-64c2-4f75-9c9e-ca02e166d658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
724 2025.02.01 02:09:19.067650 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37491
725 2025.02.01 02:09:19.067651 [ 286 ] {} <Debug> TCP-Session: 46b63265-64c2-4f75-9c9e-ca02e166d658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
726 2025.02.01 02:09:19.067807 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
727 2025.02.01 02:09:19.068094 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60801
728 2025.02.01 02:09:19.068117 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
729 2025.02.01 02:09:19.068136 [ 289 ] {} <Debug> TCP-Session: e176902e-6034-4676-89d5-4b62efda8359 Authenticating user 'default' from [fd00:1122:3344:101::a]:58579
730 2025.02.01 02:09:19.068151 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
731 2025.02.01 02:09:19.068066 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35824
732 2025.02.01 02:09:19.068321 [ 289 ] {} <Debug> TCP-Session: e176902e-6034-4676-89d5-4b62efda8359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
733 2025.02.01 02:09:19.068351 [ 290 ] {} <Debug> TCP-Session: 5292a9b2-79ad-4336-8857-e1e5a25db261 Authenticating user 'default' from [fd00:1122:3344:101::a]:37491
734 2025.02.01 02:09:19.068372 [ 288 ] {} <Debug> TCP-Session: 41f98136-31d6-45e8-95e2-c0d3383b89c0 Authenticating user 'default' from [fd00:1122:3344:101::a]:50157
735 2025.02.01 02:09:19.068398 [ 289 ] {} <Debug> TCP-Session: e176902e-6034-4676-89d5-4b62efda8359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
736 2025.02.01 02:09:19.068516 [ 290 ] {} <Debug> TCP-Session: 5292a9b2-79ad-4336-8857-e1e5a25db261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
737 2025.02.01 02:09:19.068530 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
738 2025.02.01 02:09:19.068615 [ 288 ] {} <Debug> TCP-Session: 41f98136-31d6-45e8-95e2-c0d3383b89c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
739 2025.02.01 02:09:19.068638 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
740 2025.02.01 02:09:19.068679 [ 288 ] {} <Debug> TCP-Session: 41f98136-31d6-45e8-95e2-c0d3383b89c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
741 2025.02.01 02:09:19.068688 [ 291 ] {} <Debug> TCP-Session: faa3799a-82c0-4bb8-9243-b1a77298a9e4 Authenticating user 'default' from [fd00:1122:3344:101::a]:35824
742 2025.02.01 02:09:19.068629 [ 290 ] {} <Debug> TCP-Session: 5292a9b2-79ad-4336-8857-e1e5a25db261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
743 2025.02.01 02:09:19.068736 [ 292 ] {} <Debug> TCP-Session: b024281b-a3fd-4087-b551-05210cb952e5 Authenticating user 'default' from [fd00:1122:3344:101::a]:60801
744 2025.02.01 02:09:19.068879 [ 292 ] {} <Debug> TCP-Session: b024281b-a3fd-4087-b551-05210cb952e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
745 2025.02.01 02:09:19.068872 [ 291 ] {} <Debug> TCP-Session: faa3799a-82c0-4bb8-9243-b1a77298a9e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
746 2025.02.01 02:09:19.068916 [ 292 ] {} <Debug> TCP-Session: b024281b-a3fd-4087-b551-05210cb952e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
747 2025.02.01 02:09:19.068995 [ 291 ] {} <Debug> TCP-Session: faa3799a-82c0-4bb8-9243-b1a77298a9e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
748 2025.02.01 02:09:19.069190 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
749 2025.02.01 02:09:19.069253 [ 287 ] {} <Debug> TCP-Session: 017e2204-8b45-408d-a03b-99da5a5b2964 Authenticating user 'default' from [fd00:1122:3344:101::a]:42741
750 2025.02.01 02:09:19.069281 [ 287 ] {} <Debug> TCP-Session: 017e2204-8b45-408d-a03b-99da5a5b2964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2025.02.01 02:09:19.069303 [ 287 ] {} <Debug> TCP-Session: 017e2204-8b45-408d-a03b-99da5a5b2964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2025.02.01 02:09:23.769683 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
753 2025.02.01 02:09:23.769702 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
754 2025.02.01 02:09:23.769807 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
755 2025.02.01 02:09:23.769827 [ 242 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
756 2025.02.01 02:09:23.778921 [ 242 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Loading data parts
757 2025.02.01 02:09:23.779391 [ 242 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): There are no data parts
758 2025.02.01 02:09:23.791083 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
759 2025.02.01 02:09:23.791167 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB.
760 2025.02.01 02:09:23.794317 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
761 2025.02.01 02:09:23.794714 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
762 2025.02.01 02:09:23.794955 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
763 2025.02.01 02:09:23.799830 [ 244 ] {} <Debug> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Loading data parts
764 2025.02.01 02:09:23.800028 [ 244 ] {} <Debug> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): There are no data parts
765 2025.02.01 02:09:23.824500 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
766 2025.02.01 02:09:23.824547 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB.
767 2025.02.01 02:09:23.832048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
768 2025.02.01 02:09:23.832841 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
769 2025.02.01 02:09:23.835240 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
770 2025.02.01 02:09:24.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.43 MiB, peak 150.43 MiB, free memory in arenas 0.00 B, will set to 151.33 MiB (RSS), difference: 4.90 MiB
771 2025.02.01 02:09:26.269693 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
772 2025.02.01 02:09:26.269781 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
773 2025.02.01 02:09:26.274560 [ 243 ] {} <Debug> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Loading data parts
774 2025.02.01 02:09:26.274733 [ 243 ] {} <Debug> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): There are no data parts
775 2025.02.01 02:09:26.280318 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
776 2025.02.01 02:09:26.280357 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB.
777 2025.02.01 02:09:26.282018 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
778 2025.02.01 02:09:26.282314 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): 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.02.01 02:09:26.282769 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
780 2025.02.01 02:09:27.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.52 MiB, peak 155.52 MiB, free memory in arenas 0.00 B, will set to 151.81 MiB (RSS), difference: -3.72 MiB
781 2025.02.01 02:09:31.243286 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache
782 2025.02.01 02:09:31.243364 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache
783 2025.02.01 02:09:31.295187 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
784 2025.02.01 02:09:31.298837 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
785 2025.02.01 02:09:31.298923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB.
786 2025.02.01 02:09:31.299903 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
787 2025.02.01 02:09:31.300617 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
788 2025.02.01 02:09:31.300958 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
789 2025.02.01 02:09:31.335635 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
790 2025.02.01 02:09:31.366470 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
791 2025.02.01 02:09:31.366556 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB.
792 2025.02.01 02:09:31.375501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
793 2025.02.01 02:09:31.377236 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
794 2025.02.01 02:09:31.382474 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
795 2025.02.01 02:09:32.000317 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.49 MiB, peak 156.49 MiB, free memory in arenas 0.00 B, will set to 154.66 MiB (RSS), difference: 2.17 MiB
796 2025.02.01 02:09:36.884744 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
797 2025.02.01 02:09:36.884956 [ 3 ] {5f49326b-26d5-4e7f-a1e3-27ea34d68ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
798 2025.02.01 02:09:36.894881 [ 3 ] {5f49326b-26d5-4e7f-a1e3-27ea34d68ed6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
799 2025.02.01 02:09:36.908689 [ 3 ] {5f49326b-26d5-4e7f-a1e3-27ea34d68ed6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
800 2025.02.01 02:09:36.922966 [ 3 ] {5f49326b-26d5-4e7f-a1e3-27ea34d68ed6} <Debug> TCPHandler: Processed in 0.038356863 sec.
801 2025.02.01 02:09:36.939234 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
802 2025.02.01 02:09:36.939460 [ 255 ] {9ac3920c-a7d8-4e7a-aea9-0d3315f7ec89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
803 2025.02.01 02:09:36.954676 [ 255 ] {9ac3920c-a7d8-4e7a-aea9-0d3315f7ec89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
804 2025.02.01 02:09:36.954762 [ 255 ] {9ac3920c-a7d8-4e7a-aea9-0d3315f7ec89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
805 2025.02.01 02:09:36.955390 [ 255 ] {9ac3920c-a7d8-4e7a-aea9-0d3315f7ec89} <Debug> TCPHandler: Processed in 0.016286348 sec.
806 2025.02.01 02:09:36.957806 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
807 2025.02.01 02:09:36.958012 [ 3 ] {b7b22aed-9768-4603-a74d-a536ae41c911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete)
808 2025.02.01 02:09:36.960380 [ 3 ] {b7b22aed-9768-4603-a74d-a536ae41c911} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
809 2025.02.01 02:09:36.960454 [ 3 ] {b7b22aed-9768-4603-a74d-a536ae41c911} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
810 2025.02.01 02:09:36.961031 [ 3 ] {b7b22aed-9768-4603-a74d-a536ae41c911} <Debug> TCPHandler: Processed in 0.003337402 sec.
811 2025.02.01 02:09:36.961377 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
812 2025.02.01 02:09:36.961573 [ 255 ] {cd13cbf2-fb71-461f-82a7-b77970fe50fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
813 2025.02.01 02:09:36.962029 [ 255 ] {cd13cbf2-fb71-461f-82a7-b77970fe50fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
814 2025.02.01 02:09:36.962089 [ 255 ] {cd13cbf2-fb71-461f-82a7-b77970fe50fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
815 2025.02.01 02:09:36.962561 [ 255 ] {cd13cbf2-fb71-461f-82a7-b77970fe50fc} <Debug> TCPHandler: Processed in 0.001255932 sec.
816 2025.02.01 02:09:36.962860 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
817 2025.02.01 02:09:36.963050 [ 3 ] {16814520-8633-4fc5-847f-d2f4bbfd751c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
818 2025.02.01 02:09:36.963525 [ 3 ] {16814520-8633-4fc5-847f-d2f4bbfd751c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
819 2025.02.01 02:09:36.963586 [ 3 ] {16814520-8633-4fc5-847f-d2f4bbfd751c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
820 2025.02.01 02:09:36.964175 [ 3 ] {16814520-8633-4fc5-847f-d2f4bbfd751c} <Debug> TCPHandler: Processed in 0.001378064 sec.
821 2025.02.01 02:09:36.964482 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
822 2025.02.01 02:09:36.964641 [ 255 ] {6c1f217d-8c85-4481-a3bf-05c7d57ed218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
823 2025.02.01 02:09:36.965018 [ 255 ] {6c1f217d-8c85-4481-a3bf-05c7d57ed218} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
824 2025.02.01 02:09:36.965076 [ 255 ] {6c1f217d-8c85-4481-a3bf-05c7d57ed218} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
825 2025.02.01 02:09:36.965566 [ 255 ] {6c1f217d-8c85-4481-a3bf-05c7d57ed218} <Debug> TCPHandler: Processed in 0.001140821 sec.
826 2025.02.01 02:09:36.965811 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
827 2025.02.01 02:09:36.965971 [ 3 ] {2c969011-459a-4fee-902e-023fbacf0cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
828 2025.02.01 02:09:36.966352 [ 3 ] {2c969011-459a-4fee-902e-023fbacf0cf9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
829 2025.02.01 02:09:36.966423 [ 3 ] {2c969011-459a-4fee-902e-023fbacf0cf9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
830 2025.02.01 02:09:36.966940 [ 3 ] {2c969011-459a-4fee-902e-023fbacf0cf9} <Debug> TCPHandler: Processed in 0.001184282 sec.
831 2025.02.01 02:09:36.967239 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
832 2025.02.01 02:09:36.967394 [ 255 ] {6eabcf9c-bd09-4539-8e0b-1f0d2a828574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
833 2025.02.01 02:09:36.967767 [ 255 ] {6eabcf9c-bd09-4539-8e0b-1f0d2a828574} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
834 2025.02.01 02:09:36.967823 [ 255 ] {6eabcf9c-bd09-4539-8e0b-1f0d2a828574} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
835 2025.02.01 02:09:36.968298 [ 255 ] {6eabcf9c-bd09-4539-8e0b-1f0d2a828574} <Debug> TCPHandler: Processed in 0.001116981 sec.
836 2025.02.01 02:09:36.968546 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
837 2025.02.01 02:09:36.968705 [ 3 ] {90213fbc-523b-414e-b419-3eef55808ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
838 2025.02.01 02:09:36.969085 [ 3 ] {90213fbc-523b-414e-b419-3eef55808ae1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
839 2025.02.01 02:09:36.969139 [ 3 ] {90213fbc-523b-414e-b419-3eef55808ae1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
840 2025.02.01 02:09:36.969660 [ 3 ] {90213fbc-523b-414e-b419-3eef55808ae1} <Debug> TCPHandler: Processed in 0.001168451 sec.
841 2025.02.01 02:09:36.969918 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
842 2025.02.01 02:09:36.970077 [ 255 ] {82009b0e-30e0-4fa3-981d-2c0b42c3792b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete)
843 2025.02.01 02:09:36.970462 [ 255 ] {82009b0e-30e0-4fa3-981d-2c0b42c3792b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
844 2025.02.01 02:09:36.970518 [ 255 ] {82009b0e-30e0-4fa3-981d-2c0b42c3792b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
845 2025.02.01 02:09:36.970988 [ 255 ] {82009b0e-30e0-4fa3-981d-2c0b42c3792b} <Debug> TCPHandler: Processed in 0.001125711 sec.
846 2025.02.01 02:09:36.971323 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
847 2025.02.01 02:09:36.971487 [ 3 ] {3ff53694-1023-4f06-b587-3eed9fd9a089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
848 2025.02.01 02:09:36.971900 [ 3 ] {3ff53694-1023-4f06-b587-3eed9fd9a089} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
849 2025.02.01 02:09:36.971957 [ 3 ] {3ff53694-1023-4f06-b587-3eed9fd9a089} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
850 2025.02.01 02:09:36.972474 [ 3 ] {3ff53694-1023-4f06-b587-3eed9fd9a089} <Debug> TCPHandler: Processed in 0.001207251 sec.
851 2025.02.01 02:09:36.972715 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
852 2025.02.01 02:09:36.972879 [ 255 ] {b75eec78-2576-47f6-bb25-424bf286cd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
853 2025.02.01 02:09:36.973268 [ 255 ] {b75eec78-2576-47f6-bb25-424bf286cd08} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
854 2025.02.01 02:09:36.973324 [ 255 ] {b75eec78-2576-47f6-bb25-424bf286cd08} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
855 2025.02.01 02:09:36.973886 [ 255 ] {b75eec78-2576-47f6-bb25-424bf286cd08} <Debug> TCPHandler: Processed in 0.001228162 sec.
856 2025.02.01 02:09:36.974163 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
857 2025.02.01 02:09:36.974334 [ 3 ] {917b56b5-9931-42ed-ba33-0616a7870971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
858 2025.02.01 02:09:36.974726 [ 3 ] {917b56b5-9931-42ed-ba33-0616a7870971} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
859 2025.02.01 02:09:36.974784 [ 3 ] {917b56b5-9931-42ed-ba33-0616a7870971} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
860 2025.02.01 02:09:36.975304 [ 3 ] {917b56b5-9931-42ed-ba33-0616a7870971} <Debug> TCPHandler: Processed in 0.001197081 sec.
861 2025.02.01 02:09:36.975563 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
862 2025.02.01 02:09:36.975726 [ 255 ] {3c9c5345-039d-42e4-a2cf-2a3fddd3f7af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
863 2025.02.01 02:09:36.976123 [ 255 ] {3c9c5345-039d-42e4-a2cf-2a3fddd3f7af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
864 2025.02.01 02:09:36.976191 [ 255 ] {3c9c5345-039d-42e4-a2cf-2a3fddd3f7af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
865 2025.02.01 02:09:36.976710 [ 255 ] {3c9c5345-039d-42e4-a2cf-2a3fddd3f7af} <Debug> TCPHandler: Processed in 0.001202122 sec.
866 2025.02.01 02:09:36.977504 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
867 2025.02.01 02:09:36.977634 [ 3 ] {2495a3ca-f5a5-48b2-a68a-17aff31ee053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
868 2025.02.01 02:09:36.977688 [ 3 ] {2495a3ca-f5a5-48b2-a68a-17aff31ee053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
869 2025.02.01 02:09:36.980400 [ 3 ] {2495a3ca-f5a5-48b2-a68a-17aff31ee053} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
870 2025.02.01 02:09:36.980449 [ 3 ] {2495a3ca-f5a5-48b2-a68a-17aff31ee053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
871 2025.02.01 02:09:36.982929 [ 3 ] {2495a3ca-f5a5-48b2-a68a-17aff31ee053} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
872 2025.02.01 02:09:36.983161 [ 3 ] {2495a3ca-f5a5-48b2-a68a-17aff31ee053} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
873 2025.02.01 02:09:36.983416 [ 3 ] {2495a3ca-f5a5-48b2-a68a-17aff31ee053} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.005807 sec., 2410.8834165662133 rows/sec., 345.93 KiB/sec.
874 2025.02.01 02:09:36.983544 [ 3 ] {2495a3ca-f5a5-48b2-a68a-17aff31ee053} <Debug> TCPHandler: Processed in 0.006094839 sec.
875 2025.02.01 02:09:36.983704 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
876 2025.02.01 02:09:36.983839 [ 255 ] {581ae6a5-4d8e-4360-834f-e4fb28f9352d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
877 2025.02.01 02:09:36.983890 [ 255 ] {581ae6a5-4d8e-4360-834f-e4fb28f9352d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
878 2025.02.01 02:09:36.991311 [ 255 ] {581ae6a5-4d8e-4360-834f-e4fb28f9352d} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
879 2025.02.01 02:09:36.991352 [ 255 ] {581ae6a5-4d8e-4360-834f-e4fb28f9352d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
880 2025.02.01 02:09:36.994068 [ 255 ] {581ae6a5-4d8e-4360-834f-e4fb28f9352d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
881 2025.02.01 02:09:36.994405 [ 255 ] {581ae6a5-4d8e-4360-834f-e4fb28f9352d} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
882 2025.02.01 02:09:36.994692 [ 255 ] {581ae6a5-4d8e-4360-834f-e4fb28f9352d} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.010881 sec., 2389.4862604540026 rows/sec., 184.43 KiB/sec.
883 2025.02.01 02:09:36.994872 [ 255 ] {581ae6a5-4d8e-4360-834f-e4fb28f9352d} <Debug> TCPHandler: Processed in 0.01122577 sec.
884 2025.02.01 02:09:36.995157 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
885 2025.02.01 02:09:36.995343 [ 3 ] {2bbd9645-dc02-48a4-9f3a-aeb309cf3a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
886 2025.02.01 02:09:36.995424 [ 3 ] {2bbd9645-dc02-48a4-9f3a-aeb309cf3a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
887 2025.02.01 02:09:36.996170 [ 3 ] {2bbd9645-dc02-48a4-9f3a-aeb309cf3a18} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
888 2025.02.01 02:09:36.996215 [ 3 ] {2bbd9645-dc02-48a4-9f3a-aeb309cf3a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
889 2025.02.01 02:09:36.996634 [ 3 ] {2bbd9645-dc02-48a4-9f3a-aeb309cf3a18} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
890 2025.02.01 02:09:36.996887 [ 3 ] {2bbd9645-dc02-48a4-9f3a-aeb309cf3a18} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
891 2025.02.01 02:09:36.997167 [ 3 ] {2bbd9645-dc02-48a4-9f3a-aeb309cf3a18} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001871 sec., 14965.259219668626 rows/sec., 1.17 MiB/sec.
892 2025.02.01 02:09:36.997247 [ 3 ] {2bbd9645-dc02-48a4-9f3a-aeb309cf3a18} <Debug> TCPHandler: Processed in 0.002209351 sec.
893 2025.02.01 02:09:36.997425 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
894 2025.02.01 02:09:36.997578 [ 255 ] {5e32c6a0-d23b-4d2e-9058-4f79877f8a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
895 2025.02.01 02:09:36.997640 [ 255 ] {5e32c6a0-d23b-4d2e-9058-4f79877f8a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
896 2025.02.01 02:09:37.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.39 MiB, peak 156.49 MiB, free memory in arenas 0.00 B, will set to 155.90 MiB (RSS), difference: 4.51 MiB
897 2025.02.01 02:09:37.002694 [ 255 ] {5e32c6a0-d23b-4d2e-9058-4f79877f8a27} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
898 2025.02.01 02:09:37.002732 [ 255 ] {5e32c6a0-d23b-4d2e-9058-4f79877f8a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
899 2025.02.01 02:09:37.005148 [ 255 ] {5e32c6a0-d23b-4d2e-9058-4f79877f8a27} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
900 2025.02.01 02:09:37.005406 [ 255 ] {5e32c6a0-d23b-4d2e-9058-4f79877f8a27} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
901 2025.02.01 02:09:37.005693 [ 255 ] {5e32c6a0-d23b-4d2e-9058-4f79877f8a27} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.008139 sec., 2457.304337142155 rows/sec., 174.46 KiB/sec.
902 2025.02.01 02:09:37.005771 [ 255 ] {5e32c6a0-d23b-4d2e-9058-4f79877f8a27} <Debug> TCPHandler: Processed in 0.008417342 sec.
903 2025.02.01 02:09:37.005941 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
904 2025.02.01 02:09:37.006074 [ 3 ] {1f583e85-3b6b-493b-be5a-903c4b67f827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
905 2025.02.01 02:09:37.006136 [ 3 ] {1f583e85-3b6b-493b-be5a-903c4b67f827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
906 2025.02.01 02:09:37.006644 [ 3 ] {1f583e85-3b6b-493b-be5a-903c4b67f827} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
907 2025.02.01 02:09:37.006686 [ 3 ] {1f583e85-3b6b-493b-be5a-903c4b67f827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
908 2025.02.01 02:09:37.007217 [ 3 ] {1f583e85-3b6b-493b-be5a-903c4b67f827} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
909 2025.02.01 02:09:37.007556 [ 3 ] {1f583e85-3b6b-493b-be5a-903c4b67f827} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
910 2025.02.01 02:09:37.007866 [ 3 ] {1f583e85-3b6b-493b-be5a-903c4b67f827} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001819 sec., 3298.5156679494226 rows/sec., 231.39 KiB/sec.
911 2025.02.01 02:09:37.007933 [ 3 ] {1f583e85-3b6b-493b-be5a-903c4b67f827} <Debug> TCPHandler: Processed in 0.002054871 sec.
912 2025.02.01 02:09:38.801194 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
913 2025.02.01 02:09:38.801820 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
914 2025.02.01 02:09:38.801866 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
915 2025.02.01 02:09:38.802559 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
916 2025.02.01 02:09:38.802845 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): 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.02.01 02:09:38.803065 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
918 2025.02.01 02:09:38.882668 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
919 2025.02.01 02:09:38.902953 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2025.02.01 02:09:38.903020 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
921 2025.02.01 02:09:38.910335 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
922 2025.02.01 02:09:38.911107 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
923 2025.02.01 02:09:38.913826 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
924 2025.02.01 02:09:41.887762 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
925 2025.02.01 02:09:41.887965 [ 3 ] {b8d6d47d-f517-4c9c-b661-c28ee64c0dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
926 2025.02.01 02:09:41.888044 [ 3 ] {b8d6d47d-f517-4c9c-b661-c28ee64c0dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
927 2025.02.01 02:09:41.888793 [ 3 ] {b8d6d47d-f517-4c9c-b661-c28ee64c0dd4} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
928 2025.02.01 02:09:41.888839 [ 3 ] {b8d6d47d-f517-4c9c-b661-c28ee64c0dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
929 2025.02.01 02:09:41.889264 [ 3 ] {b8d6d47d-f517-4c9c-b661-c28ee64c0dd4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
930 2025.02.01 02:09:41.889514 [ 3 ] {b8d6d47d-f517-4c9c-b661-c28ee64c0dd4} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
931 2025.02.01 02:09:41.889747 [ 3 ] {b8d6d47d-f517-4c9c-b661-c28ee64c0dd4} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001841 sec., 14122.759369907659 rows/sec., 1.06 MiB/sec.
932 2025.02.01 02:09:41.889810 [ 3 ] {b8d6d47d-f517-4c9c-b661-c28ee64c0dd4} <Debug> TCPHandler: Processed in 0.002190531 sec.
933 2025.02.01 02:09:41.890051 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
934 2025.02.01 02:09:41.890258 [ 255 ] {8ad1ce5b-deed-43dc-8c03-0a97a7ed31d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
935 2025.02.01 02:09:41.890331 [ 255 ] {8ad1ce5b-deed-43dc-8c03-0a97a7ed31d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
936 2025.02.01 02:09:41.891061 [ 255 ] {8ad1ce5b-deed-43dc-8c03-0a97a7ed31d2} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
937 2025.02.01 02:09:41.891104 [ 255 ] {8ad1ce5b-deed-43dc-8c03-0a97a7ed31d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
938 2025.02.01 02:09:41.891542 [ 255 ] {8ad1ce5b-deed-43dc-8c03-0a97a7ed31d2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
939 2025.02.01 02:09:41.891796 [ 255 ] {8ad1ce5b-deed-43dc-8c03-0a97a7ed31d2} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
940 2025.02.01 02:09:41.891992 [ 255 ] {8ad1ce5b-deed-43dc-8c03-0a97a7ed31d2} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00179 sec., 15642.45810055866 rows/sec., 1.22 MiB/sec.
941 2025.02.01 02:09:41.892056 [ 255 ] {8ad1ce5b-deed-43dc-8c03-0a97a7ed31d2} <Debug> TCPHandler: Processed in 0.002142291 sec.
942 2025.02.01 02:09:41.892194 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
943 2025.02.01 02:09:41.892325 [ 3 ] {36ad6ec7-a3ec-4f38-8c8c-9589d8b2a628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
944 2025.02.01 02:09:41.892381 [ 3 ] {36ad6ec7-a3ec-4f38-8c8c-9589d8b2a628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
945 2025.02.01 02:09:41.892929 [ 3 ] {36ad6ec7-a3ec-4f38-8c8c-9589d8b2a628} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
946 2025.02.01 02:09:41.892970 [ 3 ] {36ad6ec7-a3ec-4f38-8c8c-9589d8b2a628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
947 2025.02.01 02:09:41.893370 [ 3 ] {36ad6ec7-a3ec-4f38-8c8c-9589d8b2a628} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
948 2025.02.01 02:09:41.893612 [ 3 ] {36ad6ec7-a3ec-4f38-8c8c-9589d8b2a628} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
949 2025.02.01 02:09:41.893821 [ 3 ] {36ad6ec7-a3ec-4f38-8c8c-9589d8b2a628} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001529 sec., 65402.223675604975 rows/sec., 4.53 MiB/sec.
950 2025.02.01 02:09:41.893874 [ 3 ] {36ad6ec7-a3ec-4f38-8c8c-9589d8b2a628} <Debug> TCPHandler: Processed in 0.001737017 sec.
951 2025.02.01 02:09:41.894018 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
952 2025.02.01 02:09:41.894145 [ 255 ] {62259863-b08e-4691-b853-6b657ee8af90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
953 2025.02.01 02:09:41.894199 [ 255 ] {62259863-b08e-4691-b853-6b657ee8af90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
954 2025.02.01 02:09:41.894784 [ 255 ] {62259863-b08e-4691-b853-6b657ee8af90} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
955 2025.02.01 02:09:41.894829 [ 255 ] {62259863-b08e-4691-b853-6b657ee8af90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
956 2025.02.01 02:09:41.895274 [ 255 ] {62259863-b08e-4691-b853-6b657ee8af90} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
957 2025.02.01 02:09:41.895514 [ 255 ] {62259863-b08e-4691-b853-6b657ee8af90} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
958 2025.02.01 02:09:41.895688 [ 255 ] {62259863-b08e-4691-b853-6b657ee8af90} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001574 sec., 19059.72045743329 rows/sec., 1.31 MiB/sec.
959 2025.02.01 02:09:41.895740 [ 255 ] {62259863-b08e-4691-b853-6b657ee8af90} <Debug> TCPHandler: Processed in 0.001782007 sec.
960 2025.02.01 02:09:46.243607 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache
961 2025.02.01 02:09:46.243684 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache
962 2025.02.01 02:09:46.283463 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136
963 2025.02.01 02:09:46.287408 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
964 2025.02.01 02:09:46.287463 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
965 2025.02.01 02:09:46.288932 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
966 2025.02.01 02:09:46.289231 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
967 2025.02.01 02:09:46.289972 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136
968 2025.02.01 02:09:46.303292 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
969 2025.02.01 02:09:46.303973 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
970 2025.02.01 02:09:46.304024 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
971 2025.02.01 02:09:46.304581 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
972 2025.02.01 02:09:46.304847 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
973 2025.02.01 02:09:46.305114 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
974 2025.02.01 02:09:46.414028 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
975 2025.02.01 02:09:46.434002 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
976 2025.02.01 02:09:46.434063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
977 2025.02.01 02:09:46.440658 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
978 2025.02.01 02:09:46.441403 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
979 2025.02.01 02:09:46.444003 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
980 2025.02.01 02:09:46.887046 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
981 2025.02.01 02:09:46.887308 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete)
982 2025.02.01 02:09:46.889725 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
983 2025.02.01 02:09:46.893656 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE
984 2025.02.01 02:09:46.894021 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
985 2025.02.01 02:09:46.897903 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
986 2025.02.01 02:09:46.900070 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 14-element set)
987 2025.02.01 02:09:46.904835 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
988 2025.02.01 02:09:46.906815 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (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
989 2025.02.01 02:09:46.906845 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
990 2025.02.01 02:09:46.908831 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <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'))"
991 2025.02.01 02:09:46.908868 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
992 2025.02.01 02:09:46.934864 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.047667 sec., 293.7042398304907 rows/sec., 11.99 KiB/sec.
993 2025.02.01 02:09:46.935016 [ 3 ] {71f2b28f-8084-4be6-b67f-58f2b6a177f8} <Debug> TCPHandler: Processed in 0.048106899 sec.
994 2025.02.01 02:09:46.937499 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
995 2025.02.01 02:09:46.937749 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
996 2025.02.01 02:09:46.938171 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
997 2025.02.01 02:09:46.938222 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
998 2025.02.01 02:09:46.938540 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
999 2025.02.01 02:09:46.938618 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1000 2025.02.01 02:09:46.938791 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 15-element set)
1001 2025.02.01 02:09:46.938830 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1002 2025.02.01 02:09:46.938856 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (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
1003 2025.02.01 02:09:46.938874 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1004 2025.02.01 02:09:46.938923 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <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'))"
1005 2025.02.01 02:09:46.938947 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1006 2025.02.01 02:09:46.939605 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001967 sec., 7117.437722419929 rows/sec., 290.44 KiB/sec.
1007 2025.02.01 02:09:46.939728 [ 255 ] {29e3dcf9-fd99-4293-a815-61d07c79ee28} <Debug> TCPHandler: Processed in 0.002335553 sec.
1008 2025.02.01 02:09:46.940161 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1009 2025.02.01 02:09:46.940482 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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') FORMAT Native; (stage: Complete)
1010 2025.02.01 02:09:46.940790 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1011 2025.02.01 02:09:46.940831 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <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')" moved to PREWHERE
1012 2025.02.01 02:09:46.941091 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1013 2025.02.01 02:09:46.941161 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1014 2025.02.01 02:09:46.941317 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 16-element set)
1015 2025.02.01 02:09:46.941352 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1016 2025.02.01 02:09:46.941378 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (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
1017 2025.02.01 02:09:46.941395 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1018 2025.02.01 02:09:46.941441 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <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'))"
1019 2025.02.01 02:09:46.941466 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1020 2025.02.01 02:09:46.942078 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001749 sec., 8004.574042309891 rows/sec., 326.64 KiB/sec.
1021 2025.02.01 02:09:46.942191 [ 3 ] {ea555f15-403c-4120-b76c-c7fbfc39f812} <Debug> TCPHandler: Processed in 0.002150401 sec.
1022 2025.02.01 02:09:46.942445 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1023 2025.02.01 02:09:46.942612 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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') FORMAT Native; (stage: Complete)
1024 2025.02.01 02:09:46.942908 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1025 2025.02.01 02:09:46.942947 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <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')" moved to PREWHERE
1026 2025.02.01 02:09:46.943202 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1027 2025.02.01 02:09:46.943267 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1028 2025.02.01 02:09:46.943414 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 17-element set)
1029 2025.02.01 02:09:46.943446 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1030 2025.02.01 02:09:46.943469 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (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
1031 2025.02.01 02:09:46.943485 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1032 2025.02.01 02:09:46.943530 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <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'))"
1033 2025.02.01 02:09:46.943553 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0
1034 2025.02.01 02:09:46.944133 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001593 sec., 8788.449466415568 rows/sec., 358.62 KiB/sec.
1035 2025.02.01 02:09:46.944244 [ 255 ] {025cfcc8-4938-4dbc-a68f-6f5da4761cba} <Debug> TCPHandler: Processed in 0.001860518 sec.
1036 2025.02.01 02:09:46.946212 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1037 2025.02.01 02:09:46.946362 [ 3 ] {210d1477-5688-4e03-ac31-eb4912f36d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1038 2025.02.01 02:09:46.946426 [ 3 ] {210d1477-5688-4e03-ac31-eb4912f36d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1039 2025.02.01 02:09:46.947338 [ 3 ] {210d1477-5688-4e03-ac31-eb4912f36d46} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1040 2025.02.01 02:09:46.947390 [ 3 ] {210d1477-5688-4e03-ac31-eb4912f36d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1041 2025.02.01 02:09:46.947898 [ 3 ] {210d1477-5688-4e03-ac31-eb4912f36d46} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1042 2025.02.01 02:09:46.948117 [ 3 ] {210d1477-5688-4e03-ac31-eb4912f36d46} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1043 2025.02.01 02:09:46.948308 [ 3 ] {210d1477-5688-4e03-ac31-eb4912f36d46} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001989 sec., 2011.0608345902465 rows/sec., 212.60 KiB/sec.
1044 2025.02.01 02:09:46.948369 [ 3 ] {210d1477-5688-4e03-ac31-eb4912f36d46} <Debug> TCPHandler: Processed in 0.002225761 sec.
1045 2025.02.01 02:09:46.948516 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1046 2025.02.01 02:09:46.948663 [ 255 ] {1030e812-4f11-4b67-954f-b6029396cbf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1047 2025.02.01 02:09:46.948719 [ 255 ] {1030e812-4f11-4b67-954f-b6029396cbf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1048 2025.02.01 02:09:46.949441 [ 255 ] {1030e812-4f11-4b67-954f-b6029396cbf7} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1049 2025.02.01 02:09:46.949485 [ 255 ] {1030e812-4f11-4b67-954f-b6029396cbf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1050 2025.02.01 02:09:46.949876 [ 255 ] {1030e812-4f11-4b67-954f-b6029396cbf7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1051 2025.02.01 02:09:46.950131 [ 255 ] {1030e812-4f11-4b67-954f-b6029396cbf7} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1052 2025.02.01 02:09:46.950360 [ 255 ] {1030e812-4f11-4b67-954f-b6029396cbf7} <Debug> executeQuery: Read 94 rows, 8.45 KiB in 0.001739 sec., 54054.05405405405 rows/sec., 4.75 MiB/sec.
1053 2025.02.01 02:09:46.950418 [ 255 ] {1030e812-4f11-4b67-954f-b6029396cbf7} <Debug> TCPHandler: Processed in 0.001970039 sec.
1054 2025.02.01 02:09:46.950568 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1055 2025.02.01 02:09:46.950709 [ 3 ] {a1fe87f0-282e-4bc4-957e-0e24e1503eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1056 2025.02.01 02:09:46.950767 [ 3 ] {a1fe87f0-282e-4bc4-957e-0e24e1503eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1057 2025.02.01 02:09:46.951510 [ 3 ] {a1fe87f0-282e-4bc4-957e-0e24e1503eb6} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1058 2025.02.01 02:09:46.951545 [ 3 ] {a1fe87f0-282e-4bc4-957e-0e24e1503eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1059 2025.02.01 02:09:46.951919 [ 3 ] {a1fe87f0-282e-4bc4-957e-0e24e1503eb6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1060 2025.02.01 02:09:46.952162 [ 3 ] {a1fe87f0-282e-4bc4-957e-0e24e1503eb6} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1061 2025.02.01 02:09:46.952347 [ 3 ] {a1fe87f0-282e-4bc4-957e-0e24e1503eb6} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001669 sec., 20371.47992810066 rows/sec., 1.50 MiB/sec.
1062 2025.02.01 02:09:46.952410 [ 3 ] {a1fe87f0-282e-4bc4-957e-0e24e1503eb6} <Debug> TCPHandler: Processed in 0.001909519 sec.
1063 2025.02.01 02:09:46.952556 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1064 2025.02.01 02:09:46.952694 [ 255 ] {38e05867-b123-4520-8293-de7579558bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1065 2025.02.01 02:09:46.952751 [ 255 ] {38e05867-b123-4520-8293-de7579558bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1066 2025.02.01 02:09:46.953445 [ 255 ] {38e05867-b123-4520-8293-de7579558bd5} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1067 2025.02.01 02:09:46.953485 [ 255 ] {38e05867-b123-4520-8293-de7579558bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1068 2025.02.01 02:09:46.953854 [ 255 ] {38e05867-b123-4520-8293-de7579558bd5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1069 2025.02.01 02:09:46.954088 [ 255 ] {38e05867-b123-4520-8293-de7579558bd5} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1070 2025.02.01 02:09:46.954298 [ 255 ] {38e05867-b123-4520-8293-de7579558bd5} <Debug> executeQuery: Read 80 rows, 6.41 KiB in 0.001636 sec., 48899.75550122249 rows/sec., 3.82 MiB/sec.
1071 2025.02.01 02:09:46.954350 [ 255 ] {38e05867-b123-4520-8293-de7579558bd5} <Debug> TCPHandler: Processed in 0.001861489 sec.
1072 2025.02.01 02:09:46.954489 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1073 2025.02.01 02:09:46.954607 [ 3 ] {82c2b9e2-5408-454b-aef3-003eb130b242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1074 2025.02.01 02:09:46.954659 [ 3 ] {82c2b9e2-5408-454b-aef3-003eb130b242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1075 2025.02.01 02:09:46.955258 [ 3 ] {82c2b9e2-5408-454b-aef3-003eb130b242} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1076 2025.02.01 02:09:46.955295 [ 3 ] {82c2b9e2-5408-454b-aef3-003eb130b242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1077 2025.02.01 02:09:46.955676 [ 3 ] {82c2b9e2-5408-454b-aef3-003eb130b242} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1078 2025.02.01 02:09:46.955922 [ 3 ] {82c2b9e2-5408-454b-aef3-003eb130b242} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1079 2025.02.01 02:09:46.956098 [ 3 ] {82c2b9e2-5408-454b-aef3-003eb130b242} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001516 sec., 65963.06068601583 rows/sec., 4.57 MiB/sec.
1080 2025.02.01 02:09:46.956149 [ 3 ] {82c2b9e2-5408-454b-aef3-003eb130b242} <Debug> TCPHandler: Processed in 0.001715407 sec.
1081 2025.02.01 02:09:46.956313 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1082 2025.02.01 02:09:46.956460 [ 255 ] {84d8f3fc-6a04-439a-ad34-468d6c3702ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1083 2025.02.01 02:09:46.956552 [ 255 ] {84d8f3fc-6a04-439a-ad34-468d6c3702ee} <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
1084 2025.02.01 02:09:46.957944 [ 255 ] {84d8f3fc-6a04-439a-ad34-468d6c3702ee} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1085 2025.02.01 02:09:46.957985 [ 255 ] {84d8f3fc-6a04-439a-ad34-468d6c3702ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1086 2025.02.01 02:09:46.960680 [ 255 ] {84d8f3fc-6a04-439a-ad34-468d6c3702ee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1087 2025.02.01 02:09:46.961185 [ 255 ] {84d8f3fc-6a04-439a-ad34-468d6c3702ee} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1088 2025.02.01 02:09:46.961653 [ 255 ] {84d8f3fc-6a04-439a-ad34-468d6c3702ee} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.005245 sec., 6482.364156339371 rows/sec., 11.62 MiB/sec.
1089 2025.02.01 02:09:46.961761 [ 255 ] {84d8f3fc-6a04-439a-ad34-468d6c3702ee} <Debug> TCPHandler: Processed in 0.005547894 sec.
1090 2025.02.01 02:09:46.961897 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1091 2025.02.01 02:09:46.962006 [ 3 ] {ea588618-9542-4157-9b7f-3090b3d003df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1092 2025.02.01 02:09:46.962053 [ 3 ] {ea588618-9542-4157-9b7f-3090b3d003df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1093 2025.02.01 02:09:46.962581 [ 3 ] {ea588618-9542-4157-9b7f-3090b3d003df} <Trace> oximeter.measurements_i64 (7e303da2-ecaa-4daf-95f9-1c93f3ca20c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1094 2025.02.01 02:09:46.962618 [ 3 ] {ea588618-9542-4157-9b7f-3090b3d003df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1095 2025.02.01 02:09:46.962994 [ 3 ] {ea588618-9542-4157-9b7f-3090b3d003df} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1096 2025.02.01 02:09:46.963229 [ 3 ] {ea588618-9542-4157-9b7f-3090b3d003df} <Trace> oximeter.measurements_i64 (7e303da2-ecaa-4daf-95f9-1c93f3ca20c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1097 2025.02.01 02:09:46.963420 [ 3 ] {ea588618-9542-4157-9b7f-3090b3d003df} <Debug> executeQuery: Read 27 rows, 1.99 KiB in 0.001391 sec., 19410.496046010063 rows/sec., 1.40 MiB/sec.
1098 2025.02.01 02:09:46.963471 [ 3 ] {ea588618-9542-4157-9b7f-3090b3d003df} <Debug> TCPHandler: Processed in 0.001591975 sec.
1099 2025.02.01 02:09:46.963634 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1100 2025.02.01 02:09:46.963775 [ 255 ] {6826bc81-3f05-4f4e-a33d-eaa06b93aeb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1101 2025.02.01 02:09:46.963836 [ 255 ] {6826bc81-3f05-4f4e-a33d-eaa06b93aeb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1102 2025.02.01 02:09:46.964421 [ 255 ] {6826bc81-3f05-4f4e-a33d-eaa06b93aeb4} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1103 2025.02.01 02:09:46.964461 [ 255 ] {6826bc81-3f05-4f4e-a33d-eaa06b93aeb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1104 2025.02.01 02:09:46.964823 [ 255 ] {6826bc81-3f05-4f4e-a33d-eaa06b93aeb4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1105 2025.02.01 02:09:46.965056 [ 255 ] {6826bc81-3f05-4f4e-a33d-eaa06b93aeb4} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1106 2025.02.01 02:09:46.965340 [ 255 ] {6826bc81-3f05-4f4e-a33d-eaa06b93aeb4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001585 sec., 18927.44479495268 rows/sec., 1.30 MiB/sec.
1107 2025.02.01 02:09:46.965402 [ 255 ] {6826bc81-3f05-4f4e-a33d-eaa06b93aeb4} <Debug> TCPHandler: Processed in 0.001838078 sec.
1108 2025.02.01 02:09:51.887618 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1109 2025.02.01 02:09:51.887844 [ 3 ] {9adda3dd-4fdc-477c-ba13-382959c3664e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1110 2025.02.01 02:09:51.887927 [ 3 ] {9adda3dd-4fdc-477c-ba13-382959c3664e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1111 2025.02.01 02:09:51.888751 [ 3 ] {9adda3dd-4fdc-477c-ba13-382959c3664e} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1112 2025.02.01 02:09:51.888801 [ 3 ] {9adda3dd-4fdc-477c-ba13-382959c3664e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1113 2025.02.01 02:09:51.889231 [ 3 ] {9adda3dd-4fdc-477c-ba13-382959c3664e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1114 2025.02.01 02:09:51.889500 [ 3 ] {9adda3dd-4fdc-477c-ba13-382959c3664e} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1115 2025.02.01 02:09:51.889733 [ 3 ] {9adda3dd-4fdc-477c-ba13-382959c3664e} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001949 sec., 13340.174448435095 rows/sec., 1.01 MiB/sec.
1116 2025.02.01 02:09:51.889789 [ 3 ] {9adda3dd-4fdc-477c-ba13-382959c3664e} <Debug> TCPHandler: Processed in 0.002313303 sec.
1117 2025.02.01 02:09:51.890060 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1118 2025.02.01 02:09:51.890272 [ 255 ] {9c81ed30-cf31-44a9-9b81-50bdf37d523b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1119 2025.02.01 02:09:51.890352 [ 255 ] {9c81ed30-cf31-44a9-9b81-50bdf37d523b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1120 2025.02.01 02:09:51.891113 [ 255 ] {9c81ed30-cf31-44a9-9b81-50bdf37d523b} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1121 2025.02.01 02:09:51.891155 [ 255 ] {9c81ed30-cf31-44a9-9b81-50bdf37d523b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1122 2025.02.01 02:09:51.891589 [ 255 ] {9c81ed30-cf31-44a9-9b81-50bdf37d523b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1123 2025.02.01 02:09:51.891839 [ 255 ] {9c81ed30-cf31-44a9-9b81-50bdf37d523b} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1124 2025.02.01 02:09:51.892054 [ 255 ] {9c81ed30-cf31-44a9-9b81-50bdf37d523b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001841 sec., 15209.125475285171 rows/sec., 1.19 MiB/sec.
1125 2025.02.01 02:09:51.892156 [ 255 ] {9c81ed30-cf31-44a9-9b81-50bdf37d523b} <Debug> TCPHandler: Processed in 0.002238712 sec.
1126 2025.02.01 02:09:51.892314 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1127 2025.02.01 02:09:51.892452 [ 3 ] {798dfc8e-60a2-40a4-b657-ee1d28bd6b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1128 2025.02.01 02:09:51.892514 [ 3 ] {798dfc8e-60a2-40a4-b657-ee1d28bd6b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1129 2025.02.01 02:09:51.893070 [ 3 ] {798dfc8e-60a2-40a4-b657-ee1d28bd6b91} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1130 2025.02.01 02:09:51.893110 [ 3 ] {798dfc8e-60a2-40a4-b657-ee1d28bd6b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1131 2025.02.01 02:09:51.893504 [ 3 ] {798dfc8e-60a2-40a4-b657-ee1d28bd6b91} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1132 2025.02.01 02:09:51.893749 [ 3 ] {798dfc8e-60a2-40a4-b657-ee1d28bd6b91} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1133 2025.02.01 02:09:51.893954 [ 3 ] {798dfc8e-60a2-40a4-b657-ee1d28bd6b91} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001533 sec., 65231.57208088715 rows/sec., 4.52 MiB/sec.
1134 2025.02.01 02:09:51.894006 [ 3 ] {798dfc8e-60a2-40a4-b657-ee1d28bd6b91} <Debug> TCPHandler: Processed in 0.001758627 sec.
1135 2025.02.01 02:09:51.894155 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1136 2025.02.01 02:09:51.894277 [ 255 ] {e5b4a876-0905-48ad-a0a5-ba955ed0c686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1137 2025.02.01 02:09:51.894328 [ 255 ] {e5b4a876-0905-48ad-a0a5-ba955ed0c686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1138 2025.02.01 02:09:51.894835 [ 255 ] {e5b4a876-0905-48ad-a0a5-ba955ed0c686} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1139 2025.02.01 02:09:51.894875 [ 255 ] {e5b4a876-0905-48ad-a0a5-ba955ed0c686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1140 2025.02.01 02:09:51.895255 [ 255 ] {e5b4a876-0905-48ad-a0a5-ba955ed0c686} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1141 2025.02.01 02:09:51.895488 [ 255 ] {e5b4a876-0905-48ad-a0a5-ba955ed0c686} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1142 2025.02.01 02:09:51.895724 [ 255 ] {e5b4a876-0905-48ad-a0a5-ba955ed0c686} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001466 sec., 20463.847203274214 rows/sec., 1.40 MiB/sec.
1143 2025.02.01 02:09:51.895797 [ 255 ] {e5b4a876-0905-48ad-a0a5-ba955ed0c686} <Debug> TCPHandler: Processed in 0.001706677 sec.
1144 2025.02.01 02:09:53.805340 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1145 2025.02.01 02:09:53.805970 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1146 2025.02.01 02:09:53.806017 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1147 2025.02.01 02:09:53.806592 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1148 2025.02.01 02:09:53.806842 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1149 2025.02.01 02:09:53.807066 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1150 2025.02.01 02:09:53.944185 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1151 2025.02.01 02:09:53.963230 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1152 2025.02.01 02:09:53.963287 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1153 2025.02.01 02:09:53.970174 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1154 2025.02.01 02:09:53.970932 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1155 2025.02.01 02:09:53.973596 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1156 2025.02.01 02:09:56.290426 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 168
1157 2025.02.01 02:09:56.293568 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1158 2025.02.01 02:09:56.293619 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1159 2025.02.01 02:09:56.295101 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1160 2025.02.01 02:09:56.295406 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1161 2025.02.01 02:09:56.295900 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168
1162 2025.02.01 02:09:56.889056 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1163 2025.02.01 02:09:56.889247 [ 3 ] {cd79b025-881d-4756-a173-5ae2365ee939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1164 2025.02.01 02:09:56.889320 [ 3 ] {cd79b025-881d-4756-a173-5ae2365ee939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1165 2025.02.01 02:09:56.890126 [ 3 ] {cd79b025-881d-4756-a173-5ae2365ee939} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1166 2025.02.01 02:09:56.890173 [ 3 ] {cd79b025-881d-4756-a173-5ae2365ee939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1167 2025.02.01 02:09:56.890611 [ 3 ] {cd79b025-881d-4756-a173-5ae2365ee939} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1168 2025.02.01 02:09:56.890871 [ 3 ] {cd79b025-881d-4756-a173-5ae2365ee939} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1169 2025.02.01 02:09:56.891077 [ 3 ] {cd79b025-881d-4756-a173-5ae2365ee939} <Debug> executeQuery: Read 96 rows, 8.65 KiB in 0.001884 sec., 50955.41401273885 rows/sec., 4.48 MiB/sec.
1170 2025.02.01 02:09:56.891143 [ 3 ] {cd79b025-881d-4756-a173-5ae2365ee939} <Debug> TCPHandler: Processed in 0.002224142 sec.
1171 2025.02.01 02:09:56.891418 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1172 2025.02.01 02:09:56.891640 [ 255 ] {3358d8e0-3883-46cd-b2f9-5beccb25612a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1173 2025.02.01 02:09:56.891718 [ 255 ] {3358d8e0-3883-46cd-b2f9-5beccb25612a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1174 2025.02.01 02:09:56.892477 [ 255 ] {3358d8e0-3883-46cd-b2f9-5beccb25612a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1175 2025.02.01 02:09:56.892529 [ 255 ] {3358d8e0-3883-46cd-b2f9-5beccb25612a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1176 2025.02.01 02:09:56.892959 [ 255 ] {3358d8e0-3883-46cd-b2f9-5beccb25612a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1177 2025.02.01 02:09:56.893213 [ 255 ] {3358d8e0-3883-46cd-b2f9-5beccb25612a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1178 2025.02.01 02:09:56.893446 [ 255 ] {3358d8e0-3883-46cd-b2f9-5beccb25612a} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001862 sec., 18796.992481203008 rows/sec., 1.38 MiB/sec.
1179 2025.02.01 02:09:56.893513 [ 255 ] {3358d8e0-3883-46cd-b2f9-5beccb25612a} <Debug> TCPHandler: Processed in 0.002236772 sec.
1180 2025.02.01 02:09:56.893677 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1181 2025.02.01 02:09:56.893807 [ 3 ] {3b238f35-3bad-452d-bd59-cce8a6f3e9bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1182 2025.02.01 02:09:56.893861 [ 3 ] {3b238f35-3bad-452d-bd59-cce8a6f3e9bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1183 2025.02.01 02:09:56.894479 [ 3 ] {3b238f35-3bad-452d-bd59-cce8a6f3e9bc} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1184 2025.02.01 02:09:56.894517 [ 3 ] {3b238f35-3bad-452d-bd59-cce8a6f3e9bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1185 2025.02.01 02:09:56.894906 [ 3 ] {3b238f35-3bad-452d-bd59-cce8a6f3e9bc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1186 2025.02.01 02:09:56.895160 [ 3 ] {3b238f35-3bad-452d-bd59-cce8a6f3e9bc} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1187 2025.02.01 02:09:56.895351 [ 3 ] {3b238f35-3bad-452d-bd59-cce8a6f3e9bc} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.001576 sec., 39974.6192893401 rows/sec., 3.12 MiB/sec.
1188 2025.02.01 02:09:56.895413 [ 3 ] {3b238f35-3bad-452d-bd59-cce8a6f3e9bc} <Debug> TCPHandler: Processed in 0.001797867 sec.
1189 2025.02.01 02:09:56.895581 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1190 2025.02.01 02:09:56.895712 [ 255 ] {75300bcc-e298-4201-bac8-3f922c4c21ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1191 2025.02.01 02:09:56.895770 [ 255 ] {75300bcc-e298-4201-bac8-3f922c4c21ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1192 2025.02.01 02:09:56.896420 [ 255 ] {75300bcc-e298-4201-bac8-3f922c4c21ba} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1193 2025.02.01 02:09:56.896470 [ 255 ] {75300bcc-e298-4201-bac8-3f922c4c21ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1194 2025.02.01 02:09:56.896921 [ 255 ] {75300bcc-e298-4201-bac8-3f922c4c21ba} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1195 2025.02.01 02:09:56.897169 [ 255 ] {75300bcc-e298-4201-bac8-3f922c4c21ba} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1196 2025.02.01 02:09:56.897400 [ 255 ] {75300bcc-e298-4201-bac8-3f922c4c21ba} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001718 sec., 58207.217694994186 rows/sec., 4.04 MiB/sec.
1197 2025.02.01 02:09:56.897460 [ 255 ] {75300bcc-e298-4201-bac8-3f922c4c21ba} <Debug> TCPHandler: Processed in 0.001944739 sec.
1198 2025.02.01 02:09:56.897613 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1199 2025.02.01 02:09:56.897742 [ 3 ] {3e55668d-4eca-4a97-8b72-4949ec5a0cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1200 2025.02.01 02:09:56.897825 [ 3 ] {3e55668d-4eca-4a97-8b72-4949ec5a0cc4} <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
1201 2025.02.01 02:09:56.899048 [ 3 ] {3e55668d-4eca-4a97-8b72-4949ec5a0cc4} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1202 2025.02.01 02:09:56.899088 [ 3 ] {3e55668d-4eca-4a97-8b72-4949ec5a0cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1203 2025.02.01 02:09:56.899757 [ 3 ] {3e55668d-4eca-4a97-8b72-4949ec5a0cc4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1204 2025.02.01 02:09:56.900035 [ 3 ] {3e55668d-4eca-4a97-8b72-4949ec5a0cc4} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1205 2025.02.01 02:09:56.900240 [ 3 ] {3e55668d-4eca-4a97-8b72-4949ec5a0cc4} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002528 sec., 13844.93670886076 rows/sec., 24.81 MiB/sec.
1206 2025.02.01 02:09:56.900356 [ 3 ] {3e55668d-4eca-4a97-8b72-4949ec5a0cc4} <Debug> TCPHandler: Processed in 0.002802347 sec.
1207 2025.02.01 02:09:56.900525 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1208 2025.02.01 02:09:56.900670 [ 255 ] {187bcd19-0720-474b-9856-893be4500c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1209 2025.02.01 02:09:56.900733 [ 255 ] {187bcd19-0720-474b-9856-893be4500c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1210 2025.02.01 02:09:56.901245 [ 255 ] {187bcd19-0720-474b-9856-893be4500c37} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1211 2025.02.01 02:09:56.901286 [ 255 ] {187bcd19-0720-474b-9856-893be4500c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1212 2025.02.01 02:09:56.901666 [ 255 ] {187bcd19-0720-474b-9856-893be4500c37} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1213 2025.02.01 02:09:56.901915 [ 255 ] {187bcd19-0720-474b-9856-893be4500c37} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1214 2025.02.01 02:09:56.902158 [ 255 ] {187bcd19-0720-474b-9856-893be4500c37} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001518 sec., 19762.845849802372 rows/sec., 1.35 MiB/sec.
1215 2025.02.01 02:09:56.902236 [ 255 ] {187bcd19-0720-474b-9856-893be4500c37} <Debug> TCPHandler: Processed in 0.001781258 sec.
1216 2025.02.01 02:10:01.243747 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache
1217 2025.02.01 02:10:01.243823 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache
1218 2025.02.01 02:10:01.307292 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1219 2025.02.01 02:10:01.307960 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1220 2025.02.01 02:10:01.308009 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1221 2025.02.01 02:10:01.308583 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1222 2025.02.01 02:10:01.308849 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1223 2025.02.01 02:10:01.309041 [ 80 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1224 2025.02.01 02:10:01.309099 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1225 2025.02.01 02:10:01.309150 [ 80 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1226 2025.02.01 02:10:01.309183 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1227 2025.02.01 02:10:01.313420 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
1228 2025.02.01 02:10:01.313603 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1229 2025.02.01 02:10:01.313713 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
1230 2025.02.01 02:10:01.313847 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
1231 2025.02.01 02:10:01.314048 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
1232 2025.02.01 02:10:01.314306 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
1233 2025.02.01 02:10:01.314524 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
1234 2025.02.01 02:10:01.314671 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
1235 2025.02.01 02:10:01.341067 [ 187 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.031802459 sec., 88232.1709777222 rows/sec., 1.26 MiB/sec.
1236 2025.02.01 02:10:01.341619 [ 187 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1237 2025.02.01 02:10:01.342134 [ 187 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_6_1} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1238 2025.02.01 02:10:01.342224 [ 187 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_6_1} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1239 2025.02.01 02:10:01.342359 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1240 2025.02.01 02:10:01.473798 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1241 2025.02.01 02:10:01.494304 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1242 2025.02.01 02:10:01.494351 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1243 2025.02.01 02:10:01.500941 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1244 2025.02.01 02:10:01.501687 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1245 2025.02.01 02:10:01.501977 [ 80 ] {} <Debug> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1246 2025.02.01 02:10:01.502050 [ 80 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1247 2025.02.01 02:10:01.502098 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1248 2025.02.01 02:10:01.502668 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
1249 2025.02.01 02:10:01.516984 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1250 2025.02.01 02:10:01.518832 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1251 2025.02.01 02:10:01.520402 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
1252 2025.02.01 02:10:01.526005 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
1253 2025.02.01 02:10:01.531241 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
1254 2025.02.01 02:10:01.536510 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
1255 2025.02.01 02:10:01.546702 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
1256 2025.02.01 02:10:01.551299 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
1257 2025.02.01 02:10:01.612202 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.10993613 sec., 418.424770819202 rows/sec., 2.16 MiB/sec.
1258 2025.02.01 02:10:01.615026 [ 201 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1259 2025.02.01 02:10:01.618156 [ 201 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_6_1} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1260 2025.02.01 02:10:01.618286 [ 201 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_6_1} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1261 2025.02.01 02:10:01.620763 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1262 2025.02.01 02:10:01.885888 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1263 2025.02.01 02:10:01.886258 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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') FORMAT Native; (stage: Complete)
1264 2025.02.01 02:10:01.886717 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1265 2025.02.01 02:10:01.886770 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <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')" moved to PREWHERE
1266 2025.02.01 02:10:01.887107 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1267 2025.02.01 02:10:01.887188 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1268 2025.02.01 02:10:01.887364 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1269 2025.02.01 02:10:01.887602 [ 294 ] {fcef7400-d711-452f-9162-35550da40da8} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1270 2025.02.01 02:10:01.887687 [ 295 ] {fcef7400-d711-452f-9162-35550da40da8} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1271 2025.02.01 02:10:01.887856 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1272 2025.02.01 02:10:01.887891 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1273 2025.02.01 02:10:01.892126 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1274 2025.02.01 02:10:01.892157 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1275 2025.02.01 02:10:01.892226 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <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'))"
1276 2025.02.01 02:10:01.892280 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <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'))"
1277 2025.02.01 02:10:01.893966 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00784 sec., 2295.918367346939 rows/sec., 96.41 KiB/sec.
1278 2025.02.01 02:10:01.894131 [ 3 ] {fcef7400-d711-452f-9162-35550da40da8} <Debug> TCPHandler: Processed in 0.008432162 sec.
1279 2025.02.01 02:10:01.894532 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1280 2025.02.01 02:10:01.894800 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete)
1281 2025.02.01 02:10:01.895211 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1282 2025.02.01 02:10:01.895256 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <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', 'switch_data_link:link_enabled')" moved to PREWHERE
1283 2025.02.01 02:10:01.895550 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1284 2025.02.01 02:10:01.895633 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1285 2025.02.01 02:10:01.895810 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1286 2025.02.01 02:10:01.895922 [ 295 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1287 2025.02.01 02:10:01.895929 [ 296 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1288 2025.02.01 02:10:01.896054 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1289 2025.02.01 02:10:01.896084 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1290 2025.02.01 02:10:01.896175 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1291 2025.02.01 02:10:01.896198 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1292 2025.02.01 02:10:01.896239 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <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', 'switch_data_link:link_enabled'))"
1293 2025.02.01 02:10:01.896284 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <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', 'switch_data_link:link_enabled'))"
1294 2025.02.01 02:10:01.897369 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002688 sec., 6696.428571428572 rows/sec., 281.20 KiB/sec.
1295 2025.02.01 02:10:01.897513 [ 255 ] {4ef9e049-7d9c-4e02-8eea-7f730baf7595} <Debug> TCPHandler: Processed in 0.00311282 sec.
1296 2025.02.01 02:10:01.898166 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1297 2025.02.01 02:10:01.898388 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete)
1298 2025.02.01 02:10:01.898761 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1299 2025.02.01 02:10:01.898812 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE
1300 2025.02.01 02:10:01.899114 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1301 2025.02.01 02:10:01.899179 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1302 2025.02.01 02:10:01.899325 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1303 2025.02.01 02:10:01.899427 [ 296 ] {2ab80800-f843-43ae-9348-f12526910849} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1304 2025.02.01 02:10:01.899440 [ 295 ] {2ab80800-f843-43ae-9348-f12526910849} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1305 2025.02.01 02:10:01.899545 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1306 2025.02.01 02:10:01.899575 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1307 2025.02.01 02:10:01.899658 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1308 2025.02.01 02:10:01.899679 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1309 2025.02.01 02:10:01.899720 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1310 2025.02.01 02:10:01.899766 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))"
1311 2025.02.01 02:10:01.900859 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002567 sec., 7012.0763537202965 rows/sec., 294.45 KiB/sec.
1312 2025.02.01 02:10:01.901016 [ 3 ] {2ab80800-f843-43ae-9348-f12526910849} <Debug> TCPHandler: Processed in 0.002931188 sec.
1313 2025.02.01 02:10:01.901277 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1314 2025.02.01 02:10:01.901503 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1315 2025.02.01 02:10:01.901887 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1316 2025.02.01 02:10:01.901939 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE
1317 2025.02.01 02:10:01.902223 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1318 2025.02.01 02:10:01.902290 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1319 2025.02.01 02:10:01.902440 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1320 2025.02.01 02:10:01.902548 [ 296 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1321 2025.02.01 02:10:01.902552 [ 295 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1322 2025.02.01 02:10:01.902668 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1323 2025.02.01 02:10:01.902697 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1324 2025.02.01 02:10:01.902778 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1325 2025.02.01 02:10:01.902799 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1326 2025.02.01 02:10:01.902842 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1327 2025.02.01 02:10:01.902887 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))"
1328 2025.02.01 02:10:01.903944 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002545 sec., 7072.691552062868 rows/sec., 297.00 KiB/sec.
1329 2025.02.01 02:10:01.904083 [ 255 ] {fb6c05a3-d494-4c9c-890b-e4f386ade67f} <Debug> TCPHandler: Processed in 0.002878738 sec.
1330 2025.02.01 02:10:01.904421 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1331 2025.02.01 02:10:01.904627 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1332 2025.02.01 02:10:01.905024 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1333 2025.02.01 02:10:01.905066 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1334 2025.02.01 02:10:01.905359 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1335 2025.02.01 02:10:01.905425 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1336 2025.02.01 02:10:01.905570 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1337 2025.02.01 02:10:01.905661 [ 295 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1338 2025.02.01 02:10:01.905676 [ 296 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1339 2025.02.01 02:10:01.905782 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1340 2025.02.01 02:10:01.905810 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1341 2025.02.01 02:10:01.905890 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1342 2025.02.01 02:10:01.905910 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1343 2025.02.01 02:10:01.905950 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1344 2025.02.01 02:10:01.905995 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))"
1345 2025.02.01 02:10:01.907060 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002528 sec., 7120.2531645569625 rows/sec., 299.00 KiB/sec.
1346 2025.02.01 02:10:01.907211 [ 3 ] {a737785d-9863-4594-8d17-f854da7a21a9} <Debug> TCPHandler: Processed in 0.002858037 sec.
1347 2025.02.01 02:10:01.907486 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1348 2025.02.01 02:10:01.907667 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1349 2025.02.01 02:10:01.907990 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1350 2025.02.01 02:10:01.908032 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1351 2025.02.01 02:10:01.908306 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1352 2025.02.01 02:10:01.908371 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1353 2025.02.01 02:10:01.908521 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1354 2025.02.01 02:10:01.908606 [ 294 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1355 2025.02.01 02:10:01.908613 [ 296 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1356 2025.02.01 02:10:01.908728 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1357 2025.02.01 02:10:01.908756 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1358 2025.02.01 02:10:01.908835 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1359 2025.02.01 02:10:01.908855 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1360 2025.02.01 02:10:01.908896 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1361 2025.02.01 02:10:01.908942 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1362 2025.02.01 02:10:01.910044 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002457 sec., 7326.007326007326 rows/sec., 307.64 KiB/sec.
1363 2025.02.01 02:10:01.910184 [ 255 ] {abc78fea-f4ec-416c-b442-427a77b50038} <Debug> TCPHandler: Processed in 0.002756157 sec.
1364 2025.02.01 02:10:01.910502 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1365 2025.02.01 02:10:01.910836 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1366 2025.02.01 02:10:01.911227 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1367 2025.02.01 02:10:01.911268 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1368 2025.02.01 02:10:01.911543 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1369 2025.02.01 02:10:01.911610 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1370 2025.02.01 02:10:01.911756 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1371 2025.02.01 02:10:01.911858 [ 295 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1372 2025.02.01 02:10:01.911866 [ 296 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1373 2025.02.01 02:10:01.911971 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1374 2025.02.01 02:10:01.911999 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1375 2025.02.01 02:10:01.912080 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1376 2025.02.01 02:10:01.912101 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1377 2025.02.01 02:10:01.912141 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1378 2025.02.01 02:10:01.912185 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1379 2025.02.01 02:10:01.913223 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002543 sec., 7078.254030672434 rows/sec., 297.23 KiB/sec.
1380 2025.02.01 02:10:01.913378 [ 3 ] {01db5d0c-6cb7-4bf1-9eae-188368026781} <Debug> TCPHandler: Processed in 0.002984909 sec.
1381 2025.02.01 02:10:01.913644 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1382 2025.02.01 02:10:01.913858 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1383 2025.02.01 02:10:01.914191 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1384 2025.02.01 02:10:01.914234 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1385 2025.02.01 02:10:01.914514 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1386 2025.02.01 02:10:01.914579 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1387 2025.02.01 02:10:01.914725 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1388 2025.02.01 02:10:01.914820 [ 296 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1389 2025.02.01 02:10:01.914833 [ 294 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1390 2025.02.01 02:10:01.914921 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1391 2025.02.01 02:10:01.914944 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1392 2025.02.01 02:10:01.915022 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1393 2025.02.01 02:10:01.915042 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1394 2025.02.01 02:10:01.915082 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1395 2025.02.01 02:10:01.915128 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1396 2025.02.01 02:10:01.916229 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002471 sec., 7284.500202347228 rows/sec., 305.89 KiB/sec.
1397 2025.02.01 02:10:01.916367 [ 255 ] {c510151e-80e0-4975-ae03-2d7f3d44db96} <Debug> TCPHandler: Processed in 0.002796917 sec.
1398 2025.02.01 02:10:01.916718 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1399 2025.02.01 02:10:01.917041 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1400 2025.02.01 02:10:01.917361 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1401 2025.02.01 02:10:01.917404 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1402 2025.02.01 02:10:01.917683 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1403 2025.02.01 02:10:01.917748 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1404 2025.02.01 02:10:01.917893 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1405 2025.02.01 02:10:01.917995 [ 296 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1406 2025.02.01 02:10:01.918008 [ 295 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1407 2025.02.01 02:10:01.918118 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1408 2025.02.01 02:10:01.918146 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1409 2025.02.01 02:10:01.918225 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1410 2025.02.01 02:10:01.918246 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1411 2025.02.01 02:10:01.918284 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1412 2025.02.01 02:10:01.918331 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1413 2025.02.01 02:10:01.919329 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002439 sec., 7380.073800738007 rows/sec., 309.91 KiB/sec.
1414 2025.02.01 02:10:01.919483 [ 3 ] {2911d716-50d0-4411-a0d9-05a7db99022f} <Debug> TCPHandler: Processed in 0.002876748 sec.
1415 2025.02.01 02:10:01.919735 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1416 2025.02.01 02:10:01.919914 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1417 2025.02.01 02:10:01.920233 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1418 2025.02.01 02:10:01.920278 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1419 2025.02.01 02:10:01.920561 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1420 2025.02.01 02:10:01.920630 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1421 2025.02.01 02:10:01.920777 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1422 2025.02.01 02:10:01.920870 [ 296 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1423 2025.02.01 02:10:01.920883 [ 294 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1424 2025.02.01 02:10:01.920973 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1425 2025.02.01 02:10:01.920997 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1426 2025.02.01 02:10:01.921074 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1427 2025.02.01 02:10:01.921093 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1428 2025.02.01 02:10:01.921134 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1429 2025.02.01 02:10:01.921178 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1430 2025.02.01 02:10:01.922142 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002311 sec., 7788.836001730852 rows/sec., 327.07 KiB/sec.
1431 2025.02.01 02:10:01.922280 [ 255 ] {d1b550a9-6fdd-41d3-8cf0-a413d6fe7630} <Debug> TCPHandler: Processed in 0.002601565 sec.
1432 2025.02.01 02:10:01.922543 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1433 2025.02.01 02:10:01.922756 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1434 2025.02.01 02:10:01.923117 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1435 2025.02.01 02:10:01.923161 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1436 2025.02.01 02:10:01.923448 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1437 2025.02.01 02:10:01.923514 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1438 2025.02.01 02:10:01.923661 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1439 2025.02.01 02:10:01.923763 [ 296 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1440 2025.02.01 02:10:01.923777 [ 295 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1441 2025.02.01 02:10:01.923877 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1442 2025.02.01 02:10:01.923905 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1443 2025.02.01 02:10:01.923988 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1444 2025.02.01 02:10:01.924009 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1445 2025.02.01 02:10:01.924050 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1446 2025.02.01 02:10:01.924097 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1447 2025.02.01 02:10:01.925226 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002573 sec., 6995.724834823163 rows/sec., 293.77 KiB/sec.
1448 2025.02.01 02:10:01.925381 [ 3 ] {9a8da60d-3170-45b6-8814-1c6537cbd5d8} <Debug> TCPHandler: Processed in 0.002905988 sec.
1449 2025.02.01 02:10:01.929533 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1450 2025.02.01 02:10:01.929753 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1451 2025.02.01 02:10:01.930125 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1452 2025.02.01 02:10:01.930169 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1453 2025.02.01 02:10:01.930458 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1454 2025.02.01 02:10:01.930523 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1455 2025.02.01 02:10:01.930668 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1456 2025.02.01 02:10:01.930756 [ 296 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1457 2025.02.01 02:10:01.930773 [ 294 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1458 2025.02.01 02:10:01.930863 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1459 2025.02.01 02:10:01.930886 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1460 2025.02.01 02:10:01.930963 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1461 2025.02.01 02:10:01.930983 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 18 rows with 2 streams
1462 2025.02.01 02:10:01.931024 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1463 2025.02.01 02:10:01.931070 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1464 2025.02.01 02:10:01.932185 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002541 sec., 7083.825265643448 rows/sec., 297.47 KiB/sec.
1465 2025.02.01 02:10:01.932321 [ 255 ] {6af2b332-0724-42d9-b3ae-b39977e29967} <Debug> TCPHandler: Processed in 0.002856438 sec.
1466 2025.02.01 02:10:01.934490 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1467 2025.02.01 02:10:01.934723 [ 3 ] {34f2742d-5756-44ed-8531-0e5d4febf26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1468 2025.02.01 02:10:01.934822 [ 3 ] {34f2742d-5756-44ed-8531-0e5d4febf26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1469 2025.02.01 02:10:01.935673 [ 3 ] {34f2742d-5756-44ed-8531-0e5d4febf26f} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1470 2025.02.01 02:10:01.935712 [ 3 ] {34f2742d-5756-44ed-8531-0e5d4febf26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1471 2025.02.01 02:10:01.936236 [ 3 ] {34f2742d-5756-44ed-8531-0e5d4febf26f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1472 2025.02.01 02:10:01.936471 [ 3 ] {34f2742d-5756-44ed-8531-0e5d4febf26f} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1473 2025.02.01 02:10:01.936708 [ 3 ] {34f2742d-5756-44ed-8531-0e5d4febf26f} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.002046 sec., 5865.102639296188 rows/sec., 1.19 MiB/sec.
1474 2025.02.01 02:10:01.936850 [ 3 ] {34f2742d-5756-44ed-8531-0e5d4febf26f} <Debug> TCPHandler: Processed in 0.002471184 sec.
1475 2025.02.01 02:10:01.936999 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1476 2025.02.01 02:10:01.937149 [ 255 ] {adc816c0-0428-46fd-868f-39c0c427bcdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1477 2025.02.01 02:10:01.937209 [ 255 ] {adc816c0-0428-46fd-868f-39c0c427bcdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1478 2025.02.01 02:10:01.938480 [ 255 ] {adc816c0-0428-46fd-868f-39c0c427bcdd} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1479 2025.02.01 02:10:01.938521 [ 255 ] {adc816c0-0428-46fd-868f-39c0c427bcdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1480 2025.02.01 02:10:01.938939 [ 255 ] {adc816c0-0428-46fd-868f-39c0c427bcdd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1481 2025.02.01 02:10:01.939188 [ 255 ] {adc816c0-0428-46fd-868f-39c0c427bcdd} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1482 2025.02.01 02:10:01.939427 [ 255 ] {adc816c0-0428-46fd-868f-39c0c427bcdd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002317 sec., 6042.296072507553 rows/sec., 434.96 KiB/sec.
1483 2025.02.01 02:10:01.939494 [ 255 ] {adc816c0-0428-46fd-868f-39c0c427bcdd} <Debug> TCPHandler: Processed in 0.002563895 sec.
1484 2025.02.01 02:10:01.939631 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1485 2025.02.01 02:10:01.939754 [ 3 ] {fc2e6b18-5171-48db-8f5b-6fb2587a9a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1486 2025.02.01 02:10:01.939803 [ 3 ] {fc2e6b18-5171-48db-8f5b-6fb2587a9a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1487 2025.02.01 02:10:01.940469 [ 3 ] {fc2e6b18-5171-48db-8f5b-6fb2587a9a55} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1488 2025.02.01 02:10:01.940506 [ 3 ] {fc2e6b18-5171-48db-8f5b-6fb2587a9a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1489 2025.02.01 02:10:01.940877 [ 3 ] {fc2e6b18-5171-48db-8f5b-6fb2587a9a55} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1490 2025.02.01 02:10:01.941113 [ 3 ] {fc2e6b18-5171-48db-8f5b-6fb2587a9a55} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1491 2025.02.01 02:10:01.941235 [ 80 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1492 2025.02.01 02:10:01.941278 [ 80 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1493 2025.02.01 02:10:01.941301 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1494 2025.02.01 02:10:01.941305 [ 3 ] {fc2e6b18-5171-48db-8f5b-6fb2587a9a55} <Debug> executeQuery: Read 173 rows, 15.59 KiB in 0.001576 sec., 109771.57360406092 rows/sec., 9.66 MiB/sec.
1495 2025.02.01 02:10:01.941553 [ 3 ] {fc2e6b18-5171-48db-8f5b-6fb2587a9a55} <Debug> TCPHandler: Processed in 0.001966459 sec.
1496 2025.02.01 02:10:01.941697 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
1497 2025.02.01 02:10:01.941866 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1498 2025.02.01 02:10:01.941954 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1499 2025.02.01 02:10:01.941998 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part
1500 2025.02.01 02:10:01.942038 [ 255 ] {7e14b180-a4ba-45ab-bb0d-f084f36f4bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1501 2025.02.01 02:10:01.942131 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
1502 2025.02.01 02:10:01.942131 [ 255 ] {7e14b180-a4ba-45ab-bb0d-f084f36f4bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1503 2025.02.01 02:10:01.942581 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 94 rows starting from the beginning of the part
1504 2025.02.01 02:10:01.943059 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part
1505 2025.02.01 02:10:01.943380 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 96 rows starting from the beginning of the part
1506 2025.02.01 02:10:01.943752 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 173 rows starting from the beginning of the part
1507 2025.02.01 02:10:01.944758 [ 255 ] {7e14b180-a4ba-45ab-bb0d-f084f36f4bff} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1508 2025.02.01 02:10:01.944809 [ 255 ] {7e14b180-a4ba-45ab-bb0d-f084f36f4bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1509 2025.02.01 02:10:01.945495 [ 255 ] {7e14b180-a4ba-45ab-bb0d-f084f36f4bff} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1510 2025.02.01 02:10:01.945774 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 441 rows, containing 5 columns (5 merged, 0 gathered) in 0.004370513 sec., 100903.48661587323 rows/sec., 9.04 MiB/sec.
1511 2025.02.01 02:10:01.945883 [ 255 ] {7e14b180-a4ba-45ab-bb0d-f084f36f4bff} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1512 2025.02.01 02:10:01.946021 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1513 2025.02.01 02:10:01.946306 [ 255 ] {7e14b180-a4ba-45ab-bb0d-f084f36f4bff} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.004309 sec., 1624.5068461359942 rows/sec., 105.84 KiB/sec.
1514 2025.02.01 02:10:01.946453 [ 255 ] {7e14b180-a4ba-45ab-bb0d-f084f36f4bff} <Debug> TCPHandler: Processed in 0.004723016 sec.
1515 2025.02.01 02:10:01.946655 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1516 2025.02.01 02:10:01.946683 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_6_1} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1517 2025.02.01 02:10:01.946766 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_6_1} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1518 2025.02.01 02:10:01.946803 [ 3 ] {ebe7c24c-2726-4505-a28f-b37e7184691e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1519 2025.02.01 02:10:01.946868 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
1520 2025.02.01 02:10:01.946885 [ 3 ] {ebe7c24c-2726-4505-a28f-b37e7184691e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1521 2025.02.01 02:10:01.947460 [ 3 ] {ebe7c24c-2726-4505-a28f-b37e7184691e} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1522 2025.02.01 02:10:01.947497 [ 3 ] {ebe7c24c-2726-4505-a28f-b37e7184691e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1523 2025.02.01 02:10:01.947856 [ 3 ] {ebe7c24c-2726-4505-a28f-b37e7184691e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1524 2025.02.01 02:10:01.948090 [ 3 ] {ebe7c24c-2726-4505-a28f-b37e7184691e} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1525 2025.02.01 02:10:01.948258 [ 3 ] {ebe7c24c-2726-4505-a28f-b37e7184691e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001493 sec., 9377.093101138647 rows/sec., 656.71 KiB/sec.
1526 2025.02.01 02:10:01.948310 [ 3 ] {ebe7c24c-2726-4505-a28f-b37e7184691e} <Debug> TCPHandler: Processed in 0.001755927 sec.
1527 2025.02.01 02:10:01.948460 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1528 2025.02.01 02:10:01.948598 [ 255 ] {73d8697e-ca29-4b96-a7d4-4294e7219952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1529 2025.02.01 02:10:01.948661 [ 255 ] {73d8697e-ca29-4b96-a7d4-4294e7219952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1530 2025.02.01 02:10:01.949279 [ 255 ] {73d8697e-ca29-4b96-a7d4-4294e7219952} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1531 2025.02.01 02:10:01.949317 [ 255 ] {73d8697e-ca29-4b96-a7d4-4294e7219952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1532 2025.02.01 02:10:01.949684 [ 255 ] {73d8697e-ca29-4b96-a7d4-4294e7219952} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1533 2025.02.01 02:10:01.949910 [ 255 ] {73d8697e-ca29-4b96-a7d4-4294e7219952} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1534 2025.02.01 02:10:01.950112 [ 255 ] {73d8697e-ca29-4b96-a7d4-4294e7219952} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001546 sec., 8408.796895213454 rows/sec., 524.29 KiB/sec.
1535 2025.02.01 02:10:01.950166 [ 255 ] {73d8697e-ca29-4b96-a7d4-4294e7219952} <Debug> TCPHandler: Processed in 0.001774007 sec.
1536 2025.02.01 02:10:01.950316 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1537 2025.02.01 02:10:01.950454 [ 3 ] {fea65d05-24fb-4770-948e-533df0d07d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1538 2025.02.01 02:10:01.950511 [ 3 ] {fea65d05-24fb-4770-948e-533df0d07d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1539 2025.02.01 02:10:01.951230 [ 3 ] {fea65d05-24fb-4770-948e-533df0d07d56} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1540 2025.02.01 02:10:01.951265 [ 3 ] {fea65d05-24fb-4770-948e-533df0d07d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1541 2025.02.01 02:10:01.951683 [ 3 ] {fea65d05-24fb-4770-948e-533df0d07d56} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1542 2025.02.01 02:10:01.951915 [ 3 ] {fea65d05-24fb-4770-948e-533df0d07d56} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1543 2025.02.01 02:10:01.952031 [ 80 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1544 2025.02.01 02:10:01.952067 [ 80 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1545 2025.02.01 02:10:01.952087 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1546 2025.02.01 02:10:01.952104 [ 3 ] {fea65d05-24fb-4770-948e-533df0d07d56} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.001679 sec., 206075.0446694461 rows/sec., 14.43 MiB/sec.
1547 2025.02.01 02:10:01.952384 [ 3 ] {fea65d05-24fb-4770-948e-533df0d07d56} <Debug> TCPHandler: Processed in 0.002138851 sec.
1548 2025.02.01 02:10:01.952524 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
1549 2025.02.01 02:10:01.952685 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1550 2025.02.01 02:10:01.952843 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1551 2025.02.01 02:10:01.952931 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part
1552 2025.02.01 02:10:01.952946 [ 255 ] {171b989e-d0c8-41a3-b917-bf5ed4810d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1553 2025.02.01 02:10:01.953055 [ 255 ] {171b989e-d0c8-41a3-b917-bf5ed4810d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1554 2025.02.01 02:10:01.953257 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part
1555 2025.02.01 02:10:01.953785 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 80 rows starting from the beginning of the part
1556 2025.02.01 02:10:01.954113 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part
1557 2025.02.01 02:10:01.954384 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 63 rows starting from the beginning of the part
1558 2025.02.01 02:10:01.954858 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 346 rows starting from the beginning of the part
1559 2025.02.01 02:10:01.955701 [ 255 ] {171b989e-d0c8-41a3-b917-bf5ed4810d24} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1560 2025.02.01 02:10:01.955756 [ 255 ] {171b989e-d0c8-41a3-b917-bf5ed4810d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1561 2025.02.01 02:10:01.956802 [ 255 ] {171b989e-d0c8-41a3-b917-bf5ed4810d24} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1562 2025.02.01 02:10:01.957288 [ 255 ] {171b989e-d0c8-41a3-b917-bf5ed4810d24} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1563 2025.02.01 02:10:01.957999 [ 255 ] {171b989e-d0c8-41a3-b917-bf5ed4810d24} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005108 sec., 1174.6280344557558 rows/sec., 61.37 KiB/sec.
1564 2025.02.01 02:10:01.958109 [ 194 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 5 columns (5 merged, 0 gathered) in 0.005926018 sec., 96692.24764420223 rows/sec., 7.45 MiB/sec.
1565 2025.02.01 02:10:01.958123 [ 255 ] {171b989e-d0c8-41a3-b917-bf5ed4810d24} <Debug> TCPHandler: Processed in 0.005623205 sec.
1566 2025.02.01 02:10:01.958287 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1567 2025.02.01 02:10:01.958334 [ 194 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1568 2025.02.01 02:10:01.958510 [ 3 ] {33a5b0c5-08df-420d-a18c-8c063e7b6fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1569 2025.02.01 02:10:01.958605 [ 3 ] {33a5b0c5-08df-420d-a18c-8c063e7b6fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1570 2025.02.01 02:10:01.958994 [ 194 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1571 2025.02.01 02:10:01.959163 [ 194 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_6_1} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1572 2025.02.01 02:10:01.959298 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1573 2025.02.01 02:10:01.959584 [ 3 ] {33a5b0c5-08df-420d-a18c-8c063e7b6fc5} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1574 2025.02.01 02:10:01.959626 [ 3 ] {33a5b0c5-08df-420d-a18c-8c063e7b6fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1575 2025.02.01 02:10:01.960017 [ 3 ] {33a5b0c5-08df-420d-a18c-8c063e7b6fc5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1576 2025.02.01 02:10:01.960257 [ 3 ] {33a5b0c5-08df-420d-a18c-8c063e7b6fc5} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1577 2025.02.01 02:10:01.960379 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1578 2025.02.01 02:10:01.960419 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1579 2025.02.01 02:10:01.960443 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1580 2025.02.01 02:10:01.960446 [ 3 ] {33a5b0c5-08df-420d-a18c-8c063e7b6fc5} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002005 sec., 88279.30174563592 rows/sec., 5.82 MiB/sec.
1581 2025.02.01 02:10:01.960585 [ 3 ] {33a5b0c5-08df-420d-a18c-8c063e7b6fc5} <Debug> TCPHandler: Processed in 0.002361963 sec.
1582 2025.02.01 02:10:01.960606 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
1583 2025.02.01 02:10:01.960742 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1584 2025.02.01 02:10:01.960778 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1585 2025.02.01 02:10:01.960797 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part
1586 2025.02.01 02:10:01.961033 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part
1587 2025.02.01 02:10:01.961097 [ 255 ] {79062db3-4852-42d8-bb05-b6ac76fd5c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1588 2025.02.01 02:10:01.961285 [ 255 ] {79062db3-4852-42d8-bb05-b6ac76fd5c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1589 2025.02.01 02:10:01.961427 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part
1590 2025.02.01 02:10:01.961831 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part
1591 2025.02.01 02:10:01.962177 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part
1592 2025.02.01 02:10:01.962507 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 177 rows starting from the beginning of the part
1593 2025.02.01 02:10:01.963456 [ 255 ] {79062db3-4852-42d8-bb05-b6ac76fd5c88} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1594 2025.02.01 02:10:01.963526 [ 255 ] {79062db3-4852-42d8-bb05-b6ac76fd5c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1595 2025.02.01 02:10:01.964659 [ 255 ] {79062db3-4852-42d8-bb05-b6ac76fd5c88} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1596 2025.02.01 02:10:01.965199 [ 255 ] {79062db3-4852-42d8-bb05-b6ac76fd5c88} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1597 2025.02.01 02:10:01.965480 [ 194 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 597 rows, containing 5 columns (5 merged, 0 gathered) in 0.004980568 sec., 119865.84662632855 rows/sec., 8.19 MiB/sec.
1598 2025.02.01 02:10:01.965672 [ 255 ] {79062db3-4852-42d8-bb05-b6ac76fd5c88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004705 sec., 212.53985122210415 rows/sec., 14.32 KiB/sec.
1599 2025.02.01 02:10:01.965749 [ 255 ] {79062db3-4852-42d8-bb05-b6ac76fd5c88} <Debug> TCPHandler: Processed in 0.0050658 sec.
1600 2025.02.01 02:10:01.965788 [ 191 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1601 2025.02.01 02:10:01.965924 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1602 2025.02.01 02:10:01.966108 [ 3 ] {3ac2e99b-6201-4420-aef4-907a0d23e729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1603 2025.02.01 02:10:01.966208 [ 3 ] {3ac2e99b-6201-4420-aef4-907a0d23e729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1604 2025.02.01 02:10:01.966290 [ 191 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1605 2025.02.01 02:10:01.966564 [ 191 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1606 2025.02.01 02:10:01.966761 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1607 2025.02.01 02:10:01.967149 [ 3 ] {3ac2e99b-6201-4420-aef4-907a0d23e729} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1608 2025.02.01 02:10:01.967193 [ 3 ] {3ac2e99b-6201-4420-aef4-907a0d23e729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1609 2025.02.01 02:10:01.967557 [ 3 ] {3ac2e99b-6201-4420-aef4-907a0d23e729} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1610 2025.02.01 02:10:01.967793 [ 3 ] {3ac2e99b-6201-4420-aef4-907a0d23e729} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1611 2025.02.01 02:10:01.967911 [ 80 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1612 2025.02.01 02:10:01.967953 [ 80 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1613 2025.02.01 02:10:01.967977 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1614 2025.02.01 02:10:01.967985 [ 3 ] {3ac2e99b-6201-4420-aef4-907a0d23e729} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001932 sec., 26915.11387163561 rows/sec., 1.67 MiB/sec.
1615 2025.02.01 02:10:01.968292 [ 3 ] {3ac2e99b-6201-4420-aef4-907a0d23e729} <Debug> TCPHandler: Processed in 0.002452615 sec.
1616 2025.02.01 02:10:01.968378 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::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
1617 2025.02.01 02:10:01.968564 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1618 2025.02.01 02:10:01.968596 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
1619 2025.02.01 02:10:01.968690 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1620 2025.02.01 02:10:01.968764 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
1621 2025.02.01 02:10:01.968873 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
1622 2025.02.01 02:10:01.968975 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::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
1623 2025.02.01 02:10:01.969052 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part
1624 2025.02.01 02:10:01.970033 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 4 columns (4 merged, 0 gathered) in 0.00197669 sec., 90049.52723998198 rows/sec., 6.00 MiB/sec.
1625 2025.02.01 02:10:01.970216 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1626 2025.02.01 02:10:01.970558 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_6_1} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1627 2025.02.01 02:10:01.970653 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_6_1} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1628 2025.02.01 02:10:01.970745 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
1629 2025.02.01 02:10:02.000184 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.02 MiB, peak 170.00 MiB, free memory in arenas 0.00 B, will set to 164.16 MiB (RSS), difference: 2.15 MiB
1630 2025.02.01 02:10:05.557445 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1631 2025.02.01 02:10:05.557885 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1632 2025.02.01 02:10:05.558396 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1633 2025.02.01 02:10:05.558447 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1634 2025.02.01 02:10:05.558787 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1635 2025.02.01 02:10:05.558870 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1636 2025.02.01 02:10:05.559045 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1637 2025.02.01 02:10:05.559436 [ 298 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1638 2025.02.01 02:10:05.559485 [ 294 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1639 2025.02.01 02:10:05.559480 [ 295 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1640 2025.02.01 02:10:05.559757 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1641 2025.02.01 02:10:05.559793 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1642 2025.02.01 02:10:05.559918 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1643 2025.02.01 02:10:05.559943 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 30 rows with 3 streams
1644 2025.02.01 02:10:05.559986 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1645 2025.02.01 02:10:05.560034 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1646 2025.02.01 02:10:05.560078 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1647 2025.02.01 02:10:05.561729 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.004047 sec., 7412.898443291327 rows/sec., 282.57 KiB/sec.
1648 2025.02.01 02:10:05.561945 [ 3 ] {8375813b-03f4-474c-a4e2-f9073019f3fd} <Debug> TCPHandler: Processed in 0.004693415 sec.
1649 2025.02.01 02:10:05.562387 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1650 2025.02.01 02:10:05.562629 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1651 2025.02.01 02:10:05.563047 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1652 2025.02.01 02:10:05.563096 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1653 2025.02.01 02:10:05.563433 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1654 2025.02.01 02:10:05.563510 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1655 2025.02.01 02:10:05.563691 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1656 2025.02.01 02:10:05.563838 [ 295 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1657 2025.02.01 02:10:05.563864 [ 294 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1658 2025.02.01 02:10:05.563860 [ 299 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1659 2025.02.01 02:10:05.563994 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1660 2025.02.01 02:10:05.564020 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1661 2025.02.01 02:10:05.564130 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1662 2025.02.01 02:10:05.564154 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 30 rows with 3 streams
1663 2025.02.01 02:10:05.564198 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1664 2025.02.01 02:10:05.564249 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1665 2025.02.01 02:10:05.564295 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <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', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1666 2025.02.01 02:10:05.565783 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.00327 sec., 9174.311926605506 rows/sec., 349.71 KiB/sec.
1667 2025.02.01 02:10:05.565953 [ 255 ] {0a43dd36-9c8b-49be-ad4a-fddc3770e0ce} <Debug> TCPHandler: Processed in 0.003690025 sec.
1668 2025.02.01 02:10:05.566233 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1669 2025.02.01 02:10:05.566458 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1670 2025.02.01 02:10:05.566867 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1671 2025.02.01 02:10:05.566926 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1672 2025.02.01 02:10:05.567275 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1673 2025.02.01 02:10:05.567340 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1674 2025.02.01 02:10:05.567490 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1675 2025.02.01 02:10:05.567653 [ 295 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1676 2025.02.01 02:10:05.567654 [ 294 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1677 2025.02.01 02:10:05.567652 [ 298 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1678 2025.02.01 02:10:05.567808 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1679 2025.02.01 02:10:05.567836 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1680 2025.02.01 02:10:05.567947 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1681 2025.02.01 02:10:05.567969 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 30 rows with 3 streams
1682 2025.02.01 02:10:05.568011 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1683 2025.02.01 02:10:05.568057 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1684 2025.02.01 02:10:05.568101 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1685 2025.02.01 02:10:05.569512 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003168 sec., 9469.69696969697 rows/sec., 360.97 KiB/sec.
1686 2025.02.01 02:10:05.569712 [ 3 ] {02b4bc4d-c981-4cc4-80c9-14b3bf8b1a45} <Debug> TCPHandler: Processed in 0.003550425 sec.
1687 2025.02.01 02:10:05.569976 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1688 2025.02.01 02:10:05.570167 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1689 2025.02.01 02:10:05.570508 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1690 2025.02.01 02:10:05.570557 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1691 2025.02.01 02:10:05.570872 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1692 2025.02.01 02:10:05.570940 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1693 2025.02.01 02:10:05.571089 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1694 2025.02.01 02:10:05.571243 [ 299 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1695 2025.02.01 02:10:05.571255 [ 294 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1696 2025.02.01 02:10:05.571242 [ 295 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1697 2025.02.01 02:10:05.571394 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1698 2025.02.01 02:10:05.571423 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1699 2025.02.01 02:10:05.571525 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1700 2025.02.01 02:10:05.571546 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 30 rows with 3 streams
1701 2025.02.01 02:10:05.571588 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1702 2025.02.01 02:10:05.571635 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1703 2025.02.01 02:10:05.571678 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1704 2025.02.01 02:10:05.573045 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002971 sec., 10097.610232245035 rows/sec., 384.91 KiB/sec.
1705 2025.02.01 02:10:05.573211 [ 255 ] {105ec980-139a-4511-b4ed-e9ff7604f6e5} <Debug> TCPHandler: Processed in 0.003294052 sec.
1706 2025.02.01 02:10:05.573472 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1707 2025.02.01 02:10:05.573697 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1708 2025.02.01 02:10:05.574102 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1709 2025.02.01 02:10:05.574154 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1710 2025.02.01 02:10:05.574469 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1711 2025.02.01 02:10:05.574535 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1712 2025.02.01 02:10:05.574681 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1713 2025.02.01 02:10:05.574807 [ 295 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1714 2025.02.01 02:10:05.574828 [ 299 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1715 2025.02.01 02:10:05.574843 [ 298 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1716 2025.02.01 02:10:05.574952 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1717 2025.02.01 02:10:05.574981 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1718 2025.02.01 02:10:05.575090 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1719 2025.02.01 02:10:05.575112 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 30 rows with 3 streams
1720 2025.02.01 02:10:05.575153 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1721 2025.02.01 02:10:05.575201 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1722 2025.02.01 02:10:05.575275 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1723 2025.02.01 02:10:05.576668 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003087 sec., 9718.172983479106 rows/sec., 370.44 KiB/sec.
1724 2025.02.01 02:10:05.576869 [ 3 ] {76dcda06-91fc-4a57-b203-77e51dad4424} <Debug> TCPHandler: Processed in 0.003465764 sec.
1725 2025.02.01 02:10:05.577150 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1726 2025.02.01 02:10:05.577343 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1727 2025.02.01 02:10:05.577681 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1728 2025.02.01 02:10:05.577731 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1729 2025.02.01 02:10:05.578046 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1730 2025.02.01 02:10:05.578112 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1731 2025.02.01 02:10:05.578261 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1732 2025.02.01 02:10:05.578361 [ 295 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1733 2025.02.01 02:10:05.578413 [ 294 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1734 2025.02.01 02:10:05.578425 [ 298 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1735 2025.02.01 02:10:05.578540 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1736 2025.02.01 02:10:05.578570 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1737 2025.02.01 02:10:05.578675 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1738 2025.02.01 02:10:05.578695 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 30 rows with 3 streams
1739 2025.02.01 02:10:05.578735 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1740 2025.02.01 02:10:05.578782 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1741 2025.02.01 02:10:05.578825 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1742 2025.02.01 02:10:05.580183 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002935 sec., 10221.465076660988 rows/sec., 389.63 KiB/sec.
1743 2025.02.01 02:10:05.580339 [ 255 ] {2493d2b8-88e5-432a-8a72-f8e4033ca716} <Debug> TCPHandler: Processed in 0.003256901 sec.
1744 2025.02.01 02:10:05.653097 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1745 2025.02.01 02:10:05.653336 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1746 2025.02.01 02:10:05.653765 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1747 2025.02.01 02:10:05.653827 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1748 2025.02.01 02:10:05.654214 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1749 2025.02.01 02:10:05.654284 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1750 2025.02.01 02:10:05.654436 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1751 2025.02.01 02:10:05.654603 [ 299 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1752 2025.02.01 02:10:05.654608 [ 295 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1753 2025.02.01 02:10:05.654626 [ 298 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1754 2025.02.01 02:10:05.654906 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1755 2025.02.01 02:10:05.654939 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1756 2025.02.01 02:10:05.655052 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1757 2025.02.01 02:10:05.655074 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 30 rows with 3 streams
1758 2025.02.01 02:10:05.655119 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1759 2025.02.01 02:10:05.655167 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1760 2025.02.01 02:10:05.655211 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1761 2025.02.01 02:10:05.656653 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003435 sec., 8733.624454148472 rows/sec., 332.91 KiB/sec.
1762 2025.02.01 02:10:05.656852 [ 3 ] {10303e24-c09d-47f8-85b9-6fdec8b79808} <Debug> TCPHandler: Processed in 0.003823108 sec.
1763 2025.02.01 02:10:05.657274 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1764 2025.02.01 02:10:05.657417 [ 255 ] {0c58a7e2-e656-4081-9ff0-f9264b841011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1765 2025.02.01 02:10:05.657477 [ 255 ] {0c58a7e2-e656-4081-9ff0-f9264b841011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1766 2025.02.01 02:10:05.658263 [ 255 ] {0c58a7e2-e656-4081-9ff0-f9264b841011} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1767 2025.02.01 02:10:05.658308 [ 255 ] {0c58a7e2-e656-4081-9ff0-f9264b841011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1768 2025.02.01 02:10:05.658813 [ 255 ] {0c58a7e2-e656-4081-9ff0-f9264b841011} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1769 2025.02.01 02:10:05.659034 [ 255 ] {0c58a7e2-e656-4081-9ff0-f9264b841011} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1770 2025.02.01 02:10:05.659290 [ 255 ] {0c58a7e2-e656-4081-9ff0-f9264b841011} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.00191 sec., 3664.9214659685863 rows/sec., 745.46 KiB/sec.
1771 2025.02.01 02:10:05.659447 [ 255 ] {0c58a7e2-e656-4081-9ff0-f9264b841011} <Debug> TCPHandler: Processed in 0.002246232 sec.
1772 2025.02.01 02:10:05.659615 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1773 2025.02.01 02:10:05.659767 [ 3 ] {32cf3cd5-7ed2-4690-9a05-be26659123b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1774 2025.02.01 02:10:05.659829 [ 3 ] {32cf3cd5-7ed2-4690-9a05-be26659123b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1775 2025.02.01 02:10:05.660988 [ 3 ] {32cf3cd5-7ed2-4690-9a05-be26659123b9} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1776 2025.02.01 02:10:05.661036 [ 3 ] {32cf3cd5-7ed2-4690-9a05-be26659123b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1777 2025.02.01 02:10:05.661558 [ 3 ] {32cf3cd5-7ed2-4690-9a05-be26659123b9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1778 2025.02.01 02:10:05.661821 [ 3 ] {32cf3cd5-7ed2-4690-9a05-be26659123b9} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1779 2025.02.01 02:10:05.662060 [ 3 ] {32cf3cd5-7ed2-4690-9a05-be26659123b9} <Debug> executeQuery: Read 1237 rows, 105.29 KiB in 0.002336 sec., 529537.6712328767 rows/sec., 44.02 MiB/sec.
1780 2025.02.01 02:10:05.662121 [ 3 ] {32cf3cd5-7ed2-4690-9a05-be26659123b9} <Debug> TCPHandler: Processed in 0.002573785 sec.
1781 2025.02.01 02:10:05.662281 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1782 2025.02.01 02:10:05.662425 [ 255 ] {b1234e66-2bbc-4a10-ae57-fcb523713456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1783 2025.02.01 02:10:05.662484 [ 255 ] {b1234e66-2bbc-4a10-ae57-fcb523713456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1784 2025.02.01 02:10:05.663187 [ 255 ] {b1234e66-2bbc-4a10-ae57-fcb523713456} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1785 2025.02.01 02:10:05.663228 [ 255 ] {b1234e66-2bbc-4a10-ae57-fcb523713456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1786 2025.02.01 02:10:05.663591 [ 255 ] {b1234e66-2bbc-4a10-ae57-fcb523713456} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1787 2025.02.01 02:10:05.663828 [ 255 ] {b1234e66-2bbc-4a10-ae57-fcb523713456} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1788 2025.02.01 02:10:05.664040 [ 255 ] {b1234e66-2bbc-4a10-ae57-fcb523713456} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001649 sec., 21224.984839296543 rows/sec., 1.56 MiB/sec.
1789 2025.02.01 02:10:05.664095 [ 255 ] {b1234e66-2bbc-4a10-ae57-fcb523713456} <Debug> TCPHandler: Processed in 0.001881088 sec.
1790 2025.02.01 02:10:05.664256 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1791 2025.02.01 02:10:05.664398 [ 3 ] {a2ded734-5fff-4626-884f-457b15f1deda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1792 2025.02.01 02:10:05.664458 [ 3 ] {a2ded734-5fff-4626-884f-457b15f1deda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1793 2025.02.01 02:10:05.665216 [ 3 ] {a2ded734-5fff-4626-884f-457b15f1deda} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1794 2025.02.01 02:10:05.665258 [ 3 ] {a2ded734-5fff-4626-884f-457b15f1deda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1795 2025.02.01 02:10:05.665622 [ 3 ] {a2ded734-5fff-4626-884f-457b15f1deda} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1796 2025.02.01 02:10:05.665861 [ 3 ] {a2ded734-5fff-4626-884f-457b15f1deda} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1797 2025.02.01 02:10:05.666079 [ 3 ] {a2ded734-5fff-4626-884f-457b15f1deda} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001714 sec., 133022.17036172695 rows/sec., 9.01 MiB/sec.
1798 2025.02.01 02:10:05.666137 [ 3 ] {a2ded734-5fff-4626-884f-457b15f1deda} <Debug> TCPHandler: Processed in 0.001948349 sec.
1799 2025.02.01 02:10:05.666290 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1800 2025.02.01 02:10:05.666433 [ 255 ] {a01ec2c6-1a8e-47c0-b5c6-7f19dbf5be3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1801 2025.02.01 02:10:05.666491 [ 255 ] {a01ec2c6-1a8e-47c0-b5c6-7f19dbf5be3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1802 2025.02.01 02:10:05.667388 [ 255 ] {a01ec2c6-1a8e-47c0-b5c6-7f19dbf5be3a} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1803 2025.02.01 02:10:05.667428 [ 255 ] {a01ec2c6-1a8e-47c0-b5c6-7f19dbf5be3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1804 2025.02.01 02:10:05.667815 [ 255 ] {a01ec2c6-1a8e-47c0-b5c6-7f19dbf5be3a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1805 2025.02.01 02:10:05.668052 [ 255 ] {a01ec2c6-1a8e-47c0-b5c6-7f19dbf5be3a} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1806 2025.02.01 02:10:05.668268 [ 255 ] {a01ec2c6-1a8e-47c0-b5c6-7f19dbf5be3a} <Debug> executeQuery: Read 519 rows, 39.33 KiB in 0.001866 sec., 278135.04823151126 rows/sec., 20.58 MiB/sec.
1807 2025.02.01 02:10:05.668323 [ 255 ] {a01ec2c6-1a8e-47c0-b5c6-7f19dbf5be3a} <Debug> TCPHandler: Processed in 0.00210103 sec.
1808 2025.02.01 02:10:05.668485 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1809 2025.02.01 02:10:05.668625 [ 3 ] {66157d6f-148c-43ba-9877-e77132b5ba3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1810 2025.02.01 02:10:05.668688 [ 3 ] {66157d6f-148c-43ba-9877-e77132b5ba3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1811 2025.02.01 02:10:05.671799 [ 3 ] {66157d6f-148c-43ba-9877-e77132b5ba3b} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1812 2025.02.01 02:10:05.671871 [ 3 ] {66157d6f-148c-43ba-9877-e77132b5ba3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1813 2025.02.01 02:10:05.672538 [ 3 ] {66157d6f-148c-43ba-9877-e77132b5ba3b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1814 2025.02.01 02:10:05.672775 [ 3 ] {66157d6f-148c-43ba-9877-e77132b5ba3b} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1815 2025.02.01 02:10:05.672993 [ 3 ] {66157d6f-148c-43ba-9877-e77132b5ba3b} <Debug> executeQuery: Read 1987 rows, 136.05 KiB in 0.004399 sec., 451693.566719709 rows/sec., 30.20 MiB/sec.
1816 2025.02.01 02:10:05.673051 [ 3 ] {66157d6f-148c-43ba-9877-e77132b5ba3b} <Debug> TCPHandler: Processed in 0.004635435 sec.
1817 2025.02.01 02:10:05.673212 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1818 2025.02.01 02:10:05.673353 [ 255 ] {a13420e5-4ce6-47c0-ba4a-9e27dd8179cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1819 2025.02.01 02:10:05.673447 [ 255 ] {a13420e5-4ce6-47c0-ba4a-9e27dd8179cc} <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
1820 2025.02.01 02:10:05.674730 [ 255 ] {a13420e5-4ce6-47c0-ba4a-9e27dd8179cc} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1821 2025.02.01 02:10:05.674770 [ 255 ] {a13420e5-4ce6-47c0-ba4a-9e27dd8179cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1822 2025.02.01 02:10:05.675447 [ 255 ] {a13420e5-4ce6-47c0-ba4a-9e27dd8179cc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1823 2025.02.01 02:10:05.675702 [ 255 ] {a13420e5-4ce6-47c0-ba4a-9e27dd8179cc} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1824 2025.02.01 02:10:05.675937 [ 255 ] {a13420e5-4ce6-47c0-ba4a-9e27dd8179cc} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002614 sec., 13389.441469013007 rows/sec., 23.99 MiB/sec.
1825 2025.02.01 02:10:05.676043 [ 255 ] {a13420e5-4ce6-47c0-ba4a-9e27dd8179cc} <Debug> TCPHandler: Processed in 0.002897959 sec.
1826 2025.02.01 02:10:05.676190 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1827 2025.02.01 02:10:05.676328 [ 3 ] {c980e500-d35a-4b47-abb0-23d46514b25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1828 2025.02.01 02:10:05.676389 [ 3 ] {c980e500-d35a-4b47-abb0-23d46514b25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1829 2025.02.01 02:10:05.676956 [ 3 ] {c980e500-d35a-4b47-abb0-23d46514b25f} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1830 2025.02.01 02:10:05.677003 [ 3 ] {c980e500-d35a-4b47-abb0-23d46514b25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1831 2025.02.01 02:10:05.677379 [ 3 ] {c980e500-d35a-4b47-abb0-23d46514b25f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1832 2025.02.01 02:10:05.677611 [ 3 ] {c980e500-d35a-4b47-abb0-23d46514b25f} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1833 2025.02.01 02:10:05.677811 [ 3 ] {c980e500-d35a-4b47-abb0-23d46514b25f} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001514 sec., 15852.047556142668 rows/sec., 1.09 MiB/sec.
1834 2025.02.01 02:10:05.677861 [ 3 ] {c980e500-d35a-4b47-abb0-23d46514b25f} <Debug> TCPHandler: Processed in 0.001739177 sec.
1835 2025.02.01 02:10:06.296273 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 256
1836 2025.02.01 02:10:06.300552 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1837 2025.02.01 02:10:06.300599 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1838 2025.02.01 02:10:06.302116 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1839 2025.02.01 02:10:06.302412 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1840 2025.02.01 02:10:06.303165 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 256
1841 2025.02.01 02:10:06.883554 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1842 2025.02.01 02:10:06.883831 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1843 2025.02.01 02:10:06.884267 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1844 2025.02.01 02:10:06.884319 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1845 2025.02.01 02:10:06.884688 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1846 2025.02.01 02:10:06.884779 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1847 2025.02.01 02:10:06.884957 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1848 2025.02.01 02:10:06.885159 [ 295 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1849 2025.02.01 02:10:06.885209 [ 294 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1850 2025.02.01 02:10:06.885227 [ 298 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1851 2025.02.01 02:10:06.885209 [ 299 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1852 2025.02.01 02:10:06.885426 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1853 2025.02.01 02:10:06.885459 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1854 2025.02.01 02:10:06.885599 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1855 2025.02.01 02:10:06.885623 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 37 rows with 4 streams
1856 2025.02.01 02:10:06.885667 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1857 2025.02.01 02:10:06.885716 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1858 2025.02.01 02:10:06.885761 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1859 2025.02.01 02:10:06.885805 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <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', 'kstat_sampler:expired_targets', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1860 2025.02.01 02:10:06.887804 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.004101 sec., 9022.189709826873 rows/sec., 340.76 KiB/sec.
1861 2025.02.01 02:10:06.888059 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Debug> MemoryTracker: Peak memory usage (for query): 142.72 KiB.
1862 2025.02.01 02:10:06.888077 [ 3 ] {7d13a7ff-2e50-4a5c-a000-cc01fb0b9f12} <Debug> TCPHandler: Processed in 0.004668055 sec.
1863 2025.02.01 02:10:06.888500 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1864 2025.02.01 02:10:06.888743 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'kstat_sampler:expired_targets', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1865 2025.02.01 02:10:06.889169 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1866 2025.02.01 02:10:06.889222 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <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', 'kstat_sampler:expired_targets', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1867 2025.02.01 02:10:06.889579 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1868 2025.02.01 02:10:06.889659 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1869 2025.02.01 02:10:06.889832 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1870 2025.02.01 02:10:06.889999 [ 298 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1871 2025.02.01 02:10:06.890065 [ 301 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1872 2025.02.01 02:10:06.890060 [ 299 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1873 2025.02.01 02:10:06.890062 [ 295 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1874 2025.02.01 02:10:06.890250 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1875 2025.02.01 02:10:06.890280 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1876 2025.02.01 02:10:06.890405 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1877 2025.02.01 02:10:06.890428 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 37 rows with 4 streams
1878 2025.02.01 02:10:06.890469 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <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', 'kstat_sampler:expired_targets', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1879 2025.02.01 02:10:06.890516 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <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', 'kstat_sampler:expired_targets', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1880 2025.02.01 02:10:06.890557 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <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', 'kstat_sampler:expired_targets', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1881 2025.02.01 02:10:06.890599 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <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', 'kstat_sampler:expired_targets', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1882 2025.02.01 02:10:06.892607 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003982 sec., 9291.813159216474 rows/sec., 350.94 KiB/sec.
1883 2025.02.01 02:10:06.892817 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Debug> MemoryTracker: Peak memory usage (for query): 144.24 KiB.
1884 2025.02.01 02:10:06.892835 [ 255 ] {d3941982-25eb-4c7c-b7f8-17b9b2525b7c} <Debug> TCPHandler: Processed in 0.004455444 sec.
1885 2025.02.01 02:10:06.893143 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1886 2025.02.01 02:10:06.893351 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) 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', 'kstat_sampler:expired_targets', '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_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)
1887 2025.02.01 02:10:06.893711 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1888 2025.02.01 02:10:06.893764 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <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', 'kstat_sampler:expired_targets', '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_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
1889 2025.02.01 02:10:06.894098 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1890 2025.02.01 02:10:06.894166 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1891 2025.02.01 02:10:06.894315 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1892 2025.02.01 02:10:06.894483 [ 294 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1893 2025.02.01 02:10:06.894503 [ 299 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1894 2025.02.01 02:10:06.894535 [ 298 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1895 2025.02.01 02:10:06.894535 [ 295 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1896 2025.02.01 02:10:06.894691 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1897 2025.02.01 02:10:06.894724 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1898 2025.02.01 02:10:06.894856 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1899 2025.02.01 02:10:06.894878 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 37 rows with 4 streams
1900 2025.02.01 02:10:06.894920 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <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', 'kstat_sampler:expired_targets', '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_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'))"
1901 2025.02.01 02:10:06.894969 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <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', 'kstat_sampler:expired_targets', '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_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'))"
1902 2025.02.01 02:10:06.895014 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <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', 'kstat_sampler:expired_targets', '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_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'))"
1903 2025.02.01 02:10:06.895060 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <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', 'kstat_sampler:expired_targets', '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_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'))"
1904 2025.02.01 02:10:06.896952 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003706 sec., 9983.810037776579 rows/sec., 377.08 KiB/sec.
1905 2025.02.01 02:10:06.897194 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Debug> MemoryTracker: Peak memory usage (for query): 143.14 KiB.
1906 2025.02.01 02:10:06.897211 [ 3 ] {291dd88d-c863-4e67-af54-7e3e7b4ee086} <Debug> TCPHandler: Processed in 0.00413996 sec.
1907 2025.02.01 02:10:06.897463 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1908 2025.02.01 02:10:06.897668 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'kstat_sampler:expired_targets', '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)
1909 2025.02.01 02:10:06.898024 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1910 2025.02.01 02:10:06.898075 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <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', 'kstat_sampler:expired_targets', '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
1911 2025.02.01 02:10:06.898409 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1912 2025.02.01 02:10:06.898476 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1913 2025.02.01 02:10:06.898628 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
1914 2025.02.01 02:10:06.898740 [ 295 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1915 2025.02.01 02:10:06.898792 [ 294 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1916 2025.02.01 02:10:06.898796 [ 301 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1917 2025.02.01 02:10:06.898832 [ 298 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1918 2025.02.01 02:10:06.898995 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1919 2025.02.01 02:10:06.899027 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
1920 2025.02.01 02:10:06.899153 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1921 2025.02.01 02:10:06.899176 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Reading approx. 37 rows with 4 streams
1922 2025.02.01 02:10:06.899218 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <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', 'kstat_sampler:expired_targets', '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'))"
1923 2025.02.01 02:10:06.899265 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <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', 'kstat_sampler:expired_targets', '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'))"
1924 2025.02.01 02:10:06.899311 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <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', 'kstat_sampler:expired_targets', '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'))"
1925 2025.02.01 02:10:06.899354 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <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', 'kstat_sampler:expired_targets', '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'))"
1926 2025.02.01 02:10:06.901260 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003696 sec., 10010.82251082251 rows/sec., 378.10 KiB/sec.
1927 2025.02.01 02:10:06.901498 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Debug> MemoryTracker: Peak memory usage (for query): 143.36 KiB.
1928 2025.02.01 02:10:06.901518 [ 255 ] {b7201af8-65f8-4b9f-b555-351deaa2f647} <Debug> TCPHandler: Processed in 0.00411765 sec.
1929 2025.02.01 02:10:06.902825 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1930 2025.02.01 02:10:06.902959 [ 3 ] {bc394db8-bb1f-4ef2-84ee-04ba7e97887e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1931 2025.02.01 02:10:06.903013 [ 3 ] {bc394db8-bb1f-4ef2-84ee-04ba7e97887e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1932 2025.02.01 02:10:06.903756 [ 3 ] {bc394db8-bb1f-4ef2-84ee-04ba7e97887e} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1933 2025.02.01 02:10:06.903795 [ 3 ] {bc394db8-bb1f-4ef2-84ee-04ba7e97887e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1934 2025.02.01 02:10:06.904290 [ 3 ] {bc394db8-bb1f-4ef2-84ee-04ba7e97887e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1935 2025.02.01 02:10:06.904515 [ 3 ] {bc394db8-bb1f-4ef2-84ee-04ba7e97887e} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1936 2025.02.01 02:10:06.904749 [ 3 ] {bc394db8-bb1f-4ef2-84ee-04ba7e97887e} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001829 sec., 2186.9874248223073 rows/sec., 278.18 KiB/sec.
1937 2025.02.01 02:10:06.904813 [ 3 ] {bc394db8-bb1f-4ef2-84ee-04ba7e97887e} <Debug> TCPHandler: Processed in 0.00204524 sec.
1938 2025.02.01 02:10:06.904954 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1939 2025.02.01 02:10:06.905112 [ 255 ] {b903bca7-510e-457c-9344-c0bec3750dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1940 2025.02.01 02:10:06.905174 [ 255 ] {b903bca7-510e-457c-9344-c0bec3750dd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1941 2025.02.01 02:10:06.905904 [ 255 ] {b903bca7-510e-457c-9344-c0bec3750dd9} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1942 2025.02.01 02:10:06.905957 [ 255 ] {b903bca7-510e-457c-9344-c0bec3750dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1943 2025.02.01 02:10:06.906389 [ 255 ] {b903bca7-510e-457c-9344-c0bec3750dd9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1944 2025.02.01 02:10:06.906632 [ 255 ] {b903bca7-510e-457c-9344-c0bec3750dd9} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1945 2025.02.01 02:10:06.906852 [ 255 ] {b903bca7-510e-457c-9344-c0bec3750dd9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001785 sec., 31372.549019607846 rows/sec., 2.41 MiB/sec.
1946 2025.02.01 02:10:06.906910 [ 255 ] {b903bca7-510e-457c-9344-c0bec3750dd9} <Debug> TCPHandler: Processed in 0.002021959 sec.
1947 2025.02.01 02:10:06.907044 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1948 2025.02.01 02:10:06.907168 [ 3 ] {a0c5a212-9609-4251-98d4-7bc3a7e70930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1949 2025.02.01 02:10:06.907226 [ 3 ] {a0c5a212-9609-4251-98d4-7bc3a7e70930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1950 2025.02.01 02:10:06.907958 [ 3 ] {a0c5a212-9609-4251-98d4-7bc3a7e70930} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1951 2025.02.01 02:10:06.908005 [ 3 ] {a0c5a212-9609-4251-98d4-7bc3a7e70930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1952 2025.02.01 02:10:06.908399 [ 3 ] {a0c5a212-9609-4251-98d4-7bc3a7e70930} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1953 2025.02.01 02:10:06.908633 [ 3 ] {a0c5a212-9609-4251-98d4-7bc3a7e70930} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1954 2025.02.01 02:10:06.908843 [ 3 ] {a0c5a212-9609-4251-98d4-7bc3a7e70930} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001707 sec., 37492.677211482136 rows/sec., 2.93 MiB/sec.
1955 2025.02.01 02:10:06.908898 [ 3 ] {a0c5a212-9609-4251-98d4-7bc3a7e70930} <Debug> TCPHandler: Processed in 0.001908889 sec.
1956 2025.02.01 02:10:06.909048 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1957 2025.02.01 02:10:06.909180 [ 255 ] {896fbed0-48e7-4887-8ab7-c9293614af06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1958 2025.02.01 02:10:06.909276 [ 255 ] {896fbed0-48e7-4887-8ab7-c9293614af06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1959 2025.02.01 02:10:06.910210 [ 255 ] {896fbed0-48e7-4887-8ab7-c9293614af06} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1960 2025.02.01 02:10:06.910249 [ 255 ] {896fbed0-48e7-4887-8ab7-c9293614af06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1961 2025.02.01 02:10:06.910624 [ 255 ] {896fbed0-48e7-4887-8ab7-c9293614af06} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1962 2025.02.01 02:10:06.910870 [ 255 ] {896fbed0-48e7-4887-8ab7-c9293614af06} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1963 2025.02.01 02:10:06.911079 [ 255 ] {896fbed0-48e7-4887-8ab7-c9293614af06} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001938 sec., 16511.86790505676 rows/sec., 1.15 MiB/sec.
1964 2025.02.01 02:10:06.911134 [ 255 ] {896fbed0-48e7-4887-8ab7-c9293614af06} <Debug> TCPHandler: Processed in 0.002144681 sec.
1965 2025.02.01 02:10:06.911284 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1966 2025.02.01 02:10:06.911422 [ 3 ] {4690a50a-24a5-4781-a689-8edef9dbfe04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1967 2025.02.01 02:10:06.911480 [ 3 ] {4690a50a-24a5-4781-a689-8edef9dbfe04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1968 2025.02.01 02:10:06.912030 [ 3 ] {4690a50a-24a5-4781-a689-8edef9dbfe04} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1969 2025.02.01 02:10:06.912076 [ 3 ] {4690a50a-24a5-4781-a689-8edef9dbfe04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB.
1970 2025.02.01 02:10:06.912458 [ 3 ] {4690a50a-24a5-4781-a689-8edef9dbfe04} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1971 2025.02.01 02:10:06.912685 [ 3 ] {4690a50a-24a5-4781-a689-8edef9dbfe04} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1972 2025.02.01 02:10:06.912900 [ 3 ] {4690a50a-24a5-4781-a689-8edef9dbfe04} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00151 sec., 7947.019867549669 rows/sec., 548.43 KiB/sec.
1973 2025.02.01 02:10:06.912952 [ 3 ] {4690a50a-24a5-4781-a689-8edef9dbfe04} <Debug> TCPHandler: Processed in 0.001731487 sec.
1974 2025.02.01 02:10:08.809361 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1975 2025.02.01 02:10:08.810088 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1976 2025.02.01 02:10:08.810126 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
1977 2025.02.01 02:10:08.810661 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1978 2025.02.01 02:10:08.810912 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): 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.02.01 02:10:08.811129 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1980 2025.02.01 02:10:09.017207 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1981 2025.02.01 02:10:09.036752 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1982 2025.02.01 02:10:09.036817 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
1983 2025.02.01 02:10:09.044034 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1984 2025.02.01 02:10:09.044760 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1985 2025.02.01 02:10:09.047270 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1986 2025.02.01 02:10:10.000190 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.94 MiB, peak 170.00 MiB, free memory in arenas 0.00 B, will set to 166.78 MiB (RSS), difference: 1.83 MiB
1987 2025.02.01 02:10:11.895350 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1988 2025.02.01 02:10:11.895651 [ 3 ] {84808692-e45e-4697-8bdb-e321629ee69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1989 2025.02.01 02:10:11.895767 [ 3 ] {84808692-e45e-4697-8bdb-e321629ee69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1990 2025.02.01 02:10:11.896779 [ 3 ] {84808692-e45e-4697-8bdb-e321629ee69d} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1991 2025.02.01 02:10:11.896831 [ 3 ] {84808692-e45e-4697-8bdb-e321629ee69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
1992 2025.02.01 02:10:11.897252 [ 3 ] {84808692-e45e-4697-8bdb-e321629ee69d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1993 2025.02.01 02:10:11.897504 [ 3 ] {84808692-e45e-4697-8bdb-e321629ee69d} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1994 2025.02.01 02:10:11.897750 [ 3 ] {84808692-e45e-4697-8bdb-e321629ee69d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002183 sec., 6413.19285387082 rows/sec., 461.66 KiB/sec.
1995 2025.02.01 02:10:11.897815 [ 3 ] {84808692-e45e-4697-8bdb-e321629ee69d} <Debug> TCPHandler: Processed in 0.002654796 sec.
1996 2025.02.01 02:10:11.898149 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1997 2025.02.01 02:10:11.898433 [ 255 ] {c0f77484-554c-47f6-ace1-40f0767d46cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1998 2025.02.01 02:10:11.898505 [ 255 ] {c0f77484-554c-47f6-ace1-40f0767d46cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1999 2025.02.01 02:10:11.899344 [ 255 ] {c0f77484-554c-47f6-ace1-40f0767d46cb} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2000 2025.02.01 02:10:11.899386 [ 255 ] {c0f77484-554c-47f6-ace1-40f0767d46cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2001 2025.02.01 02:10:11.899824 [ 255 ] {c0f77484-554c-47f6-ace1-40f0767d46cb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2002 2025.02.01 02:10:11.900086 [ 255 ] {c0f77484-554c-47f6-ace1-40f0767d46cb} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2003 2025.02.01 02:10:11.900338 [ 255 ] {c0f77484-554c-47f6-ace1-40f0767d46cb} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001954 sec., 103889.45752302968 rows/sec., 8.99 MiB/sec.
2004 2025.02.01 02:10:11.900551 [ 255 ] {c0f77484-554c-47f6-ace1-40f0767d46cb} <Debug> TCPHandler: Processed in 0.002584015 sec.
2005 2025.02.01 02:10:11.900764 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2006 2025.02.01 02:10:11.900980 [ 3 ] {000b7e43-c9c4-4dd9-a009-09940eae1140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2007 2025.02.01 02:10:11.901065 [ 3 ] {000b7e43-c9c4-4dd9-a009-09940eae1140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2008 2025.02.01 02:10:11.901729 [ 3 ] {000b7e43-c9c4-4dd9-a009-09940eae1140} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2009 2025.02.01 02:10:11.901831 [ 3 ] {000b7e43-c9c4-4dd9-a009-09940eae1140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2010 2025.02.01 02:10:11.902186 [ 3 ] {000b7e43-c9c4-4dd9-a009-09940eae1140} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2011 2025.02.01 02:10:11.902431 [ 3 ] {000b7e43-c9c4-4dd9-a009-09940eae1140} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2012 2025.02.01 02:10:11.902700 [ 3 ] {000b7e43-c9c4-4dd9-a009-09940eae1140} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001758 sec., 3981.7974971558588 rows/sec., 259.42 KiB/sec.
2013 2025.02.01 02:10:11.902903 [ 3 ] {000b7e43-c9c4-4dd9-a009-09940eae1140} <Debug> TCPHandler: Processed in 0.002238892 sec.
2014 2025.02.01 02:10:11.903076 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2015 2025.02.01 02:10:11.903222 [ 255 ] {965f2ee5-eb1d-4e0d-9ea7-bd069f76abbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2016 2025.02.01 02:10:11.903282 [ 255 ] {965f2ee5-eb1d-4e0d-9ea7-bd069f76abbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2017 2025.02.01 02:10:11.903871 [ 255 ] {965f2ee5-eb1d-4e0d-9ea7-bd069f76abbf} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2018 2025.02.01 02:10:11.903911 [ 255 ] {965f2ee5-eb1d-4e0d-9ea7-bd069f76abbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2019 2025.02.01 02:10:11.904265 [ 255 ] {965f2ee5-eb1d-4e0d-9ea7-bd069f76abbf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2020 2025.02.01 02:10:11.904506 [ 255 ] {965f2ee5-eb1d-4e0d-9ea7-bd069f76abbf} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2021 2025.02.01 02:10:11.904685 [ 255 ] {965f2ee5-eb1d-4e0d-9ea7-bd069f76abbf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001499 sec., 9339.559706470982 rows/sec., 654.08 KiB/sec.
2022 2025.02.01 02:10:11.904739 [ 255 ] {965f2ee5-eb1d-4e0d-9ea7-bd069f76abbf} <Debug> TCPHandler: Processed in 0.001732447 sec.
2023 2025.02.01 02:10:11.904871 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2024 2025.02.01 02:10:11.904989 [ 3 ] {4ee88f5e-7c9d-49a9-b605-664015a1974a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2025 2025.02.01 02:10:11.905038 [ 3 ] {4ee88f5e-7c9d-49a9-b605-664015a1974a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2026 2025.02.01 02:10:11.905621 [ 3 ] {4ee88f5e-7c9d-49a9-b605-664015a1974a} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2027 2025.02.01 02:10:11.905660 [ 3 ] {4ee88f5e-7c9d-49a9-b605-664015a1974a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2028 2025.02.01 02:10:11.906004 [ 3 ] {4ee88f5e-7c9d-49a9-b605-664015a1974a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2029 2025.02.01 02:10:11.906236 [ 3 ] {4ee88f5e-7c9d-49a9-b605-664015a1974a} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2030 2025.02.01 02:10:11.906464 [ 3 ] {4ee88f5e-7c9d-49a9-b605-664015a1974a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0015 sec., 8666.666666666666 rows/sec., 540.36 KiB/sec.
2031 2025.02.01 02:10:11.906519 [ 3 ] {4ee88f5e-7c9d-49a9-b605-664015a1974a} <Debug> TCPHandler: Processed in 0.001705557 sec.
2032 2025.02.01 02:10:11.906660 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2033 2025.02.01 02:10:11.906779 [ 255 ] {e37ad82e-58b4-4a1a-81d5-8e136157dceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2034 2025.02.01 02:10:11.906829 [ 255 ] {e37ad82e-58b4-4a1a-81d5-8e136157dceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2035 2025.02.01 02:10:11.907541 [ 255 ] {e37ad82e-58b4-4a1a-81d5-8e136157dceb} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2036 2025.02.01 02:10:11.907579 [ 255 ] {e37ad82e-58b4-4a1a-81d5-8e136157dceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2037 2025.02.01 02:10:11.907962 [ 255 ] {e37ad82e-58b4-4a1a-81d5-8e136157dceb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2038 2025.02.01 02:10:11.908201 [ 255 ] {e37ad82e-58b4-4a1a-81d5-8e136157dceb} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2039 2025.02.01 02:10:11.908417 [ 255 ] {e37ad82e-58b4-4a1a-81d5-8e136157dceb} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001662 sec., 229843.56197352585 rows/sec., 16.27 MiB/sec.
2040 2025.02.01 02:10:11.908473 [ 255 ] {e37ad82e-58b4-4a1a-81d5-8e136157dceb} <Debug> TCPHandler: Processed in 0.001871168 sec.
2041 2025.02.01 02:10:11.908628 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2042 2025.02.01 02:10:11.908767 [ 3 ] {210e6d9f-43cc-4469-9db5-cecf09756311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2043 2025.02.01 02:10:11.908827 [ 3 ] {210e6d9f-43cc-4469-9db5-cecf09756311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2044 2025.02.01 02:10:11.909383 [ 3 ] {210e6d9f-43cc-4469-9db5-cecf09756311} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2045 2025.02.01 02:10:11.909421 [ 3 ] {210e6d9f-43cc-4469-9db5-cecf09756311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2046 2025.02.01 02:10:11.909776 [ 3 ] {210e6d9f-43cc-4469-9db5-cecf09756311} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2047 2025.02.01 02:10:11.910010 [ 3 ] {210e6d9f-43cc-4469-9db5-cecf09756311} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2048 2025.02.01 02:10:11.910275 [ 3 ] {210e6d9f-43cc-4469-9db5-cecf09756311} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec.
2049 2025.02.01 02:10:11.910339 [ 3 ] {210e6d9f-43cc-4469-9db5-cecf09756311} <Debug> TCPHandler: Processed in 0.001775457 sec.
2050 2025.02.01 02:10:11.910486 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2051 2025.02.01 02:10:11.910627 [ 255 ] {74ffc72d-fb28-4339-bd7c-ddf7805c7164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2052 2025.02.01 02:10:11.910688 [ 255 ] {74ffc72d-fb28-4339-bd7c-ddf7805c7164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2053 2025.02.01 02:10:11.911482 [ 255 ] {74ffc72d-fb28-4339-bd7c-ddf7805c7164} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2054 2025.02.01 02:10:11.911521 [ 255 ] {74ffc72d-fb28-4339-bd7c-ddf7805c7164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2055 2025.02.01 02:10:11.911907 [ 255 ] {74ffc72d-fb28-4339-bd7c-ddf7805c7164} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2056 2025.02.01 02:10:11.912152 [ 255 ] {74ffc72d-fb28-4339-bd7c-ddf7805c7164} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2057 2025.02.01 02:10:11.912362 [ 255 ] {74ffc72d-fb28-4339-bd7c-ddf7805c7164} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001767 sec., 134125.63667232599 rows/sec., 8.99 MiB/sec.
2058 2025.02.01 02:10:11.912417 [ 255 ] {74ffc72d-fb28-4339-bd7c-ddf7805c7164} <Debug> TCPHandler: Processed in 0.001999399 sec.
2059 2025.02.01 02:10:11.912563 [ 3 ] {} <Trace> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2060 2025.02.01 02:10:11.912702 [ 3 ] {e8bff23f-c06c-4157-b2a4-98cea7e9ac59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46350) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2061 2025.02.01 02:10:11.912764 [ 3 ] {e8bff23f-c06c-4157-b2a4-98cea7e9ac59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2062 2025.02.01 02:10:11.913311 [ 3 ] {e8bff23f-c06c-4157-b2a4-98cea7e9ac59} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2063 2025.02.01 02:10:11.913357 [ 3 ] {e8bff23f-c06c-4157-b2a4-98cea7e9ac59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2064 2025.02.01 02:10:11.913708 [ 3 ] {e8bff23f-c06c-4157-b2a4-98cea7e9ac59} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2065 2025.02.01 02:10:11.913949 [ 3 ] {e8bff23f-c06c-4157-b2a4-98cea7e9ac59} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2066 2025.02.01 02:10:11.914149 [ 3 ] {e8bff23f-c06c-4157-b2a4-98cea7e9ac59} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 45.59 KiB/sec.
2067 2025.02.01 02:10:11.914199 [ 3 ] {e8bff23f-c06c-4157-b2a4-98cea7e9ac59} <Debug> TCPHandler: Processed in 0.001699516 sec.
2068 2025.02.01 02:10:11.914324 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2069 2025.02.01 02:10:11.914463 [ 255 ] {bc16f644-f7ca-4cc6-8cca-9d6889757677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2070 2025.02.01 02:10:11.914522 [ 255 ] {bc16f644-f7ca-4cc6-8cca-9d6889757677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2071 2025.02.01 02:10:11.915095 [ 255 ] {bc16f644-f7ca-4cc6-8cca-9d6889757677} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2072 2025.02.01 02:10:11.915141 [ 255 ] {bc16f644-f7ca-4cc6-8cca-9d6889757677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2073 2025.02.01 02:10:11.915532 [ 255 ] {bc16f644-f7ca-4cc6-8cca-9d6889757677} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2074 2025.02.01 02:10:11.915762 [ 255 ] {bc16f644-f7ca-4cc6-8cca-9d6889757677} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2075 2025.02.01 02:10:11.915969 [ 255 ] {bc16f644-f7ca-4cc6-8cca-9d6889757677} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec.
2076 2025.02.01 02:10:11.916020 [ 255 ] {bc16f644-f7ca-4cc6-8cca-9d6889757677} <Debug> TCPHandler: Processed in 0.001753657 sec.
2077 2025.02.01 02:10:16.243864 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache
2078 2025.02.01 02:10:16.243938 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache
2079 2025.02.01 02:10:16.303742 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 294
2080 2025.02.01 02:10:16.307214 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2081 2025.02.01 02:10:16.307265 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2082 2025.02.01 02:10:16.308834 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2083 2025.02.01 02:10:16.309139 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2084 2025.02.01 02:10:16.309668 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 294
2085 2025.02.01 02:10:16.311367 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
2086 2025.02.01 02:10:16.312359 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2087 2025.02.01 02:10:16.312429 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2088 2025.02.01 02:10:16.313166 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2089 2025.02.01 02:10:16.313433 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2090 2025.02.01 02:10:16.313671 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
2091 2025.02.01 02:10:16.515540 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
2092 2025.02.01 02:10:16.515646 [ 3 ] {} <Debug> TCP-Session: 407a74bb-ecd6-4894-b763-ab128e2e6ec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
2093 2025.02.01 02:10:16.547443 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
2094 2025.02.01 02:10:16.567552 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2095 2025.02.01 02:10:16.567598 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2096 2025.02.01 02:10:16.574560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2097 2025.02.01 02:10:16.575316 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2098 2025.02.01 02:10:16.578320 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
2099 2025.02.01 02:10:16.892629 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2100 2025.02.01 02:10:16.892843 [ 255 ] {af1661d4-b55a-4724-a88e-5d30b5bd8327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2101 2025.02.01 02:10:16.892931 [ 255 ] {af1661d4-b55a-4724-a88e-5d30b5bd8327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2102 2025.02.01 02:10:16.893795 [ 255 ] {af1661d4-b55a-4724-a88e-5d30b5bd8327} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2103 2025.02.01 02:10:16.893847 [ 255 ] {af1661d4-b55a-4724-a88e-5d30b5bd8327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2104 2025.02.01 02:10:16.894293 [ 255 ] {af1661d4-b55a-4724-a88e-5d30b5bd8327} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2105 2025.02.01 02:10:16.894551 [ 255 ] {af1661d4-b55a-4724-a88e-5d30b5bd8327} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2106 2025.02.01 02:10:16.894820 [ 255 ] {af1661d4-b55a-4724-a88e-5d30b5bd8327} <Debug> executeQuery: Read 126 rows, 11.05 KiB in 0.002031 sec., 62038.40472673561 rows/sec., 5.31 MiB/sec.
2107 2025.02.01 02:10:16.894910 [ 255 ] {af1661d4-b55a-4724-a88e-5d30b5bd8327} <Debug> TCPHandler: Processed in 0.002418713 sec.
2108 2025.02.01 02:10:16.895142 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2109 2025.02.01 02:10:16.895288 [ 4 ] {94802917-7ad1-4537-99df-59c3782fc6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2110 2025.02.01 02:10:16.895373 [ 4 ] {94802917-7ad1-4537-99df-59c3782fc6f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2111 2025.02.01 02:10:16.895993 [ 4 ] {94802917-7ad1-4537-99df-59c3782fc6f6} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2112 2025.02.01 02:10:16.896033 [ 4 ] {94802917-7ad1-4537-99df-59c3782fc6f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2113 2025.02.01 02:10:16.896398 [ 4 ] {94802917-7ad1-4537-99df-59c3782fc6f6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2114 2025.02.01 02:10:16.896632 [ 4 ] {94802917-7ad1-4537-99df-59c3782fc6f6} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2115 2025.02.01 02:10:16.896793 [ 56 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2116 2025.02.01 02:10:16.896868 [ 4 ] {94802917-7ad1-4537-99df-59c3782fc6f6} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001609 sec., 21752.64139216905 rows/sec., 1.60 MiB/sec.
2117 2025.02.01 02:10:16.896872 [ 56 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2118 2025.02.01 02:10:16.896962 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2119 2025.02.01 02:10:16.897010 [ 4 ] {94802917-7ad1-4537-99df-59c3782fc6f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
2120 2025.02.01 02:10:16.897059 [ 4 ] {94802917-7ad1-4537-99df-59c3782fc6f6} <Debug> TCPHandler: Processed in 0.00201091 sec.
2121 2025.02.01 02:10:16.897323 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2122 2025.02.01 02:10:16.897488 [ 191 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
2123 2025.02.01 02:10:16.897556 [ 255 ] {a95f7a56-bb9a-4012-bd02-74abe1cea66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2124 2025.02.01 02:10:16.897623 [ 255 ] {a95f7a56-bb9a-4012-bd02-74abe1cea66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2125 2025.02.01 02:10:16.897652 [ 191 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2126 2025.02.01 02:10:16.897704 [ 191 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 34 rows starting from the beginning of the part
2127 2025.02.01 02:10:16.897843 [ 191 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 35 rows starting from the beginning of the part
2128 2025.02.01 02:10:16.898354 [ 191 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
2129 2025.02.01 02:10:16.898622 [ 191 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part
2130 2025.02.01 02:10:16.899006 [ 191 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
2131 2025.02.01 02:10:16.899409 [ 191 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part
2132 2025.02.01 02:10:16.900301 [ 255 ] {a95f7a56-bb9a-4012-bd02-74abe1cea66b} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2133 2025.02.01 02:10:16.900355 [ 255 ] {a95f7a56-bb9a-4012-bd02-74abe1cea66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2134 2025.02.01 02:10:16.900908 [ 255 ] {a95f7a56-bb9a-4012-bd02-74abe1cea66b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2135 2025.02.01 02:10:16.901272 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 5 columns (5 merged, 0 gathered) in 0.004184761 sec., 36561.227749924066 rows/sec., 2.79 MiB/sec.
2136 2025.02.01 02:10:16.901329 [ 255 ] {a95f7a56-bb9a-4012-bd02-74abe1cea66b} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2137 2025.02.01 02:10:16.901599 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2138 2025.02.01 02:10:16.901892 [ 255 ] {a95f7a56-bb9a-4012-bd02-74abe1cea66b} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.004342 sec., 22800.552740672498 rows/sec., 1.78 MiB/sec.
2139 2025.02.01 02:10:16.902231 [ 255 ] {a95f7a56-bb9a-4012-bd02-74abe1cea66b} <Debug> TCPHandler: Processed in 0.005052419 sec.
2140 2025.02.01 02:10:16.902527 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2141 2025.02.01 02:10:16.902540 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_6_1} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2142 2025.02.01 02:10:16.902705 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_6_1} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2143 2025.02.01 02:10:16.902744 [ 4 ] {8e7260da-f72a-41b4-915d-23f3158c8539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2144 2025.02.01 02:10:16.902874 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2145 2025.02.01 02:10:16.902888 [ 4 ] {8e7260da-f72a-41b4-915d-23f3158c8539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2146 2025.02.01 02:10:16.903564 [ 4 ] {8e7260da-f72a-41b4-915d-23f3158c8539} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2147 2025.02.01 02:10:16.903604 [ 4 ] {8e7260da-f72a-41b4-915d-23f3158c8539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2148 2025.02.01 02:10:16.904000 [ 4 ] {8e7260da-f72a-41b4-915d-23f3158c8539} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2149 2025.02.01 02:10:16.904245 [ 4 ] {8e7260da-f72a-41b4-915d-23f3158c8539} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2150 2025.02.01 02:10:16.904613 [ 4 ] {8e7260da-f72a-41b4-915d-23f3158c8539} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001896 sec., 84388.18565400844 rows/sec., 5.88 MiB/sec.
2151 2025.02.01 02:10:16.904949 [ 4 ] {8e7260da-f72a-41b4-915d-23f3158c8539} <Debug> TCPHandler: Processed in 0.002570335 sec.
2152 2025.02.01 02:10:16.905150 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2153 2025.02.01 02:10:16.905268 [ 255 ] {0e09fc1a-c4a5-497d-9681-c3be8df270ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2154 2025.02.01 02:10:16.905348 [ 255 ] {0e09fc1a-c4a5-497d-9681-c3be8df270ce} <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
2155 2025.02.01 02:10:16.906439 [ 255 ] {0e09fc1a-c4a5-497d-9681-c3be8df270ce} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2156 2025.02.01 02:10:16.906478 [ 255 ] {0e09fc1a-c4a5-497d-9681-c3be8df270ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2157 2025.02.01 02:10:16.907128 [ 255 ] {0e09fc1a-c4a5-497d-9681-c3be8df270ce} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2158 2025.02.01 02:10:16.907375 [ 255 ] {0e09fc1a-c4a5-497d-9681-c3be8df270ce} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2159 2025.02.01 02:10:16.907690 [ 255 ] {0e09fc1a-c4a5-497d-9681-c3be8df270ce} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002428 sec., 14415.156507413509 rows/sec., 25.83 MiB/sec.
2160 2025.02.01 02:10:16.907796 [ 255 ] {0e09fc1a-c4a5-497d-9681-c3be8df270ce} <Debug> TCPHandler: Processed in 0.002742246 sec.
2161 2025.02.01 02:10:16.907936 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2162 2025.02.01 02:10:16.908067 [ 4 ] {fa865fd8-3ece-4f64-9d70-a4a06d8b360b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2163 2025.02.01 02:10:16.908123 [ 4 ] {fa865fd8-3ece-4f64-9d70-a4a06d8b360b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2164 2025.02.01 02:10:16.908621 [ 4 ] {fa865fd8-3ece-4f64-9d70-a4a06d8b360b} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2165 2025.02.01 02:10:16.908660 [ 4 ] {fa865fd8-3ece-4f64-9d70-a4a06d8b360b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2166 2025.02.01 02:10:16.909008 [ 4 ] {fa865fd8-3ece-4f64-9d70-a4a06d8b360b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2167 2025.02.01 02:10:16.909239 [ 4 ] {fa865fd8-3ece-4f64-9d70-a4a06d8b360b} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2168 2025.02.01 02:10:16.909445 [ 4 ] {fa865fd8-3ece-4f64-9d70-a4a06d8b360b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec.
2169 2025.02.01 02:10:16.909493 [ 4 ] {fa865fd8-3ece-4f64-9d70-a4a06d8b360b} <Debug> TCPHandler: Processed in 0.001621586 sec.
2170 2025.02.01 02:10:18.705690 [ 53 ] {} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2171 2025.02.01 02:10:18.705761 [ 53 ] {} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2172 2025.02.01 02:10:18.705788 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2173 2025.02.01 02:10:18.706083 [ 190 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::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
2174 2025.02.01 02:10:18.706430 [ 190 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2175 2025.02.01 02:10:18.706505 [ 190 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2176 2025.02.01 02:10:18.706637 [ 190 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part
2177 2025.02.01 02:10:18.706728 [ 190 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part
2178 2025.02.01 02:10:18.706813 [ 190 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part
2179 2025.02.01 02:10:18.706893 [ 190 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part
2180 2025.02.01 02:10:18.709030 [ 191 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.00314188 sec., 13049.511757291812 rows/sec., 2.13 MiB/sec.
2181 2025.02.01 02:10:18.709399 [ 200 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2182 2025.02.01 02:10:18.710026 [ 200 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::all_1_5_1} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2183 2025.02.01 02:10:18.710118 [ 200 ] {4dc3f09a-91f1-440f-b97f-6ac144db4010::all_1_5_1} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2184 2025.02.01 02:10:18.710224 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2185 2025.02.01 02:10:21.895852 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2186 2025.02.01 02:10:21.896066 [ 255 ] {74525606-4ce7-4c80-9d73-f07ca3d3f86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2187 2025.02.01 02:10:21.896139 [ 255 ] {74525606-4ce7-4c80-9d73-f07ca3d3f86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2188 2025.02.01 02:10:21.896863 [ 255 ] {74525606-4ce7-4c80-9d73-f07ca3d3f86f} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2189 2025.02.01 02:10:21.896919 [ 255 ] {74525606-4ce7-4c80-9d73-f07ca3d3f86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2190 2025.02.01 02:10:21.897347 [ 255 ] {74525606-4ce7-4c80-9d73-f07ca3d3f86f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2191 2025.02.01 02:10:21.897598 [ 255 ] {74525606-4ce7-4c80-9d73-f07ca3d3f86f} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2192 2025.02.01 02:10:21.897801 [ 255 ] {74525606-4ce7-4c80-9d73-f07ca3d3f86f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001788 sec., 7829.977628635346 rows/sec., 563.65 KiB/sec.
2193 2025.02.01 02:10:21.897867 [ 255 ] {74525606-4ce7-4c80-9d73-f07ca3d3f86f} <Debug> TCPHandler: Processed in 0.002147261 sec.
2194 2025.02.01 02:10:21.898032 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2195 2025.02.01 02:10:21.898156 [ 4 ] {ad3af3b4-e651-404a-85a7-dd703cded37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2196 2025.02.01 02:10:21.898207 [ 4 ] {ad3af3b4-e651-404a-85a7-dd703cded37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2197 2025.02.01 02:10:21.898827 [ 4 ] {ad3af3b4-e651-404a-85a7-dd703cded37d} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2198 2025.02.01 02:10:21.898866 [ 4 ] {ad3af3b4-e651-404a-85a7-dd703cded37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2199 2025.02.01 02:10:21.899246 [ 4 ] {ad3af3b4-e651-404a-85a7-dd703cded37d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2200 2025.02.01 02:10:21.899488 [ 4 ] {ad3af3b4-e651-404a-85a7-dd703cded37d} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2201 2025.02.01 02:10:21.899622 [ 47 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2202 2025.02.01 02:10:21.899664 [ 47 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2203 2025.02.01 02:10:21.899678 [ 4 ] {ad3af3b4-e651-404a-85a7-dd703cded37d} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001549 sec., 131052.29180116203 rows/sec., 11.34 MiB/sec.
2204 2025.02.01 02:10:21.899690 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2205 2025.02.01 02:10:21.899777 [ 4 ] {ad3af3b4-e651-404a-85a7-dd703cded37d} <Debug> TCPHandler: Processed in 0.001806127 sec.
2206 2025.02.01 02:10:21.900006 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2207 2025.02.01 02:10:21.900132 [ 190 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
2208 2025.02.01 02:10:21.900324 [ 255 ] {a5e8eac5-c2d0-4aca-a8c3-a4a6d30f07e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2209 2025.02.01 02:10:21.900450 [ 255 ] {a5e8eac5-c2d0-4aca-a8c3-a4a6d30f07e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2210 2025.02.01 02:10:21.900546 [ 190 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2211 2025.02.01 02:10:21.900638 [ 190 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part
2212 2025.02.01 02:10:21.900896 [ 190 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1237 rows starting from the beginning of the part
2213 2025.02.01 02:10:21.901487 [ 190 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
2214 2025.02.01 02:10:21.901898 [ 190 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 203 rows starting from the beginning of the part
2215 2025.02.01 02:10:21.902132 [ 190 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 126 rows starting from the beginning of the part
2216 2025.02.01 02:10:21.902578 [ 190 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 203 rows starting from the beginning of the part
2217 2025.02.01 02:10:21.903265 [ 255 ] {a5e8eac5-c2d0-4aca-a8c3-a4a6d30f07e4} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2218 2025.02.01 02:10:21.903310 [ 255 ] {a5e8eac5-c2d0-4aca-a8c3-a4a6d30f07e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2219 2025.02.01 02:10:21.904187 [ 255 ] {a5e8eac5-c2d0-4aca-a8c3-a4a6d30f07e4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2220 2025.02.01 02:10:21.904724 [ 255 ] {a5e8eac5-c2d0-4aca-a8c3-a4a6d30f07e4} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2221 2025.02.01 02:10:21.905251 [ 255 ] {a5e8eac5-c2d0-4aca-a8c3-a4a6d30f07e4} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005034 sec., 1390.544298768375 rows/sec., 90.59 KiB/sec.
2222 2025.02.01 02:10:21.905344 [ 255 ] {a5e8eac5-c2d0-4aca-a8c3-a4a6d30f07e4} <Debug> TCPHandler: Processed in 0.005462753 sec.
2223 2025.02.01 02:10:21.905497 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2224 2025.02.01 02:10:21.905769 [ 4 ] {8446a26c-de45-4e39-aea4-3a3781249a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2225 2025.02.01 02:10:21.905937 [ 4 ] {8446a26c-de45-4e39-aea4-3a3781249a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2226 2025.02.01 02:10:21.906062 [ 190 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2068 rows, containing 5 columns (5 merged, 0 gathered) in 0.006259261 sec., 330390.44066064665 rows/sec., 29.18 MiB/sec.
2227 2025.02.01 02:10:21.906323 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2228 2025.02.01 02:10:21.906695 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_11_2} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2229 2025.02.01 02:10:21.906728 [ 4 ] {8446a26c-de45-4e39-aea4-3a3781249a13} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2230 2025.02.01 02:10:21.906773 [ 4 ] {8446a26c-de45-4e39-aea4-3a3781249a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2231 2025.02.01 02:10:21.906791 [ 191 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_11_2} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2232 2025.02.01 02:10:21.906894 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
2233 2025.02.01 02:10:21.907154 [ 4 ] {8446a26c-de45-4e39-aea4-3a3781249a13} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2234 2025.02.01 02:10:21.907392 [ 4 ] {8446a26c-de45-4e39-aea4-3a3781249a13} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2235 2025.02.01 02:10:21.907562 [ 4 ] {8446a26c-de45-4e39-aea4-3a3781249a13} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001892 sec., 7399.577167019027 rows/sec., 518.22 KiB/sec.
2236 2025.02.01 02:10:21.907614 [ 4 ] {8446a26c-de45-4e39-aea4-3a3781249a13} <Debug> TCPHandler: Processed in 0.002190081 sec.
2237 2025.02.01 02:10:21.907741 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2238 2025.02.01 02:10:21.907845 [ 255 ] {50be352f-f229-4f29-b0f4-a4b92545c2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2239 2025.02.01 02:10:21.907888 [ 255 ] {50be352f-f229-4f29-b0f4-a4b92545c2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2240 2025.02.01 02:10:21.908415 [ 255 ] {50be352f-f229-4f29-b0f4-a4b92545c2b9} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2241 2025.02.01 02:10:21.908451 [ 255 ] {50be352f-f229-4f29-b0f4-a4b92545c2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2242 2025.02.01 02:10:21.908788 [ 255 ] {50be352f-f229-4f29-b0f4-a4b92545c2b9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2243 2025.02.01 02:10:21.909024 [ 255 ] {50be352f-f229-4f29-b0f4-a4b92545c2b9} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2244 2025.02.01 02:10:21.909233 [ 255 ] {50be352f-f229-4f29-b0f4-a4b92545c2b9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001406 sec., 9246.088193456615 rows/sec., 576.49 KiB/sec.
2245 2025.02.01 02:10:21.909352 [ 255 ] {50be352f-f229-4f29-b0f4-a4b92545c2b9} <Debug> TCPHandler: Processed in 0.001665417 sec.
2246 2025.02.01 02:10:21.909488 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2247 2025.02.01 02:10:21.909603 [ 4 ] {bbe1c275-831d-467c-84ce-6f67e8d0c915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2248 2025.02.01 02:10:21.909648 [ 4 ] {bbe1c275-831d-467c-84ce-6f67e8d0c915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2249 2025.02.01 02:10:21.910317 [ 4 ] {bbe1c275-831d-467c-84ce-6f67e8d0c915} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2250 2025.02.01 02:10:21.910356 [ 4 ] {bbe1c275-831d-467c-84ce-6f67e8d0c915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2251 2025.02.01 02:10:21.910737 [ 4 ] {bbe1c275-831d-467c-84ce-6f67e8d0c915} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2252 2025.02.01 02:10:21.910980 [ 4 ] {bbe1c275-831d-467c-84ce-6f67e8d0c915} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2253 2025.02.01 02:10:21.911106 [ 47 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2254 2025.02.01 02:10:21.911144 [ 47 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2255 2025.02.01 02:10:21.911168 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2256 2025.02.01 02:10:21.911176 [ 4 ] {bbe1c275-831d-467c-84ce-6f67e8d0c915} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001593 sec., 239799.12115505335 rows/sec., 16.97 MiB/sec.
2257 2025.02.01 02:10:21.911336 [ 4 ] {bbe1c275-831d-467c-84ce-6f67e8d0c915} <Debug> TCPHandler: Processed in 0.001899558 sec.
2258 2025.02.01 02:10:21.911396 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
2259 2025.02.01 02:10:21.911487 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2260 2025.02.01 02:10:21.911565 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2261 2025.02.01 02:10:21.911638 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 399 rows starting from the beginning of the part
2262 2025.02.01 02:10:21.911662 [ 255 ] {bf688e99-14bf-4b92-8cae-212c883a6f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2263 2025.02.01 02:10:21.911811 [ 255 ] {bf688e99-14bf-4b92-8cae-212c883a6f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2264 2025.02.01 02:10:21.911975 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 519 rows starting from the beginning of the part
2265 2025.02.01 02:10:21.912303 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
2266 2025.02.01 02:10:21.912669 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 382 rows starting from the beginning of the part
2267 2025.02.01 02:10:21.912997 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 99 rows starting from the beginning of the part
2268 2025.02.01 02:10:21.913297 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 382 rows starting from the beginning of the part
2269 2025.02.01 02:10:21.914222 [ 255 ] {bf688e99-14bf-4b92-8cae-212c883a6f38} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2270 2025.02.01 02:10:21.914307 [ 255 ] {bf688e99-14bf-4b92-8cae-212c883a6f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2271 2025.02.01 02:10:21.915232 [ 255 ] {bf688e99-14bf-4b92-8cae-212c883a6f38} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2272 2025.02.01 02:10:21.915681 [ 255 ] {bf688e99-14bf-4b92-8cae-212c883a6f38} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2273 2025.02.01 02:10:21.916021 [ 255 ] {bf688e99-14bf-4b92-8cae-212c883a6f38} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004378 sec., 1370.4888076747372 rows/sec., 71.60 KiB/sec.
2274 2025.02.01 02:10:21.916307 [ 255 ] {bf688e99-14bf-4b92-8cae-212c883a6f38} <Debug> TCPHandler: Processed in 0.004876507 sec.
2275 2025.02.01 02:10:21.916571 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2276 2025.02.01 02:10:21.916706 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1845 rows, containing 5 columns (5 merged, 0 gathered) in 0.005440383 sec., 339130.535478844 rows/sec., 25.85 MiB/sec.
2277 2025.02.01 02:10:21.916791 [ 4 ] {387e8dca-b713-494a-a8d2-a295d239ace3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2278 2025.02.01 02:10:21.916879 [ 4 ] {387e8dca-b713-494a-a8d2-a295d239ace3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2279 2025.02.01 02:10:21.917004 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2280 2025.02.01 02:10:21.917769 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_11_2} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2281 2025.02.01 02:10:21.918044 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_11_2} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2282 2025.02.01 02:10:21.918181 [ 4 ] {387e8dca-b713-494a-a8d2-a295d239ace3} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2283 2025.02.01 02:10:21.918203 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB.
2284 2025.02.01 02:10:21.918234 [ 4 ] {387e8dca-b713-494a-a8d2-a295d239ace3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2285 2025.02.01 02:10:21.918645 [ 4 ] {387e8dca-b713-494a-a8d2-a295d239ace3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2286 2025.02.01 02:10:21.918878 [ 4 ] {387e8dca-b713-494a-a8d2-a295d239ace3} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2287 2025.02.01 02:10:21.918998 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2288 2025.02.01 02:10:21.919039 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2289 2025.02.01 02:10:21.919062 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2290 2025.02.01 02:10:21.919071 [ 4 ] {387e8dca-b713-494a-a8d2-a295d239ace3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002332 sec., 101629.50257289881 rows/sec., 6.81 MiB/sec.
2291 2025.02.01 02:10:21.919334 [ 4 ] {387e8dca-b713-494a-a8d2-a295d239ace3} <Debug> TCPHandler: Processed in 0.002920019 sec.
2292 2025.02.01 02:10:21.919596 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2293 2025.02.01 02:10:21.919596 [ 190 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
2294 2025.02.01 02:10:21.919875 [ 255 ] {47def9cb-e5be-4e1e-930f-af27617f59c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2295 2025.02.01 02:10:21.919907 [ 190 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2296 2025.02.01 02:10:21.919996 [ 190 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 597 rows starting from the beginning of the part
2297 2025.02.01 02:10:21.920006 [ 255 ] {47def9cb-e5be-4e1e-930f-af27617f59c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2298 2025.02.01 02:10:21.920332 [ 190 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1987 rows starting from the beginning of the part
2299 2025.02.01 02:10:21.920699 [ 190 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part
2300 2025.02.01 02:10:21.921062 [ 190 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
2301 2025.02.01 02:10:21.921398 [ 190 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
2302 2025.02.01 02:10:21.921687 [ 190 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
2303 2025.02.01 02:10:21.922583 [ 255 ] {47def9cb-e5be-4e1e-930f-af27617f59c8} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2304 2025.02.01 02:10:21.922661 [ 255 ] {47def9cb-e5be-4e1e-930f-af27617f59c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2305 2025.02.01 02:10:21.923556 [ 255 ] {47def9cb-e5be-4e1e-930f-af27617f59c8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2306 2025.02.01 02:10:21.924057 [ 255 ] {47def9cb-e5be-4e1e-930f-af27617f59c8} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2307 2025.02.01 02:10:21.924483 [ 255 ] {47def9cb-e5be-4e1e-930f-af27617f59c8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004665 sec., 214.36227224008576 rows/sec., 14.44 KiB/sec.
2308 2025.02.01 02:10:21.924809 [ 255 ] {47def9cb-e5be-4e1e-930f-af27617f59c8} <Debug> TCPHandler: Processed in 0.005366052 sec.
2309 2025.02.01 02:10:21.925105 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2310 2025.02.01 02:10:21.925160 [ 199 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3250 rows, containing 5 columns (5 merged, 0 gathered) in 0.006016228 sec., 540205.5906125898 rows/sec., 36.37 MiB/sec.
2311 2025.02.01 02:10:21.925262 [ 4 ] {14cdafdc-613e-4c83-b87f-5aa8fdadf12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2312 2025.02.01 02:10:21.925321 [ 4 ] {14cdafdc-613e-4c83-b87f-5aa8fdadf12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2313 2025.02.01 02:10:21.925498 [ 198 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2314 2025.02.01 02:10:21.926201 [ 198 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2315 2025.02.01 02:10:21.926397 [ 198 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2316 2025.02.01 02:10:21.926447 [ 4 ] {14cdafdc-613e-4c83-b87f-5aa8fdadf12d} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2317 2025.02.01 02:10:21.926520 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
2318 2025.02.01 02:10:21.926527 [ 4 ] {14cdafdc-613e-4c83-b87f-5aa8fdadf12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2319 2025.02.01 02:10:21.926937 [ 4 ] {14cdafdc-613e-4c83-b87f-5aa8fdadf12d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2320 2025.02.01 02:10:21.927174 [ 4 ] {14cdafdc-613e-4c83-b87f-5aa8fdadf12d} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2321 2025.02.01 02:10:21.927360 [ 45 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2322 2025.02.01 02:10:21.927381 [ 4 ] {14cdafdc-613e-4c83-b87f-5aa8fdadf12d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002149 sec., 38157.282456956724 rows/sec., 2.42 MiB/sec.
2323 2025.02.01 02:10:21.927445 [ 45 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2324 2025.02.01 02:10:21.927512 [ 4 ] {14cdafdc-613e-4c83-b87f-5aa8fdadf12d} <Debug> TCPHandler: Processed in 0.002586235 sec.
2325 2025.02.01 02:10:21.927518 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2326 2025.02.01 02:10:21.927683 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::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
2327 2025.02.01 02:10:21.927804 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2328 2025.02.01 02:10:21.927839 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 178 rows starting from the beginning of the part
2329 2025.02.01 02:10:21.927918 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part
2330 2025.02.01 02:10:21.928005 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part
2331 2025.02.01 02:10:21.928066 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::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
2332 2025.02.01 02:10:21.928178 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::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
2333 2025.02.01 02:10:21.928254 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::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
2334 2025.02.01 02:10:21.929246 [ 197 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 4 columns (4 merged, 0 gathered) in 0.001607536 sec., 272466.6819281186 rows/sec., 17.89 MiB/sec.
2335 2025.02.01 02:10:21.929387 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2336 2025.02.01 02:10:21.929656 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_11_2} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2337 2025.02.01 02:10:21.929731 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_11_2} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2338 2025.02.01 02:10:21.929796 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
2339 2025.02.01 02:10:23.813902 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2340 2025.02.01 02:10:23.814533 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2341 2025.02.01 02:10:23.814578 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2342 2025.02.01 02:10:23.815100 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2343 2025.02.01 02:10:23.815351 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2344 2025.02.01 02:10:23.815647 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2345 2025.02.01 02:10:24.078503 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2346 2025.02.01 02:10:24.098492 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2347 2025.02.01 02:10:24.098559 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2348 2025.02.01 02:10:24.106129 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2349 2025.02.01 02:10:24.107106 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2350 2025.02.01 02:10:24.110102 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2351 2025.02.01 02:10:26.310129 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 326
2352 2025.02.01 02:10:26.313600 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2353 2025.02.01 02:10:26.313640 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2354 2025.02.01 02:10:26.315171 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2355 2025.02.01 02:10:26.315478 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2356 2025.02.01 02:10:26.315646 [ 39 ] {} <Debug> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2357 2025.02.01 02:10:26.315716 [ 39 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2358 2025.02.01 02:10:26.315758 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2359 2025.02.01 02:10:26.316348 [ 199 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::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
2360 2025.02.01 02:10:26.316880 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326
2361 2025.02.01 02:10:26.317258 [ 199 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2362 2025.02.01 02:10:26.317389 [ 199 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part
2363 2025.02.01 02:10:26.318259 [ 199 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part
2364 2025.02.01 02:10:26.318773 [ 199 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part
2365 2025.02.01 02:10:26.319241 [ 199 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 88 rows starting from the beginning of the part
2366 2025.02.01 02:10:26.319717 [ 199 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part
2367 2025.02.01 02:10:26.320252 [ 199 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part
2368 2025.02.01 02:10:26.330060 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 72 columns (72 merged, 0 gathered) in 0.014189168 sec., 22975.27240497822 rows/sec., 23.42 MiB/sec.
2369 2025.02.01 02:10:26.331188 [ 193 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2370 2025.02.01 02:10:26.332113 [ 193 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2371 2025.02.01 02:10:26.332209 [ 193 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_6_1} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2372 2025.02.01 02:10:26.332531 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB.
2373 2025.02.01 02:10:26.893417 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2374 2025.02.01 02:10:26.893614 [ 255 ] {2b287239-22a6-49cf-accd-d66254e5ac9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2375 2025.02.01 02:10:26.893692 [ 255 ] {2b287239-22a6-49cf-accd-d66254e5ac9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2376 2025.02.01 02:10:26.894512 [ 255 ] {2b287239-22a6-49cf-accd-d66254e5ac9e} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2377 2025.02.01 02:10:26.894568 [ 255 ] {2b287239-22a6-49cf-accd-d66254e5ac9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2378 2025.02.01 02:10:26.894996 [ 255 ] {2b287239-22a6-49cf-accd-d66254e5ac9e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2379 2025.02.01 02:10:26.895335 [ 255 ] {2b287239-22a6-49cf-accd-d66254e5ac9e} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2380 2025.02.01 02:10:26.895593 [ 255 ] {2b287239-22a6-49cf-accd-d66254e5ac9e} <Debug> executeQuery: Read 126 rows, 11.05 KiB in 0.002062 sec., 61105.72259941804 rows/sec., 5.23 MiB/sec.
2381 2025.02.01 02:10:26.895663 [ 255 ] {2b287239-22a6-49cf-accd-d66254e5ac9e} <Debug> TCPHandler: Processed in 0.002410454 sec.
2382 2025.02.01 02:10:26.895830 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2383 2025.02.01 02:10:26.895938 [ 4 ] {aa0ccf6e-1c11-4d28-af53-8896c7a022fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2384 2025.02.01 02:10:26.895993 [ 4 ] {aa0ccf6e-1c11-4d28-af53-8896c7a022fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2385 2025.02.01 02:10:26.896615 [ 4 ] {aa0ccf6e-1c11-4d28-af53-8896c7a022fc} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2386 2025.02.01 02:10:26.896655 [ 4 ] {aa0ccf6e-1c11-4d28-af53-8896c7a022fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2387 2025.02.01 02:10:26.897007 [ 4 ] {aa0ccf6e-1c11-4d28-af53-8896c7a022fc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2388 2025.02.01 02:10:26.897242 [ 4 ] {aa0ccf6e-1c11-4d28-af53-8896c7a022fc} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2389 2025.02.01 02:10:26.897492 [ 4 ] {aa0ccf6e-1c11-4d28-af53-8896c7a022fc} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.00152 sec., 23026.315789473683 rows/sec., 1.69 MiB/sec.
2390 2025.02.01 02:10:26.897662 [ 4 ] {aa0ccf6e-1c11-4d28-af53-8896c7a022fc} <Debug> TCPHandler: Processed in 0.001834838 sec.
2391 2025.02.01 02:10:26.897811 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2392 2025.02.01 02:10:26.897923 [ 255 ] {811c856a-6487-4cd9-8414-239b00107478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2393 2025.02.01 02:10:26.897970 [ 255 ] {811c856a-6487-4cd9-8414-239b00107478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2394 2025.02.01 02:10:26.898584 [ 255 ] {811c856a-6487-4cd9-8414-239b00107478} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2395 2025.02.01 02:10:26.898629 [ 255 ] {811c856a-6487-4cd9-8414-239b00107478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2396 2025.02.01 02:10:26.899008 [ 255 ] {811c856a-6487-4cd9-8414-239b00107478} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2397 2025.02.01 02:10:26.899248 [ 255 ] {811c856a-6487-4cd9-8414-239b00107478} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2398 2025.02.01 02:10:26.899548 [ 255 ] {811c856a-6487-4cd9-8414-239b00107478} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001625 sec., 60923.07692307693 rows/sec., 4.76 MiB/sec.
2399 2025.02.01 02:10:26.899676 [ 255 ] {811c856a-6487-4cd9-8414-239b00107478} <Debug> TCPHandler: Processed in 0.001918959 sec.
2400 2025.02.01 02:10:26.899817 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2401 2025.02.01 02:10:26.899935 [ 4 ] {5e7f9b0f-c598-4dd2-b9c7-960dcaacc17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2402 2025.02.01 02:10:26.899993 [ 4 ] {5e7f9b0f-c598-4dd2-b9c7-960dcaacc17b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2403 2025.02.01 02:10:26.900622 [ 4 ] {5e7f9b0f-c598-4dd2-b9c7-960dcaacc17b} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2404 2025.02.01 02:10:26.900668 [ 4 ] {5e7f9b0f-c598-4dd2-b9c7-960dcaacc17b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2405 2025.02.01 02:10:26.901083 [ 4 ] {5e7f9b0f-c598-4dd2-b9c7-960dcaacc17b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2406 2025.02.01 02:10:26.901325 [ 4 ] {5e7f9b0f-c598-4dd2-b9c7-960dcaacc17b} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2407 2025.02.01 02:10:26.901504 [ 4 ] {5e7f9b0f-c598-4dd2-b9c7-960dcaacc17b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec.
2408 2025.02.01 02:10:26.901555 [ 4 ] {5e7f9b0f-c598-4dd2-b9c7-960dcaacc17b} <Debug> TCPHandler: Processed in 0.001789308 sec.
2409 2025.02.01 02:10:26.901708 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2410 2025.02.01 02:10:26.901845 [ 255 ] {4f4aa98a-92af-4568-88b6-aeda0e1c05ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2411 2025.02.01 02:10:26.901925 [ 255 ] {4f4aa98a-92af-4568-88b6-aeda0e1c05ef} <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
2412 2025.02.01 02:10:26.903207 [ 255 ] {4f4aa98a-92af-4568-88b6-aeda0e1c05ef} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2413 2025.02.01 02:10:26.903245 [ 255 ] {4f4aa98a-92af-4568-88b6-aeda0e1c05ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2414 2025.02.01 02:10:26.903906 [ 255 ] {4f4aa98a-92af-4568-88b6-aeda0e1c05ef} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2415 2025.02.01 02:10:26.904169 [ 255 ] {4f4aa98a-92af-4568-88b6-aeda0e1c05ef} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2416 2025.02.01 02:10:26.904459 [ 255 ] {4f4aa98a-92af-4568-88b6-aeda0e1c05ef} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002626 sec., 13328.255902513329 rows/sec., 23.88 MiB/sec.
2417 2025.02.01 02:10:26.904583 [ 255 ] {4f4aa98a-92af-4568-88b6-aeda0e1c05ef} <Debug> TCPHandler: Processed in 0.002939328 sec.
2418 2025.02.01 02:10:26.904723 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2419 2025.02.01 02:10:26.904829 [ 4 ] {9ed6c332-5ba7-4618-a144-7aee550c0f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2420 2025.02.01 02:10:26.904874 [ 4 ] {9ed6c332-5ba7-4618-a144-7aee550c0f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2421 2025.02.01 02:10:26.905307 [ 4 ] {9ed6c332-5ba7-4618-a144-7aee550c0f5a} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2422 2025.02.01 02:10:26.905344 [ 4 ] {9ed6c332-5ba7-4618-a144-7aee550c0f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2423 2025.02.01 02:10:26.905689 [ 4 ] {9ed6c332-5ba7-4618-a144-7aee550c0f5a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2424 2025.02.01 02:10:26.905919 [ 4 ] {9ed6c332-5ba7-4618-a144-7aee550c0f5a} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2425 2025.02.01 02:10:26.906190 [ 4 ] {9ed6c332-5ba7-4618-a144-7aee550c0f5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec.
2426 2025.02.01 02:10:26.906331 [ 4 ] {9ed6c332-5ba7-4618-a144-7aee550c0f5a} <Debug> TCPHandler: Processed in 0.001659186 sec.
2427 2025.02.01 02:10:31.244220 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache
2428 2025.02.01 02:10:31.244333 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache
2429 2025.02.01 02:10:31.315887 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2430 2025.02.01 02:10:31.316625 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2431 2025.02.01 02:10:31.316677 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2432 2025.02.01 02:10:31.317262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2433 2025.02.01 02:10:31.317511 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2434 2025.02.01 02:10:31.317699 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2435 2025.02.01 02:10:31.610292 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2436 2025.02.01 02:10:31.630299 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2437 2025.02.01 02:10:31.630357 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2438 2025.02.01 02:10:31.637653 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2439 2025.02.01 02:10:31.638405 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2440 2025.02.01 02:10:31.641393 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2441 2025.02.01 02:10:31.897320 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2442 2025.02.01 02:10:31.897535 [ 255 ] {132d8304-8e8b-4f51-8239-8436c197a7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2443 2025.02.01 02:10:31.897618 [ 255 ] {132d8304-8e8b-4f51-8239-8436c197a7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2444 2025.02.01 02:10:31.898404 [ 255 ] {132d8304-8e8b-4f51-8239-8436c197a7fa} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2445 2025.02.01 02:10:31.898457 [ 255 ] {132d8304-8e8b-4f51-8239-8436c197a7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2446 2025.02.01 02:10:31.898891 [ 255 ] {132d8304-8e8b-4f51-8239-8436c197a7fa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2447 2025.02.01 02:10:31.899144 [ 255 ] {132d8304-8e8b-4f51-8239-8436c197a7fa} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2448 2025.02.01 02:10:31.899409 [ 255 ] {132d8304-8e8b-4f51-8239-8436c197a7fa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec.
2449 2025.02.01 02:10:31.899577 [ 255 ] {132d8304-8e8b-4f51-8239-8436c197a7fa} <Debug> TCPHandler: Processed in 0.002394454 sec.
2450 2025.02.01 02:10:31.899754 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2451 2025.02.01 02:10:31.899901 [ 4 ] {95543a1b-84c1-49ce-a278-020b74ae7d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2452 2025.02.01 02:10:31.899959 [ 4 ] {95543a1b-84c1-49ce-a278-020b74ae7d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2453 2025.02.01 02:10:31.900618 [ 4 ] {95543a1b-84c1-49ce-a278-020b74ae7d8d} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2454 2025.02.01 02:10:31.900659 [ 4 ] {95543a1b-84c1-49ce-a278-020b74ae7d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2455 2025.02.01 02:10:31.901041 [ 4 ] {95543a1b-84c1-49ce-a278-020b74ae7d8d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2456 2025.02.01 02:10:31.901277 [ 4 ] {95543a1b-84c1-49ce-a278-020b74ae7d8d} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2457 2025.02.01 02:10:31.901487 [ 4 ] {95543a1b-84c1-49ce-a278-020b74ae7d8d} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00162 sec., 125308.64197530865 rows/sec., 10.85 MiB/sec.
2458 2025.02.01 02:10:31.901541 [ 4 ] {95543a1b-84c1-49ce-a278-020b74ae7d8d} <Debug> TCPHandler: Processed in 0.001856728 sec.
2459 2025.02.01 02:10:31.901679 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2460 2025.02.01 02:10:31.901811 [ 255 ] {2d833a27-6005-43f2-8fd1-55deb564946e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2461 2025.02.01 02:10:31.901868 [ 255 ] {2d833a27-6005-43f2-8fd1-55deb564946e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2462 2025.02.01 02:10:31.902431 [ 255 ] {2d833a27-6005-43f2-8fd1-55deb564946e} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2463 2025.02.01 02:10:31.902470 [ 255 ] {2d833a27-6005-43f2-8fd1-55deb564946e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2464 2025.02.01 02:10:31.902821 [ 255 ] {2d833a27-6005-43f2-8fd1-55deb564946e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2465 2025.02.01 02:10:31.903061 [ 255 ] {2d833a27-6005-43f2-8fd1-55deb564946e} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2466 2025.02.01 02:10:31.903350 [ 255 ] {2d833a27-6005-43f2-8fd1-55deb564946e} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001538 sec., 4551.365409622887 rows/sec., 296.52 KiB/sec.
2467 2025.02.01 02:10:31.903501 [ 255 ] {2d833a27-6005-43f2-8fd1-55deb564946e} <Debug> TCPHandler: Processed in 0.001885728 sec.
2468 2025.02.01 02:10:31.903633 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2469 2025.02.01 02:10:31.903761 [ 4 ] {fb32d0b2-ccf0-4a5b-aaef-a6c0666f4ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2470 2025.02.01 02:10:31.903814 [ 4 ] {fb32d0b2-ccf0-4a5b-aaef-a6c0666f4ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2471 2025.02.01 02:10:31.904386 [ 4 ] {fb32d0b2-ccf0-4a5b-aaef-a6c0666f4ace} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2472 2025.02.01 02:10:31.904425 [ 4 ] {fb32d0b2-ccf0-4a5b-aaef-a6c0666f4ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2473 2025.02.01 02:10:31.904760 [ 4 ] {fb32d0b2-ccf0-4a5b-aaef-a6c0666f4ace} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2474 2025.02.01 02:10:31.904985 [ 4 ] {fb32d0b2-ccf0-4a5b-aaef-a6c0666f4ace} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2475 2025.02.01 02:10:31.905308 [ 4 ] {fb32d0b2-ccf0-4a5b-aaef-a6c0666f4ace} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00155 sec., 9032.258064516129 rows/sec., 632.56 KiB/sec.
2476 2025.02.01 02:10:31.905437 [ 4 ] {fb32d0b2-ccf0-4a5b-aaef-a6c0666f4ace} <Debug> TCPHandler: Processed in 0.001866568 sec.
2477 2025.02.01 02:10:31.905559 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2478 2025.02.01 02:10:31.905672 [ 255 ] {38281140-212d-478b-9555-8ad16be0b68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2479 2025.02.01 02:10:31.905717 [ 255 ] {38281140-212d-478b-9555-8ad16be0b68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2480 2025.02.01 02:10:31.906246 [ 255 ] {38281140-212d-478b-9555-8ad16be0b68c} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2481 2025.02.01 02:10:31.906286 [ 255 ] {38281140-212d-478b-9555-8ad16be0b68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2482 2025.02.01 02:10:31.906640 [ 255 ] {38281140-212d-478b-9555-8ad16be0b68c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2483 2025.02.01 02:10:31.906877 [ 255 ] {38281140-212d-478b-9555-8ad16be0b68c} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2484 2025.02.01 02:10:31.907156 [ 255 ] {38281140-212d-478b-9555-8ad16be0b68c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001486 sec., 8748.317631224765 rows/sec., 545.46 KiB/sec.
2485 2025.02.01 02:10:31.907245 [ 255 ] {38281140-212d-478b-9555-8ad16be0b68c} <Debug> TCPHandler: Processed in 0.001739877 sec.
2486 2025.02.01 02:10:31.907377 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2487 2025.02.01 02:10:31.907505 [ 4 ] {a28a6253-0456-4760-951c-c6a03a6aa16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2488 2025.02.01 02:10:31.907559 [ 4 ] {a28a6253-0456-4760-951c-c6a03a6aa16a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2489 2025.02.01 02:10:31.908275 [ 4 ] {a28a6253-0456-4760-951c-c6a03a6aa16a} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2490 2025.02.01 02:10:31.908314 [ 4 ] {a28a6253-0456-4760-951c-c6a03a6aa16a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2491 2025.02.01 02:10:31.908685 [ 4 ] {a28a6253-0456-4760-951c-c6a03a6aa16a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2492 2025.02.01 02:10:31.908909 [ 4 ] {a28a6253-0456-4760-951c-c6a03a6aa16a} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2493 2025.02.01 02:10:31.909157 [ 4 ] {a28a6253-0456-4760-951c-c6a03a6aa16a} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001676 sec., 227923.62768496422 rows/sec., 16.13 MiB/sec.
2494 2025.02.01 02:10:31.909394 [ 4 ] {a28a6253-0456-4760-951c-c6a03a6aa16a} <Debug> TCPHandler: Processed in 0.00207403 sec.
2495 2025.02.01 02:10:31.909552 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2496 2025.02.01 02:10:31.909684 [ 255 ] {c07178cd-cf63-42b2-9652-137e79dbdc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2497 2025.02.01 02:10:31.909741 [ 255 ] {c07178cd-cf63-42b2-9652-137e79dbdc46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2498 2025.02.01 02:10:31.910260 [ 255 ] {c07178cd-cf63-42b2-9652-137e79dbdc46} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2499 2025.02.01 02:10:31.910299 [ 255 ] {c07178cd-cf63-42b2-9652-137e79dbdc46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2500 2025.02.01 02:10:31.910642 [ 255 ] {c07178cd-cf63-42b2-9652-137e79dbdc46} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2501 2025.02.01 02:10:31.910873 [ 255 ] {c07178cd-cf63-42b2-9652-137e79dbdc46} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2502 2025.02.01 02:10:31.911152 [ 255 ] {c07178cd-cf63-42b2-9652-137e79dbdc46} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec.
2503 2025.02.01 02:10:31.911279 [ 255 ] {c07178cd-cf63-42b2-9652-137e79dbdc46} <Debug> TCPHandler: Processed in 0.001798598 sec.
2504 2025.02.01 02:10:31.911449 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2505 2025.02.01 02:10:31.911576 [ 4 ] {72644dba-c12c-4678-9364-3bc9891bebb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2506 2025.02.01 02:10:31.911633 [ 4 ] {72644dba-c12c-4678-9364-3bc9891bebb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2507 2025.02.01 02:10:31.912237 [ 4 ] {72644dba-c12c-4678-9364-3bc9891bebb8} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2508 2025.02.01 02:10:31.912275 [ 4 ] {72644dba-c12c-4678-9364-3bc9891bebb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2509 2025.02.01 02:10:31.912646 [ 4 ] {72644dba-c12c-4678-9364-3bc9891bebb8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2510 2025.02.01 02:10:31.912871 [ 4 ] {72644dba-c12c-4678-9364-3bc9891bebb8} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2511 2025.02.01 02:10:31.913068 [ 4 ] {72644dba-c12c-4678-9364-3bc9891bebb8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001521 sec., 155818.54043392505 rows/sec., 10.44 MiB/sec.
2512 2025.02.01 02:10:31.913120 [ 4 ] {72644dba-c12c-4678-9364-3bc9891bebb8} <Debug> TCPHandler: Processed in 0.001732817 sec.
2513 2025.02.01 02:10:31.913251 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2514 2025.02.01 02:10:31.913380 [ 255 ] {e0894c1d-26fa-43dd-be7b-a81380bff0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2515 2025.02.01 02:10:31.913436 [ 255 ] {e0894c1d-26fa-43dd-be7b-a81380bff0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2516 2025.02.01 02:10:31.913930 [ 255 ] {e0894c1d-26fa-43dd-be7b-a81380bff0d7} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2517 2025.02.01 02:10:31.913976 [ 255 ] {e0894c1d-26fa-43dd-be7b-a81380bff0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2518 2025.02.01 02:10:31.914334 [ 255 ] {e0894c1d-26fa-43dd-be7b-a81380bff0d7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2519 2025.02.01 02:10:31.914562 [ 255 ] {e0894c1d-26fa-43dd-be7b-a81380bff0d7} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2520 2025.02.01 02:10:31.914829 [ 255 ] {e0894c1d-26fa-43dd-be7b-a81380bff0d7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001457 sec., 686.3417982155113 rows/sec., 46.25 KiB/sec.
2521 2025.02.01 02:10:31.914897 [ 255 ] {e0894c1d-26fa-43dd-be7b-a81380bff0d7} <Debug> TCPHandler: Processed in 0.001710197 sec.
2522 2025.02.01 02:10:31.915023 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2523 2025.02.01 02:10:31.915139 [ 4 ] {1bab10bd-7c50-4864-9f39-a90b69f1eb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2524 2025.02.01 02:10:31.915199 [ 4 ] {1bab10bd-7c50-4864-9f39-a90b69f1eb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2525 2025.02.01 02:10:31.915741 [ 4 ] {1bab10bd-7c50-4864-9f39-a90b69f1eb04} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2526 2025.02.01 02:10:31.915786 [ 4 ] {1bab10bd-7c50-4864-9f39-a90b69f1eb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2527 2025.02.01 02:10:31.916185 [ 4 ] {1bab10bd-7c50-4864-9f39-a90b69f1eb04} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2528 2025.02.01 02:10:31.916414 [ 4 ] {1bab10bd-7c50-4864-9f39-a90b69f1eb04} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2529 2025.02.01 02:10:31.916670 [ 4 ] {1bab10bd-7c50-4864-9f39-a90b69f1eb04} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001556 sec., 52699.22879177378 rows/sec., 3.35 MiB/sec.
2530 2025.02.01 02:10:31.916872 [ 4 ] {1bab10bd-7c50-4864-9f39-a90b69f1eb04} <Debug> TCPHandler: Processed in 0.001898329 sec.
2531 2025.02.01 02:10:36.222505 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2532 2025.02.01 02:10:36.222787 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'kstat_sampler:expired_targets', '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)
2533 2025.02.01 02:10:36.223225 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2534 2025.02.01 02:10:36.223282 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <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', 'kstat_sampler:expired_targets', '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
2535 2025.02.01 02:10:36.223657 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2536 2025.02.01 02:10:36.223737 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2537 2025.02.01 02:10:36.223911 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2538 2025.02.01 02:10:36.223951 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2539 2025.02.01 02:10:36.223977 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (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
2540 2025.02.01 02:10:36.223995 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
2541 2025.02.01 02:10:36.224042 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <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', 'kstat_sampler:expired_targets', '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'))"
2542 2025.02.01 02:10:36.224067 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0
2543 2025.02.01 02:10:36.224925 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002309 sec., 17756.60459073192 rows/sec., 676.70 KiB/sec.
2544 2025.02.01 02:10:36.225045 [ 255 ] {922bb82d-e2c1-4994-9aa9-2391728e001c} <Debug> TCPHandler: Processed in 0.002721406 sec.
2545 2025.02.01 02:10:36.261033 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2546 2025.02.01 02:10:36.261191 [ 255 ] {4eef8d28-4ea9-43ab-adbc-d9941cee3e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2547 2025.02.01 02:10:36.261260 [ 255 ] {4eef8d28-4ea9-43ab-adbc-d9941cee3e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2548 2025.02.01 02:10:36.262072 [ 255 ] {4eef8d28-4ea9-43ab-adbc-d9941cee3e01} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2549 2025.02.01 02:10:36.262126 [ 255 ] {4eef8d28-4ea9-43ab-adbc-d9941cee3e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2550 2025.02.01 02:10:36.262639 [ 255 ] {4eef8d28-4ea9-43ab-adbc-d9941cee3e01} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2551 2025.02.01 02:10:36.262859 [ 255 ] {4eef8d28-4ea9-43ab-adbc-d9941cee3e01} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2552 2025.02.01 02:10:36.263093 [ 255 ] {4eef8d28-4ea9-43ab-adbc-d9941cee3e01} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001945 sec., 514.1388174807198 rows/sec., 116.48 KiB/sec.
2553 2025.02.01 02:10:36.263149 [ 255 ] {4eef8d28-4ea9-43ab-adbc-d9941cee3e01} <Debug> TCPHandler: Processed in 0.002183351 sec.
2554 2025.02.01 02:10:36.263322 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2555 2025.02.01 02:10:36.263461 [ 4 ] {6432811f-2afa-4648-a13c-a2774bd17c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2556 2025.02.01 02:10:36.263519 [ 4 ] {6432811f-2afa-4648-a13c-a2774bd17c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2557 2025.02.01 02:10:36.264183 [ 4 ] {6432811f-2afa-4648-a13c-a2774bd17c11} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2558 2025.02.01 02:10:36.264234 [ 4 ] {6432811f-2afa-4648-a13c-a2774bd17c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2559 2025.02.01 02:10:36.264592 [ 4 ] {6432811f-2afa-4648-a13c-a2774bd17c11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2560 2025.02.01 02:10:36.264832 [ 4 ] {6432811f-2afa-4648-a13c-a2774bd17c11} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2561 2025.02.01 02:10:36.265060 [ 4 ] {6432811f-2afa-4648-a13c-a2774bd17c11} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001627 sec., 4917.025199754149 rows/sec., 400.95 KiB/sec.
2562 2025.02.01 02:10:36.265116 [ 4 ] {6432811f-2afa-4648-a13c-a2774bd17c11} <Debug> TCPHandler: Processed in 0.001863538 sec.
2563 2025.02.01 02:10:36.265252 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2564 2025.02.01 02:10:36.265382 [ 255 ] {b68ecd59-bcf8-4e13-809e-6d60c92e583a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2565 2025.02.01 02:10:36.265436 [ 255 ] {b68ecd59-bcf8-4e13-809e-6d60c92e583a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2566 2025.02.01 02:10:36.266763 [ 255 ] {b68ecd59-bcf8-4e13-809e-6d60c92e583a} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2567 2025.02.01 02:10:36.266804 [ 255 ] {b68ecd59-bcf8-4e13-809e-6d60c92e583a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2568 2025.02.01 02:10:36.267238 [ 255 ] {b68ecd59-bcf8-4e13-809e-6d60c92e583a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2569 2025.02.01 02:10:36.267472 [ 255 ] {b68ecd59-bcf8-4e13-809e-6d60c92e583a} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2570 2025.02.01 02:10:36.267678 [ 255 ] {b68ecd59-bcf8-4e13-809e-6d60c92e583a} <Debug> executeQuery: Read 1270 rows, 107.91 KiB in 0.002326 sec., 546001.7196904557 rows/sec., 45.30 MiB/sec.
2571 2025.02.01 02:10:36.267730 [ 255 ] {b68ecd59-bcf8-4e13-809e-6d60c92e583a} <Debug> TCPHandler: Processed in 0.002532465 sec.
2572 2025.02.01 02:10:36.267889 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2573 2025.02.01 02:10:36.268019 [ 4 ] {f0a39d30-15a6-47bc-beae-3e24720d7a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2574 2025.02.01 02:10:36.268072 [ 4 ] {f0a39d30-15a6-47bc-beae-3e24720d7a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2575 2025.02.01 02:10:36.268637 [ 4 ] {f0a39d30-15a6-47bc-beae-3e24720d7a34} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2576 2025.02.01 02:10:36.268677 [ 4 ] {f0a39d30-15a6-47bc-beae-3e24720d7a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2577 2025.02.01 02:10:36.269019 [ 4 ] {f0a39d30-15a6-47bc-beae-3e24720d7a34} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2578 2025.02.01 02:10:36.269259 [ 4 ] {f0a39d30-15a6-47bc-beae-3e24720d7a34} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2579 2025.02.01 02:10:36.269468 [ 4 ] {f0a39d30-15a6-47bc-beae-3e24720d7a34} <Debug> executeQuery: Read 43 rows, 3.19 KiB in 0.001479 sec., 29073.6984448952 rows/sec., 2.11 MiB/sec.
2580 2025.02.01 02:10:36.269521 [ 4 ] {f0a39d30-15a6-47bc-beae-3e24720d7a34} <Debug> TCPHandler: Processed in 0.001695916 sec.
2581 2025.02.01 02:10:36.269655 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2582 2025.02.01 02:10:36.269764 [ 255 ] {8a7f01ea-54c8-4ce4-886c-899483ab2c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2583 2025.02.01 02:10:36.269810 [ 255 ] {8a7f01ea-54c8-4ce4-886c-899483ab2c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2584 2025.02.01 02:10:36.270395 [ 255 ] {8a7f01ea-54c8-4ce4-886c-899483ab2c9d} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2585 2025.02.01 02:10:36.270434 [ 255 ] {8a7f01ea-54c8-4ce4-886c-899483ab2c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2586 2025.02.01 02:10:36.270772 [ 255 ] {8a7f01ea-54c8-4ce4-886c-899483ab2c9d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2587 2025.02.01 02:10:36.270999 [ 255 ] {8a7f01ea-54c8-4ce4-886c-899483ab2c9d} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2588 2025.02.01 02:10:36.271151 [ 88 ] {} <Debug> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2589 2025.02.01 02:10:36.271215 [ 255 ] {8a7f01ea-54c8-4ce4-886c-899483ab2c9d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001469 sec., 155207.6242341729 rows/sec., 10.51 MiB/sec.
2590 2025.02.01 02:10:36.271228 [ 88 ] {} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2591 2025.02.01 02:10:36.271304 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2592 2025.02.01 02:10:36.271330 [ 255 ] {8a7f01ea-54c8-4ce4-886c-899483ab2c9d} <Debug> TCPHandler: Processed in 0.001731097 sec.
2593 2025.02.01 02:10:36.271585 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2594 2025.02.01 02:10:36.271637 [ 199 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::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
2595 2025.02.01 02:10:36.271985 [ 4 ] {2f64c1ae-2dd2-407f-944c-63b37e134b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2596 2025.02.01 02:10:36.272140 [ 199 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2597 2025.02.01 02:10:36.272145 [ 4 ] {2f64c1ae-2dd2-407f-944c-63b37e134b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2598 2025.02.01 02:10:36.272191 [ 199 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2599 2025.02.01 02:10:36.272371 [ 199 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::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
2600 2025.02.01 02:10:36.272787 [ 199 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2601 2025.02.01 02:10:36.273226 [ 199 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2602 2025.02.01 02:10:36.273647 [ 199 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2603 2025.02.01 02:10:36.273996 [ 199 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::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
2604 2025.02.01 02:10:36.274865 [ 4 ] {2f64c1ae-2dd2-407f-944c-63b37e134b3c} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2605 2025.02.01 02:10:36.274907 [ 4 ] {2f64c1ae-2dd2-407f-944c-63b37e134b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2606 2025.02.01 02:10:36.275573 [ 4 ] {2f64c1ae-2dd2-407f-944c-63b37e134b3c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2607 2025.02.01 02:10:36.275727 [ 193 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.004317862 sec., 118577.20325475896 rows/sec., 8.49 MiB/sec.
2608 2025.02.01 02:10:36.275994 [ 4 ] {2f64c1ae-2dd2-407f-944c-63b37e134b3c} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2609 2025.02.01 02:10:36.276008 [ 193 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2610 2025.02.01 02:10:36.276440 [ 4 ] {2f64c1ae-2dd2-407f-944c-63b37e134b3c} <Debug> executeQuery: Read 563 rows, 42.86 KiB in 0.004593 sec., 122577.83583714349 rows/sec., 9.11 MiB/sec.
2611 2025.02.01 02:10:36.276570 [ 4 ] {2f64c1ae-2dd2-407f-944c-63b37e134b3c} <Debug> TCPHandler: Processed in 0.00515184 sec.
2612 2025.02.01 02:10:36.276677 [ 193 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_6_1} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2613 2025.02.01 02:10:36.276759 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2614 2025.02.01 02:10:36.276825 [ 193 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_6_1} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2615 2025.02.01 02:10:36.276947 [ 255 ] {faed80a9-6324-42c6-aa9d-580497fa5af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2616 2025.02.01 02:10:36.276985 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
2617 2025.02.01 02:10:36.277041 [ 255 ] {faed80a9-6324-42c6-aa9d-580497fa5af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2618 2025.02.01 02:10:36.277771 [ 255 ] {faed80a9-6324-42c6-aa9d-580497fa5af3} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2619 2025.02.01 02:10:36.277810 [ 255 ] {faed80a9-6324-42c6-aa9d-580497fa5af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2620 2025.02.01 02:10:36.278238 [ 255 ] {faed80a9-6324-42c6-aa9d-580497fa5af3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2621 2025.02.01 02:10:36.278485 [ 255 ] {faed80a9-6324-42c6-aa9d-580497fa5af3} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2622 2025.02.01 02:10:36.278750 [ 255 ] {faed80a9-6324-42c6-aa9d-580497fa5af3} <Debug> executeQuery: Read 920 rows, 63.37 KiB in 0.001864 sec., 493562.2317596566 rows/sec., 33.20 MiB/sec.
2623 2025.02.01 02:10:36.278968 [ 255 ] {faed80a9-6324-42c6-aa9d-580497fa5af3} <Debug> TCPHandler: Processed in 0.002301832 sec.
2624 2025.02.01 02:10:36.279119 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2625 2025.02.01 02:10:36.279251 [ 4 ] {9cfeff33-9b8a-4d7d-9d1c-4b76087979bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2626 2025.02.01 02:10:36.279336 [ 4 ] {9cfeff33-9b8a-4d7d-9d1c-4b76087979bd} <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
2627 2025.02.01 02:10:36.280567 [ 4 ] {9cfeff33-9b8a-4d7d-9d1c-4b76087979bd} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2628 2025.02.01 02:10:36.280607 [ 4 ] {9cfeff33-9b8a-4d7d-9d1c-4b76087979bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2629 2025.02.01 02:10:36.281239 [ 4 ] {9cfeff33-9b8a-4d7d-9d1c-4b76087979bd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2630 2025.02.01 02:10:36.281479 [ 4 ] {9cfeff33-9b8a-4d7d-9d1c-4b76087979bd} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2631 2025.02.01 02:10:36.281641 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2632 2025.02.01 02:10:36.281708 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2633 2025.02.01 02:10:36.281748 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2634 2025.02.01 02:10:36.281753 [ 4 ] {9cfeff33-9b8a-4d7d-9d1c-4b76087979bd} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002552 sec., 13714.73354231975 rows/sec., 24.58 MiB/sec.
2635 2025.02.01 02:10:36.282242 [ 199 ] {020f0894-13f1-40d0-810f-1f25b7597fca::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
2636 2025.02.01 02:10:36.282572 [ 4 ] {9cfeff33-9b8a-4d7d-9d1c-4b76087979bd} <Debug> TCPHandler: Processed in 0.003518154 sec.
2637 2025.02.01 02:10:36.282741 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2638 2025.02.01 02:10:36.282798 [ 199 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2639 2025.02.01 02:10:36.282877 [ 199 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 34 rows starting from the beginning of the part
2640 2025.02.01 02:10:36.282914 [ 255 ] {491ee040-315a-48d8-897d-d1b660d42a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2641 2025.02.01 02:10:36.283049 [ 255 ] {491ee040-315a-48d8-897d-d1b660d42a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2642 2025.02.01 02:10:36.283400 [ 199 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 35 rows starting from the beginning of the part
2643 2025.02.01 02:10:36.283973 [ 199 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part
2644 2025.02.01 02:10:36.284536 [ 199 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part
2645 2025.02.01 02:10:36.284546 [ 255 ] {491ee040-315a-48d8-897d-d1b660d42a4f} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2646 2025.02.01 02:10:36.284591 [ 255 ] {491ee040-315a-48d8-897d-d1b660d42a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2647 2025.02.01 02:10:36.285019 [ 199 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part
2648 2025.02.01 02:10:36.285545 [ 199 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part
2649 2025.02.01 02:10:36.285656 [ 255 ] {491ee040-315a-48d8-897d-d1b660d42a4f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2650 2025.02.01 02:10:36.286220 [ 255 ] {491ee040-315a-48d8-897d-d1b660d42a4f} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2651 2025.02.01 02:10:36.286694 [ 255 ] {491ee040-315a-48d8-897d-d1b660d42a4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003789 sec., 15835.312747426762 rows/sec., 1.07 MiB/sec.
2652 2025.02.01 02:10:36.287056 [ 255 ] {491ee040-315a-48d8-897d-d1b660d42a4f} <Debug> TCPHandler: Processed in 0.004400113 sec.
2653 2025.02.01 02:10:36.289886 [ 193 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 19 columns (19 merged, 0 gathered) in 0.008018038 sec., 26066.227174278796 rows/sec., 46.71 MiB/sec.
2654 2025.02.01 02:10:36.290325 [ 193 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2655 2025.02.01 02:10:36.290747 [ 193 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2656 2025.02.01 02:10:36.290825 [ 193 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2657 2025.02.01 02:10:36.290975 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB.
2658 2025.02.01 02:10:36.317210 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 378
2659 2025.02.01 02:10:36.320488 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2660 2025.02.01 02:10:36.320529 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2661 2025.02.01 02:10:36.321925 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2662 2025.02.01 02:10:36.322212 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2663 2025.02.01 02:10:36.322689 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 378
2664 2025.02.01 02:10:38.817943 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2665 2025.02.01 02:10:38.818589 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2666 2025.02.01 02:10:38.818639 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2667 2025.02.01 02:10:38.819176 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2668 2025.02.01 02:10:38.819442 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2669 2025.02.01 02:10:38.819669 [ 141 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2670 2025.02.01 02:10:38.819682 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2671 2025.02.01 02:10:38.819767 [ 141 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2672 2025.02.01 02:10:38.819798 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2673 2025.02.01 02:10:38.819945 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
2674 2025.02.01 02:10:38.820109 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2675 2025.02.01 02:10:38.820156 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
2676 2025.02.01 02:10:38.820238 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
2677 2025.02.01 02:10:38.820446 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
2678 2025.02.01 02:10:38.820664 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
2679 2025.02.01 02:10:38.820860 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
2680 2025.02.01 02:10:38.821055 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
2681 2025.02.01 02:10:38.822899 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.00302429 sec., 1674111.9403231833 rows/sec., 23.95 MiB/sec.
2682 2025.02.01 02:10:38.823675 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2683 2025.02.01 02:10:38.823975 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_11_2} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2684 2025.02.01 02:10:38.824066 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_11_2} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2685 2025.02.01 02:10:38.824166 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2686 2025.02.01 02:10:39.141581 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2687 2025.02.01 02:10:39.163821 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2688 2025.02.01 02:10:39.163878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2689 2025.02.01 02:10:39.171301 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2690 2025.02.01 02:10:39.172089 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2691 2025.02.01 02:10:39.172386 [ 152 ] {} <Debug> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2692 2025.02.01 02:10:39.172447 [ 152 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2693 2025.02.01 02:10:39.172485 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2694 2025.02.01 02:10:39.172694 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
2695 2025.02.01 02:10:39.181617 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2696 2025.02.01 02:10:39.182751 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2697 2025.02.01 02:10:39.183658 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
2698 2025.02.01 02:10:39.188638 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
2699 2025.02.01 02:10:39.193199 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
2700 2025.02.01 02:10:39.198211 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
2701 2025.02.01 02:10:39.203504 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
2702 2025.02.01 02:10:39.207990 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
2703 2025.02.01 02:10:39.267602 [ 193 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.095022474 sec., 873.4775733159715 rows/sec., 4.52 MiB/sec.
2704 2025.02.01 02:10:39.269297 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2705 2025.02.01 02:10:39.271982 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_11_2} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2706 2025.02.01 02:10:39.272104 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_11_2} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2707 2025.02.01 02:10:39.273735 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2708 2025.02.01 02:10:41.896157 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2709 2025.02.01 02:10:41.896374 [ 255 ] {d331242a-a4b4-484c-b3ad-2191f67b73e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2710 2025.02.01 02:10:41.896455 [ 255 ] {d331242a-a4b4-484c-b3ad-2191f67b73e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2711 2025.02.01 02:10:41.897179 [ 255 ] {d331242a-a4b4-484c-b3ad-2191f67b73e0} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2712 2025.02.01 02:10:41.897233 [ 255 ] {d331242a-a4b4-484c-b3ad-2191f67b73e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2713 2025.02.01 02:10:41.897666 [ 255 ] {d331242a-a4b4-484c-b3ad-2191f67b73e0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2714 2025.02.01 02:10:41.897921 [ 255 ] {d331242a-a4b4-484c-b3ad-2191f67b73e0} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2715 2025.02.01 02:10:41.898117 [ 40 ] {} <Debug> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2716 2025.02.01 02:10:41.898209 [ 40 ] {} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2717 2025.02.01 02:10:41.898220 [ 255 ] {d331242a-a4b4-484c-b3ad-2191f67b73e0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec.
2718 2025.02.01 02:10:41.898246 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2719 2025.02.01 02:10:41.898376 [ 255 ] {d331242a-a4b4-484c-b3ad-2191f67b73e0} <Debug> TCPHandler: Processed in 0.002356373 sec.
2720 2025.02.01 02:10:41.898475 [ 192 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::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
2721 2025.02.01 02:10:41.898580 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2722 2025.02.01 02:10:41.898672 [ 192 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2723 2025.02.01 02:10:41.898767 [ 192 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2724 2025.02.01 02:10:41.898843 [ 4 ] {9b5b1555-035a-4720-99a0-88fd8ac992c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2725 2025.02.01 02:10:41.899006 [ 4 ] {9b5b1555-035a-4720-99a0-88fd8ac992c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2726 2025.02.01 02:10:41.899047 [ 192 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2727 2025.02.01 02:10:41.899567 [ 192 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::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
2728 2025.02.01 02:10:41.899920 [ 192 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2729 2025.02.01 02:10:41.900322 [ 192 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2730 2025.02.01 02:10:41.901875 [ 4 ] {9b5b1555-035a-4720-99a0-88fd8ac992c3} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2731 2025.02.01 02:10:41.901945 [ 4 ] {9b5b1555-035a-4720-99a0-88fd8ac992c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2732 2025.02.01 02:10:41.903002 [ 196 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004617345 sec., 15160.227360095465 rows/sec., 1.12 MiB/sec.
2733 2025.02.01 02:10:41.903209 [ 4 ] {9b5b1555-035a-4720-99a0-88fd8ac992c3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2734 2025.02.01 02:10:41.903215 [ 196 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2735 2025.02.01 02:10:41.903781 [ 4 ] {9b5b1555-035a-4720-99a0-88fd8ac992c3} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2736 2025.02.01 02:10:41.903797 [ 196 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_5_1} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2737 2025.02.01 02:10:41.903961 [ 196 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_5_1} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2738 2025.02.01 02:10:41.904161 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2739 2025.02.01 02:10:41.904232 [ 4 ] {9b5b1555-035a-4720-99a0-88fd8ac992c3} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00547 sec., 37111.517367458866 rows/sec., 3.21 MiB/sec.
2740 2025.02.01 02:10:41.904308 [ 4 ] {9b5b1555-035a-4720-99a0-88fd8ac992c3} <Debug> TCPHandler: Processed in 0.005820377 sec.
2741 2025.02.01 02:10:41.904442 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2742 2025.02.01 02:10:41.904555 [ 255 ] {c0a01c58-01c3-4a89-8351-4e3968d9e7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2743 2025.02.01 02:10:41.904602 [ 255 ] {c0a01c58-01c3-4a89-8351-4e3968d9e7b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2744 2025.02.01 02:10:41.905171 [ 255 ] {c0a01c58-01c3-4a89-8351-4e3968d9e7b1} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2745 2025.02.01 02:10:41.905212 [ 255 ] {c0a01c58-01c3-4a89-8351-4e3968d9e7b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2746 2025.02.01 02:10:41.905565 [ 255 ] {c0a01c58-01c3-4a89-8351-4e3968d9e7b1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2747 2025.02.01 02:10:41.905805 [ 255 ] {c0a01c58-01c3-4a89-8351-4e3968d9e7b1} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2748 2025.02.01 02:10:41.905969 [ 40 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2749 2025.02.01 02:10:41.906030 [ 40 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2750 2025.02.01 02:10:41.906067 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2751 2025.02.01 02:10:41.906074 [ 255 ] {c0a01c58-01c3-4a89-8351-4e3968d9e7b1} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001536 sec., 4557.291666666667 rows/sec., 296.91 KiB/sec.
2752 2025.02.01 02:10:41.906340 [ 255 ] {c0a01c58-01c3-4a89-8351-4e3968d9e7b1} <Debug> TCPHandler: Processed in 0.001942609 sec.
2753 2025.02.01 02:10:41.906496 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
2754 2025.02.01 02:10:41.906639 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2755 2025.02.01 02:10:41.906897 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2756 2025.02.01 02:10:41.906923 [ 4 ] {b983f5c5-8219-45b8-99d8-b485b84383d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2757 2025.02.01 02:10:41.906966 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 42 rows starting from the beginning of the part
2758 2025.02.01 02:10:41.907014 [ 4 ] {b983f5c5-8219-45b8-99d8-b485b84383d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2759 2025.02.01 02:10:41.907288 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
2760 2025.02.01 02:10:41.907735 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 35 rows starting from the beginning of the part
2761 2025.02.01 02:10:41.908050 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
2762 2025.02.01 02:10:41.908503 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 43 rows starting from the beginning of the part
2763 2025.02.01 02:10:41.908836 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
2764 2025.02.01 02:10:41.910069 [ 4 ] {b983f5c5-8219-45b8-99d8-b485b84383d8} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2765 2025.02.01 02:10:41.910135 [ 4 ] {b983f5c5-8219-45b8-99d8-b485b84383d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2766 2025.02.01 02:10:41.911164 [ 4 ] {b983f5c5-8219-45b8-99d8-b485b84383d8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2767 2025.02.01 02:10:41.911512 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 141 rows, containing 5 columns (5 merged, 0 gathered) in 0.005332832 sec., 26439.98535862371 rows/sec., 1.98 MiB/sec.
2768 2025.02.01 02:10:41.911697 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2769 2025.02.01 02:10:41.911706 [ 4 ] {b983f5c5-8219-45b8-99d8-b485b84383d8} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2770 2025.02.01 02:10:41.912265 [ 4 ] {b983f5c5-8219-45b8-99d8-b485b84383d8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005412 sec., 2586.8440502586845 rows/sec., 181.17 KiB/sec.
2771 2025.02.01 02:10:41.912440 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_11_2} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2772 2025.02.01 02:10:41.912615 [ 4 ] {b983f5c5-8219-45b8-99d8-b485b84383d8} <Debug> TCPHandler: Processed in 0.00614078 sec.
2773 2025.02.01 02:10:41.912814 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_11_2} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2774 2025.02.01 02:10:41.912875 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2775 2025.02.01 02:10:41.912948 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2776 2025.02.01 02:10:41.913049 [ 255 ] {ef7554da-3cac-4244-8329-0c5efa00cd64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2777 2025.02.01 02:10:41.913108 [ 255 ] {ef7554da-3cac-4244-8329-0c5efa00cd64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2778 2025.02.01 02:10:41.913723 [ 255 ] {ef7554da-3cac-4244-8329-0c5efa00cd64} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2779 2025.02.01 02:10:41.913764 [ 255 ] {ef7554da-3cac-4244-8329-0c5efa00cd64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2780 2025.02.01 02:10:41.914123 [ 255 ] {ef7554da-3cac-4244-8329-0c5efa00cd64} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2781 2025.02.01 02:10:41.914359 [ 255 ] {ef7554da-3cac-4244-8329-0c5efa00cd64} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2782 2025.02.01 02:10:41.914516 [ 40 ] {} <Debug> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2783 2025.02.01 02:10:41.914581 [ 40 ] {} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2784 2025.02.01 02:10:41.914616 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2785 2025.02.01 02:10:41.914622 [ 255 ] {ef7554da-3cac-4244-8329-0c5efa00cd64} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec.
2786 2025.02.01 02:10:41.914845 [ 255 ] {ef7554da-3cac-4244-8329-0c5efa00cd64} <Debug> TCPHandler: Processed in 0.002085701 sec.
2787 2025.02.01 02:10:41.914851 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::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
2788 2025.02.01 02:10:41.915055 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2789 2025.02.01 02:10:41.915076 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2790 2025.02.01 02:10:41.915128 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part
2791 2025.02.01 02:10:41.915349 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2792 2025.02.01 02:10:41.915357 [ 4 ] {335e19ef-ff4a-4db2-a26a-0c9093beb657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2793 2025.02.01 02:10:41.915558 [ 4 ] {335e19ef-ff4a-4db2-a26a-0c9093beb657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2794 2025.02.01 02:10:41.915920 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part
2795 2025.02.01 02:10:41.916235 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part
2796 2025.02.01 02:10:41.916644 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part
2797 2025.02.01 02:10:41.918395 [ 4 ] {335e19ef-ff4a-4db2-a26a-0c9093beb657} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2798 2025.02.01 02:10:41.918474 [ 4 ] {335e19ef-ff4a-4db2-a26a-0c9093beb657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2799 2025.02.01 02:10:41.919186 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004498384 sec., 14449.63346837442 rows/sec., 957.38 KiB/sec.
2800 2025.02.01 02:10:41.919382 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2801 2025.02.01 02:10:41.919481 [ 4 ] {335e19ef-ff4a-4db2-a26a-0c9093beb657} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2802 2025.02.01 02:10:41.919884 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_5_1} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2803 2025.02.01 02:10:41.920051 [ 196 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_5_1} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2804 2025.02.01 02:10:41.920064 [ 4 ] {335e19ef-ff4a-4db2-a26a-0c9093beb657} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2805 2025.02.01 02:10:41.920187 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2806 2025.02.01 02:10:41.920405 [ 4 ] {335e19ef-ff4a-4db2-a26a-0c9093beb657} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005186 sec., 73659.85345160047 rows/sec., 5.21 MiB/sec.
2807 2025.02.01 02:10:41.920477 [ 4 ] {335e19ef-ff4a-4db2-a26a-0c9093beb657} <Debug> TCPHandler: Processed in 0.005549394 sec.
2808 2025.02.01 02:10:41.920630 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2809 2025.02.01 02:10:41.920759 [ 255 ] {4954fc2b-7723-4398-a2b0-2fffecb4f228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2810 2025.02.01 02:10:41.920814 [ 255 ] {4954fc2b-7723-4398-a2b0-2fffecb4f228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2811 2025.02.01 02:10:41.921327 [ 255 ] {4954fc2b-7723-4398-a2b0-2fffecb4f228} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2812 2025.02.01 02:10:41.921373 [ 255 ] {4954fc2b-7723-4398-a2b0-2fffecb4f228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2813 2025.02.01 02:10:41.921737 [ 255 ] {4954fc2b-7723-4398-a2b0-2fffecb4f228} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2814 2025.02.01 02:10:41.921971 [ 255 ] {4954fc2b-7723-4398-a2b0-2fffecb4f228} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2815 2025.02.01 02:10:41.922201 [ 255 ] {4954fc2b-7723-4398-a2b0-2fffecb4f228} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 213.98 KiB/sec.
2816 2025.02.01 02:10:41.922280 [ 255 ] {4954fc2b-7723-4398-a2b0-2fffecb4f228} <Debug> TCPHandler: Processed in 0.001711197 sec.
2817 2025.02.01 02:10:41.922403 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2818 2025.02.01 02:10:41.922511 [ 4 ] {2bea871a-3edb-4e87-b3a3-88aca3cc7020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2819 2025.02.01 02:10:41.922559 [ 4 ] {2bea871a-3edb-4e87-b3a3-88aca3cc7020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2820 2025.02.01 02:10:41.923080 [ 4 ] {2bea871a-3edb-4e87-b3a3-88aca3cc7020} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2821 2025.02.01 02:10:41.923119 [ 4 ] {2bea871a-3edb-4e87-b3a3-88aca3cc7020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2822 2025.02.01 02:10:41.923515 [ 4 ] {2bea871a-3edb-4e87-b3a3-88aca3cc7020} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2823 2025.02.01 02:10:41.923752 [ 4 ] {2bea871a-3edb-4e87-b3a3-88aca3cc7020} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2824 2025.02.01 02:10:41.924058 [ 4 ] {2bea871a-3edb-4e87-b3a3-88aca3cc7020} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001543 sec., 153596.88917692806 rows/sec., 10.30 MiB/sec.
2825 2025.02.01 02:10:41.924217 [ 4 ] {2bea871a-3edb-4e87-b3a3-88aca3cc7020} <Debug> TCPHandler: Processed in 0.001865219 sec.
2826 2025.02.01 02:10:41.924343 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2827 2025.02.01 02:10:41.924448 [ 255 ] {95eadbc4-4275-4f1e-9afb-6069b79dde6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2828 2025.02.01 02:10:41.924503 [ 255 ] {95eadbc4-4275-4f1e-9afb-6069b79dde6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2829 2025.02.01 02:10:41.925011 [ 255 ] {95eadbc4-4275-4f1e-9afb-6069b79dde6a} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2830 2025.02.01 02:10:41.925058 [ 255 ] {95eadbc4-4275-4f1e-9afb-6069b79dde6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2831 2025.02.01 02:10:41.925469 [ 255 ] {95eadbc4-4275-4f1e-9afb-6069b79dde6a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2832 2025.02.01 02:10:41.925702 [ 255 ] {95eadbc4-4275-4f1e-9afb-6069b79dde6a} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2833 2025.02.01 02:10:41.925861 [ 40 ] {} <Debug> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2834 2025.02.01 02:10:41.925924 [ 40 ] {} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2835 2025.02.01 02:10:41.925954 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.98 GiB.
2836 2025.02.01 02:10:41.925971 [ 255 ] {95eadbc4-4275-4f1e-9afb-6069b79dde6a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001535 sec., 651.4657980456027 rows/sec., 43.90 KiB/sec.
2837 2025.02.01 02:10:41.926155 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
2838 2025.02.01 02:10:41.926333 [ 255 ] {95eadbc4-4275-4f1e-9afb-6069b79dde6a} <Debug> TCPHandler: Processed in 0.00203652 sec.
2839 2025.02.01 02:10:41.926480 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2840 2025.02.01 02:10:41.926520 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
2841 2025.02.01 02:10:41.926526 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2842 2025.02.01 02:10:41.926666 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
2843 2025.02.01 02:10:41.926921 [ 4 ] {78dc7976-ba77-4174-8da3-d65a7e850d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2844 2025.02.01 02:10:41.927019 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
2845 2025.02.01 02:10:41.927118 [ 4 ] {78dc7976-ba77-4174-8da3-d65a7e850d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2846 2025.02.01 02:10:41.927376 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
2847 2025.02.01 02:10:41.927624 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
2848 2025.02.01 02:10:41.928776 [ 4 ] {78dc7976-ba77-4174-8da3-d65a7e850d42} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2849 2025.02.01 02:10:41.928821 [ 4 ] {78dc7976-ba77-4174-8da3-d65a7e850d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2850 2025.02.01 02:10:41.929404 [ 4 ] {78dc7976-ba77-4174-8da3-d65a7e850d42} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2851 2025.02.01 02:10:41.929430 [ 194 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.003397233 sec., 1471.7860093788092 rows/sec., 99.17 KiB/sec.
2852 2025.02.01 02:10:41.929602 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2853 2025.02.01 02:10:41.929726 [ 4 ] {78dc7976-ba77-4174-8da3-d65a7e850d42} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2854 2025.02.01 02:10:41.930110 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_5_1} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2855 2025.02.01 02:10:41.930156 [ 4 ] {78dc7976-ba77-4174-8da3-d65a7e850d42} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003391 sec., 24181.657328221765 rows/sec., 1.54 MiB/sec.
2856 2025.02.01 02:10:41.930523 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_5_1} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2857 2025.02.01 02:10:41.930591 [ 4 ] {78dc7976-ba77-4174-8da3-d65a7e850d42} <Debug> TCPHandler: Processed in 0.004139031 sec.
2858 2025.02.01 02:10:41.930744 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB.
2859 2025.02.01 02:10:46.244593 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
2860 2025.02.01 02:10:46.244665 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
2861 2025.02.01 02:10:46.319978 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2862 2025.02.01 02:10:46.320632 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2863 2025.02.01 02:10:46.320682 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2864 2025.02.01 02:10:46.321210 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2865 2025.02.01 02:10:46.321467 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2866 2025.02.01 02:10:46.321753 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2867 2025.02.01 02:10:46.323107 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 398
2868 2025.02.01 02:10:46.325972 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2869 2025.02.01 02:10:46.326026 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2870 2025.02.01 02:10:46.327500 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2871 2025.02.01 02:10:46.327836 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2872 2025.02.01 02:10:46.328467 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398
2873 2025.02.01 02:10:46.681825 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2874 2025.02.01 02:10:46.700790 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2875 2025.02.01 02:10:46.700848 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2876 2025.02.01 02:10:46.707991 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2877 2025.02.01 02:10:46.708766 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2878 2025.02.01 02:10:46.712146 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2879 2025.02.01 02:10:46.889743 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2880 2025.02.01 02:10:46.890052 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2881 2025.02.01 02:10:46.890573 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2882 2025.02.01 02:10:46.890641 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2883 2025.02.01 02:10:46.891023 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2884 2025.02.01 02:10:46.891106 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2885 2025.02.01 02:10:46.891283 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
2886 2025.02.01 02:10:46.891450 [ 294 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps
2887 2025.02.01 02:10:46.891450 [ 298 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2888 2025.02.01 02:10:46.891584 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Debug> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (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
2889 2025.02.01 02:10:46.891613 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010) (SelectExecutor): Spreading mark ranges among streams (default reading)
2890 2025.02.01 02:10:46.891670 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2891 2025.02.01 02:10:46.891697 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0
2892 2025.02.01 02:10:46.892333 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002436 sec., 16830.870279146144 rows/sec., 641.42 KiB/sec.
2893 2025.02.01 02:10:46.892426 [ 255 ] {ef90315b-5bc8-47ac-ab9b-abbd92e40daa} <Debug> TCPHandler: Processed in 0.002834228 sec.
2894 2025.02.01 02:10:46.897104 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2895 2025.02.01 02:10:46.897265 [ 4 ] {6f791c03-1f29-4d32-879e-938de102e4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2896 2025.02.01 02:10:46.897327 [ 4 ] {6f791c03-1f29-4d32-879e-938de102e4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2897 2025.02.01 02:10:46.898043 [ 4 ] {6f791c03-1f29-4d32-879e-938de102e4c4} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2898 2025.02.01 02:10:46.898089 [ 4 ] {6f791c03-1f29-4d32-879e-938de102e4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2899 2025.02.01 02:10:46.898592 [ 4 ] {6f791c03-1f29-4d32-879e-938de102e4c4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2900 2025.02.01 02:10:46.898815 [ 4 ] {6f791c03-1f29-4d32-879e-938de102e4c4} <Trace> oximeter.timeseries_schema (4dc3f09a-91f1-440f-b97f-6ac144db4010): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2901 2025.02.01 02:10:46.899090 [ 4 ] {6f791c03-1f29-4d32-879e-938de102e4c4} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.00185 sec., 540.5405405405405 rows/sec., 55.95 KiB/sec.
2902 2025.02.01 02:10:46.899301 [ 4 ] {6f791c03-1f29-4d32-879e-938de102e4c4} <Debug> TCPHandler: Processed in 0.002280093 sec.
2903 2025.02.01 02:10:46.899460 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2904 2025.02.01 02:10:46.899590 [ 255 ] {18889396-a77f-470d-ac58-39a58baef220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2905 2025.02.01 02:10:46.899643 [ 255 ] {18889396-a77f-470d-ac58-39a58baef220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2906 2025.02.01 02:10:46.900369 [ 255 ] {18889396-a77f-470d-ac58-39a58baef220} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2907 2025.02.01 02:10:46.900415 [ 255 ] {18889396-a77f-470d-ac58-39a58baef220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2908 2025.02.01 02:10:46.900828 [ 255 ] {18889396-a77f-470d-ac58-39a58baef220} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2909 2025.02.01 02:10:46.901083 [ 255 ] {18889396-a77f-470d-ac58-39a58baef220} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2910 2025.02.01 02:10:46.901251 [ 69 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2911 2025.02.01 02:10:46.901329 [ 255 ] {18889396-a77f-470d-ac58-39a58baef220} <Debug> executeQuery: Read 135 rows, 11.92 KiB in 0.001761 sec., 76660.98807495741 rows/sec., 6.61 MiB/sec.
2912 2025.02.01 02:10:46.901340 [ 69 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2913 2025.02.01 02:10:46.901418 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2914 2025.02.01 02:10:46.901446 [ 255 ] {18889396-a77f-470d-ac58-39a58baef220} <Debug> TCPHandler: Processed in 0.00204812 sec.
2915 2025.02.01 02:10:46.901594 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
2916 2025.02.01 02:10:46.901603 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2917 2025.02.01 02:10:46.901751 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2918 2025.02.01 02:10:46.901759 [ 4 ] {1a77bc5e-0cef-469f-b12c-19475b09dd43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2919 2025.02.01 02:10:46.901795 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1414 rows starting from the beginning of the part
2920 2025.02.01 02:10:46.901820 [ 4 ] {1a77bc5e-0cef-469f-b12c-19475b09dd43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2921 2025.02.01 02:10:46.902061 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 126 rows starting from the beginning of the part
2922 2025.02.01 02:10:46.902457 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 203 rows starting from the beginning of the part
2923 2025.02.01 02:10:46.902892 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1270 rows starting from the beginning of the part
2924 2025.02.01 02:10:46.903215 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 203 rows starting from the beginning of the part
2925 2025.02.01 02:10:46.903577 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 135 rows starting from the beginning of the part
2926 2025.02.01 02:10:46.904336 [ 4 ] {1a77bc5e-0cef-469f-b12c-19475b09dd43} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2927 2025.02.01 02:10:46.904383 [ 4 ] {1a77bc5e-0cef-469f-b12c-19475b09dd43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2928 2025.02.01 02:10:46.905016 [ 4 ] {1a77bc5e-0cef-469f-b12c-19475b09dd43} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2929 2025.02.01 02:10:46.905352 [ 4 ] {1a77bc5e-0cef-469f-b12c-19475b09dd43} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2930 2025.02.01 02:10:46.905686 [ 4 ] {1a77bc5e-0cef-469f-b12c-19475b09dd43} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.003927 sec., 9931.245225362873 rows/sec., 746.78 KiB/sec.
2931 2025.02.01 02:10:46.905967 [ 4 ] {1a77bc5e-0cef-469f-b12c-19475b09dd43} <Debug> TCPHandler: Processed in 0.004434113 sec.
2932 2025.02.01 02:10:46.906140 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2933 2025.02.01 02:10:46.906182 [ 195 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3351 rows, containing 5 columns (5 merged, 0 gathered) in 0.004667835 sec., 717891.6992567218 rows/sec., 63.02 MiB/sec.
2934 2025.02.01 02:10:46.906263 [ 255 ] {eb4ef793-8013-4e02-a0b9-848526f87ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2935 2025.02.01 02:10:46.906316 [ 255 ] {eb4ef793-8013-4e02-a0b9-848526f87ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2936 2025.02.01 02:10:46.906430 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2937 2025.02.01 02:10:46.906799 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2938 2025.02.01 02:10:46.906895 [ 187 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_16_3} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2939 2025.02.01 02:10:46.906993 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
2940 2025.02.01 02:10:46.907097 [ 255 ] {eb4ef793-8013-4e02-a0b9-848526f87ce6} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2941 2025.02.01 02:10:46.907144 [ 255 ] {eb4ef793-8013-4e02-a0b9-848526f87ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2942 2025.02.01 02:10:46.907487 [ 255 ] {eb4ef793-8013-4e02-a0b9-848526f87ce6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2943 2025.02.01 02:10:46.907722 [ 255 ] {eb4ef793-8013-4e02-a0b9-848526f87ce6} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2944 2025.02.01 02:10:46.907983 [ 255 ] {eb4ef793-8013-4e02-a0b9-848526f87ce6} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001741 sec., 574.3825387708214 rows/sec., 38.14 KiB/sec.
2945 2025.02.01 02:10:46.908170 [ 255 ] {eb4ef793-8013-4e02-a0b9-848526f87ce6} <Debug> TCPHandler: Processed in 0.002107011 sec.
2946 2025.02.01 02:10:46.908316 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2947 2025.02.01 02:10:46.908423 [ 4 ] {b68605b9-9ab4-4956-8c08-0aef9a38bb63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2948 2025.02.01 02:10:46.908469 [ 4 ] {b68605b9-9ab4-4956-8c08-0aef9a38bb63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2949 2025.02.01 02:10:46.909372 [ 4 ] {b68605b9-9ab4-4956-8c08-0aef9a38bb63} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2950 2025.02.01 02:10:46.909412 [ 4 ] {b68605b9-9ab4-4956-8c08-0aef9a38bb63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2951 2025.02.01 02:10:46.909778 [ 4 ] {b68605b9-9ab4-4956-8c08-0aef9a38bb63} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2952 2025.02.01 02:10:46.910029 [ 4 ] {b68605b9-9ab4-4956-8c08-0aef9a38bb63} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2953 2025.02.01 02:10:46.910199 [ 29 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2954 2025.02.01 02:10:46.910261 [ 4 ] {b68605b9-9ab4-4956-8c08-0aef9a38bb63} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001852 sec., 55615.55075593953 rows/sec., 4.34 MiB/sec.
2955 2025.02.01 02:10:46.910267 [ 29 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2956 2025.02.01 02:10:46.910347 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2957 2025.02.01 02:10:46.910383 [ 4 ] {b68605b9-9ab4-4956-8c08-0aef9a38bb63} <Debug> TCPHandler: Processed in 0.00211545 sec.
2958 2025.02.01 02:10:46.910600 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2959 2025.02.01 02:10:46.910665 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
2960 2025.02.01 02:10:46.910843 [ 255 ] {4af8b530-b900-418a-b473-60eb4dd13481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2961 2025.02.01 02:10:46.910922 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2962 2025.02.01 02:10:46.910956 [ 255 ] {4af8b530-b900-418a-b473-60eb4dd13481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2963 2025.02.01 02:10:46.910990 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 891 rows starting from the beginning of the part
2964 2025.02.01 02:10:46.911402 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 99 rows starting from the beginning of the part
2965 2025.02.01 02:10:46.911785 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 382 rows starting from the beginning of the part
2966 2025.02.01 02:10:46.912215 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 563 rows starting from the beginning of the part
2967 2025.02.01 02:10:46.912502 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 382 rows starting from the beginning of the part
2968 2025.02.01 02:10:46.912875 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 103 rows starting from the beginning of the part
2969 2025.02.01 02:10:46.913687 [ 255 ] {4af8b530-b900-418a-b473-60eb4dd13481} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2970 2025.02.01 02:10:46.913752 [ 255 ] {4af8b530-b900-418a-b473-60eb4dd13481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2971 2025.02.01 02:10:46.914687 [ 255 ] {4af8b530-b900-418a-b473-60eb4dd13481} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2972 2025.02.01 02:10:46.915249 [ 255 ] {4af8b530-b900-418a-b473-60eb4dd13481} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2973 2025.02.01 02:10:46.915524 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2974 2025.02.01 02:10:46.915607 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2975 2025.02.01 02:10:46.915695 [ 255 ] {4af8b530-b900-418a-b473-60eb4dd13481} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004888 sec., 32733.224222585926 rows/sec., 2.28 MiB/sec.
2976 2025.02.01 02:10:46.915728 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2977 2025.02.01 02:10:46.915989 [ 255 ] {4af8b530-b900-418a-b473-60eb4dd13481} <Debug> TCPHandler: Processed in 0.005505044 sec.
2978 2025.02.01 02:10:46.916439 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2979 2025.02.01 02:10:46.916660 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
2980 2025.02.01 02:10:46.916905 [ 4 ] {1063c89f-f87c-4d3e-814b-3e924a26ef58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2981 2025.02.01 02:10:46.917165 [ 4 ] {1063c89f-f87c-4d3e-814b-3e924a26ef58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2982 2025.02.01 02:10:46.917390 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2983 2025.02.01 02:10:46.917540 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3250 rows starting from the beginning of the part
2984 2025.02.01 02:10:46.917837 [ 195 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.007359482 sec., 328827.49084786134 rows/sec., 25.22 MiB/sec.
2985 2025.02.01 02:10:46.918103 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
2986 2025.02.01 02:10:46.918545 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
2987 2025.02.01 02:10:46.918659 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2988 2025.02.01 02:10:46.919025 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 920 rows starting from the beginning of the part
2989 2025.02.01 02:10:46.919444 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part
2990 2025.02.01 02:10:46.919930 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part
2991 2025.02.01 02:10:46.920773 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2992 2025.02.01 02:10:46.920976 [ 4 ] {1063c89f-f87c-4d3e-814b-3e924a26ef58} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2993 2025.02.01 02:10:46.921052 [ 4 ] {1063c89f-f87c-4d3e-814b-3e924a26ef58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
2994 2025.02.01 02:10:46.921090 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_16_3} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2995 2025.02.01 02:10:46.921425 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
2996 2025.02.01 02:10:46.922116 [ 4 ] {1063c89f-f87c-4d3e-814b-3e924a26ef58} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2997 2025.02.01 02:10:46.922689 [ 4 ] {1063c89f-f87c-4d3e-814b-3e924a26ef58} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2998 2025.02.01 02:10:46.923236 [ 4 ] {1063c89f-f87c-4d3e-814b-3e924a26ef58} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.006486 sec., 154.17823003391922 rows/sec., 9.79 KiB/sec.
2999 2025.02.01 02:10:46.923309 [ 4 ] {1063c89f-f87c-4d3e-814b-3e924a26ef58} <Debug> TCPHandler: Processed in 0.00715735 sec.
3000 2025.02.01 02:10:46.923448 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3001 2025.02.01 02:10:46.923557 [ 255 ] {05ef3a1b-5257-490d-a041-8a92842c6806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3002 2025.02.01 02:10:46.923798 [ 255 ] {05ef3a1b-5257-490d-a041-8a92842c6806} <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
3003 2025.02.01 02:10:46.924639 [ 200 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4964 rows, containing 5 columns (5 merged, 0 gathered) in 0.008712725 sec., 569741.3840101691 rows/sec., 38.42 MiB/sec.
3004 2025.02.01 02:10:46.925089 [ 200 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3005 2025.02.01 02:10:46.925579 [ 200 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3006 2025.02.01 02:10:46.925758 [ 200 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3007 2025.02.01 02:10:46.925943 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB.
3008 2025.02.01 02:10:46.926314 [ 255 ] {05ef3a1b-5257-490d-a041-8a92842c6806} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3009 2025.02.01 02:10:46.926358 [ 255 ] {05ef3a1b-5257-490d-a041-8a92842c6806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3010 2025.02.01 02:10:46.927055 [ 255 ] {05ef3a1b-5257-490d-a041-8a92842c6806} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3011 2025.02.01 02:10:46.927328 [ 255 ] {05ef3a1b-5257-490d-a041-8a92842c6806} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3012 2025.02.01 02:10:46.927568 [ 255 ] {05ef3a1b-5257-490d-a041-8a92842c6806} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004034 sec., 9667.823500247892 rows/sec., 17.32 MiB/sec.
3013 2025.02.01 02:10:46.927673 [ 255 ] {05ef3a1b-5257-490d-a041-8a92842c6806} <Debug> TCPHandler: Processed in 0.004283792 sec.
3014 2025.02.01 02:10:46.927825 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3015 2025.02.01 02:10:46.927956 [ 4 ] {d1cbb3d5-27eb-4f25-8a4a-6252adb3a967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3016 2025.02.01 02:10:46.928012 [ 4 ] {d1cbb3d5-27eb-4f25-8a4a-6252adb3a967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3017 2025.02.01 02:10:46.928531 [ 4 ] {d1cbb3d5-27eb-4f25-8a4a-6252adb3a967} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3018 2025.02.01 02:10:46.928578 [ 4 ] {d1cbb3d5-27eb-4f25-8a4a-6252adb3a967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3019 2025.02.01 02:10:46.928958 [ 4 ] {d1cbb3d5-27eb-4f25-8a4a-6252adb3a967} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3020 2025.02.01 02:10:46.929191 [ 4 ] {d1cbb3d5-27eb-4f25-8a4a-6252adb3a967} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3021 2025.02.01 02:10:46.929341 [ 29 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3022 2025.02.01 02:10:46.929392 [ 29 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3023 2025.02.01 02:10:46.929430 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3024 2025.02.01 02:10:46.929427 [ 4 ] {d1cbb3d5-27eb-4f25-8a4a-6252adb3a967} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec.
3025 2025.02.01 02:10:46.929573 [ 4 ] {d1cbb3d5-27eb-4f25-8a4a-6252adb3a967} <Debug> TCPHandler: Processed in 0.001810098 sec.
3026 2025.02.01 02:10:46.929623 [ 191 ] {2809badf-2f90-4e18-beff-4040da005842::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
3027 2025.02.01 02:10:46.929734 [ 191 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3028 2025.02.01 02:10:46.929769 [ 191 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 438 rows starting from the beginning of the part
3029 2025.02.01 02:10:46.929886 [ 191 ] {2809badf-2f90-4e18-beff-4040da005842::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
3030 2025.02.01 02:10:46.930029 [ 191 ] {2809badf-2f90-4e18-beff-4040da005842::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
3031 2025.02.01 02:10:46.930188 [ 191 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
3032 2025.02.01 02:10:46.930342 [ 191 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part
3033 2025.02.01 02:10:46.930474 [ 191 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
3034 2025.02.01 02:10:46.931622 [ 198 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 782 rows, containing 4 columns (4 merged, 0 gathered) in 0.002088181 sec., 374488.60994329513 rows/sec., 24.57 MiB/sec.
3035 2025.02.01 02:10:46.931853 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3036 2025.02.01 02:10:46.932225 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_16_3} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3037 2025.02.01 02:10:46.932326 [ 190 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_16_3} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3038 2025.02.01 02:10:46.932435 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
3039 2025.02.01 02:10:51.896877 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3040 2025.02.01 02:10:51.897087 [ 255 ] {4f5c8761-e628-4348-a0d5-da03aecc4bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3041 2025.02.01 02:10:51.897157 [ 255 ] {4f5c8761-e628-4348-a0d5-da03aecc4bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3042 2025.02.01 02:10:51.897869 [ 255 ] {4f5c8761-e628-4348-a0d5-da03aecc4bd5} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3043 2025.02.01 02:10:51.897911 [ 255 ] {4f5c8761-e628-4348-a0d5-da03aecc4bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3044 2025.02.01 02:10:51.898355 [ 255 ] {4f5c8761-e628-4348-a0d5-da03aecc4bd5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3045 2025.02.01 02:10:51.898617 [ 255 ] {4f5c8761-e628-4348-a0d5-da03aecc4bd5} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3046 2025.02.01 02:10:51.898834 [ 255 ] {4f5c8761-e628-4348-a0d5-da03aecc4bd5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001801 sec., 7773.459189339255 rows/sec., 559.58 KiB/sec.
3047 2025.02.01 02:10:51.898890 [ 255 ] {4f5c8761-e628-4348-a0d5-da03aecc4bd5} <Debug> TCPHandler: Processed in 0.002142351 sec.
3048 2025.02.01 02:10:51.899046 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3049 2025.02.01 02:10:51.899187 [ 4 ] {7f6e3bca-c86e-4b2f-9981-6f38f0bb3ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3050 2025.02.01 02:10:51.899243 [ 4 ] {7f6e3bca-c86e-4b2f-9981-6f38f0bb3ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3051 2025.02.01 02:10:51.899870 [ 4 ] {7f6e3bca-c86e-4b2f-9981-6f38f0bb3ab0} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3052 2025.02.01 02:10:51.899909 [ 4 ] {7f6e3bca-c86e-4b2f-9981-6f38f0bb3ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3053 2025.02.01 02:10:51.900269 [ 4 ] {7f6e3bca-c86e-4b2f-9981-6f38f0bb3ab0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3054 2025.02.01 02:10:51.900505 [ 4 ] {7f6e3bca-c86e-4b2f-9981-6f38f0bb3ab0} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3055 2025.02.01 02:10:51.900731 [ 4 ] {7f6e3bca-c86e-4b2f-9981-6f38f0bb3ab0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001582 sec., 1264.2225031605562 rows/sec., 103.09 KiB/sec.
3056 2025.02.01 02:10:51.900896 [ 4 ] {7f6e3bca-c86e-4b2f-9981-6f38f0bb3ab0} <Debug> TCPHandler: Processed in 0.001941169 sec.
3057 2025.02.01 02:10:51.901017 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3058 2025.02.01 02:10:51.901117 [ 255 ] {f76edf07-6b84-446e-ab47-fe3977b15840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3059 2025.02.01 02:10:51.901160 [ 255 ] {f76edf07-6b84-446e-ab47-fe3977b15840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3060 2025.02.01 02:10:51.901827 [ 255 ] {f76edf07-6b84-446e-ab47-fe3977b15840} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3061 2025.02.01 02:10:51.901868 [ 255 ] {f76edf07-6b84-446e-ab47-fe3977b15840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3062 2025.02.01 02:10:51.902238 [ 255 ] {f76edf07-6b84-446e-ab47-fe3977b15840} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3063 2025.02.01 02:10:51.902473 [ 255 ] {f76edf07-6b84-446e-ab47-fe3977b15840} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3064 2025.02.01 02:10:51.902677 [ 255 ] {f76edf07-6b84-446e-ab47-fe3977b15840} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001541 sec., 132381.57040882544 rows/sec., 11.45 MiB/sec.
3065 2025.02.01 02:10:51.902731 [ 255 ] {f76edf07-6b84-446e-ab47-fe3977b15840} <Debug> TCPHandler: Processed in 0.001732887 sec.
3066 2025.02.01 02:10:51.902866 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3067 2025.02.01 02:10:51.902980 [ 4 ] {e807bb28-53f2-4e51-b295-340ec7f54a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3068 2025.02.01 02:10:51.903026 [ 4 ] {e807bb28-53f2-4e51-b295-340ec7f54a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3069 2025.02.01 02:10:51.903561 [ 4 ] {e807bb28-53f2-4e51-b295-340ec7f54a26} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3070 2025.02.01 02:10:51.903601 [ 4 ] {e807bb28-53f2-4e51-b295-340ec7f54a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3071 2025.02.01 02:10:51.903958 [ 4 ] {e807bb28-53f2-4e51-b295-340ec7f54a26} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3072 2025.02.01 02:10:51.904196 [ 4 ] {e807bb28-53f2-4e51-b295-340ec7f54a26} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3073 2025.02.01 02:10:51.904394 [ 4 ] {e807bb28-53f2-4e51-b295-340ec7f54a26} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001436 sec., 6267.409470752089 rows/sec., 414.84 KiB/sec.
3074 2025.02.01 02:10:51.904447 [ 4 ] {e807bb28-53f2-4e51-b295-340ec7f54a26} <Debug> TCPHandler: Processed in 0.001634806 sec.
3075 2025.02.01 02:10:51.904570 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3076 2025.02.01 02:10:51.904676 [ 255 ] {416881dc-7431-4052-ae3f-fdad7bd6c24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3077 2025.02.01 02:10:51.904721 [ 255 ] {416881dc-7431-4052-ae3f-fdad7bd6c24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3078 2025.02.01 02:10:51.905239 [ 255 ] {416881dc-7431-4052-ae3f-fdad7bd6c24a} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3079 2025.02.01 02:10:51.905279 [ 255 ] {416881dc-7431-4052-ae3f-fdad7bd6c24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3080 2025.02.01 02:10:51.905621 [ 255 ] {416881dc-7431-4052-ae3f-fdad7bd6c24a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3081 2025.02.01 02:10:51.905854 [ 255 ] {416881dc-7431-4052-ae3f-fdad7bd6c24a} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3082 2025.02.01 02:10:51.906161 [ 255 ] {416881dc-7431-4052-ae3f-fdad7bd6c24a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001481 sec., 9453.072248480757 rows/sec., 662.03 KiB/sec.
3083 2025.02.01 02:10:51.906287 [ 255 ] {416881dc-7431-4052-ae3f-fdad7bd6c24a} <Debug> TCPHandler: Processed in 0.001769567 sec.
3084 2025.02.01 02:10:51.906412 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3085 2025.02.01 02:10:51.906521 [ 4 ] {0c4842af-68ad-4706-83b7-28c2d82f3d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3086 2025.02.01 02:10:51.906568 [ 4 ] {0c4842af-68ad-4706-83b7-28c2d82f3d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3087 2025.02.01 02:10:51.907093 [ 4 ] {0c4842af-68ad-4706-83b7-28c2d82f3d36} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3088 2025.02.01 02:10:51.907133 [ 4 ] {0c4842af-68ad-4706-83b7-28c2d82f3d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3089 2025.02.01 02:10:51.907476 [ 4 ] {0c4842af-68ad-4706-83b7-28c2d82f3d36} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3090 2025.02.01 02:10:51.907716 [ 4 ] {0c4842af-68ad-4706-83b7-28c2d82f3d36} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3091 2025.02.01 02:10:51.907924 [ 4 ] {0c4842af-68ad-4706-83b7-28c2d82f3d36} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001425 sec., 9122.807017543859 rows/sec., 568.80 KiB/sec.
3092 2025.02.01 02:10:51.907976 [ 4 ] {0c4842af-68ad-4706-83b7-28c2d82f3d36} <Debug> TCPHandler: Processed in 0.001615976 sec.
3093 2025.02.01 02:10:51.908093 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3094 2025.02.01 02:10:51.908202 [ 255 ] {41ec31d3-cd06-416c-b242-4857abdb36b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3095 2025.02.01 02:10:51.908246 [ 255 ] {41ec31d3-cd06-416c-b242-4857abdb36b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3096 2025.02.01 02:10:51.908868 [ 255 ] {41ec31d3-cd06-416c-b242-4857abdb36b4} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3097 2025.02.01 02:10:51.908908 [ 255 ] {41ec31d3-cd06-416c-b242-4857abdb36b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3098 2025.02.01 02:10:51.909286 [ 255 ] {41ec31d3-cd06-416c-b242-4857abdb36b4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3099 2025.02.01 02:10:51.909520 [ 255 ] {41ec31d3-cd06-416c-b242-4857abdb36b4} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3100 2025.02.01 02:10:51.909730 [ 255 ] {41ec31d3-cd06-416c-b242-4857abdb36b4} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001551 sec., 247582.20502901354 rows/sec., 17.53 MiB/sec.
3101 2025.02.01 02:10:51.909784 [ 255 ] {41ec31d3-cd06-416c-b242-4857abdb36b4} <Debug> TCPHandler: Processed in 0.001743457 sec.
3102 2025.02.01 02:10:51.909924 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3103 2025.02.01 02:10:51.910036 [ 4 ] {c2f81ffc-b014-43c1-80e2-32365b12a4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3104 2025.02.01 02:10:51.910084 [ 4 ] {c2f81ffc-b014-43c1-80e2-32365b12a4dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3105 2025.02.01 02:10:51.910520 [ 4 ] {c2f81ffc-b014-43c1-80e2-32365b12a4dc} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3106 2025.02.01 02:10:51.910564 [ 4 ] {c2f81ffc-b014-43c1-80e2-32365b12a4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3107 2025.02.01 02:10:51.910912 [ 4 ] {c2f81ffc-b014-43c1-80e2-32365b12a4dc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3108 2025.02.01 02:10:51.911149 [ 4 ] {c2f81ffc-b014-43c1-80e2-32365b12a4dc} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3109 2025.02.01 02:10:51.911298 [ 154 ] {} <Debug> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
3110 2025.02.01 02:10:51.911371 [ 4 ] {c2f81ffc-b014-43c1-80e2-32365b12a4dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 232.03 KiB/sec.
3111 2025.02.01 02:10:51.911383 [ 154 ] {} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3112 2025.02.01 02:10:51.911452 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3113 2025.02.01 02:10:51.911489 [ 4 ] {c2f81ffc-b014-43c1-80e2-32365b12a4dc} <Debug> TCPHandler: Processed in 0.001615116 sec.
3114 2025.02.01 02:10:51.911757 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3115 2025.02.01 02:10:51.911912 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::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
3116 2025.02.01 02:10:51.912013 [ 255 ] {0f46019b-b7d3-46c9-8066-af331b134617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3117 2025.02.01 02:10:51.912088 [ 255 ] {0f46019b-b7d3-46c9-8066-af331b134617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3118 2025.02.01 02:10:51.912098 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3119 2025.02.01 02:10:51.912144 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
3120 2025.02.01 02:10:51.912330 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
3121 2025.02.01 02:10:51.912728 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
3122 2025.02.01 02:10:51.913094 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
3123 2025.02.01 02:10:51.913355 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
3124 2025.02.01 02:10:51.913649 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
3125 2025.02.01 02:10:51.914406 [ 255 ] {0f46019b-b7d3-46c9-8066-af331b134617} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3126 2025.02.01 02:10:51.914451 [ 255 ] {0f46019b-b7d3-46c9-8066-af331b134617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3127 2025.02.01 02:10:51.915014 [ 255 ] {0f46019b-b7d3-46c9-8066-af331b134617} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3128 2025.02.01 02:10:51.915326 [ 190 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003761596 sec., 9570.405753302588 rows/sec., 500.02 KiB/sec.
3129 2025.02.01 02:10:51.915393 [ 255 ] {0f46019b-b7d3-46c9-8066-af331b134617} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3130 2025.02.01 02:10:51.915479 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
3131 2025.02.01 02:10:51.915713 [ 255 ] {0f46019b-b7d3-46c9-8066-af331b134617} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.003761 sec., 63281.042275990425 rows/sec., 4.24 MiB/sec.
3132 2025.02.01 02:10:51.915799 [ 255 ] {0f46019b-b7d3-46c9-8066-af331b134617} <Debug> TCPHandler: Processed in 0.004219321 sec.
3133 2025.02.01 02:10:51.915945 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3134 2025.02.01 02:10:51.915950 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3135 2025.02.01 02:10:51.916060 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_6_1} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
3136 2025.02.01 02:10:51.916115 [ 4 ] {33d342aa-88ad-4e17-8227-f2fcb9445c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3137 2025.02.01 02:10:51.916146 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3138 2025.02.01 02:10:51.916182 [ 4 ] {33d342aa-88ad-4e17-8227-f2fcb9445c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3139 2025.02.01 02:10:51.916602 [ 4 ] {33d342aa-88ad-4e17-8227-f2fcb9445c67} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3140 2025.02.01 02:10:51.916640 [ 4 ] {33d342aa-88ad-4e17-8227-f2fcb9445c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3141 2025.02.01 02:10:51.916983 [ 4 ] {33d342aa-88ad-4e17-8227-f2fcb9445c67} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3142 2025.02.01 02:10:51.917222 [ 4 ] {33d342aa-88ad-4e17-8227-f2fcb9445c67} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3143 2025.02.01 02:10:51.917421 [ 4 ] {33d342aa-88ad-4e17-8227-f2fcb9445c67} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001339 sec., 746.8259895444362 rows/sec., 50.32 KiB/sec.
3144 2025.02.01 02:10:51.917472 [ 4 ] {33d342aa-88ad-4e17-8227-f2fcb9445c67} <Debug> TCPHandler: Processed in 0.001590955 sec.
3145 2025.02.01 02:10:51.917601 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3146 2025.02.01 02:10:51.917708 [ 255 ] {9cbfae84-50fe-4c9d-980e-68744393e14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3147 2025.02.01 02:10:51.917755 [ 255 ] {9cbfae84-50fe-4c9d-980e-68744393e14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3148 2025.02.01 02:10:51.918183 [ 255 ] {9cbfae84-50fe-4c9d-980e-68744393e14a} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3149 2025.02.01 02:10:51.918222 [ 255 ] {9cbfae84-50fe-4c9d-980e-68744393e14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3150 2025.02.01 02:10:51.918574 [ 255 ] {9cbfae84-50fe-4c9d-980e-68744393e14a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3151 2025.02.01 02:10:51.918803 [ 255 ] {9cbfae84-50fe-4c9d-980e-68744393e14a} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3152 2025.02.01 02:10:51.919006 [ 255 ] {9cbfae84-50fe-4c9d-980e-68744393e14a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001319 sec., 62168.309325246395 rows/sec., 3.95 MiB/sec.
3153 2025.02.01 02:10:51.919056 [ 255 ] {9cbfae84-50fe-4c9d-980e-68744393e14a} <Debug> TCPHandler: Processed in 0.001507895 sec.
3154 2025.02.01 02:10:53.822024 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
3155 2025.02.01 02:10:53.822750 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3156 2025.02.01 02:10:53.822808 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3157 2025.02.01 02:10:53.823362 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3158 2025.02.01 02:10:53.823611 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3159 2025.02.01 02:10:53.823933 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
3160 2025.02.01 02:10:54.212354 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3161 2025.02.01 02:10:54.231744 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3162 2025.02.01 02:10:54.231793 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3163 2025.02.01 02:10:54.239390 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3164 2025.02.01 02:10:54.240146 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3165 2025.02.01 02:10:54.242724 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3166 2025.02.01 02:10:56.328817 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 440
3167 2025.02.01 02:10:56.332371 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3168 2025.02.01 02:10:56.332423 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3169 2025.02.01 02:10:56.333912 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3170 2025.02.01 02:10:56.334220 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3171 2025.02.01 02:10:56.334737 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 440
3172 2025.02.01 02:10:56.894031 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3173 2025.02.01 02:10:56.894226 [ 255 ] {060e1950-f87e-4fb4-ae6b-6b4a6da864bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3174 2025.02.01 02:10:56.894294 [ 255 ] {060e1950-f87e-4fb4-ae6b-6b4a6da864bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3175 2025.02.01 02:10:56.895067 [ 255 ] {060e1950-f87e-4fb4-ae6b-6b4a6da864bb} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3176 2025.02.01 02:10:56.895107 [ 255 ] {060e1950-f87e-4fb4-ae6b-6b4a6da864bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3177 2025.02.01 02:10:56.895547 [ 255 ] {060e1950-f87e-4fb4-ae6b-6b4a6da864bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3178 2025.02.01 02:10:56.895802 [ 255 ] {060e1950-f87e-4fb4-ae6b-6b4a6da864bb} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3179 2025.02.01 02:10:56.896009 [ 255 ] {060e1950-f87e-4fb4-ae6b-6b4a6da864bb} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001836 sec., 72984.74945533769 rows/sec., 6.29 MiB/sec.
3180 2025.02.01 02:10:56.896066 [ 255 ] {060e1950-f87e-4fb4-ae6b-6b4a6da864bb} <Debug> TCPHandler: Processed in 0.002171351 sec.
3181 2025.02.01 02:10:56.896221 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3182 2025.02.01 02:10:56.896338 [ 4 ] {eb580af4-3165-4e6e-b295-26affcca051f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3183 2025.02.01 02:10:56.896385 [ 4 ] {eb580af4-3165-4e6e-b295-26affcca051f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3184 2025.02.01 02:10:56.896922 [ 4 ] {eb580af4-3165-4e6e-b295-26affcca051f} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3185 2025.02.01 02:10:56.896960 [ 4 ] {eb580af4-3165-4e6e-b295-26affcca051f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3186 2025.02.01 02:10:56.897317 [ 4 ] {eb580af4-3165-4e6e-b295-26affcca051f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3187 2025.02.01 02:10:56.897556 [ 4 ] {eb580af4-3165-4e6e-b295-26affcca051f} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3188 2025.02.01 02:10:56.897725 [ 4 ] {eb580af4-3165-4e6e-b295-26affcca051f} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00141 sec., 27659.574468085106 rows/sec., 2.03 MiB/sec.
3189 2025.02.01 02:10:56.897776 [ 4 ] {eb580af4-3165-4e6e-b295-26affcca051f} <Debug> TCPHandler: Processed in 0.001613476 sec.
3190 2025.02.01 02:10:56.897902 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3191 2025.02.01 02:10:56.898011 [ 255 ] {ead3b33c-da7b-4876-b818-a1c38f7d40e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3192 2025.02.01 02:10:56.898058 [ 255 ] {ead3b33c-da7b-4876-b818-a1c38f7d40e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3193 2025.02.01 02:10:56.898718 [ 255 ] {ead3b33c-da7b-4876-b818-a1c38f7d40e2} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3194 2025.02.01 02:10:56.898764 [ 255 ] {ead3b33c-da7b-4876-b818-a1c38f7d40e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3195 2025.02.01 02:10:56.899183 [ 255 ] {ead3b33c-da7b-4876-b818-a1c38f7d40e2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3196 2025.02.01 02:10:56.899417 [ 255 ] {ead3b33c-da7b-4876-b818-a1c38f7d40e2} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3197 2025.02.01 02:10:56.899598 [ 255 ] {ead3b33c-da7b-4876-b818-a1c38f7d40e2} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001609 sec., 64014.91609695463 rows/sec., 5.00 MiB/sec.
3198 2025.02.01 02:10:56.899650 [ 255 ] {ead3b33c-da7b-4876-b818-a1c38f7d40e2} <Debug> TCPHandler: Processed in 0.001800328 sec.
3199 2025.02.01 02:10:56.899783 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3200 2025.02.01 02:10:56.899892 [ 4 ] {d2ed145f-1c98-48ab-a294-14ee101ba673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3201 2025.02.01 02:10:56.899941 [ 4 ] {d2ed145f-1c98-48ab-a294-14ee101ba673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3202 2025.02.01 02:10:56.900442 [ 4 ] {d2ed145f-1c98-48ab-a294-14ee101ba673} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3203 2025.02.01 02:10:56.900479 [ 4 ] {d2ed145f-1c98-48ab-a294-14ee101ba673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3204 2025.02.01 02:10:56.900861 [ 4 ] {d2ed145f-1c98-48ab-a294-14ee101ba673} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3205 2025.02.01 02:10:56.901097 [ 4 ] {d2ed145f-1c98-48ab-a294-14ee101ba673} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3206 2025.02.01 02:10:56.901285 [ 4 ] {d2ed145f-1c98-48ab-a294-14ee101ba673} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001416 sec., 112994.35028248587 rows/sec., 7.87 MiB/sec.
3207 2025.02.01 02:10:56.901338 [ 4 ] {d2ed145f-1c98-48ab-a294-14ee101ba673} <Debug> TCPHandler: Processed in 0.001607766 sec.
3208 2025.02.01 02:10:56.901465 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3209 2025.02.01 02:10:56.901571 [ 255 ] {772ef060-3517-4222-a07e-4ad1490ccb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3210 2025.02.01 02:10:56.901638 [ 255 ] {772ef060-3517-4222-a07e-4ad1490ccb70} <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
3211 2025.02.01 02:10:56.902706 [ 255 ] {772ef060-3517-4222-a07e-4ad1490ccb70} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3212 2025.02.01 02:10:56.902743 [ 255 ] {772ef060-3517-4222-a07e-4ad1490ccb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3213 2025.02.01 02:10:56.903407 [ 255 ] {772ef060-3517-4222-a07e-4ad1490ccb70} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3214 2025.02.01 02:10:56.903660 [ 255 ] {772ef060-3517-4222-a07e-4ad1490ccb70} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3215 2025.02.01 02:10:56.903848 [ 255 ] {772ef060-3517-4222-a07e-4ad1490ccb70} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002298 sec., 16971.279373368146 rows/sec., 30.41 MiB/sec.
3216 2025.02.01 02:10:56.903938 [ 255 ] {772ef060-3517-4222-a07e-4ad1490ccb70} <Debug> TCPHandler: Processed in 0.002526565 sec.
3217 2025.02.01 02:10:56.904083 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3218 2025.02.01 02:10:56.904221 [ 4 ] {5e53ac3e-a55c-4214-8fd8-a08f16a03ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3219 2025.02.01 02:10:56.904277 [ 4 ] {5e53ac3e-a55c-4214-8fd8-a08f16a03ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3220 2025.02.01 02:10:56.904799 [ 4 ] {5e53ac3e-a55c-4214-8fd8-a08f16a03ee3} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3221 2025.02.01 02:10:56.904844 [ 4 ] {5e53ac3e-a55c-4214-8fd8-a08f16a03ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3222 2025.02.01 02:10:56.905252 [ 4 ] {5e53ac3e-a55c-4214-8fd8-a08f16a03ee3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3223 2025.02.01 02:10:56.905493 [ 4 ] {5e53ac3e-a55c-4214-8fd8-a08f16a03ee3} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3224 2025.02.01 02:10:56.905670 [ 4 ] {5e53ac3e-a55c-4214-8fd8-a08f16a03ee3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec.
3225 2025.02.01 02:10:56.905720 [ 4 ] {5e53ac3e-a55c-4214-8fd8-a08f16a03ee3} <Debug> TCPHandler: Processed in 0.001704816 sec.
3226 2025.02.01 02:11:01.244711 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
3227 2025.02.01 02:11:01.244778 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
3228 2025.02.01 02:11:01.324178 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
3229 2025.02.01 02:11:01.324832 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3230 2025.02.01 02:11:01.324879 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3231 2025.02.01 02:11:01.325431 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3232 2025.02.01 02:11:01.325675 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3233 2025.02.01 02:11:01.325953 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3234 2025.02.01 02:11:01.742923 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3235 2025.02.01 02:11:01.763606 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3236 2025.02.01 02:11:01.763670 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3237 2025.02.01 02:11:01.771234 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3238 2025.02.01 02:11:01.772048 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3239 2025.02.01 02:11:01.775302 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3240 2025.02.01 02:11:01.897191 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3241 2025.02.01 02:11:01.897380 [ 255 ] {e7043a24-7ac2-4e52-bb6d-b0efbba3267e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3242 2025.02.01 02:11:01.897452 [ 255 ] {e7043a24-7ac2-4e52-bb6d-b0efbba3267e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3243 2025.02.01 02:11:01.898190 [ 255 ] {e7043a24-7ac2-4e52-bb6d-b0efbba3267e} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3244 2025.02.01 02:11:01.898235 [ 255 ] {e7043a24-7ac2-4e52-bb6d-b0efbba3267e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3245 2025.02.01 02:11:01.898664 [ 255 ] {e7043a24-7ac2-4e52-bb6d-b0efbba3267e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3246 2025.02.01 02:11:01.898931 [ 255 ] {e7043a24-7ac2-4e52-bb6d-b0efbba3267e} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3247 2025.02.01 02:11:01.899175 [ 255 ] {e7043a24-7ac2-4e52-bb6d-b0efbba3267e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001842 sec., 7600.43431053203 rows/sec., 547.13 KiB/sec.
3248 2025.02.01 02:11:01.899272 [ 255 ] {e7043a24-7ac2-4e52-bb6d-b0efbba3267e} <Debug> TCPHandler: Processed in 0.002223161 sec.
3249 2025.02.01 02:11:01.899440 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3250 2025.02.01 02:11:01.899559 [ 4 ] {669f15da-32ed-434f-8962-b884241f7d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3251 2025.02.01 02:11:01.899608 [ 4 ] {669f15da-32ed-434f-8962-b884241f7d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3252 2025.02.01 02:11:01.900311 [ 4 ] {669f15da-32ed-434f-8962-b884241f7d54} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3253 2025.02.01 02:11:01.900352 [ 4 ] {669f15da-32ed-434f-8962-b884241f7d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3254 2025.02.01 02:11:01.900758 [ 4 ] {669f15da-32ed-434f-8962-b884241f7d54} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3255 2025.02.01 02:11:01.901014 [ 4 ] {669f15da-32ed-434f-8962-b884241f7d54} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3256 2025.02.01 02:11:01.901218 [ 4 ] {669f15da-32ed-434f-8962-b884241f7d54} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001685 sec., 120474.77744807121 rows/sec., 10.43 MiB/sec.
3257 2025.02.01 02:11:01.901326 [ 4 ] {669f15da-32ed-434f-8962-b884241f7d54} <Debug> TCPHandler: Processed in 0.001954399 sec.
3258 2025.02.01 02:11:01.901470 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3259 2025.02.01 02:11:01.901581 [ 255 ] {7bc3a943-35bf-4196-990a-5df07b742aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3260 2025.02.01 02:11:01.901626 [ 255 ] {7bc3a943-35bf-4196-990a-5df07b742aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3261 2025.02.01 02:11:01.902149 [ 255 ] {7bc3a943-35bf-4196-990a-5df07b742aac} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3262 2025.02.01 02:11:01.902186 [ 255 ] {7bc3a943-35bf-4196-990a-5df07b742aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3263 2025.02.01 02:11:01.902536 [ 255 ] {7bc3a943-35bf-4196-990a-5df07b742aac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3264 2025.02.01 02:11:01.902778 [ 255 ] {7bc3a943-35bf-4196-990a-5df07b742aac} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3265 2025.02.01 02:11:01.902951 [ 255 ] {7bc3a943-35bf-4196-990a-5df07b742aac} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001392 sec., 5028.735632183908 rows/sec., 327.63 KiB/sec.
3266 2025.02.01 02:11:01.903002 [ 255 ] {7bc3a943-35bf-4196-990a-5df07b742aac} <Debug> TCPHandler: Processed in 0.001592796 sec.
3267 2025.02.01 02:11:01.903139 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3268 2025.02.01 02:11:01.903249 [ 4 ] {0c7d5511-0238-4bcd-b217-35d5393aee30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3269 2025.02.01 02:11:01.903294 [ 4 ] {0c7d5511-0238-4bcd-b217-35d5393aee30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3270 2025.02.01 02:11:01.903818 [ 4 ] {0c7d5511-0238-4bcd-b217-35d5393aee30} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3271 2025.02.01 02:11:01.903867 [ 4 ] {0c7d5511-0238-4bcd-b217-35d5393aee30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3272 2025.02.01 02:11:01.904385 [ 4 ] {0c7d5511-0238-4bcd-b217-35d5393aee30} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3273 2025.02.01 02:11:01.904753 [ 4 ] {0c7d5511-0238-4bcd-b217-35d5393aee30} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3274 2025.02.01 02:11:01.904975 [ 4 ] {0c7d5511-0238-4bcd-b217-35d5393aee30} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001748 sec., 8009.153318077803 rows/sec., 560.91 KiB/sec.
3275 2025.02.01 02:11:01.905029 [ 4 ] {0c7d5511-0238-4bcd-b217-35d5393aee30} <Debug> TCPHandler: Processed in 0.001943998 sec.
3276 2025.02.01 02:11:01.905170 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3277 2025.02.01 02:11:01.905298 [ 255 ] {9bbe1fc7-23e8-400c-8af0-a2e247dc79b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3278 2025.02.01 02:11:01.905359 [ 255 ] {9bbe1fc7-23e8-400c-8af0-a2e247dc79b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3279 2025.02.01 02:11:01.905894 [ 255 ] {9bbe1fc7-23e8-400c-8af0-a2e247dc79b7} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3280 2025.02.01 02:11:01.905944 [ 255 ] {9bbe1fc7-23e8-400c-8af0-a2e247dc79b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3281 2025.02.01 02:11:01.906306 [ 255 ] {9bbe1fc7-23e8-400c-8af0-a2e247dc79b7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3282 2025.02.01 02:11:01.906546 [ 255 ] {9bbe1fc7-23e8-400c-8af0-a2e247dc79b7} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3283 2025.02.01 02:11:01.906734 [ 255 ] {9bbe1fc7-23e8-400c-8af0-a2e247dc79b7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001463 sec., 8885.850991114148 rows/sec., 554.03 KiB/sec.
3284 2025.02.01 02:11:01.906816 [ 255 ] {9bbe1fc7-23e8-400c-8af0-a2e247dc79b7} <Debug> TCPHandler: Processed in 0.001701927 sec.
3285 2025.02.01 02:11:01.906992 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3286 2025.02.01 02:11:01.907116 [ 4 ] {3a0f875a-02af-438e-bbf8-abdb0c728830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3287 2025.02.01 02:11:01.907178 [ 4 ] {3a0f875a-02af-438e-bbf8-abdb0c728830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3288 2025.02.01 02:11:01.907901 [ 4 ] {3a0f875a-02af-438e-bbf8-abdb0c728830} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3289 2025.02.01 02:11:01.907936 [ 4 ] {3a0f875a-02af-438e-bbf8-abdb0c728830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3290 2025.02.01 02:11:01.908293 [ 4 ] {3a0f875a-02af-438e-bbf8-abdb0c728830} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3291 2025.02.01 02:11:01.908544 [ 4 ] {3a0f875a-02af-438e-bbf8-abdb0c728830} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3292 2025.02.01 02:11:01.908788 [ 4 ] {3a0f875a-02af-438e-bbf8-abdb0c728830} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001697 sec., 225103.12315851502 rows/sec., 15.93 MiB/sec.
3293 2025.02.01 02:11:01.908908 [ 4 ] {3a0f875a-02af-438e-bbf8-abdb0c728830} <Debug> TCPHandler: Processed in 0.001967449 sec.
3294 2025.02.01 02:11:01.909044 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3295 2025.02.01 02:11:01.909153 [ 255 ] {be838919-dbb1-4d3d-b7f2-19dddc6f2e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3296 2025.02.01 02:11:01.909199 [ 255 ] {be838919-dbb1-4d3d-b7f2-19dddc6f2e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3297 2025.02.01 02:11:01.909689 [ 255 ] {be838919-dbb1-4d3d-b7f2-19dddc6f2e81} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3298 2025.02.01 02:11:01.909731 [ 255 ] {be838919-dbb1-4d3d-b7f2-19dddc6f2e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3299 2025.02.01 02:11:01.910172 [ 255 ] {be838919-dbb1-4d3d-b7f2-19dddc6f2e81} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3300 2025.02.01 02:11:01.910589 [ 255 ] {be838919-dbb1-4d3d-b7f2-19dddc6f2e81} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3301 2025.02.01 02:11:01.910856 [ 255 ] {be838919-dbb1-4d3d-b7f2-19dddc6f2e81} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001723 sec., 3482.298316889147 rows/sec., 181.94 KiB/sec.
3302 2025.02.01 02:11:01.910931 [ 255 ] {be838919-dbb1-4d3d-b7f2-19dddc6f2e81} <Debug> TCPHandler: Processed in 0.001939359 sec.
3303 2025.02.01 02:11:01.911082 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3304 2025.02.01 02:11:01.911191 [ 4 ] {c43dec01-7033-40e6-af29-6ac7843c13e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3305 2025.02.01 02:11:01.911239 [ 4 ] {c43dec01-7033-40e6-af29-6ac7843c13e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3306 2025.02.01 02:11:01.911771 [ 4 ] {c43dec01-7033-40e6-af29-6ac7843c13e0} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3307 2025.02.01 02:11:01.911809 [ 4 ] {c43dec01-7033-40e6-af29-6ac7843c13e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3308 2025.02.01 02:11:01.912191 [ 4 ] {c43dec01-7033-40e6-af29-6ac7843c13e0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3309 2025.02.01 02:11:01.912437 [ 4 ] {c43dec01-7033-40e6-af29-6ac7843c13e0} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3310 2025.02.01 02:11:01.912656 [ 4 ] {c43dec01-7033-40e6-af29-6ac7843c13e0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001485 sec., 159595.9595959596 rows/sec., 10.70 MiB/sec.
3311 2025.02.01 02:11:01.912770 [ 4 ] {c43dec01-7033-40e6-af29-6ac7843c13e0} <Debug> TCPHandler: Processed in 0.001741197 sec.
3312 2025.02.01 02:11:01.912908 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3313 2025.02.01 02:11:01.913020 [ 255 ] {a6702159-6124-4bdb-87eb-f7002c222d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3314 2025.02.01 02:11:01.913068 [ 255 ] {a6702159-6124-4bdb-87eb-f7002c222d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3315 2025.02.01 02:11:01.913486 [ 255 ] {a6702159-6124-4bdb-87eb-f7002c222d4c} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3316 2025.02.01 02:11:01.913523 [ 255 ] {a6702159-6124-4bdb-87eb-f7002c222d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3317 2025.02.01 02:11:01.913884 [ 255 ] {a6702159-6124-4bdb-87eb-f7002c222d4c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3318 2025.02.01 02:11:01.914117 [ 255 ] {a6702159-6124-4bdb-87eb-f7002c222d4c} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3319 2025.02.01 02:11:01.914330 [ 255 ] {a6702159-6124-4bdb-87eb-f7002c222d4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001332 sec., 750.7507507507507 rows/sec., 50.59 KiB/sec.
3320 2025.02.01 02:11:01.914381 [ 255 ] {a6702159-6124-4bdb-87eb-f7002c222d4c} <Debug> TCPHandler: Processed in 0.001528054 sec.
3321 2025.02.01 02:11:01.914531 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3322 2025.02.01 02:11:01.914641 [ 4 ] {85a6ec89-0e7f-4817-a8de-644d508809b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3323 2025.02.01 02:11:01.914692 [ 4 ] {85a6ec89-0e7f-4817-a8de-644d508809b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3324 2025.02.01 02:11:01.915289 [ 4 ] {85a6ec89-0e7f-4817-a8de-644d508809b3} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3325 2025.02.01 02:11:01.915329 [ 4 ] {85a6ec89-0e7f-4817-a8de-644d508809b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.97 GiB.
3326 2025.02.01 02:11:01.915813 [ 4 ] {85a6ec89-0e7f-4817-a8de-644d508809b3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3327 2025.02.01 02:11:01.916058 [ 4 ] {85a6ec89-0e7f-4817-a8de-644d508809b3} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3328 2025.02.01 02:11:01.916287 [ 4 ] {85a6ec89-0e7f-4817-a8de-644d508809b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001668 sec., 49160.671462829734 rows/sec., 3.12 MiB/sec.
3329 2025.02.01 02:11:01.916397 [ 4 ] {85a6ec89-0e7f-4817-a8de-644d508809b3} <Debug> TCPHandler: Processed in 0.001924609 sec.
3330 2025.02.01 02:11:06.258272 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3331 2025.02.01 02:11:06.258480 [ 255 ] {d76942dc-d317-4460-9604-99ba6d3d398d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3332 2025.02.01 02:11:06.258552 [ 255 ] {d76942dc-d317-4460-9604-99ba6d3d398d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3333 2025.02.01 02:11:06.259276 [ 255 ] {d76942dc-d317-4460-9604-99ba6d3d398d} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3334 2025.02.01 02:11:06.259323 [ 255 ] {d76942dc-d317-4460-9604-99ba6d3d398d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3335 2025.02.01 02:11:06.259744 [ 255 ] {d76942dc-d317-4460-9604-99ba6d3d398d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3336 2025.02.01 02:11:06.260003 [ 255 ] {d76942dc-d317-4460-9604-99ba6d3d398d} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3337 2025.02.01 02:11:06.260265 [ 255 ] {d76942dc-d317-4460-9604-99ba6d3d398d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001832 sec., 2183.406113537118 rows/sec., 178.04 KiB/sec.
3338 2025.02.01 02:11:06.260419 [ 255 ] {d76942dc-d317-4460-9604-99ba6d3d398d} <Debug> TCPHandler: Processed in 0.002277003 sec.
3339 2025.02.01 02:11:06.260586 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3340 2025.02.01 02:11:06.260734 [ 4 ] {f2b72647-4c94-49f0-95eb-d2bae36add66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3341 2025.02.01 02:11:06.260793 [ 4 ] {f2b72647-4c94-49f0-95eb-d2bae36add66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3342 2025.02.01 02:11:06.261902 [ 4 ] {f2b72647-4c94-49f0-95eb-d2bae36add66} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3343 2025.02.01 02:11:06.261943 [ 4 ] {f2b72647-4c94-49f0-95eb-d2bae36add66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3344 2025.02.01 02:11:06.262391 [ 4 ] {f2b72647-4c94-49f0-95eb-d2bae36add66} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3345 2025.02.01 02:11:06.262647 [ 4 ] {f2b72647-4c94-49f0-95eb-d2bae36add66} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3346 2025.02.01 02:11:06.262917 [ 4 ] {f2b72647-4c94-49f0-95eb-d2bae36add66} <Debug> executeQuery: Read 1276 rows, 108.54 KiB in 0.002213 sec., 576592.8603705377 rows/sec., 47.90 MiB/sec.
3347 2025.02.01 02:11:06.263153 [ 4 ] {f2b72647-4c94-49f0-95eb-d2bae36add66} <Debug> TCPHandler: Processed in 0.002631916 sec.
3348 2025.02.01 02:11:06.263321 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3349 2025.02.01 02:11:06.263452 [ 255 ] {211f3a48-70f0-4028-9d97-c21f4a8ad651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3350 2025.02.01 02:11:06.263506 [ 255 ] {211f3a48-70f0-4028-9d97-c21f4a8ad651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3351 2025.02.01 02:11:06.264184 [ 255 ] {211f3a48-70f0-4028-9d97-c21f4a8ad651} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3352 2025.02.01 02:11:06.264231 [ 255 ] {211f3a48-70f0-4028-9d97-c21f4a8ad651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3353 2025.02.01 02:11:06.264609 [ 255 ] {211f3a48-70f0-4028-9d97-c21f4a8ad651} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3354 2025.02.01 02:11:06.264844 [ 255 ] {211f3a48-70f0-4028-9d97-c21f4a8ad651} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3355 2025.02.01 02:11:06.265010 [ 140 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3356 2025.02.01 02:11:06.265082 [ 255 ] {211f3a48-70f0-4028-9d97-c21f4a8ad651} <Debug> executeQuery: Read 43 rows, 3.21 KiB in 0.001659 sec., 25919.22845087402 rows/sec., 1.89 MiB/sec.
3357 2025.02.01 02:11:06.265108 [ 140 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3358 2025.02.01 02:11:06.265181 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3359 2025.02.01 02:11:06.265203 [ 255 ] {211f3a48-70f0-4028-9d97-c21f4a8ad651} <Debug> TCPHandler: Processed in 0.001942119 sec.
3360 2025.02.01 02:11:06.265405 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3361 2025.02.01 02:11:06.265513 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
3362 2025.02.01 02:11:06.265581 [ 4 ] {36e05a31-87bc-4a4f-a835-2418b4c4307d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3363 2025.02.01 02:11:06.265680 [ 4 ] {36e05a31-87bc-4a4f-a835-2418b4c4307d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3364 2025.02.01 02:11:06.265886 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3365 2025.02.01 02:11:06.265966 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 50 rows starting from the beginning of the part
3366 2025.02.01 02:11:06.266299 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
3367 2025.02.01 02:11:06.266675 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 9 rows starting from the beginning of the part
3368 2025.02.01 02:11:06.267062 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
3369 2025.02.01 02:11:06.267458 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
3370 2025.02.01 02:11:06.267748 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 43 rows starting from the beginning of the part
3371 2025.02.01 02:11:06.268656 [ 4 ] {36e05a31-87bc-4a4f-a835-2418b4c4307d} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3372 2025.02.01 02:11:06.268718 [ 4 ] {36e05a31-87bc-4a4f-a835-2418b4c4307d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3373 2025.02.01 02:11:06.269870 [ 4 ] {36e05a31-87bc-4a4f-a835-2418b4c4307d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3374 2025.02.01 02:11:06.270394 [ 4 ] {36e05a31-87bc-4a4f-a835-2418b4c4307d} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3375 2025.02.01 02:11:06.270648 [ 190 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005288182 sec., 35361.86916410971 rows/sec., 2.68 MiB/sec.
3376 2025.02.01 02:11:06.270741 [ 140 ] {} <Debug> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3377 2025.02.01 02:11:06.270839 [ 4 ] {36e05a31-87bc-4a4f-a835-2418b4c4307d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005275 sec., 43222.748815165876 rows/sec., 2.93 MiB/sec.
3378 2025.02.01 02:11:06.270854 [ 140 ] {} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3379 2025.02.01 02:11:06.271001 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3380 2025.02.01 02:11:06.271065 [ 4 ] {36e05a31-87bc-4a4f-a835-2418b4c4307d} <Debug> TCPHandler: Processed in 0.005759616 sec.
3381 2025.02.01 02:11:06.271067 [ 190 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3382 2025.02.01 02:11:06.271396 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3383 2025.02.01 02:11:06.271527 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::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
3384 2025.02.01 02:11:06.271762 [ 255 ] {bdf5faed-1df7-4b64-966b-1b8d14e6da85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3385 2025.02.01 02:11:06.271930 [ 255 ] {bdf5faed-1df7-4b64-966b-1b8d14e6da85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3386 2025.02.01 02:11:06.271931 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3387 2025.02.01 02:11:06.272086 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part
3388 2025.02.01 02:11:06.272492 [ 190 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3389 2025.02.01 02:11:06.272488 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3390 2025.02.01 02:11:06.272948 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3391 2025.02.01 02:11:06.273079 [ 190 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_16_3} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3392 2025.02.01 02:11:06.273391 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3393 2025.02.01 02:11:06.273681 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3394 2025.02.01 02:11:06.273881 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
3395 2025.02.01 02:11:06.274304 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part
3396 2025.02.01 02:11:06.275751 [ 255 ] {bdf5faed-1df7-4b64-966b-1b8d14e6da85} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2025.02.01 02:11:06.275829 [ 255 ] {bdf5faed-1df7-4b64-966b-1b8d14e6da85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3398 2025.02.01 02:11:06.276959 [ 255 ] {bdf5faed-1df7-4b64-966b-1b8d14e6da85} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3399 2025.02.01 02:11:06.276969 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 5 columns (5 merged, 0 gathered) in 0.005790766 sec., 88589.31616300848 rows/sec., 6.34 MiB/sec.
3400 2025.02.01 02:11:06.277202 [ 190 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3401 2025.02.01 02:11:06.277387 [ 255 ] {bdf5faed-1df7-4b64-966b-1b8d14e6da85} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3402 2025.02.01 02:11:06.277938 [ 190 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3403 2025.02.01 02:11:06.277973 [ 255 ] {bdf5faed-1df7-4b64-966b-1b8d14e6da85} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.006318 sec., 89110.47799936689 rows/sec., 6.62 MiB/sec.
3404 2025.02.01 02:11:06.278266 [ 190 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_11_2} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3405 2025.02.01 02:11:06.278344 [ 255 ] {bdf5faed-1df7-4b64-966b-1b8d14e6da85} <Debug> TCPHandler: Processed in 0.00715141 sec.
3406 2025.02.01 02:11:06.278645 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3407 2025.02.01 02:11:06.278665 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
3408 2025.02.01 02:11:06.278870 [ 4 ] {bb269e37-9a86-4387-a634-192ed1e0099a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3409 2025.02.01 02:11:06.278934 [ 4 ] {bb269e37-9a86-4387-a634-192ed1e0099a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3410 2025.02.01 02:11:06.279729 [ 4 ] {bb269e37-9a86-4387-a634-192ed1e0099a} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3411 2025.02.01 02:11:06.279769 [ 4 ] {bb269e37-9a86-4387-a634-192ed1e0099a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3412 2025.02.01 02:11:06.280217 [ 4 ] {bb269e37-9a86-4387-a634-192ed1e0099a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3413 2025.02.01 02:11:06.280455 [ 4 ] {bb269e37-9a86-4387-a634-192ed1e0099a} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3414 2025.02.01 02:11:06.280723 [ 4 ] {bb269e37-9a86-4387-a634-192ed1e0099a} <Debug> executeQuery: Read 918 rows, 63.23 KiB in 0.001884 sec., 487261.14649681526 rows/sec., 32.78 MiB/sec.
3415 2025.02.01 02:11:06.280946 [ 4 ] {bb269e37-9a86-4387-a634-192ed1e0099a} <Debug> TCPHandler: Processed in 0.002484444 sec.
3416 2025.02.01 02:11:06.281110 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3417 2025.02.01 02:11:06.281242 [ 255 ] {5bc9bc84-4f55-4382-b8ae-7e4284b8922d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3418 2025.02.01 02:11:06.281331 [ 255 ] {5bc9bc84-4f55-4382-b8ae-7e4284b8922d} <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
3419 2025.02.01 02:11:06.282467 [ 255 ] {5bc9bc84-4f55-4382-b8ae-7e4284b8922d} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3420 2025.02.01 02:11:06.282507 [ 255 ] {5bc9bc84-4f55-4382-b8ae-7e4284b8922d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3421 2025.02.01 02:11:06.283162 [ 255 ] {5bc9bc84-4f55-4382-b8ae-7e4284b8922d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3422 2025.02.01 02:11:06.283432 [ 255 ] {5bc9bc84-4f55-4382-b8ae-7e4284b8922d} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3423 2025.02.01 02:11:06.283664 [ 255 ] {5bc9bc84-4f55-4382-b8ae-7e4284b8922d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002451 sec., 15911.872705018359 rows/sec., 28.51 MiB/sec.
3424 2025.02.01 02:11:06.283771 [ 255 ] {5bc9bc84-4f55-4382-b8ae-7e4284b8922d} <Debug> TCPHandler: Processed in 0.002726587 sec.
3425 2025.02.01 02:11:06.283912 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3426 2025.02.01 02:11:06.284042 [ 4 ] {5f28dd5a-1996-491a-82e4-31b7b9c1f158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3427 2025.02.01 02:11:06.284098 [ 4 ] {5f28dd5a-1996-491a-82e4-31b7b9c1f158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3428 2025.02.01 02:11:06.284579 [ 4 ] {5f28dd5a-1996-491a-82e4-31b7b9c1f158} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3429 2025.02.01 02:11:06.284618 [ 4 ] {5f28dd5a-1996-491a-82e4-31b7b9c1f158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3430 2025.02.01 02:11:06.284971 [ 4 ] {5f28dd5a-1996-491a-82e4-31b7b9c1f158} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3431 2025.02.01 02:11:06.285199 [ 4 ] {5f28dd5a-1996-491a-82e4-31b7b9c1f158} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3432 2025.02.01 02:11:06.285413 [ 4 ] {5f28dd5a-1996-491a-82e4-31b7b9c1f158} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec.
3433 2025.02.01 02:11:06.285462 [ 4 ] {5f28dd5a-1996-491a-82e4-31b7b9c1f158} <Debug> TCPHandler: Processed in 0.001618676 sec.
3434 2025.02.01 02:11:06.335153 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 488
3435 2025.02.01 02:11:06.338313 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3436 2025.02.01 02:11:06.338354 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3437 2025.02.01 02:11:06.339750 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3438 2025.02.01 02:11:06.340043 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3439 2025.02.01 02:11:06.340979 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 488
3440 2025.02.01 02:11:08.826214 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
3441 2025.02.01 02:11:08.826921 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3442 2025.02.01 02:11:08.826971 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3443 2025.02.01 02:11:08.827501 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3444 2025.02.01 02:11:08.827772 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3445 2025.02.01 02:11:08.828027 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
3446 2025.02.01 02:11:09.275488 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3447 2025.02.01 02:11:09.296308 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3448 2025.02.01 02:11:09.296362 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3449 2025.02.01 02:11:09.303980 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3450 2025.02.01 02:11:09.304770 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3451 2025.02.01 02:11:09.308223 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3452 2025.02.01 02:11:11.896070 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3453 2025.02.01 02:11:11.896277 [ 255 ] {a5168f3d-28ff-458f-b0e5-073b85686a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3454 2025.02.01 02:11:11.896359 [ 255 ] {a5168f3d-28ff-458f-b0e5-073b85686a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3455 2025.02.01 02:11:11.897152 [ 255 ] {a5168f3d-28ff-458f-b0e5-073b85686a95} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3456 2025.02.01 02:11:11.897200 [ 255 ] {a5168f3d-28ff-458f-b0e5-073b85686a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3457 2025.02.01 02:11:11.897627 [ 255 ] {a5168f3d-28ff-458f-b0e5-073b85686a95} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3458 2025.02.01 02:11:11.897879 [ 255 ] {a5168f3d-28ff-458f-b0e5-073b85686a95} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3459 2025.02.01 02:11:11.898144 [ 255 ] {a5168f3d-28ff-458f-b0e5-073b85686a95} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001919 sec., 7295.4663887441375 rows/sec., 525.18 KiB/sec.
3460 2025.02.01 02:11:11.898238 [ 255 ] {a5168f3d-28ff-458f-b0e5-073b85686a95} <Debug> TCPHandler: Processed in 0.002309033 sec.
3461 2025.02.01 02:11:11.898431 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3462 2025.02.01 02:11:11.898575 [ 4 ] {a661938a-52b7-4237-a1cf-ec87d1ce9639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3463 2025.02.01 02:11:11.898634 [ 4 ] {a661938a-52b7-4237-a1cf-ec87d1ce9639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3464 2025.02.01 02:11:11.899375 [ 4 ] {a661938a-52b7-4237-a1cf-ec87d1ce9639} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3465 2025.02.01 02:11:11.899423 [ 4 ] {a661938a-52b7-4237-a1cf-ec87d1ce9639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3466 2025.02.01 02:11:11.899839 [ 4 ] {a661938a-52b7-4237-a1cf-ec87d1ce9639} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3467 2025.02.01 02:11:11.900107 [ 4 ] {a661938a-52b7-4237-a1cf-ec87d1ce9639} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3468 2025.02.01 02:11:11.900271 [ 134 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3469 2025.02.01 02:11:11.900339 [ 4 ] {a661938a-52b7-4237-a1cf-ec87d1ce9639} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001795 sec., 113091.92200557103 rows/sec., 9.79 MiB/sec.
3470 2025.02.01 02:11:11.900358 [ 134 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3471 2025.02.01 02:11:11.900423 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3472 2025.02.01 02:11:11.900460 [ 4 ] {a661938a-52b7-4237-a1cf-ec87d1ce9639} <Debug> TCPHandler: Processed in 0.00209408 sec.
3473 2025.02.01 02:11:11.900665 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3474 2025.02.01 02:11:11.900688 [ 197 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
3475 2025.02.01 02:11:11.900866 [ 255 ] {17950428-fe68-4ca3-bfca-5ddeed541da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3476 2025.02.01 02:11:11.901000 [ 255 ] {17950428-fe68-4ca3-bfca-5ddeed541da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3477 2025.02.01 02:11:11.901019 [ 197 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3478 2025.02.01 02:11:11.901133 [ 197 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1427 rows starting from the beginning of the part
3479 2025.02.01 02:11:11.901419 [ 197 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 204 rows starting from the beginning of the part
3480 2025.02.01 02:11:11.901858 [ 197 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 134 rows starting from the beginning of the part
3481 2025.02.01 02:11:11.902182 [ 197 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 203 rows starting from the beginning of the part
3482 2025.02.01 02:11:11.902625 [ 197 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1276 rows starting from the beginning of the part
3483 2025.02.01 02:11:11.902999 [ 197 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 203 rows starting from the beginning of the part
3484 2025.02.01 02:11:11.903880 [ 255 ] {17950428-fe68-4ca3-bfca-5ddeed541da4} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3485 2025.02.01 02:11:11.903962 [ 255 ] {17950428-fe68-4ca3-bfca-5ddeed541da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3486 2025.02.01 02:11:11.904875 [ 255 ] {17950428-fe68-4ca3-bfca-5ddeed541da4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3487 2025.02.01 02:11:11.905426 [ 255 ] {17950428-fe68-4ca3-bfca-5ddeed541da4} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3488 2025.02.01 02:11:11.905702 [ 255 ] {17950428-fe68-4ca3-bfca-5ddeed541da4} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.004892 sec., 1430.9076042518398 rows/sec., 93.22 KiB/sec.
3489 2025.02.01 02:11:11.905801 [ 255 ] {17950428-fe68-4ca3-bfca-5ddeed541da4} <Debug> TCPHandler: Processed in 0.005243021 sec.
3490 2025.02.01 02:11:11.905956 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3491 2025.02.01 02:11:11.906275 [ 4 ] {b1784bdf-44d2-4aca-a5f2-a9a0c621eacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3492 2025.02.01 02:11:11.906348 [ 4 ] {b1784bdf-44d2-4aca-a5f2-a9a0c621eacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3493 2025.02.01 02:11:11.906369 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3447 rows, containing 5 columns (5 merged, 0 gathered) in 0.005809717 sec., 593316.335373995 rows/sec., 52.16 MiB/sec.
3494 2025.02.01 02:11:11.906742 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3495 2025.02.01 02:11:11.907360 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3496 2025.02.01 02:11:11.907473 [ 4 ] {b1784bdf-44d2-4aca-a5f2-a9a0c621eacb} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3497 2025.02.01 02:11:11.907534 [ 4 ] {b1784bdf-44d2-4aca-a5f2-a9a0c621eacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3498 2025.02.01 02:11:11.907534 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_21_4} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3499 2025.02.01 02:11:11.907739 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
3500 2025.02.01 02:11:11.908044 [ 4 ] {b1784bdf-44d2-4aca-a5f2-a9a0c621eacb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3501 2025.02.01 02:11:11.908292 [ 4 ] {b1784bdf-44d2-4aca-a5f2-a9a0c621eacb} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3502 2025.02.01 02:11:11.908533 [ 4 ] {b1784bdf-44d2-4aca-a5f2-a9a0c621eacb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002385 sec., 5870.020964360587 rows/sec., 411.10 KiB/sec.
3503 2025.02.01 02:11:11.908589 [ 4 ] {b1784bdf-44d2-4aca-a5f2-a9a0c621eacb} <Debug> TCPHandler: Processed in 0.002715216 sec.
3504 2025.02.01 02:11:11.908727 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3505 2025.02.01 02:11:11.908856 [ 255 ] {45995df3-e1be-42df-8fe3-b3d700c64b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3506 2025.02.01 02:11:11.908910 [ 255 ] {45995df3-e1be-42df-8fe3-b3d700c64b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3507 2025.02.01 02:11:11.909529 [ 255 ] {45995df3-e1be-42df-8fe3-b3d700c64b2c} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3508 2025.02.01 02:11:11.909575 [ 255 ] {45995df3-e1be-42df-8fe3-b3d700c64b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3509 2025.02.01 02:11:11.909925 [ 255 ] {45995df3-e1be-42df-8fe3-b3d700c64b2c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3510 2025.02.01 02:11:11.910164 [ 255 ] {45995df3-e1be-42df-8fe3-b3d700c64b2c} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3511 2025.02.01 02:11:11.910407 [ 255 ] {45995df3-e1be-42df-8fe3-b3d700c64b2c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00158 sec., 8227.848101265823 rows/sec., 513.00 KiB/sec.
3512 2025.02.01 02:11:11.910460 [ 255 ] {45995df3-e1be-42df-8fe3-b3d700c64b2c} <Debug> TCPHandler: Processed in 0.001795937 sec.
3513 2025.02.01 02:11:11.910584 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3514 2025.02.01 02:11:11.910707 [ 4 ] {7218b1dd-4c85-4771-b89d-7295c970dc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3515 2025.02.01 02:11:11.910760 [ 4 ] {7218b1dd-4c85-4771-b89d-7295c970dc1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3516 2025.02.01 02:11:11.911533 [ 4 ] {7218b1dd-4c85-4771-b89d-7295c970dc1d} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3517 2025.02.01 02:11:11.911580 [ 4 ] {7218b1dd-4c85-4771-b89d-7295c970dc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3518 2025.02.01 02:11:11.911958 [ 4 ] {7218b1dd-4c85-4771-b89d-7295c970dc1d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3519 2025.02.01 02:11:11.912198 [ 4 ] {7218b1dd-4c85-4771-b89d-7295c970dc1d} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3520 2025.02.01 02:11:11.912350 [ 134 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3521 2025.02.01 02:11:11.912409 [ 134 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3522 2025.02.01 02:11:11.912439 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3523 2025.02.01 02:11:11.912454 [ 4 ] {7218b1dd-4c85-4771-b89d-7295c970dc1d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001765 sec., 216430.59490084986 rows/sec., 15.32 MiB/sec.
3524 2025.02.01 02:11:11.912676 [ 4 ] {7218b1dd-4c85-4771-b89d-7295c970dc1d} <Debug> TCPHandler: Processed in 0.002140861 sec.
3525 2025.02.01 02:11:11.912691 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
3526 2025.02.01 02:11:11.912861 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3527 2025.02.01 02:11:11.912887 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3528 2025.02.01 02:11:11.912940 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 903 rows starting from the beginning of the part
3529 2025.02.01 02:11:11.913155 [ 255 ] {5bbeb8f0-edae-4722-9ef0-5e53204b6e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3530 2025.02.01 02:11:11.913173 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 384 rows starting from the beginning of the part
3531 2025.02.01 02:11:11.913373 [ 255 ] {5bbeb8f0-edae-4722-9ef0-5e53204b6e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3532 2025.02.01 02:11:11.913550 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 103 rows starting from the beginning of the part
3533 2025.02.01 02:11:11.913921 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 382 rows starting from the beginning of the part
3534 2025.02.01 02:11:11.914288 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 563 rows starting from the beginning of the part
3535 2025.02.01 02:11:11.914691 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 382 rows starting from the beginning of the part
3536 2025.02.01 02:11:11.915734 [ 255 ] {5bbeb8f0-edae-4722-9ef0-5e53204b6e10} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3537 2025.02.01 02:11:11.915783 [ 255 ] {5bbeb8f0-edae-4722-9ef0-5e53204b6e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3538 2025.02.01 02:11:11.916785 [ 255 ] {5bbeb8f0-edae-4722-9ef0-5e53204b6e10} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3539 2025.02.01 02:11:11.917141 [ 255 ] {5bbeb8f0-edae-4722-9ef0-5e53204b6e10} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3540 2025.02.01 02:11:11.917485 [ 255 ] {5bbeb8f0-edae-4722-9ef0-5e53204b6e10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004433 sec., 1353.4852244529663 rows/sec., 70.71 KiB/sec.
3541 2025.02.01 02:11:11.917834 [ 255 ] {5bbeb8f0-edae-4722-9ef0-5e53204b6e10} <Debug> TCPHandler: Processed in 0.005069689 sec.
3542 2025.02.01 02:11:11.918127 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3543 2025.02.01 02:11:11.918201 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2717 rows, containing 5 columns (5 merged, 0 gathered) in 0.005666515 sec., 479483.4214680452 rows/sec., 36.55 MiB/sec.
3544 2025.02.01 02:11:11.918423 [ 4 ] {d0b35311-1b9b-4719-9a4e-3e902a81e2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3545 2025.02.01 02:11:11.918490 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3546 2025.02.01 02:11:11.918524 [ 4 ] {d0b35311-1b9b-4719-9a4e-3e902a81e2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3547 2025.02.01 02:11:11.919057 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): 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.02.01 02:11:11.919178 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_21_4} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3549 2025.02.01 02:11:11.919341 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
3550 2025.02.01 02:11:11.919551 [ 4 ] {d0b35311-1b9b-4719-9a4e-3e902a81e2a6} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3551 2025.02.01 02:11:11.919594 [ 4 ] {d0b35311-1b9b-4719-9a4e-3e902a81e2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3552 2025.02.01 02:11:11.919982 [ 4 ] {d0b35311-1b9b-4719-9a4e-3e902a81e2a6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3553 2025.02.01 02:11:11.920229 [ 4 ] {d0b35311-1b9b-4719-9a4e-3e902a81e2a6} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3554 2025.02.01 02:11:11.920390 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3555 2025.02.01 02:11:11.920453 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3556 2025.02.01 02:11:11.920488 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3557 2025.02.01 02:11:11.920494 [ 4 ] {d0b35311-1b9b-4719-9a4e-3e902a81e2a6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002142 sec., 110644.25770308124 rows/sec., 7.42 MiB/sec.
3558 2025.02.01 02:11:11.920729 [ 4 ] {d0b35311-1b9b-4719-9a4e-3e902a81e2a6} <Debug> TCPHandler: Processed in 0.002774036 sec.
3559 2025.02.01 02:11:11.920750 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
3560 2025.02.01 02:11:11.920913 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3561 2025.02.01 02:11:11.920938 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3562 2025.02.01 02:11:11.920986 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4964 rows starting from the beginning of the part
3563 2025.02.01 02:11:11.921252 [ 255 ] {895d26dc-af9c-4197-b505-e6716d92e016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3564 2025.02.01 02:11:11.921254 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 238 rows starting from the beginning of the part
3565 2025.02.01 02:11:11.921425 [ 255 ] {895d26dc-af9c-4197-b505-e6716d92e016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3566 2025.02.01 02:11:11.921541 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
3567 2025.02.01 02:11:11.921891 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part
3568 2025.02.01 02:11:11.922183 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 918 rows starting from the beginning of the part
3569 2025.02.01 02:11:11.922617 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part
3570 2025.02.01 02:11:11.923896 [ 255 ] {895d26dc-af9c-4197-b505-e6716d92e016} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3571 2025.02.01 02:11:11.923940 [ 255 ] {895d26dc-af9c-4197-b505-e6716d92e016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3572 2025.02.01 02:11:11.924562 [ 255 ] {895d26dc-af9c-4197-b505-e6716d92e016} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3573 2025.02.01 02:11:11.925126 [ 255 ] {895d26dc-af9c-4197-b505-e6716d92e016} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3574 2025.02.01 02:11:11.925538 [ 255 ] {895d26dc-af9c-4197-b505-e6716d92e016} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004441 sec., 225.17451024544025 rows/sec., 15.17 KiB/sec.
3575 2025.02.01 02:11:11.925606 [ 255 ] {895d26dc-af9c-4197-b505-e6716d92e016} <Debug> TCPHandler: Processed in 0.004791707 sec.
3576 2025.02.01 02:11:11.925763 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3577 2025.02.01 02:11:11.925902 [ 4 ] {ac82dec5-ec2c-4550-88b4-6775033c51b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3578 2025.02.01 02:11:11.926007 [ 4 ] {ac82dec5-ec2c-4550-88b4-6775033c51b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3579 2025.02.01 02:11:11.926657 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6754 rows, containing 5 columns (5 merged, 0 gathered) in 0.006074019 sec., 1111949.1065141547 rows/sec., 74.97 MiB/sec.
3580 2025.02.01 02:11:11.926832 [ 4 ] {ac82dec5-ec2c-4550-88b4-6775033c51b7} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3581 2025.02.01 02:11:11.926876 [ 4 ] {ac82dec5-ec2c-4550-88b4-6775033c51b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3582 2025.02.01 02:11:11.927094 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3583 2025.02.01 02:11:11.927610 [ 4 ] {ac82dec5-ec2c-4550-88b4-6775033c51b7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3584 2025.02.01 02:11:11.927712 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3585 2025.02.01 02:11:11.927869 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3586 2025.02.01 02:11:11.928013 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB.
3587 2025.02.01 02:11:11.928089 [ 4 ] {ac82dec5-ec2c-4550-88b4-6775033c51b7} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3588 2025.02.01 02:11:11.928260 [ 134 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3589 2025.02.01 02:11:11.928328 [ 134 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3590 2025.02.01 02:11:11.928365 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3591 2025.02.01 02:11:11.928374 [ 4 ] {ac82dec5-ec2c-4550-88b4-6775033c51b7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002492 sec., 32905.29695024077 rows/sec., 2.09 MiB/sec.
3592 2025.02.01 02:11:11.928521 [ 4 ] {ac82dec5-ec2c-4550-88b4-6775033c51b7} <Debug> TCPHandler: Processed in 0.002829807 sec.
3593 2025.02.01 02:11:11.928575 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::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.02.01 02:11:11.928688 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3595 2025.02.01 02:11:11.928719 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 782 rows starting from the beginning of the part
3596 2025.02.01 02:11:11.928814 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part
3597 2025.02.01 02:11:11.928993 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
3598 2025.02.01 02:11:11.929193 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
3599 2025.02.01 02:11:11.929355 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
3600 2025.02.01 02:11:11.929497 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part
3601 2025.02.01 02:11:11.930779 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1148 rows, containing 4 columns (4 merged, 0 gathered) in 0.002314392 sec., 496026.6022350578 rows/sec., 32.42 MiB/sec.
3602 2025.02.01 02:11:11.930969 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3603 2025.02.01 02:11:11.931240 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3604 2025.02.01 02:11:11.931312 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_21_4} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3605 2025.02.01 02:11:11.931381 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
3606 2025.02.01 02:11:16.244822 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
3607 2025.02.01 02:11:16.244892 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
3608 2025.02.01 02:11:16.328265 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
3609 2025.02.01 02:11:16.328997 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3610 2025.02.01 02:11:16.329045 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3611 2025.02.01 02:11:16.329583 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3612 2025.02.01 02:11:16.329850 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3613 2025.02.01 02:11:16.330064 [ 127 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3614 2025.02.01 02:11:16.330142 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3615 2025.02.01 02:11:16.330154 [ 127 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3616 2025.02.01 02:11:16.330189 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3617 2025.02.01 02:11:16.330423 [ 197 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
3618 2025.02.01 02:11:16.330607 [ 197 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3619 2025.02.01 02:11:16.330650 [ 197 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
3620 2025.02.01 02:11:16.330732 [ 197 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
3621 2025.02.01 02:11:16.330946 [ 197 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
3622 2025.02.01 02:11:16.331103 [ 197 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
3623 2025.02.01 02:11:16.331321 [ 197 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
3624 2025.02.01 02:11:16.331468 [ 197 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
3625 2025.02.01 02:11:16.333261 [ 188 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002986729 sec., 2471265.387653182 rows/sec., 35.35 MiB/sec.
3626 2025.02.01 02:11:16.334299 [ 188 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3627 2025.02.01 02:11:16.334628 [ 188 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_16_3} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3628 2025.02.01 02:11:16.334710 [ 188 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_16_3} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3629 2025.02.01 02:11:16.334825 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3630 2025.02.01 02:11:16.341422 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 508
3631 2025.02.01 02:11:16.344354 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3632 2025.02.01 02:11:16.344395 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3633 2025.02.01 02:11:16.345870 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3634 2025.02.01 02:11:16.346183 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3635 2025.02.01 02:11:16.346351 [ 127 ] {} <Debug> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3636 2025.02.01 02:11:16.346417 [ 127 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3637 2025.02.01 02:11:16.346461 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3638 2025.02.01 02:11:16.347219 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::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
3639 2025.02.01 02:11:16.348026 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 508
3640 2025.02.01 02:11:16.348476 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3641 2025.02.01 02:11:16.348657 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 326 rows starting from the beginning of the part
3642 2025.02.01 02:11:16.349313 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part
3643 2025.02.01 02:11:16.349979 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part
3644 2025.02.01 02:11:16.350611 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part
3645 2025.02.01 02:11:16.351230 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::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
3646 2025.02.01 02:11:16.351842 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part
3647 2025.02.01 02:11:16.360038 [ 193 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 72 columns (72 merged, 0 gathered) in 0.013420791 sec., 37851.71827800612 rows/sec., 34.77 MiB/sec.
3648 2025.02.01 02:11:16.361061 [ 196 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3649 2025.02.01 02:11:16.361740 [ 196 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_11_2} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3650 2025.02.01 02:11:16.361821 [ 196 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_11_2} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3651 2025.02.01 02:11:16.362081 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB.
3652 2025.02.01 02:11:16.808434 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3653 2025.02.01 02:11:16.830247 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3654 2025.02.01 02:11:16.830305 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3655 2025.02.01 02:11:16.838077 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3656 2025.02.01 02:11:16.838856 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3657 2025.02.01 02:11:16.839211 [ 126 ] {} <Debug> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3658 2025.02.01 02:11:16.839330 [ 126 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3659 2025.02.01 02:11:16.839390 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3660 2025.02.01 02:11:16.839720 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
3661 2025.02.01 02:11:16.848734 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3662 2025.02.01 02:11:16.849829 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3663 2025.02.01 02:11:16.850734 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
3664 2025.02.01 02:11:16.855405 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
3665 2025.02.01 02:11:16.860027 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
3666 2025.02.01 02:11:16.864959 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
3667 2025.02.01 02:11:16.870396 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
3668 2025.02.01 02:11:16.875202 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
3669 2025.02.01 02:11:16.894404 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3670 2025.02.01 02:11:16.894718 [ 255 ] {63ce561c-c0d1-4898-897f-755318b2d224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3671 2025.02.01 02:11:16.894848 [ 255 ] {63ce561c-c0d1-4898-897f-755318b2d224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3672 2025.02.01 02:11:16.897105 [ 255 ] {63ce561c-c0d1-4898-897f-755318b2d224} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3673 2025.02.01 02:11:16.897176 [ 255 ] {63ce561c-c0d1-4898-897f-755318b2d224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3674 2025.02.01 02:11:16.899362 [ 255 ] {63ce561c-c0d1-4898-897f-755318b2d224} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3675 2025.02.01 02:11:16.900316 [ 255 ] {63ce561c-c0d1-4898-897f-755318b2d224} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3676 2025.02.01 02:11:16.901027 [ 255 ] {63ce561c-c0d1-4898-897f-755318b2d224} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.006381 sec., 20999.843284751605 rows/sec., 1.81 MiB/sec.
3677 2025.02.01 02:11:16.901481 [ 255 ] {63ce561c-c0d1-4898-897f-755318b2d224} <Debug> TCPHandler: Processed in 0.00722747 sec.
3678 2025.02.01 02:11:16.901806 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3679 2025.02.01 02:11:16.902098 [ 4 ] {0d6a75f9-1b19-4df0-b662-32c6303b7f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3680 2025.02.01 02:11:16.902225 [ 4 ] {0d6a75f9-1b19-4df0-b662-32c6303b7f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3681 2025.02.01 02:11:16.905068 [ 4 ] {0d6a75f9-1b19-4df0-b662-32c6303b7f9a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3682 2025.02.01 02:11:16.905161 [ 4 ] {0d6a75f9-1b19-4df0-b662-32c6303b7f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3683 2025.02.01 02:11:16.906676 [ 4 ] {0d6a75f9-1b19-4df0-b662-32c6303b7f9a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3684 2025.02.01 02:11:16.907376 [ 4 ] {0d6a75f9-1b19-4df0-b662-32c6303b7f9a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3685 2025.02.01 02:11:16.907879 [ 4 ] {0d6a75f9-1b19-4df0-b662-32c6303b7f9a} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005862 sec., 6653.019447287616 rows/sec., 500.28 KiB/sec.
3686 2025.02.01 02:11:16.908084 [ 4 ] {0d6a75f9-1b19-4df0-b662-32c6303b7f9a} <Debug> TCPHandler: Processed in 0.006458372 sec.
3687 2025.02.01 02:11:16.908281 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3688 2025.02.01 02:11:16.908415 [ 255 ] {d4a06621-518b-440d-acc8-e34c55e1e921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3689 2025.02.01 02:11:16.908470 [ 255 ] {d4a06621-518b-440d-acc8-e34c55e1e921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3690 2025.02.01 02:11:16.909150 [ 255 ] {d4a06621-518b-440d-acc8-e34c55e1e921} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3691 2025.02.01 02:11:16.909189 [ 255 ] {d4a06621-518b-440d-acc8-e34c55e1e921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3692 2025.02.01 02:11:16.910321 [ 255 ] {d4a06621-518b-440d-acc8-e34c55e1e921} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3693 2025.02.01 02:11:16.910842 [ 255 ] {d4a06621-518b-440d-acc8-e34c55e1e921} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3694 2025.02.01 02:11:16.911409 [ 255 ] {d4a06621-518b-440d-acc8-e34c55e1e921} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002995 sec., 34390.65108514191 rows/sec., 2.69 MiB/sec.
3695 2025.02.01 02:11:16.911684 [ 255 ] {d4a06621-518b-440d-acc8-e34c55e1e921} <Debug> TCPHandler: Processed in 0.003465473 sec.
3696 2025.02.01 02:11:16.911909 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3697 2025.02.01 02:11:16.912144 [ 4 ] {6f1d4d00-ba3f-40af-aaca-3a488034521a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3698 2025.02.01 02:11:16.912263 [ 4 ] {6f1d4d00-ba3f-40af-aaca-3a488034521a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3699 2025.02.01 02:11:16.914237 [ 4 ] {6f1d4d00-ba3f-40af-aaca-3a488034521a} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3700 2025.02.01 02:11:16.914313 [ 4 ] {6f1d4d00-ba3f-40af-aaca-3a488034521a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3701 2025.02.01 02:11:16.916273 [ 4 ] {6f1d4d00-ba3f-40af-aaca-3a488034521a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3702 2025.02.01 02:11:16.917436 [ 4 ] {6f1d4d00-ba3f-40af-aaca-3a488034521a} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3703 2025.02.01 02:11:16.918123 [ 4 ] {6f1d4d00-ba3f-40af-aaca-3a488034521a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006035 sec., 26512.013256006627 rows/sec., 1.85 MiB/sec.
3704 2025.02.01 02:11:16.918444 [ 4 ] {6f1d4d00-ba3f-40af-aaca-3a488034521a} <Debug> TCPHandler: Processed in 0.006618284 sec.
3705 2025.02.01 02:11:16.918700 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3706 2025.02.01 02:11:16.918969 [ 255 ] {c092da7f-139d-42a0-a8ef-40775270c675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3707 2025.02.01 02:11:16.919251 [ 255 ] {c092da7f-139d-42a0-a8ef-40775270c675} <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
3708 2025.02.01 02:11:16.925652 [ 255 ] {c092da7f-139d-42a0-a8ef-40775270c675} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3709 2025.02.01 02:11:16.925739 [ 255 ] {c092da7f-139d-42a0-a8ef-40775270c675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3710 2025.02.01 02:11:16.927422 [ 255 ] {c092da7f-139d-42a0-a8ef-40775270c675} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3711 2025.02.01 02:11:16.927682 [ 255 ] {c092da7f-139d-42a0-a8ef-40775270c675} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3712 2025.02.01 02:11:16.928041 [ 255 ] {c092da7f-139d-42a0-a8ef-40775270c675} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009143 sec., 4265.558350650771 rows/sec., 7.64 MiB/sec.
3713 2025.02.01 02:11:16.928272 [ 255 ] {c092da7f-139d-42a0-a8ef-40775270c675} <Debug> TCPHandler: Processed in 0.009710074 sec.
3714 2025.02.01 02:11:16.928458 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3715 2025.02.01 02:11:16.928877 [ 4 ] {ee41bbee-d58b-4735-9c16-f4e1c2f1c227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3716 2025.02.01 02:11:16.928996 [ 4 ] {ee41bbee-d58b-4735-9c16-f4e1c2f1c227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3717 2025.02.01 02:11:16.930685 [ 4 ] {ee41bbee-d58b-4735-9c16-f4e1c2f1c227} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3718 2025.02.01 02:11:16.930753 [ 4 ] {ee41bbee-d58b-4735-9c16-f4e1c2f1c227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3719 2025.02.01 02:11:16.931773 [ 4 ] {ee41bbee-d58b-4735-9c16-f4e1c2f1c227} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3720 2025.02.01 02:11:16.932327 [ 4 ] {ee41bbee-d58b-4735-9c16-f4e1c2f1c227} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3721 2025.02.01 02:11:16.932890 [ 4 ] {ee41bbee-d58b-4735-9c16-f4e1c2f1c227} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004076 sec., 14720.314033366047 rows/sec., 1015.86 KiB/sec.
3722 2025.02.01 02:11:16.933163 [ 4 ] {ee41bbee-d58b-4735-9c16-f4e1c2f1c227} <Debug> TCPHandler: Processed in 0.004763727 sec.
3723 2025.02.01 02:11:16.961820 [ 193 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.12230847 sec., 989.3018856339221 rows/sec., 5.12 MiB/sec.
3724 2025.02.01 02:11:16.964600 [ 195 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3725 2025.02.01 02:11:16.967907 [ 195 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_16_3} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3726 2025.02.01 02:11:16.968025 [ 195 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_16_3} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3727 2025.02.01 02:11:16.970663 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB.
3728 2025.02.01 02:11:17.000241 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.71 MiB, peak 186.67 MiB, free memory in arenas 0.00 B, will set to 179.32 MiB (RSS), difference: 2.61 MiB
3729 2025.02.01 02:11:17.001589 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00103106 sec.
3730 2025.02.01 02:11:21.897822 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3731 2025.02.01 02:11:21.898052 [ 255 ] {eaa05759-96ce-4880-951a-440afda3facf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3732 2025.02.01 02:11:21.898132 [ 255 ] {eaa05759-96ce-4880-951a-440afda3facf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3733 2025.02.01 02:11:21.898912 [ 255 ] {eaa05759-96ce-4880-951a-440afda3facf} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3734 2025.02.01 02:11:21.898961 [ 255 ] {eaa05759-96ce-4880-951a-440afda3facf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3735 2025.02.01 02:11:21.899417 [ 255 ] {eaa05759-96ce-4880-951a-440afda3facf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3736 2025.02.01 02:11:21.899680 [ 255 ] {eaa05759-96ce-4880-951a-440afda3facf} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3737 2025.02.01 02:11:21.899828 [ 119 ] {} <Debug> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3738 2025.02.01 02:11:21.899875 [ 119 ] {} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3739 2025.02.01 02:11:21.899887 [ 255 ] {eaa05759-96ce-4880-951a-440afda3facf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec.
3740 2025.02.01 02:11:21.899901 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3741 2025.02.01 02:11:21.900017 [ 255 ] {eaa05759-96ce-4880-951a-440afda3facf} <Debug> TCPHandler: Processed in 0.002322573 sec.
3742 2025.02.01 02:11:21.900148 [ 200 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::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
3743 2025.02.01 02:11:21.900239 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3744 2025.02.01 02:11:21.900417 [ 200 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3745 2025.02.01 02:11:21.900482 [ 4 ] {26a7ba5e-da0d-4e76-ac43-981d15c8f740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3746 2025.02.01 02:11:21.900504 [ 200 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
3747 2025.02.01 02:11:21.900588 [ 4 ] {26a7ba5e-da0d-4e76-ac43-981d15c8f740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3748 2025.02.01 02:11:21.900816 [ 200 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
3749 2025.02.01 02:11:21.901234 [ 200 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3750 2025.02.01 02:11:21.901745 [ 200 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3751 2025.02.01 02:11:21.902154 [ 200 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3752 2025.02.01 02:11:21.903366 [ 4 ] {26a7ba5e-da0d-4e76-ac43-981d15c8f740} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3753 2025.02.01 02:11:21.903442 [ 4 ] {26a7ba5e-da0d-4e76-ac43-981d15c8f740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3754 2025.02.01 02:11:21.904532 [ 4 ] {26a7ba5e-da0d-4e76-ac43-981d15c8f740} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3755 2025.02.01 02:11:21.904766 [ 193 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004731776 sec., 14793.599697027079 rows/sec., 1.10 MiB/sec.
3756 2025.02.01 02:11:21.904991 [ 4 ] {26a7ba5e-da0d-4e76-ac43-981d15c8f740} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3757 2025.02.01 02:11:21.905047 [ 193 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3758 2025.02.01 02:11:21.905339 [ 4 ] {26a7ba5e-da0d-4e76-ac43-981d15c8f740} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.004913 sec., 41318.94972521881 rows/sec., 3.58 MiB/sec.
3759 2025.02.01 02:11:21.905481 [ 4 ] {26a7ba5e-da0d-4e76-ac43-981d15c8f740} <Debug> TCPHandler: Processed in 0.005311461 sec.
3760 2025.02.01 02:11:21.905657 [ 193 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_9_2} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3761 2025.02.01 02:11:21.905693 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3762 2025.02.01 02:11:21.905800 [ 193 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_9_2} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3763 2025.02.01 02:11:21.905878 [ 255 ] {689ef342-6461-4a62-9320-dd76ca4d7fde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3764 2025.02.01 02:11:21.905975 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3765 2025.02.01 02:11:21.905985 [ 255 ] {689ef342-6461-4a62-9320-dd76ca4d7fde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3766 2025.02.01 02:11:21.906574 [ 255 ] {689ef342-6461-4a62-9320-dd76ca4d7fde} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3767 2025.02.01 02:11:21.906614 [ 255 ] {689ef342-6461-4a62-9320-dd76ca4d7fde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3768 2025.02.01 02:11:21.906979 [ 255 ] {689ef342-6461-4a62-9320-dd76ca4d7fde} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3769 2025.02.01 02:11:21.907234 [ 255 ] {689ef342-6461-4a62-9320-dd76ca4d7fde} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3770 2025.02.01 02:11:21.907410 [ 255 ] {689ef342-6461-4a62-9320-dd76ca4d7fde} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001582 sec., 4424.778761061947 rows/sec., 288.28 KiB/sec.
3771 2025.02.01 02:11:21.907463 [ 255 ] {689ef342-6461-4a62-9320-dd76ca4d7fde} <Debug> TCPHandler: Processed in 0.001849678 sec.
3772 2025.02.01 02:11:21.907636 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3773 2025.02.01 02:11:21.907772 [ 4 ] {72fdc8c4-1389-47c3-9d9c-2e86efabe3ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3774 2025.02.01 02:11:21.907827 [ 4 ] {72fdc8c4-1389-47c3-9d9c-2e86efabe3ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3775 2025.02.01 02:11:21.908400 [ 4 ] {72fdc8c4-1389-47c3-9d9c-2e86efabe3ab} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3776 2025.02.01 02:11:21.908440 [ 4 ] {72fdc8c4-1389-47c3-9d9c-2e86efabe3ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3777 2025.02.01 02:11:21.908807 [ 4 ] {72fdc8c4-1389-47c3-9d9c-2e86efabe3ab} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3778 2025.02.01 02:11:21.909065 [ 4 ] {72fdc8c4-1389-47c3-9d9c-2e86efabe3ab} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3779 2025.02.01 02:11:21.909242 [ 4 ] {72fdc8c4-1389-47c3-9d9c-2e86efabe3ab} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001499 sec., 9339.559706470982 rows/sec., 654.08 KiB/sec.
3780 2025.02.01 02:11:21.909293 [ 4 ] {72fdc8c4-1389-47c3-9d9c-2e86efabe3ab} <Debug> TCPHandler: Processed in 0.001723577 sec.
3781 2025.02.01 02:11:21.909430 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3782 2025.02.01 02:11:21.909557 [ 255 ] {85683bae-b49a-4383-90bc-3c79a2229927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3783 2025.02.01 02:11:21.909610 [ 255 ] {85683bae-b49a-4383-90bc-3c79a2229927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3784 2025.02.01 02:11:21.910199 [ 255 ] {85683bae-b49a-4383-90bc-3c79a2229927} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3785 2025.02.01 02:11:21.910236 [ 255 ] {85683bae-b49a-4383-90bc-3c79a2229927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3786 2025.02.01 02:11:21.910584 [ 255 ] {85683bae-b49a-4383-90bc-3c79a2229927} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3787 2025.02.01 02:11:21.910841 [ 255 ] {85683bae-b49a-4383-90bc-3c79a2229927} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3788 2025.02.01 02:11:21.910960 [ 119 ] {} <Debug> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3789 2025.02.01 02:11:21.911001 [ 119 ] {} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3790 2025.02.01 02:11:21.911023 [ 255 ] {85683bae-b49a-4383-90bc-3c79a2229927} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001493 sec., 8707.300736771602 rows/sec., 542.90 KiB/sec.
3791 2025.02.01 02:11:21.911027 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3792 2025.02.01 02:11:21.911108 [ 255 ] {85683bae-b49a-4383-90bc-3c79a2229927} <Debug> TCPHandler: Processed in 0.001741797 sec.
3793 2025.02.01 02:11:21.911168 [ 187 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::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
3794 2025.02.01 02:11:21.911288 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3795 2025.02.01 02:11:21.911307 [ 187 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3796 2025.02.01 02:11:21.911345 [ 187 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part
3797 2025.02.01 02:11:21.911488 [ 4 ] {7f7a455c-ba31-4f9f-96da-c22e1660abc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3798 2025.02.01 02:11:21.911540 [ 187 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part
3799 2025.02.01 02:11:21.911669 [ 4 ] {7f7a455c-ba31-4f9f-96da-c22e1660abc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3800 2025.02.01 02:11:21.911869 [ 187 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part
3801 2025.02.01 02:11:21.912276 [ 187 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part
3802 2025.02.01 02:11:21.912536 [ 187 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part
3803 2025.02.01 02:11:21.913867 [ 4 ] {7f7a455c-ba31-4f9f-96da-c22e1660abc2} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3804 2025.02.01 02:11:21.913910 [ 4 ] {7f7a455c-ba31-4f9f-96da-c22e1660abc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3805 2025.02.01 02:11:21.914195 [ 200 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00308297 sec., 21083.565522856206 rows/sec., 1.36 MiB/sec.
3806 2025.02.01 02:11:21.914445 [ 200 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3807 2025.02.01 02:11:21.914670 [ 4 ] {7f7a455c-ba31-4f9f-96da-c22e1660abc2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3808 2025.02.01 02:11:21.915055 [ 200 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_9_2} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3809 2025.02.01 02:11:21.915218 [ 4 ] {7f7a455c-ba31-4f9f-96da-c22e1660abc2} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3810 2025.02.01 02:11:21.915247 [ 200 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_9_2} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3811 2025.02.01 02:11:21.915436 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3812 2025.02.01 02:11:21.915583 [ 4 ] {7f7a455c-ba31-4f9f-96da-c22e1660abc2} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004179 sec., 91409.42809284516 rows/sec., 6.47 MiB/sec.
3813 2025.02.01 02:11:21.915647 [ 4 ] {7f7a455c-ba31-4f9f-96da-c22e1660abc2} <Debug> TCPHandler: Processed in 0.004436663 sec.
3814 2025.02.01 02:11:21.915818 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3815 2025.02.01 02:11:21.915945 [ 255 ] {883fce6d-5289-425d-a66e-e0f1d29ae60c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3816 2025.02.01 02:11:21.915999 [ 255 ] {883fce6d-5289-425d-a66e-e0f1d29ae60c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3817 2025.02.01 02:11:21.916508 [ 255 ] {883fce6d-5289-425d-a66e-e0f1d29ae60c} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3818 2025.02.01 02:11:21.916552 [ 255 ] {883fce6d-5289-425d-a66e-e0f1d29ae60c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3819 2025.02.01 02:11:21.916968 [ 255 ] {883fce6d-5289-425d-a66e-e0f1d29ae60c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3820 2025.02.01 02:11:21.917207 [ 255 ] {883fce6d-5289-425d-a66e-e0f1d29ae60c} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3821 2025.02.01 02:11:21.917395 [ 255 ] {883fce6d-5289-425d-a66e-e0f1d29ae60c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00147 sec., 4081.6326530612246 rows/sec., 213.25 KiB/sec.
3822 2025.02.01 02:11:21.917500 [ 255 ] {883fce6d-5289-425d-a66e-e0f1d29ae60c} <Debug> TCPHandler: Processed in 0.001743277 sec.
3823 2025.02.01 02:11:21.917684 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3824 2025.02.01 02:11:21.917794 [ 4 ] {6f6a5356-0317-4b55-b1e9-9e3828343edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3825 2025.02.01 02:11:21.917843 [ 4 ] {6f6a5356-0317-4b55-b1e9-9e3828343edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3826 2025.02.01 02:11:21.918378 [ 4 ] {6f6a5356-0317-4b55-b1e9-9e3828343edf} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3827 2025.02.01 02:11:21.918416 [ 4 ] {6f6a5356-0317-4b55-b1e9-9e3828343edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3828 2025.02.01 02:11:21.918799 [ 4 ] {6f6a5356-0317-4b55-b1e9-9e3828343edf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3829 2025.02.01 02:11:21.919037 [ 4 ] {6f6a5356-0317-4b55-b1e9-9e3828343edf} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3830 2025.02.01 02:11:21.919214 [ 4 ] {6f6a5356-0317-4b55-b1e9-9e3828343edf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001443 sec., 164241.16424116422 rows/sec., 11.01 MiB/sec.
3831 2025.02.01 02:11:21.919264 [ 4 ] {6f6a5356-0317-4b55-b1e9-9e3828343edf} <Debug> TCPHandler: Processed in 0.001663427 sec.
3832 2025.02.01 02:11:21.919389 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3833 2025.02.01 02:11:21.919494 [ 255 ] {c6f2eb41-624a-4832-a279-cd83321a1d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3834 2025.02.01 02:11:21.919540 [ 255 ] {c6f2eb41-624a-4832-a279-cd83321a1d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3835 2025.02.01 02:11:21.919954 [ 255 ] {c6f2eb41-624a-4832-a279-cd83321a1d97} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3836 2025.02.01 02:11:21.919990 [ 255 ] {c6f2eb41-624a-4832-a279-cd83321a1d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3837 2025.02.01 02:11:21.920333 [ 255 ] {c6f2eb41-624a-4832-a279-cd83321a1d97} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3838 2025.02.01 02:11:21.920592 [ 255 ] {c6f2eb41-624a-4832-a279-cd83321a1d97} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3839 2025.02.01 02:11:21.920714 [ 119 ] {} <Debug> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3840 2025.02.01 02:11:21.920754 [ 119 ] {} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3841 2025.02.01 02:11:21.920781 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3842 2025.02.01 02:11:21.920781 [ 255 ] {c6f2eb41-624a-4832-a279-cd83321a1d97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001305 sec., 766.2835249042146 rows/sec., 51.63 KiB/sec.
3843 2025.02.01 02:11:21.920908 [ 255 ] {c6f2eb41-624a-4832-a279-cd83321a1d97} <Debug> TCPHandler: Processed in 0.001568625 sec.
3844 2025.02.01 02:11:21.921095 [ 198 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
3845 2025.02.01 02:11:21.921115 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3846 2025.02.01 02:11:21.921366 [ 4 ] {a38bc4c6-8082-4a9b-b5c8-f4a4d21419c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3847 2025.02.01 02:11:21.921475 [ 198 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3848 2025.02.01 02:11:21.921478 [ 4 ] {a38bc4c6-8082-4a9b-b5c8-f4a4d21419c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3849 2025.02.01 02:11:21.921621 [ 198 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
3850 2025.02.01 02:11:21.922006 [ 198 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
3851 2025.02.01 02:11:21.922350 [ 198 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
3852 2025.02.01 02:11:21.922611 [ 198 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
3853 2025.02.01 02:11:21.922822 [ 198 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
3854 2025.02.01 02:11:21.923183 [ 198 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
3855 2025.02.01 02:11:21.923925 [ 4 ] {a38bc4c6-8082-4a9b-b5c8-f4a4d21419c0} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3856 2025.02.01 02:11:21.923973 [ 4 ] {a38bc4c6-8082-4a9b-b5c8-f4a4d21419c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3857 2025.02.01 02:11:21.924729 [ 4 ] {a38bc4c6-8082-4a9b-b5c8-f4a4d21419c0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3858 2025.02.01 02:11:21.925289 [ 4 ] {a38bc4c6-8082-4a9b-b5c8-f4a4d21419c0} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3859 2025.02.01 02:11:21.926004 [ 4 ] {a38bc4c6-8082-4a9b-b5c8-f4a4d21419c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004651 sec., 17630.617071597506 rows/sec., 1.12 MiB/sec.
3860 2025.02.01 02:11:21.926401 [ 4 ] {a38bc4c6-8082-4a9b-b5c8-f4a4d21419c0} <Debug> TCPHandler: Processed in 0.005381883 sec.
3861 2025.02.01 02:11:21.926743 [ 191 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005842307 sec., 1711.652605725786 rows/sec., 114.67 KiB/sec.
3862 2025.02.01 02:11:21.926894 [ 190 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3863 2025.02.01 02:11:21.927220 [ 190 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_10_2} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3864 2025.02.01 02:11:21.927305 [ 190 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_10_2} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3865 2025.02.01 02:11:21.927398 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3866 2025.02.01 02:11:23.830398 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3867 2025.02.01 02:11:23.831120 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3868 2025.02.01 02:11:23.831167 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3869 2025.02.01 02:11:23.831691 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3870 2025.02.01 02:11:23.831949 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3871 2025.02.01 02:11:23.832221 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3872 2025.02.01 02:11:24.348929 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3873 2025.02.01 02:11:24.367692 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3874 2025.02.01 02:11:24.367764 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3875 2025.02.01 02:11:24.375035 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3876 2025.02.01 02:11:24.375827 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3877 2025.02.01 02:11:24.378962 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3878 2025.02.01 02:11:26.348402 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 540
3879 2025.02.01 02:11:26.351777 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3880 2025.02.01 02:11:26.351828 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3881 2025.02.01 02:11:26.353296 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3882 2025.02.01 02:11:26.353598 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3883 2025.02.01 02:11:26.354474 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 540
3884 2025.02.01 02:11:26.895253 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3885 2025.02.01 02:11:26.895422 [ 255 ] {1a7bfd1d-2cc4-438d-aca1-0caac92f7509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3886 2025.02.01 02:11:26.895487 [ 255 ] {1a7bfd1d-2cc4-438d-aca1-0caac92f7509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3887 2025.02.01 02:11:26.896193 [ 255 ] {1a7bfd1d-2cc4-438d-aca1-0caac92f7509} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3888 2025.02.01 02:11:26.896240 [ 255 ] {1a7bfd1d-2cc4-438d-aca1-0caac92f7509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3889 2025.02.01 02:11:26.896654 [ 255 ] {1a7bfd1d-2cc4-438d-aca1-0caac92f7509} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3890 2025.02.01 02:11:26.896906 [ 255 ] {1a7bfd1d-2cc4-438d-aca1-0caac92f7509} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3891 2025.02.01 02:11:26.897144 [ 255 ] {1a7bfd1d-2cc4-438d-aca1-0caac92f7509} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001759 sec., 76179.64752700398 rows/sec., 6.57 MiB/sec.
3892 2025.02.01 02:11:26.897244 [ 255 ] {1a7bfd1d-2cc4-438d-aca1-0caac92f7509} <Debug> TCPHandler: Processed in 0.00208966 sec.
3893 2025.02.01 02:11:26.897484 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3894 2025.02.01 02:11:26.897627 [ 4 ] {d7d65bec-a5d3-4fa7-85e9-6bc47f99c57b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3895 2025.02.01 02:11:26.897684 [ 4 ] {d7d65bec-a5d3-4fa7-85e9-6bc47f99c57b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3896 2025.02.01 02:11:26.898329 [ 4 ] {d7d65bec-a5d3-4fa7-85e9-6bc47f99c57b} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3897 2025.02.01 02:11:26.898371 [ 4 ] {d7d65bec-a5d3-4fa7-85e9-6bc47f99c57b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3898 2025.02.01 02:11:26.898731 [ 4 ] {d7d65bec-a5d3-4fa7-85e9-6bc47f99c57b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3899 2025.02.01 02:11:26.898972 [ 4 ] {d7d65bec-a5d3-4fa7-85e9-6bc47f99c57b} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3900 2025.02.01 02:11:26.899195 [ 4 ] {d7d65bec-a5d3-4fa7-85e9-6bc47f99c57b} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001598 sec., 24405.506883604507 rows/sec., 1.79 MiB/sec.
3901 2025.02.01 02:11:26.899249 [ 4 ] {d7d65bec-a5d3-4fa7-85e9-6bc47f99c57b} <Debug> TCPHandler: Processed in 0.001892478 sec.
3902 2025.02.01 02:11:26.899391 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3903 2025.02.01 02:11:26.899521 [ 255 ] {aef19953-ab38-4c83-93fb-ce26b5a15c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3904 2025.02.01 02:11:26.899576 [ 255 ] {aef19953-ab38-4c83-93fb-ce26b5a15c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3905 2025.02.01 02:11:26.900230 [ 255 ] {aef19953-ab38-4c83-93fb-ce26b5a15c6c} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3906 2025.02.01 02:11:26.900270 [ 255 ] {aef19953-ab38-4c83-93fb-ce26b5a15c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3907 2025.02.01 02:11:26.900627 [ 255 ] {aef19953-ab38-4c83-93fb-ce26b5a15c6c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3908 2025.02.01 02:11:26.900860 [ 255 ] {aef19953-ab38-4c83-93fb-ce26b5a15c6c} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3909 2025.02.01 02:11:26.901071 [ 255 ] {aef19953-ab38-4c83-93fb-ce26b5a15c6c} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001578 sec., 65272.496831432196 rows/sec., 5.10 MiB/sec.
3910 2025.02.01 02:11:26.901124 [ 255 ] {aef19953-ab38-4c83-93fb-ce26b5a15c6c} <Debug> TCPHandler: Processed in 0.001796977 sec.
3911 2025.02.01 02:11:26.901268 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3912 2025.02.01 02:11:26.901399 [ 4 ] {0e8d40d4-eb2d-48be-a99c-5e67f9a6bc42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3913 2025.02.01 02:11:26.901457 [ 4 ] {0e8d40d4-eb2d-48be-a99c-5e67f9a6bc42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3914 2025.02.01 02:11:26.902052 [ 4 ] {0e8d40d4-eb2d-48be-a99c-5e67f9a6bc42} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3915 2025.02.01 02:11:26.902098 [ 4 ] {0e8d40d4-eb2d-48be-a99c-5e67f9a6bc42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3916 2025.02.01 02:11:26.902493 [ 4 ] {0e8d40d4-eb2d-48be-a99c-5e67f9a6bc42} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3917 2025.02.01 02:11:26.902725 [ 4 ] {0e8d40d4-eb2d-48be-a99c-5e67f9a6bc42} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3918 2025.02.01 02:11:26.902978 [ 4 ] {0e8d40d4-eb2d-48be-a99c-5e67f9a6bc42} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec.
3919 2025.02.01 02:11:26.903196 [ 4 ] {0e8d40d4-eb2d-48be-a99c-5e67f9a6bc42} <Debug> TCPHandler: Processed in 0.001989949 sec.
3920 2025.02.01 02:11:26.903365 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3921 2025.02.01 02:11:26.903497 [ 255 ] {8b98d278-54b0-49ff-83d0-e77ddbc1c4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3922 2025.02.01 02:11:26.903586 [ 255 ] {8b98d278-54b0-49ff-83d0-e77ddbc1c4b2} <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
3923 2025.02.01 02:11:26.904756 [ 255 ] {8b98d278-54b0-49ff-83d0-e77ddbc1c4b2} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3924 2025.02.01 02:11:26.904795 [ 255 ] {8b98d278-54b0-49ff-83d0-e77ddbc1c4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3925 2025.02.01 02:11:26.905433 [ 255 ] {8b98d278-54b0-49ff-83d0-e77ddbc1c4b2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3926 2025.02.01 02:11:26.905688 [ 255 ] {8b98d278-54b0-49ff-83d0-e77ddbc1c4b2} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3927 2025.02.01 02:11:26.905872 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3928 2025.02.01 02:11:26.905963 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3929 2025.02.01 02:11:26.905970 [ 255 ] {8b98d278-54b0-49ff-83d0-e77ddbc1c4b2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002493 sec., 15643.802647412756 rows/sec., 28.03 MiB/sec.
3930 2025.02.01 02:11:26.906003 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3931 2025.02.01 02:11:26.906361 [ 255 ] {8b98d278-54b0-49ff-83d0-e77ddbc1c4b2} <Debug> TCPHandler: Processed in 0.00307671 sec.
3932 2025.02.01 02:11:26.906359 [ 198 ] {020f0894-13f1-40d0-810f-1f25b7597fca::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
3933 2025.02.01 02:11:26.906563 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3934 2025.02.01 02:11:26.906833 [ 4 ] {ccc9ac73-6839-4767-baab-3b94055cd10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3935 2025.02.01 02:11:26.906957 [ 4 ] {ccc9ac73-6839-4767-baab-3b94055cd10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3936 2025.02.01 02:11:26.907213 [ 198 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3937 2025.02.01 02:11:26.907462 [ 198 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 209 rows starting from the beginning of the part
3938 2025.02.01 02:11:26.908228 [ 198 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part
3939 2025.02.01 02:11:26.908999 [ 198 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
3940 2025.02.01 02:11:26.909098 [ 4 ] {ccc9ac73-6839-4767-baab-3b94055cd10c} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3941 2025.02.01 02:11:26.909190 [ 4 ] {ccc9ac73-6839-4767-baab-3b94055cd10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
3942 2025.02.01 02:11:26.909643 [ 198 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part
3943 2025.02.01 02:11:26.910310 [ 198 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part
3944 2025.02.01 02:11:26.910822 [ 4 ] {ccc9ac73-6839-4767-baab-3b94055cd10c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3945 2025.02.01 02:11:26.910846 [ 198 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
3946 2025.02.01 02:11:26.911597 [ 4 ] {ccc9ac73-6839-4767-baab-3b94055cd10c} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3947 2025.02.01 02:11:26.912244 [ 4 ] {ccc9ac73-6839-4767-baab-3b94055cd10c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005499 sec., 10911.074740861974 rows/sec., 752.98 KiB/sec.
3948 2025.02.01 02:11:26.912538 [ 4 ] {ccc9ac73-6839-4767-baab-3b94055cd10c} <Debug> TCPHandler: Processed in 0.006078479 sec.
3949 2025.02.01 02:11:26.916180 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 404 rows, containing 19 columns (19 merged, 0 gathered) in 0.010031838 sec., 40271.782698245326 rows/sec., 72.17 MiB/sec.
3950 2025.02.01 02:11:26.917114 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3951 2025.02.01 02:11:26.917573 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3952 2025.02.01 02:11:26.917651 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3953 2025.02.01 02:11:26.917794 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
3954 2025.02.01 02:11:31.244941 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
3955 2025.02.01 02:11:31.245015 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
3956 2025.02.01 02:11:31.332465 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3957 2025.02.01 02:11:31.333221 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3958 2025.02.01 02:11:31.333276 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3959 2025.02.01 02:11:31.333889 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3960 2025.02.01 02:11:31.334143 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3961 2025.02.01 02:11:31.334401 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3962 2025.02.01 02:11:31.879165 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3963 2025.02.01 02:11:31.897395 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3964 2025.02.01 02:11:31.897770 [ 255 ] {0fcd0dd0-3bec-46c8-9aa3-7fe5e3a9c6d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3965 2025.02.01 02:11:31.897931 [ 255 ] {0fcd0dd0-3bec-46c8-9aa3-7fe5e3a9c6d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3966 2025.02.01 02:11:31.902053 [ 255 ] {0fcd0dd0-3bec-46c8-9aa3-7fe5e3a9c6d4} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3967 2025.02.01 02:11:31.902426 [ 255 ] {0fcd0dd0-3bec-46c8-9aa3-7fe5e3a9c6d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3968 2025.02.01 02:11:31.904011 [ 255 ] {0fcd0dd0-3bec-46c8-9aa3-7fe5e3a9c6d4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3969 2025.02.01 02:11:31.905350 [ 255 ] {0fcd0dd0-3bec-46c8-9aa3-7fe5e3a9c6d4} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3970 2025.02.01 02:11:31.906230 [ 255 ] {0fcd0dd0-3bec-46c8-9aa3-7fe5e3a9c6d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00857 sec., 1633.605600933489 rows/sec., 117.60 KiB/sec.
3971 2025.02.01 02:11:31.906470 [ 255 ] {0fcd0dd0-3bec-46c8-9aa3-7fe5e3a9c6d4} <Debug> TCPHandler: Processed in 0.00930781 sec.
3972 2025.02.01 02:11:31.906742 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3973 2025.02.01 02:11:31.907044 [ 4 ] {f3803a04-4309-46ab-8144-52d844e41e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3974 2025.02.01 02:11:31.907250 [ 4 ] {f3803a04-4309-46ab-8144-52d844e41e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3975 2025.02.01 02:11:31.907789 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3976 2025.02.01 02:11:31.907866 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
3977 2025.02.01 02:11:31.910649 [ 4 ] {f3803a04-4309-46ab-8144-52d844e41e61} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3978 2025.02.01 02:11:31.910745 [ 4 ] {f3803a04-4309-46ab-8144-52d844e41e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
3979 2025.02.01 02:11:31.911988 [ 4 ] {f3803a04-4309-46ab-8144-52d844e41e61} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3980 2025.02.01 02:11:31.912813 [ 4 ] {f3803a04-4309-46ab-8144-52d844e41e61} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3981 2025.02.01 02:11:31.913509 [ 4 ] {f3803a04-4309-46ab-8144-52d844e41e61} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.006551 sec., 30987.635475499923 rows/sec., 2.68 MiB/sec.
3982 2025.02.01 02:11:31.913827 [ 4 ] {f3803a04-4309-46ab-8144-52d844e41e61} <Debug> TCPHandler: Processed in 0.007228121 sec.
3983 2025.02.01 02:11:31.914103 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3984 2025.02.01 02:11:31.914464 [ 255 ] {89d9138c-c1a3-4db3-8b07-004a8198ac46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3985 2025.02.01 02:11:31.914583 [ 255 ] {89d9138c-c1a3-4db3-8b07-004a8198ac46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3986 2025.02.01 02:11:31.917289 [ 255 ] {89d9138c-c1a3-4db3-8b07-004a8198ac46} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3987 2025.02.01 02:11:31.917362 [ 255 ] {89d9138c-c1a3-4db3-8b07-004a8198ac46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
3988 2025.02.01 02:11:31.918136 [ 255 ] {89d9138c-c1a3-4db3-8b07-004a8198ac46} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3989 2025.02.01 02:11:31.918701 [ 255 ] {89d9138c-c1a3-4db3-8b07-004a8198ac46} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3990 2025.02.01 02:11:31.919048 [ 107 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3991 2025.02.01 02:11:31.919178 [ 107 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3992 2025.02.01 02:11:31.919283 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
3993 2025.02.01 02:11:31.919457 [ 255 ] {89d9138c-c1a3-4db3-8b07-004a8198ac46} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005098 sec., 1373.0874852883483 rows/sec., 89.46 KiB/sec.
3994 2025.02.01 02:11:31.919757 [ 255 ] {89d9138c-c1a3-4db3-8b07-004a8198ac46} <Debug> TCPHandler: Processed in 0.005813856 sec.
3995 2025.02.01 02:11:31.919962 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
3996 2025.02.01 02:11:31.920032 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3997 2025.02.01 02:11:31.920414 [ 4 ] {c308c12b-ffda-43db-bbff-f6332ff4d8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3998 2025.02.01 02:11:31.920568 [ 4 ] {c308c12b-ffda-43db-bbff-f6332ff4d8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3999 2025.02.01 02:11:31.920621 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4000 2025.02.01 02:11:31.920777 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 60 rows starting from the beginning of the part
4001 2025.02.01 02:11:31.921275 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part
4002 2025.02.01 02:11:31.921730 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part
4003 2025.02.01 02:11:31.922095 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 7 rows starting from the beginning of the part
4004 2025.02.01 02:11:31.922447 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part
4005 2025.02.01 02:11:31.922698 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part
4006 2025.02.01 02:11:31.924859 [ 4 ] {c308c12b-ffda-43db-bbff-f6332ff4d8b2} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4007 2025.02.01 02:11:31.924956 [ 4 ] {c308c12b-ffda-43db-bbff-f6332ff4d8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4008 2025.02.01 02:11:31.926698 [ 4 ] {c308c12b-ffda-43db-bbff-f6332ff4d8b2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4009 2025.02.01 02:11:31.927591 [ 4 ] {c308c12b-ffda-43db-bbff-f6332ff4d8b2} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4010 2025.02.01 02:11:31.928493 [ 4 ] {c308c12b-ffda-43db-bbff-f6332ff4d8b2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.008171 sec., 1713.3765756945295 rows/sec., 119.99 KiB/sec.
4011 2025.02.01 02:11:31.928645 [ 189 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 5 columns (5 merged, 0 gathered) in 0.009143758 sec., 17388.911648799105 rows/sec., 1.31 MiB/sec.
4012 2025.02.01 02:11:31.929044 [ 4 ] {c308c12b-ffda-43db-bbff-f6332ff4d8b2} <Debug> TCPHandler: Processed in 0.009149869 sec.
4013 2025.02.01 02:11:31.929296 [ 189 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4014 2025.02.01 02:11:31.929309 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4015 2025.02.01 02:11:31.929696 [ 255 ] {70afa22d-1432-48a2-ae37-6110bbab20a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4016 2025.02.01 02:11:31.929844 [ 255 ] {70afa22d-1432-48a2-ae37-6110bbab20a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4017 2025.02.01 02:11:31.930278 [ 189 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4018 2025.02.01 02:11:31.930597 [ 189 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_21_4} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4019 2025.02.01 02:11:31.930918 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4020 2025.02.01 02:11:31.932850 [ 255 ] {70afa22d-1432-48a2-ae37-6110bbab20a8} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4021 2025.02.01 02:11:31.932925 [ 255 ] {70afa22d-1432-48a2-ae37-6110bbab20a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4022 2025.02.01 02:11:31.934156 [ 255 ] {70afa22d-1432-48a2-ae37-6110bbab20a8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4023 2025.02.01 02:11:31.934792 [ 255 ] {70afa22d-1432-48a2-ae37-6110bbab20a8} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4024 2025.02.01 02:11:31.935525 [ 255 ] {70afa22d-1432-48a2-ae37-6110bbab20a8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005906 sec., 2201.1513714866237 rows/sec., 137.24 KiB/sec.
4025 2025.02.01 02:11:31.935816 [ 255 ] {70afa22d-1432-48a2-ae37-6110bbab20a8} <Debug> TCPHandler: Processed in 0.006658575 sec.
4026 2025.02.01 02:11:31.936026 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4027 2025.02.01 02:11:31.936234 [ 4 ] {bc1e35cd-5db2-4914-90bf-cbca44ba2b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4028 2025.02.01 02:11:31.936318 [ 4 ] {bc1e35cd-5db2-4914-90bf-cbca44ba2b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4029 2025.02.01 02:11:31.937422 [ 4 ] {bc1e35cd-5db2-4914-90bf-cbca44ba2b21} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4030 2025.02.01 02:11:31.937466 [ 4 ] {bc1e35cd-5db2-4914-90bf-cbca44ba2b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4031 2025.02.01 02:11:31.938685 [ 4 ] {bc1e35cd-5db2-4914-90bf-cbca44ba2b21} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4032 2025.02.01 02:11:31.939523 [ 4 ] {bc1e35cd-5db2-4914-90bf-cbca44ba2b21} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4033 2025.02.01 02:11:31.940443 [ 4 ] {bc1e35cd-5db2-4914-90bf-cbca44ba2b21} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004223 sec., 90457.02107506512 rows/sec., 6.40 MiB/sec.
4034 2025.02.01 02:11:31.940839 [ 4 ] {bc1e35cd-5db2-4914-90bf-cbca44ba2b21} <Debug> TCPHandler: Processed in 0.004909988 sec.
4035 2025.02.01 02:11:31.941061 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4036 2025.02.01 02:11:31.941353 [ 255 ] {8b595550-f021-4688-9b17-a84d084ad9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4037 2025.02.01 02:11:31.941472 [ 255 ] {8b595550-f021-4688-9b17-a84d084ad9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4038 2025.02.01 02:11:31.943514 [ 255 ] {8b595550-f021-4688-9b17-a84d084ad9c9} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4039 2025.02.01 02:11:31.943585 [ 255 ] {8b595550-f021-4688-9b17-a84d084ad9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4040 2025.02.01 02:11:31.945037 [ 255 ] {8b595550-f021-4688-9b17-a84d084ad9c9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
4041 2025.02.01 02:11:31.945300 [ 255 ] {8b595550-f021-4688-9b17-a84d084ad9c9} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4042 2025.02.01 02:11:31.945519 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4043 2025.02.01 02:11:31.945582 [ 255 ] {8b595550-f021-4688-9b17-a84d084ad9c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004305 sec., 1393.7282229965158 rows/sec., 72.82 KiB/sec.
4044 2025.02.01 02:11:31.945864 [ 255 ] {8b595550-f021-4688-9b17-a84d084ad9c9} <Debug> TCPHandler: Processed in 0.004917639 sec.
4045 2025.02.01 02:11:31.946052 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4046 2025.02.01 02:11:31.946484 [ 4 ] {d4ea7a8e-0259-4662-a431-732bf6f2c18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4047 2025.02.01 02:11:31.946707 [ 4 ] {d4ea7a8e-0259-4662-a431-732bf6f2c18e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4048 2025.02.01 02:11:31.949083 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4049 2025.02.01 02:11:31.949385 [ 4 ] {d4ea7a8e-0259-4662-a431-732bf6f2c18e} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4050 2025.02.01 02:11:31.949500 [ 4 ] {d4ea7a8e-0259-4662-a431-732bf6f2c18e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
4051 2025.02.01 02:11:31.951796 [ 4 ] {d4ea7a8e-0259-4662-a431-732bf6f2c18e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4052 2025.02.01 02:11:31.952631 [ 4 ] {d4ea7a8e-0259-4662-a431-732bf6f2c18e} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4053 2025.02.01 02:11:31.953400 [ 4 ] {d4ea7a8e-0259-4662-a431-732bf6f2c18e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.007159 sec., 33105.18228802905 rows/sec., 2.22 MiB/sec.
4054 2025.02.01 02:11:31.953760 [ 4 ] {d4ea7a8e-0259-4662-a431-732bf6f2c18e} <Debug> TCPHandler: Processed in 0.007769675 sec.
4055 2025.02.01 02:11:31.954016 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4056 2025.02.01 02:11:31.954420 [ 255 ] {7ca0b7be-273a-4e0a-ab93-e83be68be261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4057 2025.02.01 02:11:31.954570 [ 255 ] {7ca0b7be-273a-4e0a-ab93-e83be68be261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4058 2025.02.01 02:11:31.958075 [ 255 ] {7ca0b7be-273a-4e0a-ab93-e83be68be261} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4059 2025.02.01 02:11:31.958172 [ 255 ] {7ca0b7be-273a-4e0a-ab93-e83be68be261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
4060 2025.02.01 02:11:31.959796 [ 255 ] {7ca0b7be-273a-4e0a-ab93-e83be68be261} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4061 2025.02.01 02:11:31.960582 [ 255 ] {7ca0b7be-273a-4e0a-ab93-e83be68be261} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4062 2025.02.01 02:11:31.961445 [ 255 ] {7ca0b7be-273a-4e0a-ab93-e83be68be261} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007183 sec., 139.21759710427398 rows/sec., 9.38 KiB/sec.
4063 2025.02.01 02:11:31.961745 [ 255 ] {7ca0b7be-273a-4e0a-ab93-e83be68be261} <Debug> TCPHandler: Processed in 0.007876297 sec.
4064 2025.02.01 02:11:31.962033 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4065 2025.02.01 02:11:31.962392 [ 4 ] {529f4d35-e806-460d-ba8f-bf825d1dce1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4066 2025.02.01 02:11:31.962569 [ 4 ] {529f4d35-e806-460d-ba8f-bf825d1dce1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4067 2025.02.01 02:11:31.964321 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
4068 2025.02.01 02:11:31.964569 [ 4 ] {529f4d35-e806-460d-ba8f-bf825d1dce1d} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4069 2025.02.01 02:11:31.964611 [ 4 ] {529f4d35-e806-460d-ba8f-bf825d1dce1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.96 GiB.
4070 2025.02.01 02:11:31.964983 [ 4 ] {529f4d35-e806-460d-ba8f-bf825d1dce1d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4071 2025.02.01 02:11:31.965223 [ 4 ] {529f4d35-e806-460d-ba8f-bf825d1dce1d} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4072 2025.02.01 02:11:31.965457 [ 4 ] {529f4d35-e806-460d-ba8f-bf825d1dce1d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003181 sec., 25778.057214712357 rows/sec., 1.64 MiB/sec.
4073 2025.02.01 02:11:31.965523 [ 4 ] {529f4d35-e806-460d-ba8f-bf825d1dce1d} <Debug> TCPHandler: Processed in 0.003660736 sec.
4074 2025.02.01 02:11:36.258635 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4075 2025.02.01 02:11:36.258868 [ 255 ] {4e7a0095-de0d-4a77-91b5-f2ac4347a792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4076 2025.02.01 02:11:36.258950 [ 255 ] {4e7a0095-de0d-4a77-91b5-f2ac4347a792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4077 2025.02.01 02:11:36.259759 [ 255 ] {4e7a0095-de0d-4a77-91b5-f2ac4347a792} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4078 2025.02.01 02:11:36.259809 [ 255 ] {4e7a0095-de0d-4a77-91b5-f2ac4347a792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4079 2025.02.01 02:11:36.260229 [ 255 ] {4e7a0095-de0d-4a77-91b5-f2ac4347a792} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4080 2025.02.01 02:11:36.260483 [ 255 ] {4e7a0095-de0d-4a77-91b5-f2ac4347a792} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4081 2025.02.01 02:11:36.260717 [ 255 ] {4e7a0095-de0d-4a77-91b5-f2ac4347a792} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001908 sec., 6289.308176100629 rows/sec., 512.85 KiB/sec.
4082 2025.02.01 02:11:36.260785 [ 255 ] {4e7a0095-de0d-4a77-91b5-f2ac4347a792} <Debug> TCPHandler: Processed in 0.002286142 sec.
4083 2025.02.01 02:11:36.260948 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4084 2025.02.01 02:11:36.261065 [ 4 ] {6b6018e9-f417-40af-b88a-625d4afeb043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4085 2025.02.01 02:11:36.261115 [ 4 ] {6b6018e9-f417-40af-b88a-625d4afeb043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4086 2025.02.01 02:11:36.262178 [ 4 ] {6b6018e9-f417-40af-b88a-625d4afeb043} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4087 2025.02.01 02:11:36.262221 [ 4 ] {6b6018e9-f417-40af-b88a-625d4afeb043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4088 2025.02.01 02:11:36.262674 [ 4 ] {6b6018e9-f417-40af-b88a-625d4afeb043} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4089 2025.02.01 02:11:36.262914 [ 4 ] {6b6018e9-f417-40af-b88a-625d4afeb043} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4090 2025.02.01 02:11:36.263079 [ 102 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4091 2025.02.01 02:11:36.263153 [ 4 ] {6b6018e9-f417-40af-b88a-625d4afeb043} <Debug> executeQuery: Read 1280 rows, 108.84 KiB in 0.002109 sec., 606922.71218587 rows/sec., 50.40 MiB/sec.
4092 2025.02.01 02:11:36.263161 [ 102 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4093 2025.02.01 02:11:36.263239 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4094 2025.02.01 02:11:36.263287 [ 4 ] {6b6018e9-f417-40af-b88a-625d4afeb043} <Debug> TCPHandler: Processed in 0.002404044 sec.
4095 2025.02.01 02:11:36.263514 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4096 2025.02.01 02:11:36.263554 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
4097 2025.02.01 02:11:36.263733 [ 255 ] {925068d8-9bb1-42e0-aa0e-e8cc7f2354ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4098 2025.02.01 02:11:36.263845 [ 255 ] {925068d8-9bb1-42e0-aa0e-e8cc7f2354ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4099 2025.02.01 02:11:36.263846 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4100 2025.02.01 02:11:36.263972 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1430 rows starting from the beginning of the part
4101 2025.02.01 02:11:36.264322 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 134 rows starting from the beginning of the part
4102 2025.02.01 02:11:36.264787 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 203 rows starting from the beginning of the part
4103 2025.02.01 02:11:36.265213 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 134 rows starting from the beginning of the part
4104 2025.02.01 02:11:36.265498 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 203 rows starting from the beginning of the part
4105 2025.02.01 02:11:36.265937 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1280 rows starting from the beginning of the part
4106 2025.02.01 02:11:36.266663 [ 255 ] {925068d8-9bb1-42e0-aa0e-e8cc7f2354ed} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4107 2025.02.01 02:11:36.266732 [ 255 ] {925068d8-9bb1-42e0-aa0e-e8cc7f2354ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4108 2025.02.01 02:11:36.267586 [ 255 ] {925068d8-9bb1-42e0-aa0e-e8cc7f2354ed} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4109 2025.02.01 02:11:36.268135 [ 255 ] {925068d8-9bb1-42e0-aa0e-e8cc7f2354ed} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4110 2025.02.01 02:11:36.268629 [ 255 ] {925068d8-9bb1-42e0-aa0e-e8cc7f2354ed} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.004955 sec., 10292.63370332997 rows/sec., 760.95 KiB/sec.
4111 2025.02.01 02:11:36.268716 [ 255 ] {925068d8-9bb1-42e0-aa0e-e8cc7f2354ed} <Debug> TCPHandler: Processed in 0.005319542 sec.
4112 2025.02.01 02:11:36.268875 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4113 2025.02.01 02:11:36.269025 [ 4 ] {1bb0dfe1-081b-4d42-91eb-0779b29f44cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4114 2025.02.01 02:11:36.269084 [ 4 ] {1bb0dfe1-081b-4d42-91eb-0779b29f44cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4115 2025.02.01 02:11:36.269798 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3384 rows, containing 5 columns (5 merged, 0 gathered) in 0.006452243 sec., 524468.7777568204 rows/sec., 46.07 MiB/sec.
4116 2025.02.01 02:11:36.270094 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4117 2025.02.01 02:11:36.270738 [ 4 ] {1bb0dfe1-081b-4d42-91eb-0779b29f44cb} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4118 2025.02.01 02:11:36.270780 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4119 2025.02.01 02:11:36.270802 [ 4 ] {1bb0dfe1-081b-4d42-91eb-0779b29f44cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4120 2025.02.01 02:11:36.270968 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_26_5} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4121 2025.02.01 02:11:36.271127 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
4122 2025.02.01 02:11:36.271394 [ 4 ] {1bb0dfe1-081b-4d42-91eb-0779b29f44cb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4123 2025.02.01 02:11:36.271647 [ 4 ] {1bb0dfe1-081b-4d42-91eb-0779b29f44cb} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4124 2025.02.01 02:11:36.271898 [ 4 ] {1bb0dfe1-081b-4d42-91eb-0779b29f44cb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002898 sec., 78674.94824016563 rows/sec., 5.33 MiB/sec.
4125 2025.02.01 02:11:36.272080 [ 4 ] {1bb0dfe1-081b-4d42-91eb-0779b29f44cb} <Debug> TCPHandler: Processed in 0.003272832 sec.
4126 2025.02.01 02:11:36.272255 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4127 2025.02.01 02:11:36.272386 [ 255 ] {8fb0fa10-961c-43ef-85a2-156f4af21c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4128 2025.02.01 02:11:36.272440 [ 255 ] {8fb0fa10-961c-43ef-85a2-156f4af21c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4129 2025.02.01 02:11:36.273323 [ 255 ] {8fb0fa10-961c-43ef-85a2-156f4af21c36} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4130 2025.02.01 02:11:36.273376 [ 255 ] {8fb0fa10-961c-43ef-85a2-156f4af21c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4131 2025.02.01 02:11:36.273799 [ 255 ] {8fb0fa10-961c-43ef-85a2-156f4af21c36} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4132 2025.02.01 02:11:36.274051 [ 255 ] {8fb0fa10-961c-43ef-85a2-156f4af21c36} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4133 2025.02.01 02:11:36.274219 [ 101 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4134 2025.02.01 02:11:36.274286 [ 255 ] {8fb0fa10-961c-43ef-85a2-156f4af21c36} <Debug> executeQuery: Read 571 rows, 43.51 KiB in 0.001926 sec., 296469.3665628245 rows/sec., 22.06 MiB/sec.
4135 2025.02.01 02:11:36.274315 [ 101 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4136 2025.02.01 02:11:36.274383 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4137 2025.02.01 02:11:36.274417 [ 255 ] {8fb0fa10-961c-43ef-85a2-156f4af21c36} <Debug> TCPHandler: Processed in 0.002224412 sec.
4138 2025.02.01 02:11:36.274661 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4139 2025.02.01 02:11:36.274753 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
4140 2025.02.01 02:11:36.275019 [ 4 ] {2b431335-b05a-4974-b97a-70cee54f9332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4141 2025.02.01 02:11:36.275242 [ 4 ] {2b431335-b05a-4974-b97a-70cee54f9332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4142 2025.02.01 02:11:36.275285 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4143 2025.02.01 02:11:36.275448 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part
4144 2025.02.01 02:11:36.275944 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 103 rows starting from the beginning of the part
4145 2025.02.01 02:11:36.276323 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 382 rows starting from the beginning of the part
4146 2025.02.01 02:11:36.276655 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 103 rows starting from the beginning of the part
4147 2025.02.01 02:11:36.276952 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 382 rows starting from the beginning of the part
4148 2025.02.01 02:11:36.277118 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 571 rows starting from the beginning of the part
4149 2025.02.01 02:11:36.278122 [ 4 ] {2b431335-b05a-4974-b97a-70cee54f9332} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4150 2025.02.01 02:11:36.278186 [ 4 ] {2b431335-b05a-4974-b97a-70cee54f9332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4151 2025.02.01 02:11:36.279376 [ 4 ] {2b431335-b05a-4974-b97a-70cee54f9332} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4152 2025.02.01 02:11:36.279705 [ 4 ] {2b431335-b05a-4974-b97a-70cee54f9332} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4153 2025.02.01 02:11:36.280053 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4154 2025.02.01 02:11:36.280190 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4155 2025.02.01 02:11:36.280266 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4156 2025.02.01 02:11:36.280295 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2450 rows, containing 5 columns (5 merged, 0 gathered) in 0.005817807 sec., 421120.87939665234 rows/sec., 32.33 MiB/sec.
4157 2025.02.01 02:11:36.280414 [ 4 ] {2b431335-b05a-4974-b97a-70cee54f9332} <Debug> executeQuery: Read 922 rows, 63.51 KiB in 0.00551 sec., 167332.12341197822 rows/sec., 11.26 MiB/sec.
4158 2025.02.01 02:11:36.280763 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4159 2025.02.01 02:11:36.280807 [ 4 ] {2b431335-b05a-4974-b97a-70cee54f9332} <Debug> TCPHandler: Processed in 0.006284731 sec.
4160 2025.02.01 02:11:36.280855 [ 201 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
4161 2025.02.01 02:11:36.281164 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4162 2025.02.01 02:11:36.281535 [ 201 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4163 2025.02.01 02:11:36.281625 [ 255 ] {e72f7e89-94ba-4b3b-87a8-34783b4f84a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4164 2025.02.01 02:11:36.281750 [ 201 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6754 rows starting from the beginning of the part
4165 2025.02.01 02:11:36.282107 [ 255 ] {e72f7e89-94ba-4b3b-87a8-34783b4f84a7} <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
4166 2025.02.01 02:11:36.282413 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4167 2025.02.01 02:11:36.282567 [ 201 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part
4168 2025.02.01 02:11:36.283032 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_26_5} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4169 2025.02.01 02:11:36.283119 [ 201 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
4170 2025.02.01 02:11:36.283505 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
4171 2025.02.01 02:11:36.283667 [ 201 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
4172 2025.02.01 02:11:36.283948 [ 201 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part
4173 2025.02.01 02:11:36.284450 [ 201 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 922 rows starting from the beginning of the part
4174 2025.02.01 02:11:36.287948 [ 255 ] {e72f7e89-94ba-4b3b-87a8-34783b4f84a7} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4175 2025.02.01 02:11:36.288023 [ 255 ] {e72f7e89-94ba-4b3b-87a8-34783b4f84a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4176 2025.02.01 02:11:36.289031 [ 255 ] {e72f7e89-94ba-4b3b-87a8-34783b4f84a7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4177 2025.02.01 02:11:36.289338 [ 255 ] {e72f7e89-94ba-4b3b-87a8-34783b4f84a7} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4178 2025.02.01 02:11:36.289594 [ 255 ] {e72f7e89-94ba-4b3b-87a8-34783b4f84a7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008155 sec., 4782.3421213979145 rows/sec., 8.57 MiB/sec.
4179 2025.02.01 02:11:36.289730 [ 255 ] {e72f7e89-94ba-4b3b-87a8-34783b4f84a7} <Debug> TCPHandler: Processed in 0.008782625 sec.
4180 2025.02.01 02:11:36.289906 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4181 2025.02.01 02:11:36.290217 [ 4 ] {3b6f53e1-b1b9-4639-8771-ba9f6b8586f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4182 2025.02.01 02:11:36.290261 [ 188 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8470 rows, containing 5 columns (5 merged, 0 gathered) in 0.009840446 sec., 860733.344809778 rows/sec., 58.07 MiB/sec.
4183 2025.02.01 02:11:36.290295 [ 4 ] {3b6f53e1-b1b9-4639-8771-ba9f6b8586f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4184 2025.02.01 02:11:36.290716 [ 188 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4185 2025.02.01 02:11:36.291343 [ 4 ] {3b6f53e1-b1b9-4639-8771-ba9f6b8586f9} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4186 2025.02.01 02:11:36.291351 [ 188 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4187 2025.02.01 02:11:36.291406 [ 4 ] {3b6f53e1-b1b9-4639-8771-ba9f6b8586f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4188 2025.02.01 02:11:36.291545 [ 188 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4189 2025.02.01 02:11:36.291750 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB.
4190 2025.02.01 02:11:36.292024 [ 4 ] {3b6f53e1-b1b9-4639-8771-ba9f6b8586f9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4191 2025.02.01 02:11:36.292269 [ 4 ] {3b6f53e1-b1b9-4639-8771-ba9f6b8586f9} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4192 2025.02.01 02:11:36.292457 [ 101 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4193 2025.02.01 02:11:36.292518 [ 101 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4194 2025.02.01 02:11:36.292546 [ 4 ] {3b6f53e1-b1b9-4639-8771-ba9f6b8586f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0024 sec., 25000.000000000004 rows/sec., 1.68 MiB/sec.
4195 2025.02.01 02:11:36.292566 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4196 2025.02.01 02:11:36.292665 [ 4 ] {3b6f53e1-b1b9-4639-8771-ba9f6b8586f9} <Debug> TCPHandler: Processed in 0.002844418 sec.
4197 2025.02.01 02:11:36.292861 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::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
4198 2025.02.01 02:11:36.292986 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4199 2025.02.01 02:11:36.293017 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1148 rows starting from the beginning of the part
4200 2025.02.01 02:11:36.293094 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part
4201 2025.02.01 02:11:36.293162 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::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
4202 2025.02.01 02:11:36.293302 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::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
4203 2025.02.01 02:11:36.293381 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::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
4204 2025.02.01 02:11:36.293500 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::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
4205 2025.02.01 02:11:36.294673 [ 192 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1492 rows, containing 4 columns (4 merged, 0 gathered) in 0.001960589 sec., 760995.8027919161 rows/sec., 49.76 MiB/sec.
4206 2025.02.01 02:11:36.294864 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4207 2025.02.01 02:11:36.295141 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_26_5} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4208 2025.02.01 02:11:36.295218 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_26_5} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4209 2025.02.01 02:11:36.295294 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4210 2025.02.01 02:11:36.354882 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 588
4211 2025.02.01 02:11:36.358359 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4212 2025.02.01 02:11:36.358399 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4213 2025.02.01 02:11:36.359815 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4214 2025.02.01 02:11:36.360096 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4215 2025.02.01 02:11:36.361040 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 588
4216 2025.02.01 02:11:38.834647 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
4217 2025.02.01 02:11:38.835373 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4218 2025.02.01 02:11:38.835424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4219 2025.02.01 02:11:38.835978 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4220 2025.02.01 02:11:38.836249 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4221 2025.02.01 02:11:38.836522 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
4222 2025.02.01 02:11:39.464529 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4223 2025.02.01 02:11:39.486664 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4224 2025.02.01 02:11:39.486723 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4225 2025.02.01 02:11:39.494130 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4226 2025.02.01 02:11:39.494917 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4227 2025.02.01 02:11:39.497767 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4228 2025.02.01 02:11:41.897400 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4229 2025.02.01 02:11:41.897610 [ 255 ] {070f3fab-d897-4e89-9939-1332d7842eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4230 2025.02.01 02:11:41.897690 [ 255 ] {070f3fab-d897-4e89-9939-1332d7842eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4231 2025.02.01 02:11:41.898417 [ 255 ] {070f3fab-d897-4e89-9939-1332d7842eba} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4232 2025.02.01 02:11:41.898463 [ 255 ] {070f3fab-d897-4e89-9939-1332d7842eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4233 2025.02.01 02:11:41.898898 [ 255 ] {070f3fab-d897-4e89-9939-1332d7842eba} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4234 2025.02.01 02:11:41.899166 [ 255 ] {070f3fab-d897-4e89-9939-1332d7842eba} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4235 2025.02.01 02:11:41.899416 [ 255 ] {070f3fab-d897-4e89-9939-1332d7842eba} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 543.30 KiB/sec.
4236 2025.02.01 02:11:41.899649 [ 255 ] {070f3fab-d897-4e89-9939-1332d7842eba} <Debug> TCPHandler: Processed in 0.002382073 sec.
4237 2025.02.01 02:11:41.899812 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4238 2025.02.01 02:11:41.899932 [ 4 ] {578218ab-5721-45a1-a4e3-88926a91c109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4239 2025.02.01 02:11:41.899980 [ 4 ] {578218ab-5721-45a1-a4e3-88926a91c109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4240 2025.02.01 02:11:41.900634 [ 4 ] {578218ab-5721-45a1-a4e3-88926a91c109} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4241 2025.02.01 02:11:41.900674 [ 4 ] {578218ab-5721-45a1-a4e3-88926a91c109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4242 2025.02.01 02:11:41.901052 [ 4 ] {578218ab-5721-45a1-a4e3-88926a91c109} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4243 2025.02.01 02:11:41.901295 [ 4 ] {578218ab-5721-45a1-a4e3-88926a91c109} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4244 2025.02.01 02:11:41.901508 [ 4 ] {578218ab-5721-45a1-a4e3-88926a91c109} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001599 sec., 126954.3464665416 rows/sec., 10.99 MiB/sec.
4245 2025.02.01 02:11:41.901694 [ 4 ] {578218ab-5721-45a1-a4e3-88926a91c109} <Debug> TCPHandler: Processed in 0.001939539 sec.
4246 2025.02.01 02:11:41.901864 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4247 2025.02.01 02:11:41.902000 [ 255 ] {137780b3-a4e5-4f5a-a66a-4ef7ae028927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4248 2025.02.01 02:11:41.902057 [ 255 ] {137780b3-a4e5-4f5a-a66a-4ef7ae028927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4249 2025.02.01 02:11:41.902705 [ 255 ] {137780b3-a4e5-4f5a-a66a-4ef7ae028927} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4250 2025.02.01 02:11:41.902752 [ 255 ] {137780b3-a4e5-4f5a-a66a-4ef7ae028927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4251 2025.02.01 02:11:41.903103 [ 255 ] {137780b3-a4e5-4f5a-a66a-4ef7ae028927} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4252 2025.02.01 02:11:41.903336 [ 255 ] {137780b3-a4e5-4f5a-a66a-4ef7ae028927} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4253 2025.02.01 02:11:41.903508 [ 255 ] {137780b3-a4e5-4f5a-a66a-4ef7ae028927} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00154 sec., 4545.454545454546 rows/sec., 296.14 KiB/sec.
4254 2025.02.01 02:11:41.903561 [ 255 ] {137780b3-a4e5-4f5a-a66a-4ef7ae028927} <Debug> TCPHandler: Processed in 0.001769587 sec.
4255 2025.02.01 02:11:41.903689 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4256 2025.02.01 02:11:41.903808 [ 4 ] {9f82b9e9-34c2-419e-96fc-ea12054e7df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4257 2025.02.01 02:11:41.903862 [ 4 ] {9f82b9e9-34c2-419e-96fc-ea12054e7df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4258 2025.02.01 02:11:41.904474 [ 4 ] {9f82b9e9-34c2-419e-96fc-ea12054e7df1} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4259 2025.02.01 02:11:41.904519 [ 4 ] {9f82b9e9-34c2-419e-96fc-ea12054e7df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4260 2025.02.01 02:11:41.904908 [ 4 ] {9f82b9e9-34c2-419e-96fc-ea12054e7df1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4261 2025.02.01 02:11:41.905150 [ 4 ] {9f82b9e9-34c2-419e-96fc-ea12054e7df1} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4262 2025.02.01 02:11:41.905327 [ 94 ] {} <Debug> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4263 2025.02.01 02:11:41.905359 [ 4 ] {9f82b9e9-34c2-419e-96fc-ea12054e7df1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00158 sec., 8860.759493670887 rows/sec., 620.55 KiB/sec.
4264 2025.02.01 02:11:41.905409 [ 94 ] {} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4265 2025.02.01 02:11:41.905465 [ 4 ] {9f82b9e9-34c2-419e-96fc-ea12054e7df1} <Debug> TCPHandler: Processed in 0.001827488 sec.
4266 2025.02.01 02:11:41.905471 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4267 2025.02.01 02:11:41.905683 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4268 2025.02.01 02:11:41.905896 [ 194 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::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
4269 2025.02.01 02:11:41.906163 [ 255 ] {70c4b882-f6bd-49f3-bcdd-b145ae0892a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4270 2025.02.01 02:11:41.906251 [ 194 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4271 2025.02.01 02:11:41.906278 [ 255 ] {70c4b882-f6bd-49f3-bcdd-b145ae0892a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4272 2025.02.01 02:11:41.906328 [ 194 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part
4273 2025.02.01 02:11:41.906636 [ 194 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4274 2025.02.01 02:11:41.906927 [ 194 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4275 2025.02.01 02:11:41.907231 [ 194 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
4276 2025.02.01 02:11:41.907574 [ 194 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part
4277 2025.02.01 02:11:41.907915 [ 194 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
4278 2025.02.01 02:11:41.909185 [ 255 ] {70c4b882-f6bd-49f3-bcdd-b145ae0892a1} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4279 2025.02.01 02:11:41.909258 [ 255 ] {70c4b882-f6bd-49f3-bcdd-b145ae0892a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4280 2025.02.01 02:11:41.910326 [ 255 ] {70c4b882-f6bd-49f3-bcdd-b145ae0892a1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4281 2025.02.01 02:11:41.910825 [ 192 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00518754 sec., 101589.57810445799 rows/sec., 7.27 MiB/sec.
4282 2025.02.01 02:11:41.910843 [ 255 ] {70c4b882-f6bd-49f3-bcdd-b145ae0892a1} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4283 2025.02.01 02:11:41.911159 [ 192 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4284 2025.02.01 02:11:41.911287 [ 255 ] {70c4b882-f6bd-49f3-bcdd-b145ae0892a1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005311 sec., 2447.7499529278857 rows/sec., 152.62 KiB/sec.
4285 2025.02.01 02:11:41.911387 [ 255 ] {70c4b882-f6bd-49f3-bcdd-b145ae0892a1} <Debug> TCPHandler: Processed in 0.005838117 sec.
4286 2025.02.01 02:11:41.911557 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4287 2025.02.01 02:11:41.911715 [ 192 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4288 2025.02.01 02:11:41.911731 [ 4 ] {8a586339-807c-41e8-9cab-be2dd1de0663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4289 2025.02.01 02:11:41.911861 [ 4 ] {8a586339-807c-41e8-9cab-be2dd1de0663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4290 2025.02.01 02:11:41.911907 [ 192 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_16_3} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4291 2025.02.01 02:11:41.912106 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
4292 2025.02.01 02:11:41.912806 [ 4 ] {8a586339-807c-41e8-9cab-be2dd1de0663} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4293 2025.02.01 02:11:41.912850 [ 4 ] {8a586339-807c-41e8-9cab-be2dd1de0663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4294 2025.02.01 02:11:41.913223 [ 4 ] {8a586339-807c-41e8-9cab-be2dd1de0663} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4295 2025.02.01 02:11:41.913466 [ 4 ] {8a586339-807c-41e8-9cab-be2dd1de0663} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4296 2025.02.01 02:11:41.913673 [ 4 ] {8a586339-807c-41e8-9cab-be2dd1de0663} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001999 sec., 191095.54777388694 rows/sec., 13.52 MiB/sec.
4297 2025.02.01 02:11:41.913726 [ 4 ] {8a586339-807c-41e8-9cab-be2dd1de0663} <Debug> TCPHandler: Processed in 0.002246042 sec.
4298 2025.02.01 02:11:41.913865 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4299 2025.02.01 02:11:41.913996 [ 255 ] {cd7410aa-08b2-44bc-b4ae-fd05f2f97c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4300 2025.02.01 02:11:41.914052 [ 255 ] {cd7410aa-08b2-44bc-b4ae-fd05f2f97c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4301 2025.02.01 02:11:41.914568 [ 255 ] {cd7410aa-08b2-44bc-b4ae-fd05f2f97c50} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4302 2025.02.01 02:11:41.914614 [ 255 ] {cd7410aa-08b2-44bc-b4ae-fd05f2f97c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4303 2025.02.01 02:11:41.914985 [ 255 ] {cd7410aa-08b2-44bc-b4ae-fd05f2f97c50} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4304 2025.02.01 02:11:41.915215 [ 255 ] {cd7410aa-08b2-44bc-b4ae-fd05f2f97c50} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4305 2025.02.01 02:11:41.915373 [ 94 ] {} <Debug> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
4306 2025.02.01 02:11:41.915429 [ 94 ] {} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4307 2025.02.01 02:11:41.915460 [ 255 ] {cd7410aa-08b2-44bc-b4ae-fd05f2f97c50} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec.
4308 2025.02.01 02:11:41.915466 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4309 2025.02.01 02:11:41.915595 [ 255 ] {cd7410aa-08b2-44bc-b4ae-fd05f2f97c50} <Debug> TCPHandler: Processed in 0.001794377 sec.
4310 2025.02.01 02:11:41.915886 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4311 2025.02.01 02:11:41.915962 [ 195 ] {08300b10-0744-44b6-9340-05691b499286::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
4312 2025.02.01 02:11:41.916159 [ 4 ] {4d3a5cb0-b364-4096-a7e5-7d56b0fda660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4313 2025.02.01 02:11:41.916205 [ 195 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4314 2025.02.01 02:11:41.916227 [ 4 ] {4d3a5cb0-b364-4096-a7e5-7d56b0fda660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4315 2025.02.01 02:11:41.916244 [ 195 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
4316 2025.02.01 02:11:41.916530 [ 195 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
4317 2025.02.01 02:11:41.916886 [ 195 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
4318 2025.02.01 02:11:41.917242 [ 195 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
4319 2025.02.01 02:11:41.917690 [ 195 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
4320 2025.02.01 02:11:41.917951 [ 195 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
4321 2025.02.01 02:11:41.918692 [ 4 ] {4d3a5cb0-b364-4096-a7e5-7d56b0fda660} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4322 2025.02.01 02:11:41.918731 [ 4 ] {4d3a5cb0-b364-4096-a7e5-7d56b0fda660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4323 2025.02.01 02:11:41.919306 [ 4 ] {4d3a5cb0-b364-4096-a7e5-7d56b0fda660} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4324 2025.02.01 02:11:41.919686 [ 4 ] {4d3a5cb0-b364-4096-a7e5-7d56b0fda660} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4325 2025.02.01 02:11:41.919695 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.0040994 sec., 16099.917061033324 rows/sec., 841.16 KiB/sec.
4326 2025.02.01 02:11:41.920005 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
4327 2025.02.01 02:11:41.920024 [ 4 ] {4d3a5cb0-b364-4096-a7e5-7d56b0fda660} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003913 sec., 60567.339637107085 rows/sec., 4.06 MiB/sec.
4328 2025.02.01 02:11:41.920239 [ 4 ] {4d3a5cb0-b364-4096-a7e5-7d56b0fda660} <Debug> TCPHandler: Processed in 0.004516514 sec.
4329 2025.02.01 02:11:41.920434 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4330 2025.02.01 02:11:41.920641 [ 255 ] {890fb369-4d85-492d-832e-0bef0140a1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4331 2025.02.01 02:11:41.920692 [ 194 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4332 2025.02.01 02:11:41.920754 [ 255 ] {890fb369-4d85-492d-832e-0bef0140a1e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4333 2025.02.01 02:11:41.920901 [ 194 ] {08300b10-0744-44b6-9340-05691b499286::all_1_11_2} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
4334 2025.02.01 02:11:41.921099 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4335 2025.02.01 02:11:41.921443 [ 255 ] {890fb369-4d85-492d-832e-0bef0140a1e0} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4336 2025.02.01 02:11:41.921488 [ 255 ] {890fb369-4d85-492d-832e-0bef0140a1e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4337 2025.02.01 02:11:41.921847 [ 255 ] {890fb369-4d85-492d-832e-0bef0140a1e0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4338 2025.02.01 02:11:41.922084 [ 255 ] {890fb369-4d85-492d-832e-0bef0140a1e0} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4339 2025.02.01 02:11:41.922294 [ 255 ] {890fb369-4d85-492d-832e-0bef0140a1e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001723 sec., 580.3830528148578 rows/sec., 39.11 KiB/sec.
4340 2025.02.01 02:11:41.922346 [ 255 ] {890fb369-4d85-492d-832e-0bef0140a1e0} <Debug> TCPHandler: Processed in 0.0020338 sec.
4341 2025.02.01 02:11:41.922484 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4342 2025.02.01 02:11:41.922611 [ 4 ] {adc05517-062b-44ca-866b-cc0c7c5e17fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4343 2025.02.01 02:11:41.922667 [ 4 ] {adc05517-062b-44ca-866b-cc0c7c5e17fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4344 2025.02.01 02:11:41.923109 [ 4 ] {adc05517-062b-44ca-866b-cc0c7c5e17fd} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4345 2025.02.01 02:11:41.923147 [ 4 ] {adc05517-062b-44ca-866b-cc0c7c5e17fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4346 2025.02.01 02:11:41.923504 [ 4 ] {adc05517-062b-44ca-866b-cc0c7c5e17fd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4347 2025.02.01 02:11:41.923749 [ 4 ] {adc05517-062b-44ca-866b-cc0c7c5e17fd} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4348 2025.02.01 02:11:41.923957 [ 4 ] {adc05517-062b-44ca-866b-cc0c7c5e17fd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001375 sec., 59636.36363636364 rows/sec., 3.79 MiB/sec.
4349 2025.02.01 02:11:41.924006 [ 4 ] {adc05517-062b-44ca-866b-cc0c7c5e17fd} <Debug> TCPHandler: Processed in 0.001590926 sec.
4350 2025.02.01 02:11:46.246101 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
4351 2025.02.01 02:11:46.246211 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
4352 2025.02.01 02:11:46.336754 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
4353 2025.02.01 02:11:46.337392 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4354 2025.02.01 02:11:46.337434 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4355 2025.02.01 02:11:46.337961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4356 2025.02.01 02:11:46.338216 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4357 2025.02.01 02:11:46.338488 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4358 2025.02.01 02:11:46.361457 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 608
4359 2025.02.01 02:11:46.364304 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4360 2025.02.01 02:11:46.364360 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4361 2025.02.01 02:11:46.365844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4362 2025.02.01 02:11:46.366160 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4363 2025.02.01 02:11:46.367221 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 608
4364 2025.02.01 02:11:46.895365 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4365 2025.02.01 02:11:46.895574 [ 255 ] {7bfdcabd-79dd-4655-ab49-e59106a2ee00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4366 2025.02.01 02:11:46.895657 [ 255 ] {7bfdcabd-79dd-4655-ab49-e59106a2ee00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4367 2025.02.01 02:11:46.896455 [ 255 ] {7bfdcabd-79dd-4655-ab49-e59106a2ee00} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4368 2025.02.01 02:11:46.896510 [ 255 ] {7bfdcabd-79dd-4655-ab49-e59106a2ee00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4369 2025.02.01 02:11:46.896962 [ 255 ] {7bfdcabd-79dd-4655-ab49-e59106a2ee00} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4370 2025.02.01 02:11:46.897223 [ 255 ] {7bfdcabd-79dd-4655-ab49-e59106a2ee00} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4371 2025.02.01 02:11:46.897483 [ 255 ] {7bfdcabd-79dd-4655-ab49-e59106a2ee00} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001965 sec., 68193.38422391858 rows/sec., 5.88 MiB/sec.
4372 2025.02.01 02:11:46.897548 [ 255 ] {7bfdcabd-79dd-4655-ab49-e59106a2ee00} <Debug> TCPHandler: Processed in 0.002315613 sec.
4373 2025.02.01 02:11:46.897704 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4374 2025.02.01 02:11:46.897829 [ 4 ] {6e92c268-60e2-4361-bcdc-2d4929960184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4375 2025.02.01 02:11:46.897879 [ 4 ] {6e92c268-60e2-4361-bcdc-2d4929960184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4376 2025.02.01 02:11:46.898430 [ 4 ] {6e92c268-60e2-4361-bcdc-2d4929960184} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4377 2025.02.01 02:11:46.898472 [ 4 ] {6e92c268-60e2-4361-bcdc-2d4929960184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4378 2025.02.01 02:11:46.898845 [ 4 ] {6e92c268-60e2-4361-bcdc-2d4929960184} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4379 2025.02.01 02:11:46.899087 [ 4 ] {6e92c268-60e2-4361-bcdc-2d4929960184} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4380 2025.02.01 02:11:46.899347 [ 4 ] {6e92c268-60e2-4361-bcdc-2d4929960184} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001534 sec., 25423.728813559323 rows/sec., 1.87 MiB/sec.
4381 2025.02.01 02:11:46.899476 [ 4 ] {6e92c268-60e2-4361-bcdc-2d4929960184} <Debug> TCPHandler: Processed in 0.001827347 sec.
4382 2025.02.01 02:11:46.899689 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4383 2025.02.01 02:11:46.899818 [ 255 ] {bb54581e-5744-4f98-929a-ad7187f093bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4384 2025.02.01 02:11:46.899870 [ 255 ] {bb54581e-5744-4f98-929a-ad7187f093bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4385 2025.02.01 02:11:46.900434 [ 255 ] {bb54581e-5744-4f98-929a-ad7187f093bd} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4386 2025.02.01 02:11:46.900474 [ 255 ] {bb54581e-5744-4f98-929a-ad7187f093bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4387 2025.02.01 02:11:46.900837 [ 255 ] {bb54581e-5744-4f98-929a-ad7187f093bd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4388 2025.02.01 02:11:46.901078 [ 255 ] {bb54581e-5744-4f98-929a-ad7187f093bd} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4389 2025.02.01 02:11:46.901339 [ 255 ] {bb54581e-5744-4f98-929a-ad7187f093bd} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00154 sec., 66883.11688311689 rows/sec., 5.22 MiB/sec.
4390 2025.02.01 02:11:46.901550 [ 255 ] {bb54581e-5744-4f98-929a-ad7187f093bd} <Debug> TCPHandler: Processed in 0.001979479 sec.
4391 2025.02.01 02:11:46.901735 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4392 2025.02.01 02:11:46.901869 [ 4 ] {2e617785-c056-489c-8ab6-e2a02df70c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4393 2025.02.01 02:11:46.901926 [ 4 ] {2e617785-c056-489c-8ab6-e2a02df70c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4394 2025.02.01 02:11:46.902595 [ 4 ] {2e617785-c056-489c-8ab6-e2a02df70c52} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4395 2025.02.01 02:11:46.902642 [ 4 ] {2e617785-c056-489c-8ab6-e2a02df70c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4396 2025.02.01 02:11:46.903082 [ 4 ] {2e617785-c056-489c-8ab6-e2a02df70c52} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4397 2025.02.01 02:11:46.903315 [ 4 ] {2e617785-c056-489c-8ab6-e2a02df70c52} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4398 2025.02.01 02:11:46.903504 [ 4 ] {2e617785-c056-489c-8ab6-e2a02df70c52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec.
4399 2025.02.01 02:11:46.903648 [ 4 ] {2e617785-c056-489c-8ab6-e2a02df70c52} <Debug> TCPHandler: Processed in 0.001980819 sec.
4400 2025.02.01 02:11:46.903852 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4401 2025.02.01 02:11:46.903973 [ 255 ] {c9a3b3e7-ed7c-47fd-8ed6-58c3f5621662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4402 2025.02.01 02:11:46.904059 [ 255 ] {c9a3b3e7-ed7c-47fd-8ed6-58c3f5621662} <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
4403 2025.02.01 02:11:46.905311 [ 255 ] {c9a3b3e7-ed7c-47fd-8ed6-58c3f5621662} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4404 2025.02.01 02:11:46.905349 [ 255 ] {c9a3b3e7-ed7c-47fd-8ed6-58c3f5621662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4405 2025.02.01 02:11:46.906007 [ 255 ] {c9a3b3e7-ed7c-47fd-8ed6-58c3f5621662} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4406 2025.02.01 02:11:46.906268 [ 255 ] {c9a3b3e7-ed7c-47fd-8ed6-58c3f5621662} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4407 2025.02.01 02:11:46.906458 [ 255 ] {c9a3b3e7-ed7c-47fd-8ed6-58c3f5621662} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002516 sec., 15500.794912559619 rows/sec., 27.78 MiB/sec.
4408 2025.02.01 02:11:46.906568 [ 255 ] {c9a3b3e7-ed7c-47fd-8ed6-58c3f5621662} <Debug> TCPHandler: Processed in 0.002826227 sec.
4409 2025.02.01 02:11:46.906699 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4410 2025.02.01 02:11:46.906807 [ 4 ] {d429e300-1e15-4239-a83d-508d793892a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4411 2025.02.01 02:11:46.906853 [ 4 ] {d429e300-1e15-4239-a83d-508d793892a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4412 2025.02.01 02:11:46.907275 [ 4 ] {d429e300-1e15-4239-a83d-508d793892a8} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4413 2025.02.01 02:11:46.907312 [ 4 ] {d429e300-1e15-4239-a83d-508d793892a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4414 2025.02.01 02:11:46.907657 [ 4 ] {d429e300-1e15-4239-a83d-508d793892a8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4415 2025.02.01 02:11:46.907890 [ 4 ] {d429e300-1e15-4239-a83d-508d793892a8} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4416 2025.02.01 02:11:46.908068 [ 4 ] {d429e300-1e15-4239-a83d-508d793892a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001284 sec., 46728.97196261682 rows/sec., 3.15 MiB/sec.
4417 2025.02.01 02:11:46.908116 [ 4 ] {d429e300-1e15-4239-a83d-508d793892a8} <Debug> TCPHandler: Processed in 0.001469224 sec.
4418 2025.02.01 02:11:46.997976 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4419 2025.02.01 02:11:47.020812 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4420 2025.02.01 02:11:47.020865 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4421 2025.02.01 02:11:47.028758 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4422 2025.02.01 02:11:47.029516 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4423 2025.02.01 02:11:47.032205 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4424 2025.02.01 02:11:51.897231 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4425 2025.02.01 02:11:51.897455 [ 255 ] {7a0b992f-040f-42e4-a9c0-9b0978b11564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4426 2025.02.01 02:11:51.897538 [ 255 ] {7a0b992f-040f-42e4-a9c0-9b0978b11564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4427 2025.02.01 02:11:51.898344 [ 255 ] {7a0b992f-040f-42e4-a9c0-9b0978b11564} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4428 2025.02.01 02:11:51.898391 [ 255 ] {7a0b992f-040f-42e4-a9c0-9b0978b11564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4429 2025.02.01 02:11:51.898829 [ 255 ] {7a0b992f-040f-42e4-a9c0-9b0978b11564} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4430 2025.02.01 02:11:51.899080 [ 255 ] {7a0b992f-040f-42e4-a9c0-9b0978b11564} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4431 2025.02.01 02:11:51.899284 [ 255 ] {7a0b992f-040f-42e4-a9c0-9b0978b11564} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec.
4432 2025.02.01 02:11:51.899347 [ 255 ] {7a0b992f-040f-42e4-a9c0-9b0978b11564} <Debug> TCPHandler: Processed in 0.002258751 sec.
4433 2025.02.01 02:11:51.899507 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4434 2025.02.01 02:11:51.899624 [ 4 ] {1f11c391-443f-410f-8538-ea89c7cb138b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4435 2025.02.01 02:11:51.899674 [ 4 ] {1f11c391-443f-410f-8538-ea89c7cb138b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4436 2025.02.01 02:11:51.900203 [ 4 ] {1f11c391-443f-410f-8538-ea89c7cb138b} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4437 2025.02.01 02:11:51.900241 [ 4 ] {1f11c391-443f-410f-8538-ea89c7cb138b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4438 2025.02.01 02:11:51.900596 [ 4 ] {1f11c391-443f-410f-8538-ea89c7cb138b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4439 2025.02.01 02:11:51.900842 [ 4 ] {1f11c391-443f-410f-8538-ea89c7cb138b} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4440 2025.02.01 02:11:51.901040 [ 4 ] {1f11c391-443f-410f-8538-ea89c7cb138b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001436 sec., 1392.757660167131 rows/sec., 113.57 KiB/sec.
4441 2025.02.01 02:11:51.901109 [ 4 ] {1f11c391-443f-410f-8538-ea89c7cb138b} <Debug> TCPHandler: Processed in 0.001664527 sec.
4442 2025.02.01 02:11:51.901248 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4443 2025.02.01 02:11:51.901355 [ 255 ] {426dd375-3312-4ad0-ab75-491f125c487d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4444 2025.02.01 02:11:51.901400 [ 255 ] {426dd375-3312-4ad0-ab75-491f125c487d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4445 2025.02.01 02:11:51.901978 [ 255 ] {426dd375-3312-4ad0-ab75-491f125c487d} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4446 2025.02.01 02:11:51.902017 [ 255 ] {426dd375-3312-4ad0-ab75-491f125c487d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4447 2025.02.01 02:11:51.902385 [ 255 ] {426dd375-3312-4ad0-ab75-491f125c487d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4448 2025.02.01 02:11:51.902622 [ 255 ] {426dd375-3312-4ad0-ab75-491f125c487d} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4449 2025.02.01 02:11:51.902800 [ 255 ] {426dd375-3312-4ad0-ab75-491f125c487d} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001466 sec., 139154.16098226467 rows/sec., 12.03 MiB/sec.
4450 2025.02.01 02:11:51.902850 [ 255 ] {426dd375-3312-4ad0-ab75-491f125c487d} <Debug> TCPHandler: Processed in 0.001661866 sec.
4451 2025.02.01 02:11:51.902982 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4452 2025.02.01 02:11:51.903093 [ 4 ] {0e745f44-f9eb-4dd3-96a0-fe46853c52cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4453 2025.02.01 02:11:51.903142 [ 4 ] {0e745f44-f9eb-4dd3-96a0-fe46853c52cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4454 2025.02.01 02:11:51.903756 [ 4 ] {0e745f44-f9eb-4dd3-96a0-fe46853c52cd} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4455 2025.02.01 02:11:51.903801 [ 4 ] {0e745f44-f9eb-4dd3-96a0-fe46853c52cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4456 2025.02.01 02:11:51.904209 [ 4 ] {0e745f44-f9eb-4dd3-96a0-fe46853c52cd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4457 2025.02.01 02:11:51.904446 [ 4 ] {0e745f44-f9eb-4dd3-96a0-fe46853c52cd} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4458 2025.02.01 02:11:51.904653 [ 4 ] {0e745f44-f9eb-4dd3-96a0-fe46853c52cd} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001577 sec., 5707.038681039949 rows/sec., 377.74 KiB/sec.
4459 2025.02.01 02:11:51.904852 [ 4 ] {0e745f44-f9eb-4dd3-96a0-fe46853c52cd} <Debug> TCPHandler: Processed in 0.001921599 sec.
4460 2025.02.01 02:11:51.905020 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4461 2025.02.01 02:11:51.905138 [ 255 ] {49016e82-c021-4fab-9a89-78570676e381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4462 2025.02.01 02:11:51.905183 [ 255 ] {49016e82-c021-4fab-9a89-78570676e381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4463 2025.02.01 02:11:51.905740 [ 255 ] {49016e82-c021-4fab-9a89-78570676e381} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4464 2025.02.01 02:11:51.905779 [ 255 ] {49016e82-c021-4fab-9a89-78570676e381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4465 2025.02.01 02:11:51.906131 [ 255 ] {49016e82-c021-4fab-9a89-78570676e381} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4466 2025.02.01 02:11:51.906365 [ 255 ] {49016e82-c021-4fab-9a89-78570676e381} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4467 2025.02.01 02:11:51.906535 [ 255 ] {49016e82-c021-4fab-9a89-78570676e381} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001421 sec., 9852.216748768473 rows/sec., 689.99 KiB/sec.
4468 2025.02.01 02:11:51.906588 [ 255 ] {49016e82-c021-4fab-9a89-78570676e381} <Debug> TCPHandler: Processed in 0.001640646 sec.
4469 2025.02.01 02:11:51.906717 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4470 2025.02.01 02:11:51.906822 [ 4 ] {e88ba556-9291-4731-92dd-360f5c169218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4471 2025.02.01 02:11:51.906865 [ 4 ] {e88ba556-9291-4731-92dd-360f5c169218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4472 2025.02.01 02:11:51.907365 [ 4 ] {e88ba556-9291-4731-92dd-360f5c169218} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4473 2025.02.01 02:11:51.907402 [ 4 ] {e88ba556-9291-4731-92dd-360f5c169218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4474 2025.02.01 02:11:51.907734 [ 4 ] {e88ba556-9291-4731-92dd-360f5c169218} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4475 2025.02.01 02:11:51.907961 [ 4 ] {e88ba556-9291-4731-92dd-360f5c169218} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4476 2025.02.01 02:11:51.908127 [ 4 ] {e88ba556-9291-4731-92dd-360f5c169218} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001328 sec., 9789.156626506025 rows/sec., 610.35 KiB/sec.
4477 2025.02.01 02:11:51.908177 [ 4 ] {e88ba556-9291-4731-92dd-360f5c169218} <Debug> TCPHandler: Processed in 0.001512844 sec.
4478 2025.02.01 02:11:51.908312 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4479 2025.02.01 02:11:51.908447 [ 255 ] {4525124a-e93c-4a79-9ad9-0cd24458c73a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4480 2025.02.01 02:11:51.908500 [ 255 ] {4525124a-e93c-4a79-9ad9-0cd24458c73a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4481 2025.02.01 02:11:51.909239 [ 255 ] {4525124a-e93c-4a79-9ad9-0cd24458c73a} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4482 2025.02.01 02:11:51.909277 [ 255 ] {4525124a-e93c-4a79-9ad9-0cd24458c73a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4483 2025.02.01 02:11:51.909650 [ 255 ] {4525124a-e93c-4a79-9ad9-0cd24458c73a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4484 2025.02.01 02:11:51.909899 [ 255 ] {4525124a-e93c-4a79-9ad9-0cd24458c73a} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4485 2025.02.01 02:11:51.910077 [ 255 ] {4525124a-e93c-4a79-9ad9-0cd24458c73a} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001659 sec., 231464.7377938517 rows/sec., 16.39 MiB/sec.
4486 2025.02.01 02:11:51.910129 [ 255 ] {4525124a-e93c-4a79-9ad9-0cd24458c73a} <Debug> TCPHandler: Processed in 0.001880158 sec.
4487 2025.02.01 02:11:51.910264 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4488 2025.02.01 02:11:51.910391 [ 4 ] {8fb70365-a0cc-402c-a15c-ef203c4b51e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4489 2025.02.01 02:11:51.910446 [ 4 ] {8fb70365-a0cc-402c-a15c-ef203c4b51e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4490 2025.02.01 02:11:51.910944 [ 4 ] {8fb70365-a0cc-402c-a15c-ef203c4b51e9} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4491 2025.02.01 02:11:51.910988 [ 4 ] {8fb70365-a0cc-402c-a15c-ef203c4b51e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4492 2025.02.01 02:11:51.911346 [ 4 ] {8fb70365-a0cc-402c-a15c-ef203c4b51e9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4493 2025.02.01 02:11:51.911573 [ 4 ] {8fb70365-a0cc-402c-a15c-ef203c4b51e9} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4494 2025.02.01 02:11:51.911768 [ 4 ] {8fb70365-a0cc-402c-a15c-ef203c4b51e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec.
4495 2025.02.01 02:11:51.911843 [ 4 ] {8fb70365-a0cc-402c-a15c-ef203c4b51e9} <Debug> TCPHandler: Processed in 0.001641686 sec.
4496 2025.02.01 02:11:51.911977 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4497 2025.02.01 02:11:51.912084 [ 255 ] {935391de-7d86-4b00-abce-33203375a80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4498 2025.02.01 02:11:51.912131 [ 255 ] {935391de-7d86-4b00-abce-33203375a80f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4499 2025.02.01 02:11:51.912738 [ 255 ] {935391de-7d86-4b00-abce-33203375a80f} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4500 2025.02.01 02:11:51.912784 [ 255 ] {935391de-7d86-4b00-abce-33203375a80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4501 2025.02.01 02:11:51.913214 [ 255 ] {935391de-7d86-4b00-abce-33203375a80f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4502 2025.02.01 02:11:51.913445 [ 255 ] {935391de-7d86-4b00-abce-33203375a80f} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4503 2025.02.01 02:11:51.913621 [ 255 ] {935391de-7d86-4b00-abce-33203375a80f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001559 sec., 152661.96279666453 rows/sec., 10.23 MiB/sec.
4504 2025.02.01 02:11:51.913672 [ 255 ] {935391de-7d86-4b00-abce-33203375a80f} <Debug> TCPHandler: Processed in 0.001747657 sec.
4505 2025.02.01 02:11:51.913791 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4506 2025.02.01 02:11:51.913895 [ 4 ] {a156ae45-9a97-420f-bd7b-df30f7c1a78f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4507 2025.02.01 02:11:51.913942 [ 4 ] {a156ae45-9a97-420f-bd7b-df30f7c1a78f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4508 2025.02.01 02:11:51.914340 [ 4 ] {a156ae45-9a97-420f-bd7b-df30f7c1a78f} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4509 2025.02.01 02:11:51.914377 [ 4 ] {a156ae45-9a97-420f-bd7b-df30f7c1a78f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4510 2025.02.01 02:11:51.914714 [ 4 ] {a156ae45-9a97-420f-bd7b-df30f7c1a78f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4511 2025.02.01 02:11:51.914938 [ 4 ] {a156ae45-9a97-420f-bd7b-df30f7c1a78f} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4512 2025.02.01 02:11:51.915142 [ 4 ] {a156ae45-9a97-420f-bd7b-df30f7c1a78f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00126 sec., 793.6507936507936 rows/sec., 53.48 KiB/sec.
4513 2025.02.01 02:11:51.915230 [ 4 ] {a156ae45-9a97-420f-bd7b-df30f7c1a78f} <Debug> TCPHandler: Processed in 0.001484105 sec.
4514 2025.02.01 02:11:51.915402 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4515 2025.02.01 02:11:51.915520 [ 255 ] {9caa9475-6ec7-4d84-b2ff-10e4e4eb615f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4516 2025.02.01 02:11:51.915569 [ 255 ] {9caa9475-6ec7-4d84-b2ff-10e4e4eb615f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4517 2025.02.01 02:11:51.916023 [ 255 ] {9caa9475-6ec7-4d84-b2ff-10e4e4eb615f} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4518 2025.02.01 02:11:51.916063 [ 255 ] {9caa9475-6ec7-4d84-b2ff-10e4e4eb615f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4519 2025.02.01 02:11:51.916433 [ 255 ] {9caa9475-6ec7-4d84-b2ff-10e4e4eb615f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4520 2025.02.01 02:11:51.916676 [ 255 ] {9caa9475-6ec7-4d84-b2ff-10e4e4eb615f} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4521 2025.02.01 02:11:51.916916 [ 255 ] {9caa9475-6ec7-4d84-b2ff-10e4e4eb615f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec.
4522 2025.02.01 02:11:51.916975 [ 255 ] {9caa9475-6ec7-4d84-b2ff-10e4e4eb615f} <Debug> TCPHandler: Processed in 0.001643076 sec.
4523 2025.02.01 02:11:53.838743 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
4524 2025.02.01 02:11:53.839440 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4525 2025.02.01 02:11:53.839485 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4526 2025.02.01 02:11:53.839980 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4527 2025.02.01 02:11:53.840230 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4528 2025.02.01 02:11:53.840451 [ 81 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4529 2025.02.01 02:11:53.840498 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
4530 2025.02.01 02:11:53.840558 [ 81 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4531 2025.02.01 02:11:53.840606 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4532 2025.02.01 02:11:53.840891 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
4533 2025.02.01 02:11:53.841093 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4534 2025.02.01 02:11:53.841143 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
4535 2025.02.01 02:11:53.841233 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
4536 2025.02.01 02:11:53.841451 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
4537 2025.02.01 02:11:53.841672 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
4538 2025.02.01 02:11:53.841817 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
4539 2025.02.01 02:11:53.841938 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
4540 2025.02.01 02:11:53.844377 [ 195 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003659956 sec., 2633364.991273119 rows/sec., 37.67 MiB/sec.
4541 2025.02.01 02:11:53.844948 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4542 2025.02.01 02:11:53.845414 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_21_4} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4543 2025.02.01 02:11:53.845502 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_21_4} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4544 2025.02.01 02:11:53.845613 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
4545 2025.02.01 02:11:54.532391 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
4546 2025.02.01 02:11:54.553941 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4547 2025.02.01 02:11:54.553996 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4548 2025.02.01 02:11:54.561438 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4549 2025.02.01 02:11:54.562239 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4550 2025.02.01 02:11:54.562635 [ 78 ] {} <Debug> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4551 2025.02.01 02:11:54.562773 [ 78 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4552 2025.02.01 02:11:54.562854 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4553 2025.02.01 02:11:54.563119 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
4554 2025.02.01 02:11:54.572315 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
4555 2025.02.01 02:11:54.573232 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4556 2025.02.01 02:11:54.574154 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
4557 2025.02.01 02:11:54.579406 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
4558 2025.02.01 02:11:54.584638 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
4559 2025.02.01 02:11:54.589996 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
4560 2025.02.01 02:11:54.595502 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
4561 2025.02.01 02:11:54.600082 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
4562 2025.02.01 02:11:54.660656 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.097663581 sec., 1628.0377841152476 rows/sec., 8.42 MiB/sec.
4563 2025.02.01 02:11:54.662362 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4564 2025.02.01 02:11:54.664867 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_21_4} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4565 2025.02.01 02:11:54.664977 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_21_4} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4566 2025.02.01 02:11:54.666514 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4567 2025.02.01 02:11:55.000242 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.43 MiB, peak 194.97 MiB, free memory in arenas 0.00 B, will set to 185.45 MiB (RSS), difference: 1.02 MiB
4568 2025.02.01 02:11:56.367543 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 642
4569 2025.02.01 02:11:56.370728 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4570 2025.02.01 02:11:56.370775 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4571 2025.02.01 02:11:56.372264 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4572 2025.02.01 02:11:56.372561 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4573 2025.02.01 02:11:56.373114 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 642
4574 2025.02.01 02:11:56.895503 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4575 2025.02.01 02:11:56.895744 [ 255 ] {1329a188-708b-4e4b-be60-8e31b369eafa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4576 2025.02.01 02:11:56.895838 [ 255 ] {1329a188-708b-4e4b-be60-8e31b369eafa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4577 2025.02.01 02:11:56.896877 [ 255 ] {1329a188-708b-4e4b-be60-8e31b369eafa} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4578 2025.02.01 02:11:56.896927 [ 255 ] {1329a188-708b-4e4b-be60-8e31b369eafa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4579 2025.02.01 02:11:56.897377 [ 255 ] {1329a188-708b-4e4b-be60-8e31b369eafa} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4580 2025.02.01 02:11:56.897629 [ 255 ] {1329a188-708b-4e4b-be60-8e31b369eafa} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): 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.02.01 02:11:56.897892 [ 255 ] {1329a188-708b-4e4b-be60-8e31b369eafa} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002217 sec., 60442.03879115923 rows/sec., 5.21 MiB/sec.
4582 2025.02.01 02:11:56.897997 [ 255 ] {1329a188-708b-4e4b-be60-8e31b369eafa} <Debug> TCPHandler: Processed in 0.002678376 sec.
4583 2025.02.01 02:11:56.898169 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4584 2025.02.01 02:11:56.898283 [ 4 ] {7c28efa0-5c0b-4cd6-af8f-f5bb50e695ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4585 2025.02.01 02:11:56.898329 [ 4 ] {7c28efa0-5c0b-4cd6-af8f-f5bb50e695ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4586 2025.02.01 02:11:56.898867 [ 4 ] {7c28efa0-5c0b-4cd6-af8f-f5bb50e695ab} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4587 2025.02.01 02:11:56.898905 [ 4 ] {7c28efa0-5c0b-4cd6-af8f-f5bb50e695ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4588 2025.02.01 02:11:56.899265 [ 4 ] {7c28efa0-5c0b-4cd6-af8f-f5bb50e695ab} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4589 2025.02.01 02:11:56.899516 [ 4 ] {7c28efa0-5c0b-4cd6-af8f-f5bb50e695ab} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4590 2025.02.01 02:11:56.899673 [ 80 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4591 2025.02.01 02:11:56.899741 [ 4 ] {7c28efa0-5c0b-4cd6-af8f-f5bb50e695ab} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001478 sec., 26387.00947225981 rows/sec., 1.94 MiB/sec.
4592 2025.02.01 02:11:56.899751 [ 80 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4593 2025.02.01 02:11:56.899822 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4594 2025.02.01 02:11:56.899869 [ 4 ] {7c28efa0-5c0b-4cd6-af8f-f5bb50e695ab} <Debug> TCPHandler: Processed in 0.001760707 sec.
4595 2025.02.01 02:11:56.900171 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4596 2025.02.01 02:11:56.900327 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
4597 2025.02.01 02:11:56.900609 [ 255 ] {c39fe0d5-bd65-456a-8bc5-a960aab26407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4598 2025.02.01 02:11:56.900723 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4599 2025.02.01 02:11:56.900734 [ 255 ] {c39fe0d5-bd65-456a-8bc5-a960aab26407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4600 2025.02.01 02:11:56.900807 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 60 rows starting from the beginning of the part
4601 2025.02.01 02:11:56.901138 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 51 rows starting from the beginning of the part
4602 2025.02.01 02:11:56.901650 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 7 rows starting from the beginning of the part
4603 2025.02.01 02:11:56.902090 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part
4604 2025.02.01 02:11:56.902409 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 9 rows starting from the beginning of the part
4605 2025.02.01 02:11:56.902808 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part
4606 2025.02.01 02:11:56.903573 [ 255 ] {c39fe0d5-bd65-456a-8bc5-a960aab26407} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4607 2025.02.01 02:11:56.903641 [ 255 ] {c39fe0d5-bd65-456a-8bc5-a960aab26407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4608 2025.02.01 02:11:56.904712 [ 255 ] {c39fe0d5-bd65-456a-8bc5-a960aab26407} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4609 2025.02.01 02:11:56.905318 [ 255 ] {c39fe0d5-bd65-456a-8bc5-a960aab26407} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4610 2025.02.01 02:11:56.905694 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.005763086 sec., 35571.220002616654 rows/sec., 2.69 MiB/sec.
4611 2025.02.01 02:11:56.905875 [ 255 ] {c39fe0d5-bd65-456a-8bc5-a960aab26407} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005431 sec., 18965.199779046216 rows/sec., 1.48 MiB/sec.
4612 2025.02.01 02:11:56.905909 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4613 2025.02.01 02:11:56.906167 [ 255 ] {c39fe0d5-bd65-456a-8bc5-a960aab26407} <Debug> TCPHandler: Processed in 0.00618844 sec.
4614 2025.02.01 02:11:56.906333 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4615 2025.02.01 02:11:56.906428 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4616 2025.02.01 02:11:56.906467 [ 4 ] {ce1f42ab-0731-4538-ac16-859f13bf2f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4617 2025.02.01 02:11:56.906529 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_26_5} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4618 2025.02.01 02:11:56.906534 [ 4 ] {ce1f42ab-0731-4538-ac16-859f13bf2f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4619 2025.02.01 02:11:56.906640 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4620 2025.02.01 02:11:56.907110 [ 4 ] {ce1f42ab-0731-4538-ac16-859f13bf2f34} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4621 2025.02.01 02:11:56.907148 [ 4 ] {ce1f42ab-0731-4538-ac16-859f13bf2f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4622 2025.02.01 02:11:56.907539 [ 4 ] {ce1f42ab-0731-4538-ac16-859f13bf2f34} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4623 2025.02.01 02:11:56.907794 [ 4 ] {ce1f42ab-0731-4538-ac16-859f13bf2f34} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4624 2025.02.01 02:11:56.908017 [ 4 ] {ce1f42ab-0731-4538-ac16-859f13bf2f34} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec.
4625 2025.02.01 02:11:56.908072 [ 4 ] {ce1f42ab-0731-4538-ac16-859f13bf2f34} <Debug> TCPHandler: Processed in 0.001811388 sec.
4626 2025.02.01 02:11:56.908202 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4627 2025.02.01 02:11:56.908311 [ 255 ] {f0b3208a-f960-4e68-b7e8-0bd99b26d41b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4628 2025.02.01 02:11:56.908381 [ 255 ] {f0b3208a-f960-4e68-b7e8-0bd99b26d41b} <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
4629 2025.02.01 02:11:56.909517 [ 255 ] {f0b3208a-f960-4e68-b7e8-0bd99b26d41b} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4630 2025.02.01 02:11:56.909556 [ 255 ] {f0b3208a-f960-4e68-b7e8-0bd99b26d41b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4631 2025.02.01 02:11:56.910219 [ 255 ] {f0b3208a-f960-4e68-b7e8-0bd99b26d41b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4632 2025.02.01 02:11:56.910473 [ 255 ] {f0b3208a-f960-4e68-b7e8-0bd99b26d41b} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4633 2025.02.01 02:11:56.910716 [ 255 ] {f0b3208a-f960-4e68-b7e8-0bd99b26d41b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002426 sec., 16075.845012366033 rows/sec., 28.81 MiB/sec.
4634 2025.02.01 02:11:56.910811 [ 255 ] {f0b3208a-f960-4e68-b7e8-0bd99b26d41b} <Debug> TCPHandler: Processed in 0.002661836 sec.
4635 2025.02.01 02:11:56.910962 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4636 2025.02.01 02:11:56.911089 [ 4 ] {29bc0644-f88a-4cfe-8868-9716e33f9ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4637 2025.02.01 02:11:56.911146 [ 4 ] {29bc0644-f88a-4cfe-8868-9716e33f9ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4638 2025.02.01 02:11:56.911606 [ 4 ] {29bc0644-f88a-4cfe-8868-9716e33f9ddb} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4639 2025.02.01 02:11:56.911645 [ 4 ] {29bc0644-f88a-4cfe-8868-9716e33f9ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4640 2025.02.01 02:11:56.911994 [ 4 ] {29bc0644-f88a-4cfe-8868-9716e33f9ddb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4641 2025.02.01 02:11:56.912225 [ 4 ] {29bc0644-f88a-4cfe-8868-9716e33f9ddb} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4642 2025.02.01 02:11:56.912442 [ 4 ] {29bc0644-f88a-4cfe-8868-9716e33f9ddb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec.
4643 2025.02.01 02:11:56.912492 [ 4 ] {29bc0644-f88a-4cfe-8868-9716e33f9ddb} <Debug> TCPHandler: Processed in 0.001595055 sec.
4644 2025.02.01 02:12:01.246483 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache
4645 2025.02.01 02:12:01.246552 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache
4646 2025.02.01 02:12:01.340764 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
4647 2025.02.01 02:12:01.341519 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4648 2025.02.01 02:12:01.341566 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4649 2025.02.01 02:12:01.342106 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4650 2025.02.01 02:12:01.342373 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4651 2025.02.01 02:12:01.342614 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4652 2025.02.01 02:12:01.897288 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4653 2025.02.01 02:12:01.897510 [ 255 ] {80c3cb87-e8d0-46af-b3ad-5eddaff22e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4654 2025.02.01 02:12:01.897586 [ 255 ] {80c3cb87-e8d0-46af-b3ad-5eddaff22e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4655 2025.02.01 02:12:01.898342 [ 255 ] {80c3cb87-e8d0-46af-b3ad-5eddaff22e1a} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4656 2025.02.01 02:12:01.898397 [ 255 ] {80c3cb87-e8d0-46af-b3ad-5eddaff22e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4657 2025.02.01 02:12:01.898830 [ 255 ] {80c3cb87-e8d0-46af-b3ad-5eddaff22e1a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4658 2025.02.01 02:12:01.899094 [ 255 ] {80c3cb87-e8d0-46af-b3ad-5eddaff22e1a} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4659 2025.02.01 02:12:01.899278 [ 72 ] {} <Debug> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4660 2025.02.01 02:12:01.899367 [ 255 ] {80c3cb87-e8d0-46af-b3ad-5eddaff22e1a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec.
4661 2025.02.01 02:12:01.899373 [ 72 ] {} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4662 2025.02.01 02:12:01.899464 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4663 2025.02.01 02:12:01.899518 [ 255 ] {80c3cb87-e8d0-46af-b3ad-5eddaff22e1a} <Debug> TCPHandler: Processed in 0.002370553 sec.
4664 2025.02.01 02:12:01.899745 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::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
4665 2025.02.01 02:12:01.899760 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4666 2025.02.01 02:12:01.900021 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4667 2025.02.01 02:12:01.900046 [ 4 ] {af4ad3cc-2bfa-4e65-b33f-9a398ca8a2ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4668 2025.02.01 02:12:01.900099 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part
4669 2025.02.01 02:12:01.900160 [ 4 ] {af4ad3cc-2bfa-4e65-b33f-9a398ca8a2ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4670 2025.02.01 02:12:01.900534 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
4671 2025.02.01 02:12:01.900878 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4672 2025.02.01 02:12:01.901209 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4673 2025.02.01 02:12:01.901626 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4674 2025.02.01 02:12:01.903166 [ 4 ] {af4ad3cc-2bfa-4e65-b33f-9a398ca8a2ac} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4675 2025.02.01 02:12:01.903239 [ 4 ] {af4ad3cc-2bfa-4e65-b33f-9a398ca8a2ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4676 2025.02.01 02:12:01.904156 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004572664 sec., 15308.362914922243 rows/sec., 1.13 MiB/sec.
4677 2025.02.01 02:12:01.904289 [ 4 ] {af4ad3cc-2bfa-4e65-b33f-9a398ca8a2ac} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4678 2025.02.01 02:12:01.904435 [ 200 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4679 2025.02.01 02:12:01.904767 [ 4 ] {af4ad3cc-2bfa-4e65-b33f-9a398ca8a2ac} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4680 2025.02.01 02:12:01.905130 [ 70 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4681 2025.02.01 02:12:01.905233 [ 70 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4682 2025.02.01 02:12:01.905291 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4683 2025.02.01 02:12:01.905300 [ 4 ] {af4ad3cc-2bfa-4e65-b33f-9a398ca8a2ac} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.005314 sec., 38200.978547233724 rows/sec., 3.31 MiB/sec.
4684 2025.02.01 02:12:01.905765 [ 200 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_13_3} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4685 2025.02.01 02:12:01.905896 [ 4 ] {af4ad3cc-2bfa-4e65-b33f-9a398ca8a2ac} <Debug> TCPHandler: Processed in 0.006242731 sec.
4686 2025.02.01 02:12:01.906160 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
4687 2025.02.01 02:12:01.906331 [ 200 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_13_3} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4688 2025.02.01 02:12:01.906316 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4689 2025.02.01 02:12:01.906809 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4690 2025.02.01 02:12:01.906864 [ 255 ] {5e745675-0d4a-4da9-ac39-2343c7ada507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4691 2025.02.01 02:12:01.907027 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4692 2025.02.01 02:12:01.907046 [ 255 ] {5e745675-0d4a-4da9-ac39-2343c7ada507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4693 2025.02.01 02:12:01.907137 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1432 rows starting from the beginning of the part
4694 2025.02.01 02:12:01.907472 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 203 rows starting from the beginning of the part
4695 2025.02.01 02:12:01.907763 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 134 rows starting from the beginning of the part
4696 2025.02.01 02:12:01.908082 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 204 rows starting from the beginning of the part
4697 2025.02.01 02:12:01.908459 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 134 rows starting from the beginning of the part
4698 2025.02.01 02:12:01.908835 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 203 rows starting from the beginning of the part
4699 2025.02.01 02:12:01.910139 [ 255 ] {5e745675-0d4a-4da9-ac39-2343c7ada507} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4700 2025.02.01 02:12:01.910211 [ 255 ] {5e745675-0d4a-4da9-ac39-2343c7ada507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4701 2025.02.01 02:12:01.911317 [ 255 ] {5e745675-0d4a-4da9-ac39-2343c7ada507} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4702 2025.02.01 02:12:01.911638 [ 255 ] {5e745675-0d4a-4da9-ac39-2343c7ada507} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4703 2025.02.01 02:12:01.912470 [ 255 ] {5e745675-0d4a-4da9-ac39-2343c7ada507} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005758 sec., 1215.6998957971518 rows/sec., 79.20 KiB/sec.
4704 2025.02.01 02:12:01.912484 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 5 columns (5 merged, 0 gathered) in 0.007073069 sec., 326590.90417469415 rows/sec., 28.93 MiB/sec.
4705 2025.02.01 02:12:01.912686 [ 255 ] {5e745675-0d4a-4da9-ac39-2343c7ada507} <Debug> TCPHandler: Processed in 0.006611844 sec.
4706 2025.02.01 02:12:01.912828 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4707 2025.02.01 02:12:01.912838 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4708 2025.02.01 02:12:01.913039 [ 4 ] {a39e8dff-3ba2-44f0-b0b0-253270230e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4709 2025.02.01 02:12:01.913124 [ 4 ] {a39e8dff-3ba2-44f0-b0b0-253270230e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4710 2025.02.01 02:12:01.913310 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4711 2025.02.01 02:12:01.913521 [ 198 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_31_6} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4712 2025.02.01 02:12:01.913709 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
4713 2025.02.01 02:12:01.914102 [ 4 ] {a39e8dff-3ba2-44f0-b0b0-253270230e3a} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4714 2025.02.01 02:12:01.914147 [ 4 ] {a39e8dff-3ba2-44f0-b0b0-253270230e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4715 2025.02.01 02:12:01.914512 [ 4 ] {a39e8dff-3ba2-44f0-b0b0-253270230e3a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4716 2025.02.01 02:12:01.914749 [ 4 ] {a39e8dff-3ba2-44f0-b0b0-253270230e3a} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4717 2025.02.01 02:12:01.914969 [ 4 ] {a39e8dff-3ba2-44f0-b0b0-253270230e3a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001998 sec., 7007.007007007006 rows/sec., 490.73 KiB/sec.
4718 2025.02.01 02:12:01.915029 [ 4 ] {a39e8dff-3ba2-44f0-b0b0-253270230e3a} <Debug> TCPHandler: Processed in 0.002260362 sec.
4719 2025.02.01 02:12:01.915170 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4720 2025.02.01 02:12:01.915302 [ 255 ] {de8569e7-1862-4742-9c64-cca2a132db11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4721 2025.02.01 02:12:01.915356 [ 255 ] {de8569e7-1862-4742-9c64-cca2a132db11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4722 2025.02.01 02:12:01.915910 [ 255 ] {de8569e7-1862-4742-9c64-cca2a132db11} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4723 2025.02.01 02:12:01.915950 [ 255 ] {de8569e7-1862-4742-9c64-cca2a132db11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4724 2025.02.01 02:12:01.916319 [ 255 ] {de8569e7-1862-4742-9c64-cca2a132db11} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4725 2025.02.01 02:12:01.916547 [ 255 ] {de8569e7-1862-4742-9c64-cca2a132db11} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4726 2025.02.01 02:12:01.916699 [ 70 ] {} <Debug> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4727 2025.02.01 02:12:01.916756 [ 70 ] {} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4728 2025.02.01 02:12:01.916789 [ 255 ] {de8569e7-1862-4742-9c64-cca2a132db11} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec.
4729 2025.02.01 02:12:01.916795 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4730 2025.02.01 02:12:01.916940 [ 255 ] {de8569e7-1862-4742-9c64-cca2a132db11} <Debug> TCPHandler: Processed in 0.001830657 sec.
4731 2025.02.01 02:12:01.917007 [ 191 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::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
4732 2025.02.01 02:12:01.917117 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4733 2025.02.01 02:12:01.917145 [ 191 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4734 2025.02.01 02:12:01.917179 [ 191 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part
4735 2025.02.01 02:12:01.917307 [ 4 ] {2f6a925b-6783-4e1d-b717-54b87d390721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4736 2025.02.01 02:12:01.917422 [ 191 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part
4737 2025.02.01 02:12:01.917455 [ 4 ] {2f6a925b-6783-4e1d-b717-54b87d390721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4738 2025.02.01 02:12:01.917734 [ 191 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part
4739 2025.02.01 02:12:01.918083 [ 191 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part
4740 2025.02.01 02:12:01.918424 [ 191 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part
4741 2025.02.01 02:12:01.919743 [ 4 ] {2f6a925b-6783-4e1d-b717-54b87d390721} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4742 2025.02.01 02:12:01.919788 [ 4 ] {2f6a925b-6783-4e1d-b717-54b87d390721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4743 2025.02.01 02:12:01.920052 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003129991 sec., 20766.83287587728 rows/sec., 1.34 MiB/sec.
4744 2025.02.01 02:12:01.920282 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4745 2025.02.01 02:12:01.920470 [ 4 ] {2f6a925b-6783-4e1d-b717-54b87d390721} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4746 2025.02.01 02:12:01.920792 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_13_3} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4747 2025.02.01 02:12:01.920971 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_13_3} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4748 2025.02.01 02:12:01.920977 [ 4 ] {2f6a925b-6783-4e1d-b717-54b87d390721} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4749 2025.02.01 02:12:01.921119 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
4750 2025.02.01 02:12:01.921278 [ 70 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4751 2025.02.01 02:12:01.921331 [ 70 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4752 2025.02.01 02:12:01.921363 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4753 2025.02.01 02:12:01.921375 [ 4 ] {2f6a925b-6783-4e1d-b717-54b87d390721} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004148 sec., 92092.57473481196 rows/sec., 6.52 MiB/sec.
4754 2025.02.01 02:12:01.921593 [ 4 ] {2f6a925b-6783-4e1d-b717-54b87d390721} <Debug> TCPHandler: Processed in 0.004547135 sec.
4755 2025.02.01 02:12:01.921658 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
4756 2025.02.01 02:12:01.921775 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4757 2025.02.01 02:12:01.921872 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4758 2025.02.01 02:12:01.921958 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part
4759 2025.02.01 02:12:01.922021 [ 255 ] {8447304c-81c4-4859-9aeb-5ad21b976c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4760 2025.02.01 02:12:01.922202 [ 255 ] {8447304c-81c4-4859-9aeb-5ad21b976c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4761 2025.02.01 02:12:01.922207 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 382 rows starting from the beginning of the part
4762 2025.02.01 02:12:01.922576 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 103 rows starting from the beginning of the part
4763 2025.02.01 02:12:01.922935 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 384 rows starting from the beginning of the part
4764 2025.02.01 02:12:01.923315 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 103 rows starting from the beginning of the part
4765 2025.02.01 02:12:01.923717 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 382 rows starting from the beginning of the part
4766 2025.02.01 02:12:01.924694 [ 255 ] {8447304c-81c4-4859-9aeb-5ad21b976c50} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4767 2025.02.01 02:12:01.924759 [ 255 ] {8447304c-81c4-4859-9aeb-5ad21b976c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4768 2025.02.01 02:12:01.925638 [ 255 ] {8447304c-81c4-4859-9aeb-5ad21b976c50} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4769 2025.02.01 02:12:01.926113 [ 255 ] {8447304c-81c4-4859-9aeb-5ad21b976c50} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4770 2025.02.01 02:12:01.926376 [ 255 ] {8447304c-81c4-4859-9aeb-5ad21b976c50} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004423 sec., 1356.5453312231518 rows/sec., 70.87 KiB/sec.
4771 2025.02.01 02:12:01.926535 [ 255 ] {8447304c-81c4-4859-9aeb-5ad21b976c50} <Debug> TCPHandler: Processed in 0.004847157 sec.
4772 2025.02.01 02:12:01.926796 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4773 2025.02.01 02:12:01.926959 [ 197 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2267 rows, containing 5 columns (5 merged, 0 gathered) in 0.005495313 sec., 412533.3716205064 rows/sec., 31.37 MiB/sec.
4774 2025.02.01 02:12:01.927036 [ 4 ] {13a21578-5af6-47f4-b9ca-61f22816cc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4775 2025.02.01 02:12:01.927113 [ 4 ] {13a21578-5af6-47f4-b9ca-61f22816cc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4776 2025.02.01 02:12:01.927253 [ 197 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4777 2025.02.01 02:12:01.927890 [ 197 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4778 2025.02.01 02:12:01.928101 [ 197 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_31_6} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4779 2025.02.01 02:12:01.928283 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4780 2025.02.01 02:12:01.928375 [ 4 ] {13a21578-5af6-47f4-b9ca-61f22816cc03} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4781 2025.02.01 02:12:01.928419 [ 4 ] {13a21578-5af6-47f4-b9ca-61f22816cc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4782 2025.02.01 02:12:01.928812 [ 4 ] {13a21578-5af6-47f4-b9ca-61f22816cc03} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4783 2025.02.01 02:12:01.929107 [ 4 ] {13a21578-5af6-47f4-b9ca-61f22816cc03} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4784 2025.02.01 02:12:01.929266 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4785 2025.02.01 02:12:01.929325 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4786 2025.02.01 02:12:01.929354 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4787 2025.02.01 02:12:01.929371 [ 4 ] {13a21578-5af6-47f4-b9ca-61f22816cc03} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002387 sec., 99287.80896522832 rows/sec., 6.65 MiB/sec.
4788 2025.02.01 02:12:01.929696 [ 4 ] {13a21578-5af6-47f4-b9ca-61f22816cc03} <Debug> TCPHandler: Processed in 0.00305959 sec.
4789 2025.02.01 02:12:01.929706 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
4790 2025.02.01 02:12:01.929950 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4791 2025.02.01 02:12:01.930289 [ 255 ] {5ebb02d2-2735-4c4d-b87e-9bf68dc2e707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4792 2025.02.01 02:12:01.930316 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4793 2025.02.01 02:12:01.930442 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8470 rows starting from the beginning of the part
4794 2025.02.01 02:12:01.930455 [ 255 ] {5ebb02d2-2735-4c4d-b87e-9bf68dc2e707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4795 2025.02.01 02:12:01.930776 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
4796 2025.02.01 02:12:01.931165 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part
4797 2025.02.01 02:12:01.931528 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 238 rows starting from the beginning of the part
4798 2025.02.01 02:12:01.931854 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
4799 2025.02.01 02:12:01.932197 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part
4800 2025.02.01 02:12:01.932995 [ 255 ] {5ebb02d2-2735-4c4d-b87e-9bf68dc2e707} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4801 2025.02.01 02:12:01.933064 [ 255 ] {5ebb02d2-2735-4c4d-b87e-9bf68dc2e707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4802 2025.02.01 02:12:01.933958 [ 255 ] {5ebb02d2-2735-4c4d-b87e-9bf68dc2e707} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4803 2025.02.01 02:12:01.934279 [ 255 ] {5ebb02d2-2735-4c4d-b87e-9bf68dc2e707} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4804 2025.02.01 02:12:01.934696 [ 255 ] {5ebb02d2-2735-4c4d-b87e-9bf68dc2e707} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004537 sec., 220.40996253030636 rows/sec., 14.85 KiB/sec.
4805 2025.02.01 02:12:01.934854 [ 255 ] {5ebb02d2-2735-4c4d-b87e-9bf68dc2e707} <Debug> TCPHandler: Processed in 0.005053349 sec.
4806 2025.02.01 02:12:01.935077 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4807 2025.02.01 02:12:01.935354 [ 4 ] {fed2ba8d-59a0-4399-857c-37531c049e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4808 2025.02.01 02:12:01.935497 [ 4 ] {fed2ba8d-59a0-4399-857c-37531c049e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4809 2025.02.01 02:12:01.936204 [ 4 ] {fed2ba8d-59a0-4399-857c-37531c049e18} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4810 2025.02.01 02:12:01.936243 [ 4 ] {fed2ba8d-59a0-4399-857c-37531c049e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4811 2025.02.01 02:12:01.936920 [ 4 ] {fed2ba8d-59a0-4399-857c-37531c049e18} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4812 2025.02.01 02:12:01.937182 [ 4 ] {fed2ba8d-59a0-4399-857c-37531c049e18} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4813 2025.02.01 02:12:01.937354 [ 70 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4814 2025.02.01 02:12:01.937430 [ 70 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4815 2025.02.01 02:12:01.937465 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4816 2025.02.01 02:12:01.937500 [ 4 ] {fed2ba8d-59a0-4399-857c-37531c049e18} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002217 sec., 36986.91926026162 rows/sec., 2.35 MiB/sec.
4817 2025.02.01 02:12:01.938085 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::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
4818 2025.02.01 02:12:01.938105 [ 4 ] {fed2ba8d-59a0-4399-857c-37531c049e18} <Debug> TCPHandler: Processed in 0.00313229 sec.
4819 2025.02.01 02:12:01.938731 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4820 2025.02.01 02:12:01.938836 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1492 rows starting from the beginning of the part
4821 2025.02.01 02:12:01.939147 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::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
4822 2025.02.01 02:12:01.939321 [ 191 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9502 rows, containing 5 columns (5 merged, 0 gathered) in 0.009864596 sec., 963242.6913377902 rows/sec., 65.03 MiB/sec.
4823 2025.02.01 02:12:01.939517 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part
4824 2025.02.01 02:12:01.939665 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part
4825 2025.02.01 02:12:01.939817 [ 191 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4826 2025.02.01 02:12:01.939999 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
4827 2025.02.01 02:12:01.940260 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part
4828 2025.02.01 02:12:01.940882 [ 191 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4829 2025.02.01 02:12:01.941043 [ 191 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4830 2025.02.01 02:12:01.941197 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB.
4831 2025.02.01 02:12:01.942282 [ 201 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1858 rows, containing 4 columns (4 merged, 0 gathered) in 0.004684436 sec., 396632.59355021606 rows/sec., 25.89 MiB/sec.
4832 2025.02.01 02:12:01.942514 [ 201 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4833 2025.02.01 02:12:01.942809 [ 201 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_31_6} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4834 2025.02.01 02:12:01.942889 [ 201 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_31_6} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4835 2025.02.01 02:12:01.942965 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
4836 2025.02.01 02:12:02.072512 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4837 2025.02.01 02:12:02.091782 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4838 2025.02.01 02:12:02.091829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4839 2025.02.01 02:12:02.099236 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4840 2025.02.01 02:12:02.100002 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4841 2025.02.01 02:12:02.102455 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4842 2025.02.01 02:12:03.664028 [ 66 ] {} <Debug> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4843 2025.02.01 02:12:03.664096 [ 66 ] {} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4844 2025.02.01 02:12:03.664126 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4845 2025.02.01 02:12:03.664358 [ 188 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::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
4846 2025.02.01 02:12:03.664557 [ 188 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4847 2025.02.01 02:12:03.664598 [ 188 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::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
4848 2025.02.01 02:12:03.664684 [ 188 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
4849 2025.02.01 02:12:03.664925 [ 188 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::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
4850 2025.02.01 02:12:03.665174 [ 188 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
4851 2025.02.01 02:12:03.665353 [ 188 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
4852 2025.02.01 02:12:03.666535 [ 201 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.002321182 sec., 12062.819718574416 rows/sec., 1.01 MiB/sec.
4853 2025.02.01 02:12:03.666770 [ 199 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4854 2025.02.01 02:12:03.667185 [ 199 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_5_1} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4855 2025.02.01 02:12:03.667294 [ 199 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_5_1} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4856 2025.02.01 02:12:03.667416 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4857 2025.02.01 02:12:06.258507 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4858 2025.02.01 02:12:06.258703 [ 255 ] {46e44703-26a6-4587-91df-919c5de05a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4859 2025.02.01 02:12:06.258777 [ 255 ] {46e44703-26a6-4587-91df-919c5de05a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4860 2025.02.01 02:12:06.259505 [ 255 ] {46e44703-26a6-4587-91df-919c5de05a45} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4861 2025.02.01 02:12:06.259554 [ 255 ] {46e44703-26a6-4587-91df-919c5de05a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4862 2025.02.01 02:12:06.259982 [ 255 ] {46e44703-26a6-4587-91df-919c5de05a45} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4863 2025.02.01 02:12:06.260231 [ 255 ] {46e44703-26a6-4587-91df-919c5de05a45} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4864 2025.02.01 02:12:06.260479 [ 255 ] {46e44703-26a6-4587-91df-919c5de05a45} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00182 sec., 2197.802197802198 rows/sec., 179.22 KiB/sec.
4865 2025.02.01 02:12:06.260675 [ 255 ] {46e44703-26a6-4587-91df-919c5de05a45} <Debug> TCPHandler: Processed in 0.002296562 sec.
4866 2025.02.01 02:12:06.260900 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4867 2025.02.01 02:12:06.261051 [ 4 ] {99bd9955-ce50-4533-ba03-98454bd3e08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4868 2025.02.01 02:12:06.261110 [ 4 ] {99bd9955-ce50-4533-ba03-98454bd3e08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4869 2025.02.01 02:12:06.262287 [ 4 ] {99bd9955-ce50-4533-ba03-98454bd3e08c} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4870 2025.02.01 02:12:06.262328 [ 4 ] {99bd9955-ce50-4533-ba03-98454bd3e08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4871 2025.02.01 02:12:06.262793 [ 4 ] {99bd9955-ce50-4533-ba03-98454bd3e08c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4872 2025.02.01 02:12:06.263041 [ 4 ] {99bd9955-ce50-4533-ba03-98454bd3e08c} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4873 2025.02.01 02:12:06.263291 [ 4 ] {99bd9955-ce50-4533-ba03-98454bd3e08c} <Debug> executeQuery: Read 1276 rows, 108.54 KiB in 0.00227 sec., 562114.5374449339 rows/sec., 46.70 MiB/sec.
4874 2025.02.01 02:12:06.263485 [ 4 ] {99bd9955-ce50-4533-ba03-98454bd3e08c} <Debug> TCPHandler: Processed in 0.002669526 sec.
4875 2025.02.01 02:12:06.263729 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4876 2025.02.01 02:12:06.263868 [ 255 ] {dce5202b-16ef-49ba-9378-294ebbaca3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4877 2025.02.01 02:12:06.263926 [ 255 ] {dce5202b-16ef-49ba-9378-294ebbaca3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4878 2025.02.01 02:12:06.264624 [ 255 ] {dce5202b-16ef-49ba-9378-294ebbaca3dc} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4879 2025.02.01 02:12:06.264671 [ 255 ] {dce5202b-16ef-49ba-9378-294ebbaca3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4880 2025.02.01 02:12:06.265030 [ 255 ] {dce5202b-16ef-49ba-9378-294ebbaca3dc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4881 2025.02.01 02:12:06.265290 [ 255 ] {dce5202b-16ef-49ba-9378-294ebbaca3dc} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4882 2025.02.01 02:12:06.265467 [ 255 ] {dce5202b-16ef-49ba-9378-294ebbaca3dc} <Debug> executeQuery: Read 43 rows, 3.21 KiB in 0.001633 sec., 26331.90447030006 rows/sec., 1.92 MiB/sec.
4883 2025.02.01 02:12:06.265520 [ 255 ] {dce5202b-16ef-49ba-9378-294ebbaca3dc} <Debug> TCPHandler: Processed in 0.001922579 sec.
4884 2025.02.01 02:12:06.265666 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4885 2025.02.01 02:12:06.265798 [ 4 ] {1f54605c-16d7-4d59-906a-a05b36d8da14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4886 2025.02.01 02:12:06.265852 [ 4 ] {1f54605c-16d7-4d59-906a-a05b36d8da14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4887 2025.02.01 02:12:06.266554 [ 4 ] {1f54605c-16d7-4d59-906a-a05b36d8da14} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4888 2025.02.01 02:12:06.266599 [ 4 ] {1f54605c-16d7-4d59-906a-a05b36d8da14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4889 2025.02.01 02:12:06.266988 [ 4 ] {1f54605c-16d7-4d59-906a-a05b36d8da14} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4890 2025.02.01 02:12:06.267223 [ 4 ] {1f54605c-16d7-4d59-906a-a05b36d8da14} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4891 2025.02.01 02:12:06.267395 [ 4 ] {1f54605c-16d7-4d59-906a-a05b36d8da14} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001628 sec., 140049.14004914003 rows/sec., 9.48 MiB/sec.
4892 2025.02.01 02:12:06.267447 [ 4 ] {1f54605c-16d7-4d59-906a-a05b36d8da14} <Debug> TCPHandler: Processed in 0.001834118 sec.
4893 2025.02.01 02:12:06.267583 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4894 2025.02.01 02:12:06.267692 [ 255 ] {d6cafc78-e742-4ce3-be30-dccfdd5e8699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4895 2025.02.01 02:12:06.267746 [ 255 ] {d6cafc78-e742-4ce3-be30-dccfdd5e8699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4896 2025.02.01 02:12:06.268579 [ 255 ] {d6cafc78-e742-4ce3-be30-dccfdd5e8699} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4897 2025.02.01 02:12:06.268625 [ 255 ] {d6cafc78-e742-4ce3-be30-dccfdd5e8699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4898 2025.02.01 02:12:06.269005 [ 255 ] {d6cafc78-e742-4ce3-be30-dccfdd5e8699} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4899 2025.02.01 02:12:06.269248 [ 255 ] {d6cafc78-e742-4ce3-be30-dccfdd5e8699} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4900 2025.02.01 02:12:06.269426 [ 255 ] {d6cafc78-e742-4ce3-be30-dccfdd5e8699} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.001757 sec., 320432.55549231643 rows/sec., 23.82 MiB/sec.
4901 2025.02.01 02:12:06.269477 [ 255 ] {d6cafc78-e742-4ce3-be30-dccfdd5e8699} <Debug> TCPHandler: Processed in 0.001945439 sec.
4902 2025.02.01 02:12:06.269608 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4903 2025.02.01 02:12:06.269727 [ 4 ] {f37b0c30-d5b2-414c-9b45-cf434f5328bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4904 2025.02.01 02:12:06.269786 [ 4 ] {f37b0c30-d5b2-414c-9b45-cf434f5328bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4905 2025.02.01 02:12:06.270593 [ 4 ] {f37b0c30-d5b2-414c-9b45-cf434f5328bf} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4906 2025.02.01 02:12:06.270638 [ 4 ] {f37b0c30-d5b2-414c-9b45-cf434f5328bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4907 2025.02.01 02:12:06.271083 [ 4 ] {f37b0c30-d5b2-414c-9b45-cf434f5328bf} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4908 2025.02.01 02:12:06.271315 [ 4 ] {f37b0c30-d5b2-414c-9b45-cf434f5328bf} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4909 2025.02.01 02:12:06.271517 [ 4 ] {f37b0c30-d5b2-414c-9b45-cf434f5328bf} <Debug> executeQuery: Read 918 rows, 63.23 KiB in 0.001814 sec., 506063.94707828003 rows/sec., 34.04 MiB/sec.
4910 2025.02.01 02:12:06.271688 [ 4 ] {f37b0c30-d5b2-414c-9b45-cf434f5328bf} <Debug> TCPHandler: Processed in 0.002129931 sec.
4911 2025.02.01 02:12:06.271901 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4912 2025.02.01 02:12:06.272030 [ 255 ] {4bdcf13f-d8b1-4bc3-994b-68557a03aff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4913 2025.02.01 02:12:06.272106 [ 255 ] {4bdcf13f-d8b1-4bc3-994b-68557a03aff4} <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
4914 2025.02.01 02:12:06.273222 [ 255 ] {4bdcf13f-d8b1-4bc3-994b-68557a03aff4} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4915 2025.02.01 02:12:06.273260 [ 255 ] {4bdcf13f-d8b1-4bc3-994b-68557a03aff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4916 2025.02.01 02:12:06.273896 [ 255 ] {4bdcf13f-d8b1-4bc3-994b-68557a03aff4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4917 2025.02.01 02:12:06.274148 [ 255 ] {4bdcf13f-d8b1-4bc3-994b-68557a03aff4} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4918 2025.02.01 02:12:06.274432 [ 255 ] {4bdcf13f-d8b1-4bc3-994b-68557a03aff4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.0024 sec., 16250.000000000002 rows/sec., 29.12 MiB/sec.
4919 2025.02.01 02:12:06.274695 [ 255 ] {4bdcf13f-d8b1-4bc3-994b-68557a03aff4} <Debug> TCPHandler: Processed in 0.002908118 sec.
4920 2025.02.01 02:12:06.274846 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4921 2025.02.01 02:12:06.274977 [ 4 ] {db26c50d-636b-4dd9-add0-85e2d3a5ac88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4922 2025.02.01 02:12:06.275032 [ 4 ] {db26c50d-636b-4dd9-add0-85e2d3a5ac88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4923 2025.02.01 02:12:06.275564 [ 4 ] {db26c50d-636b-4dd9-add0-85e2d3a5ac88} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4924 2025.02.01 02:12:06.275611 [ 4 ] {db26c50d-636b-4dd9-add0-85e2d3a5ac88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4925 2025.02.01 02:12:06.275969 [ 4 ] {db26c50d-636b-4dd9-add0-85e2d3a5ac88} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4926 2025.02.01 02:12:06.276195 [ 4 ] {db26c50d-636b-4dd9-add0-85e2d3a5ac88} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4927 2025.02.01 02:12:06.276368 [ 4 ] {db26c50d-636b-4dd9-add0-85e2d3a5ac88} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec.
4928 2025.02.01 02:12:06.276417 [ 4 ] {db26c50d-636b-4dd9-add0-85e2d3a5ac88} <Debug> TCPHandler: Processed in 0.001633096 sec.
4929 2025.02.01 02:12:06.373455 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 690
4930 2025.02.01 02:12:06.376582 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4931 2025.02.01 02:12:06.376626 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4932 2025.02.01 02:12:06.378054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4933 2025.02.01 02:12:06.378349 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4934 2025.02.01 02:12:06.378507 [ 63 ] {} <Debug> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4935 2025.02.01 02:12:06.378565 [ 63 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4936 2025.02.01 02:12:06.378603 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4937 2025.02.01 02:12:06.379048 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::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
4938 2025.02.01 02:12:06.379709 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 690
4939 2025.02.01 02:12:06.380217 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4940 2025.02.01 02:12:06.380410 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 508 rows starting from the beginning of the part
4941 2025.02.01 02:12:06.381109 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part
4942 2025.02.01 02:12:06.381783 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 48 rows starting from the beginning of the part
4943 2025.02.01 02:12:06.382445 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part
4944 2025.02.01 02:12:06.383085 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part
4945 2025.02.01 02:12:06.383790 [ 192 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::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
4946 2025.02.01 02:12:06.392117 [ 194 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 72 columns (72 merged, 0 gathered) in 0.01339824 sec., 51499.301400781 rows/sec., 44.43 MiB/sec.
4947 2025.02.01 02:12:06.393494 [ 193 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4948 2025.02.01 02:12:06.394339 [ 193 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_16_3} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4949 2025.02.01 02:12:06.394438 [ 193 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_16_3} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4950 2025.02.01 02:12:06.394778 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB.
4951 2025.02.01 02:12:08.842813 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
4952 2025.02.01 02:12:08.843617 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4953 2025.02.01 02:12:08.843670 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4954 2025.02.01 02:12:08.844236 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4955 2025.02.01 02:12:08.844494 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4956 2025.02.01 02:12:08.844786 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
4957 2025.02.01 02:12:09.602656 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4958 2025.02.01 02:12:09.622965 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4959 2025.02.01 02:12:09.623020 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4960 2025.02.01 02:12:09.630614 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4961 2025.02.01 02:12:09.631366 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4962 2025.02.01 02:12:09.634585 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4963 2025.02.01 02:12:11.897718 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4964 2025.02.01 02:12:11.897905 [ 255 ] {5653d54d-343a-4087-b61d-f40f9186f237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4965 2025.02.01 02:12:11.897977 [ 255 ] {5653d54d-343a-4087-b61d-f40f9186f237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4966 2025.02.01 02:12:11.898694 [ 255 ] {5653d54d-343a-4087-b61d-f40f9186f237} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4967 2025.02.01 02:12:11.898742 [ 255 ] {5653d54d-343a-4087-b61d-f40f9186f237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4968 2025.02.01 02:12:11.899179 [ 255 ] {5653d54d-343a-4087-b61d-f40f9186f237} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4969 2025.02.01 02:12:11.899437 [ 255 ] {5653d54d-343a-4087-b61d-f40f9186f237} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4970 2025.02.01 02:12:11.899637 [ 255 ] {5653d54d-343a-4087-b61d-f40f9186f237} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001783 sec., 7851.934941110488 rows/sec., 565.23 KiB/sec.
4971 2025.02.01 02:12:11.899701 [ 255 ] {5653d54d-343a-4087-b61d-f40f9186f237} <Debug> TCPHandler: Processed in 0.00211542 sec.
4972 2025.02.01 02:12:11.899871 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4973 2025.02.01 02:12:11.900016 [ 4 ] {5eb60500-3eb7-4e85-924a-f468fc6c5267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4974 2025.02.01 02:12:11.900072 [ 4 ] {5eb60500-3eb7-4e85-924a-f468fc6c5267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4975 2025.02.01 02:12:11.900814 [ 4 ] {5eb60500-3eb7-4e85-924a-f468fc6c5267} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4976 2025.02.01 02:12:11.900861 [ 4 ] {5eb60500-3eb7-4e85-924a-f468fc6c5267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4977 2025.02.01 02:12:11.901244 [ 4 ] {5eb60500-3eb7-4e85-924a-f468fc6c5267} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4978 2025.02.01 02:12:11.901495 [ 4 ] {5eb60500-3eb7-4e85-924a-f468fc6c5267} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4979 2025.02.01 02:12:11.901687 [ 4 ] {5eb60500-3eb7-4e85-924a-f468fc6c5267} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001704 sec., 119131.45539906103 rows/sec., 10.31 MiB/sec.
4980 2025.02.01 02:12:11.901805 [ 4 ] {5eb60500-3eb7-4e85-924a-f468fc6c5267} <Debug> TCPHandler: Processed in 0.00200439 sec.
4981 2025.02.01 02:12:11.901951 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4982 2025.02.01 02:12:11.902060 [ 255 ] {a8908e43-05af-476c-a36c-adebd8070b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4983 2025.02.01 02:12:11.902107 [ 255 ] {a8908e43-05af-476c-a36c-adebd8070b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4984 2025.02.01 02:12:11.902624 [ 255 ] {a8908e43-05af-476c-a36c-adebd8070b06} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4985 2025.02.01 02:12:11.902662 [ 255 ] {a8908e43-05af-476c-a36c-adebd8070b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4986 2025.02.01 02:12:11.903002 [ 255 ] {a8908e43-05af-476c-a36c-adebd8070b06} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4987 2025.02.01 02:12:11.903235 [ 255 ] {a8908e43-05af-476c-a36c-adebd8070b06} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4988 2025.02.01 02:12:11.903410 [ 255 ] {a8908e43-05af-476c-a36c-adebd8070b06} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001372 sec., 5102.040816326531 rows/sec., 332.40 KiB/sec.
4989 2025.02.01 02:12:11.903462 [ 255 ] {a8908e43-05af-476c-a36c-adebd8070b06} <Debug> TCPHandler: Processed in 0.001566706 sec.
4990 2025.02.01 02:12:11.903594 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4991 2025.02.01 02:12:11.903705 [ 4 ] {d059a703-7e6d-4664-820d-d3206e24bb02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4992 2025.02.01 02:12:11.903750 [ 4 ] {d059a703-7e6d-4664-820d-d3206e24bb02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4993 2025.02.01 02:12:11.904259 [ 4 ] {d059a703-7e6d-4664-820d-d3206e24bb02} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4994 2025.02.01 02:12:11.904296 [ 4 ] {d059a703-7e6d-4664-820d-d3206e24bb02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
4995 2025.02.01 02:12:11.904641 [ 4 ] {d059a703-7e6d-4664-820d-d3206e24bb02} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4996 2025.02.01 02:12:11.904875 [ 4 ] {d059a703-7e6d-4664-820d-d3206e24bb02} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4997 2025.02.01 02:12:11.905078 [ 4 ] {d059a703-7e6d-4664-820d-d3206e24bb02} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001381 sec., 10137.581462708182 rows/sec., 709.97 KiB/sec.
4998 2025.02.01 02:12:11.905242 [ 4 ] {d059a703-7e6d-4664-820d-d3206e24bb02} <Debug> TCPHandler: Processed in 0.001698847 sec.
4999 2025.02.01 02:12:11.905441 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5000 2025.02.01 02:12:11.905578 [ 255 ] {f4548757-55b8-401c-8423-78f3f7929072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5001 2025.02.01 02:12:11.905633 [ 255 ] {f4548757-55b8-401c-8423-78f3f7929072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5002 2025.02.01 02:12:11.906231 [ 255 ] {f4548757-55b8-401c-8423-78f3f7929072} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5003 2025.02.01 02:12:11.906270 [ 255 ] {f4548757-55b8-401c-8423-78f3f7929072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5004 2025.02.01 02:12:11.906615 [ 255 ] {f4548757-55b8-401c-8423-78f3f7929072} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5005 2025.02.01 02:12:11.906852 [ 255 ] {f4548757-55b8-401c-8423-78f3f7929072} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5006 2025.02.01 02:12:11.907036 [ 255 ] {f4548757-55b8-401c-8423-78f3f7929072} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001487 sec., 8742.434431741762 rows/sec., 545.09 KiB/sec.
5007 2025.02.01 02:12:11.907100 [ 255 ] {f4548757-55b8-401c-8423-78f3f7929072} <Debug> TCPHandler: Processed in 0.001752887 sec.
5008 2025.02.01 02:12:11.907251 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5009 2025.02.01 02:12:11.907378 [ 4 ] {476734dc-2195-4193-aef9-3aa8bf77127f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5010 2025.02.01 02:12:11.907431 [ 4 ] {476734dc-2195-4193-aef9-3aa8bf77127f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5011 2025.02.01 02:12:11.908135 [ 4 ] {476734dc-2195-4193-aef9-3aa8bf77127f} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5012 2025.02.01 02:12:11.908171 [ 4 ] {476734dc-2195-4193-aef9-3aa8bf77127f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5013 2025.02.01 02:12:11.908530 [ 4 ] {476734dc-2195-4193-aef9-3aa8bf77127f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5014 2025.02.01 02:12:11.908762 [ 4 ] {476734dc-2195-4193-aef9-3aa8bf77127f} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5015 2025.02.01 02:12:11.908945 [ 4 ] {476734dc-2195-4193-aef9-3aa8bf77127f} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001596 sec., 239348.3709273183 rows/sec., 16.94 MiB/sec.
5016 2025.02.01 02:12:11.909067 [ 4 ] {476734dc-2195-4193-aef9-3aa8bf77127f} <Debug> TCPHandler: Processed in 0.001882918 sec.
5017 2025.02.01 02:12:11.909222 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5018 2025.02.01 02:12:11.909328 [ 255 ] {b081494d-ee5d-453d-9c84-8f93e321db9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5019 2025.02.01 02:12:11.909373 [ 255 ] {b081494d-ee5d-453d-9c84-8f93e321db9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5020 2025.02.01 02:12:11.909797 [ 255 ] {b081494d-ee5d-453d-9c84-8f93e321db9a} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5021 2025.02.01 02:12:11.909833 [ 255 ] {b081494d-ee5d-453d-9c84-8f93e321db9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5022 2025.02.01 02:12:11.910188 [ 255 ] {b081494d-ee5d-453d-9c84-8f93e321db9a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
5023 2025.02.01 02:12:11.910413 [ 255 ] {b081494d-ee5d-453d-9c84-8f93e321db9a} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5024 2025.02.01 02:12:11.910583 [ 255 ] {b081494d-ee5d-453d-9c84-8f93e321db9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001278 sec., 4694.835680751174 rows/sec., 245.29 KiB/sec.
5025 2025.02.01 02:12:11.910631 [ 255 ] {b081494d-ee5d-453d-9c84-8f93e321db9a} <Debug> TCPHandler: Processed in 0.001484875 sec.
5026 2025.02.01 02:12:11.910811 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5027 2025.02.01 02:12:11.910916 [ 4 ] {59261ee1-7377-40df-8773-ae77c4d156bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5028 2025.02.01 02:12:11.910963 [ 4 ] {59261ee1-7377-40df-8773-ae77c4d156bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5029 2025.02.01 02:12:11.911462 [ 4 ] {59261ee1-7377-40df-8773-ae77c4d156bf} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5030 2025.02.01 02:12:11.911496 [ 4 ] {59261ee1-7377-40df-8773-ae77c4d156bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5031 2025.02.01 02:12:11.911860 [ 4 ] {59261ee1-7377-40df-8773-ae77c4d156bf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5032 2025.02.01 02:12:11.912097 [ 4 ] {59261ee1-7377-40df-8773-ae77c4d156bf} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5033 2025.02.01 02:12:11.912267 [ 4 ] {59261ee1-7377-40df-8773-ae77c4d156bf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001373 sec., 172614.7123088128 rows/sec., 11.57 MiB/sec.
5034 2025.02.01 02:12:11.912316 [ 4 ] {59261ee1-7377-40df-8773-ae77c4d156bf} <Debug> TCPHandler: Processed in 0.001557715 sec.
5035 2025.02.01 02:12:11.912442 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5036 2025.02.01 02:12:11.912547 [ 255 ] {1a7948b1-e1f8-4cf1-a96c-8059435b0ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5037 2025.02.01 02:12:11.912594 [ 255 ] {1a7948b1-e1f8-4cf1-a96c-8059435b0ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5038 2025.02.01 02:12:11.912995 [ 255 ] {1a7948b1-e1f8-4cf1-a96c-8059435b0ef0} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5039 2025.02.01 02:12:11.913031 [ 255 ] {1a7948b1-e1f8-4cf1-a96c-8059435b0ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5040 2025.02.01 02:12:11.913362 [ 255 ] {1a7948b1-e1f8-4cf1-a96c-8059435b0ef0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5041 2025.02.01 02:12:11.913592 [ 255 ] {1a7948b1-e1f8-4cf1-a96c-8059435b0ef0} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5042 2025.02.01 02:12:11.913717 [ 55 ] {} <Debug> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
5043 2025.02.01 02:12:11.913756 [ 55 ] {} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5044 2025.02.01 02:12:11.913775 [ 255 ] {1a7948b1-e1f8-4cf1-a96c-8059435b0ef0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001246 sec., 802.5682182985554 rows/sec., 54.08 KiB/sec.
5045 2025.02.01 02:12:11.913781 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5046 2025.02.01 02:12:11.913862 [ 255 ] {1a7948b1-e1f8-4cf1-a96c-8059435b0ef0} <Debug> TCPHandler: Processed in 0.001472285 sec.
5047 2025.02.01 02:12:11.914143 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5048 2025.02.01 02:12:11.914337 [ 201 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
5049 2025.02.01 02:12:11.914526 [ 4 ] {9abd450c-f007-47d8-8d0c-357854403db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5050 2025.02.01 02:12:11.914666 [ 4 ] {9abd450c-f007-47d8-8d0c-357854403db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5051 2025.02.01 02:12:11.914802 [ 201 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5052 2025.02.01 02:12:11.914899 [ 201 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
5053 2025.02.01 02:12:11.915203 [ 201 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
5054 2025.02.01 02:12:11.915565 [ 201 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
5055 2025.02.01 02:12:11.915833 [ 201 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
5056 2025.02.01 02:12:11.916100 [ 201 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
5057 2025.02.01 02:12:11.916459 [ 201 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
5058 2025.02.01 02:12:11.917273 [ 4 ] {9abd450c-f007-47d8-8d0c-357854403db3} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5059 2025.02.01 02:12:11.917319 [ 4 ] {9abd450c-f007-47d8-8d0c-357854403db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5060 2025.02.01 02:12:11.918153 [ 4 ] {9abd450c-f007-47d8-8d0c-357854403db3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5061 2025.02.01 02:12:11.918673 [ 4 ] {9abd450c-f007-47d8-8d0c-357854403db3} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5062 2025.02.01 02:12:11.919314 [ 4 ] {9abd450c-f007-47d8-8d0c-357854403db3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004906 sec., 16714.227476559317 rows/sec., 1.06 MiB/sec.
5063 2025.02.01 02:12:11.919725 [ 4 ] {9abd450c-f007-47d8-8d0c-357854403db3} <Debug> TCPHandler: Processed in 0.005758526 sec.
5064 2025.02.01 02:12:11.920230 [ 194 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.006336382 sec., 2367.281518065041 rows/sec., 158.90 KiB/sec.
5065 2025.02.01 02:12:11.920478 [ 196 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
5066 2025.02.01 02:12:11.920909 [ 196 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_15_3} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5067 2025.02.01 02:12:11.921009 [ 196 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_15_3} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
5068 2025.02.01 02:12:11.921123 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5069 2025.02.01 02:12:16.246622 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache
5070 2025.02.01 02:12:16.246682 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache
5071 2025.02.01 02:12:16.344976 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
5072 2025.02.01 02:12:16.345794 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5073 2025.02.01 02:12:16.345846 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5074 2025.02.01 02:12:16.346380 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5075 2025.02.01 02:12:16.346632 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5076 2025.02.01 02:12:16.346873 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
5077 2025.02.01 02:12:16.380129 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 710
5078 2025.02.01 02:12:16.382953 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5079 2025.02.01 02:12:16.383006 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5080 2025.02.01 02:12:16.384472 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5081 2025.02.01 02:12:16.384791 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5082 2025.02.01 02:12:16.385852 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 710
5083 2025.02.01 02:12:16.895514 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5084 2025.02.01 02:12:16.895703 [ 255 ] {042dea16-d2ed-4001-9c7f-0bf247aa7377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5085 2025.02.01 02:12:16.895776 [ 255 ] {042dea16-d2ed-4001-9c7f-0bf247aa7377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5086 2025.02.01 02:12:16.896545 [ 255 ] {042dea16-d2ed-4001-9c7f-0bf247aa7377} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5087 2025.02.01 02:12:16.896598 [ 255 ] {042dea16-d2ed-4001-9c7f-0bf247aa7377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5088 2025.02.01 02:12:16.897042 [ 255 ] {042dea16-d2ed-4001-9c7f-0bf247aa7377} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5089 2025.02.01 02:12:16.897299 [ 255 ] {042dea16-d2ed-4001-9c7f-0bf247aa7377} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5090 2025.02.01 02:12:16.897533 [ 255 ] {042dea16-d2ed-4001-9c7f-0bf247aa7377} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001884 sec., 71125.26539278131 rows/sec., 6.13 MiB/sec.
5091 2025.02.01 02:12:16.897601 [ 255 ] {042dea16-d2ed-4001-9c7f-0bf247aa7377} <Debug> TCPHandler: Processed in 0.002213781 sec.
5092 2025.02.01 02:12:16.897751 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5093 2025.02.01 02:12:16.897874 [ 4 ] {c82b3012-ac53-4130-936f-f1de14cdb3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5094 2025.02.01 02:12:16.897924 [ 4 ] {c82b3012-ac53-4130-936f-f1de14cdb3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5095 2025.02.01 02:12:16.898484 [ 4 ] {c82b3012-ac53-4130-936f-f1de14cdb3ed} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5096 2025.02.01 02:12:16.898526 [ 4 ] {c82b3012-ac53-4130-936f-f1de14cdb3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5097 2025.02.01 02:12:16.898890 [ 4 ] {c82b3012-ac53-4130-936f-f1de14cdb3ed} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5098 2025.02.01 02:12:16.899134 [ 4 ] {c82b3012-ac53-4130-936f-f1de14cdb3ed} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5099 2025.02.01 02:12:16.899347 [ 4 ] {c82b3012-ac53-4130-936f-f1de14cdb3ed} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001502 sec., 25965.37949400799 rows/sec., 1.91 MiB/sec.
5100 2025.02.01 02:12:16.899400 [ 4 ] {c82b3012-ac53-4130-936f-f1de14cdb3ed} <Debug> TCPHandler: Processed in 0.001709366 sec.
5101 2025.02.01 02:12:16.899542 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5102 2025.02.01 02:12:16.899678 [ 255 ] {baaba8ff-84e7-47fa-889f-f61ff8590c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5103 2025.02.01 02:12:16.899732 [ 255 ] {baaba8ff-84e7-47fa-889f-f61ff8590c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5104 2025.02.01 02:12:16.900346 [ 255 ] {baaba8ff-84e7-47fa-889f-f61ff8590c38} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5105 2025.02.01 02:12:16.900385 [ 255 ] {baaba8ff-84e7-47fa-889f-f61ff8590c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5106 2025.02.01 02:12:16.900750 [ 255 ] {baaba8ff-84e7-47fa-889f-f61ff8590c38} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5107 2025.02.01 02:12:16.900989 [ 255 ] {baaba8ff-84e7-47fa-889f-f61ff8590c38} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5108 2025.02.01 02:12:16.901211 [ 255 ] {baaba8ff-84e7-47fa-889f-f61ff8590c38} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001562 sec., 65941.10115236876 rows/sec., 5.15 MiB/sec.
5109 2025.02.01 02:12:16.901263 [ 255 ] {baaba8ff-84e7-47fa-889f-f61ff8590c38} <Debug> TCPHandler: Processed in 0.001786368 sec.
5110 2025.02.01 02:12:16.901388 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5111 2025.02.01 02:12:16.901496 [ 4 ] {3dad0104-9d78-446b-b1a1-ba59ec53e88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5112 2025.02.01 02:12:16.901545 [ 4 ] {3dad0104-9d78-446b-b1a1-ba59ec53e88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5113 2025.02.01 02:12:16.902049 [ 4 ] {3dad0104-9d78-446b-b1a1-ba59ec53e88b} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5114 2025.02.01 02:12:16.902087 [ 4 ] {3dad0104-9d78-446b-b1a1-ba59ec53e88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5115 2025.02.01 02:12:16.902460 [ 4 ] {3dad0104-9d78-446b-b1a1-ba59ec53e88b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5116 2025.02.01 02:12:16.902702 [ 4 ] {3dad0104-9d78-446b-b1a1-ba59ec53e88b} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5117 2025.02.01 02:12:16.902946 [ 4 ] {3dad0104-9d78-446b-b1a1-ba59ec53e88b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001465 sec., 109215.01706484643 rows/sec., 7.61 MiB/sec.
5118 2025.02.01 02:12:16.903131 [ 4 ] {3dad0104-9d78-446b-b1a1-ba59ec53e88b} <Debug> TCPHandler: Processed in 0.001791858 sec.
5119 2025.02.01 02:12:16.903360 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5120 2025.02.01 02:12:16.903516 [ 255 ] {0ef6c861-13e0-4eb8-998f-da1787ef2001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5121 2025.02.01 02:12:16.903605 [ 255 ] {0ef6c861-13e0-4eb8-998f-da1787ef2001} <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
5122 2025.02.01 02:12:16.904788 [ 255 ] {0ef6c861-13e0-4eb8-998f-da1787ef2001} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5123 2025.02.01 02:12:16.904826 [ 255 ] {0ef6c861-13e0-4eb8-998f-da1787ef2001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5124 2025.02.01 02:12:16.905484 [ 255 ] {0ef6c861-13e0-4eb8-998f-da1787ef2001} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5125 2025.02.01 02:12:16.905737 [ 255 ] {0ef6c861-13e0-4eb8-998f-da1787ef2001} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5126 2025.02.01 02:12:16.905886 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5127 2025.02.01 02:12:16.905931 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5128 2025.02.01 02:12:16.905941 [ 255 ] {0ef6c861-13e0-4eb8-998f-da1787ef2001} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002452 sec., 15905.383360522022 rows/sec., 28.50 MiB/sec.
5129 2025.02.01 02:12:16.905960 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5130 2025.02.01 02:12:16.906288 [ 255 ] {0ef6c861-13e0-4eb8-998f-da1787ef2001} <Debug> TCPHandler: Processed in 0.00305816 sec.
5131 2025.02.01 02:12:16.906322 [ 194 ] {020f0894-13f1-40d0-810f-1f25b7597fca::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
5132 2025.02.01 02:12:16.906464 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5133 2025.02.01 02:12:16.906734 [ 4 ] {95d73898-8982-454d-b18c-71249cf0760e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5134 2025.02.01 02:12:16.906860 [ 4 ] {95d73898-8982-454d-b18c-71249cf0760e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5135 2025.02.01 02:12:16.907121 [ 194 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5136 2025.02.01 02:12:16.907371 [ 194 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 404 rows starting from the beginning of the part
5137 2025.02.01 02:12:16.908056 [ 194 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
5138 2025.02.01 02:12:16.908793 [ 194 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part
5139 2025.02.01 02:12:16.908970 [ 4 ] {95d73898-8982-454d-b18c-71249cf0760e} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5140 2025.02.01 02:12:16.909091 [ 4 ] {95d73898-8982-454d-b18c-71249cf0760e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5141 2025.02.01 02:12:16.909461 [ 194 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
5142 2025.02.01 02:12:16.910054 [ 194 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part
5143 2025.02.01 02:12:16.910686 [ 194 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part
5144 2025.02.01 02:12:16.910759 [ 4 ] {95d73898-8982-454d-b18c-71249cf0760e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5145 2025.02.01 02:12:16.911573 [ 4 ] {95d73898-8982-454d-b18c-71249cf0760e} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5146 2025.02.01 02:12:16.911976 [ 4 ] {95d73898-8982-454d-b18c-71249cf0760e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005325 sec., 11267.605633802817 rows/sec., 777.58 KiB/sec.
5147 2025.02.01 02:12:16.912170 [ 4 ] {95d73898-8982-454d-b18c-71249cf0760e} <Debug> TCPHandler: Processed in 0.005787447 sec.
5148 2025.02.01 02:12:16.919503 [ 187 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 599 rows, containing 19 columns (19 merged, 0 gathered) in 0.01341189 sec., 44661.86346592464 rows/sec., 80.03 MiB/sec.
5149 2025.02.01 02:12:16.920449 [ 187 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5150 2025.02.01 02:12:16.920858 [ 187 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5151 2025.02.01 02:12:16.920929 [ 187 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5152 2025.02.01 02:12:16.921075 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB.
5153 2025.02.01 02:12:17.000193 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.41 MiB, peak 195.74 MiB, free memory in arenas 0.00 B, will set to 189.90 MiB (RSS), difference: 1.49 MiB
5154 2025.02.01 02:12:17.134790 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
5155 2025.02.01 02:12:17.156170 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5156 2025.02.01 02:12:17.156231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5157 2025.02.01 02:12:17.163729 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5158 2025.02.01 02:12:17.164518 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5159 2025.02.01 02:12:17.167330 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
5160 2025.02.01 02:12:21.898283 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5161 2025.02.01 02:12:21.898496 [ 255 ] {a6f6cc5b-4401-432d-b193-f437723525eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5162 2025.02.01 02:12:21.898570 [ 255 ] {a6f6cc5b-4401-432d-b193-f437723525eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5163 2025.02.01 02:12:21.899302 [ 255 ] {a6f6cc5b-4401-432d-b193-f437723525eb} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5164 2025.02.01 02:12:21.899358 [ 255 ] {a6f6cc5b-4401-432d-b193-f437723525eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5165 2025.02.01 02:12:21.899793 [ 255 ] {a6f6cc5b-4401-432d-b193-f437723525eb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5166 2025.02.01 02:12:21.900045 [ 255 ] {a6f6cc5b-4401-432d-b193-f437723525eb} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5167 2025.02.01 02:12:21.900299 [ 255 ] {a6f6cc5b-4401-432d-b193-f437723525eb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00185 sec., 7567.5675675675675 rows/sec., 544.76 KiB/sec.
5168 2025.02.01 02:12:21.900406 [ 255 ] {a6f6cc5b-4401-432d-b193-f437723525eb} <Debug> TCPHandler: Processed in 0.002288532 sec.
5169 2025.02.01 02:12:21.900586 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5170 2025.02.01 02:12:21.900733 [ 4 ] {98ee9d20-fb47-40f7-8222-f98366e19bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5171 2025.02.01 02:12:21.900791 [ 4 ] {98ee9d20-fb47-40f7-8222-f98366e19bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5172 2025.02.01 02:12:21.901491 [ 4 ] {98ee9d20-fb47-40f7-8222-f98366e19bfa} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5173 2025.02.01 02:12:21.901531 [ 4 ] {98ee9d20-fb47-40f7-8222-f98366e19bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5174 2025.02.01 02:12:21.901914 [ 4 ] {98ee9d20-fb47-40f7-8222-f98366e19bfa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5175 2025.02.01 02:12:21.902159 [ 4 ] {98ee9d20-fb47-40f7-8222-f98366e19bfa} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5176 2025.02.01 02:12:21.902373 [ 4 ] {98ee9d20-fb47-40f7-8222-f98366e19bfa} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001676 sec., 121121.71837708831 rows/sec., 10.48 MiB/sec.
5177 2025.02.01 02:12:21.902426 [ 4 ] {98ee9d20-fb47-40f7-8222-f98366e19bfa} <Debug> TCPHandler: Processed in 0.001910049 sec.
5178 2025.02.01 02:12:21.902557 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5179 2025.02.01 02:12:21.902665 [ 255 ] {224eb2bf-3b18-4f89-b4ed-636cf6a7b485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5180 2025.02.01 02:12:21.902711 [ 255 ] {224eb2bf-3b18-4f89-b4ed-636cf6a7b485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5181 2025.02.01 02:12:21.903241 [ 255 ] {224eb2bf-3b18-4f89-b4ed-636cf6a7b485} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5182 2025.02.01 02:12:21.903281 [ 255 ] {224eb2bf-3b18-4f89-b4ed-636cf6a7b485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5183 2025.02.01 02:12:21.903623 [ 255 ] {224eb2bf-3b18-4f89-b4ed-636cf6a7b485} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5184 2025.02.01 02:12:21.903855 [ 255 ] {224eb2bf-3b18-4f89-b4ed-636cf6a7b485} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5185 2025.02.01 02:12:21.904016 [ 41 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5186 2025.02.01 02:12:21.904077 [ 255 ] {224eb2bf-3b18-4f89-b4ed-636cf6a7b485} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001428 sec., 4901.9607843137255 rows/sec., 319.37 KiB/sec.
5187 2025.02.01 02:12:21.904091 [ 41 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5188 2025.02.01 02:12:21.904161 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5189 2025.02.01 02:12:21.904210 [ 255 ] {224eb2bf-3b18-4f89-b4ed-636cf6a7b485} <Debug> TCPHandler: Processed in 0.001703716 sec.
5190 2025.02.01 02:12:21.904458 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5191 2025.02.01 02:12:21.904667 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
5192 2025.02.01 02:12:21.904834 [ 4 ] {8df0bf2b-1d01-421c-a1ee-e33452325dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5193 2025.02.01 02:12:21.905019 [ 4 ] {8df0bf2b-1d01-421c-a1ee-e33452325dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5194 2025.02.01 02:12:21.905384 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5195 2025.02.01 02:12:21.905501 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 64 rows starting from the beginning of the part
5196 2025.02.01 02:12:21.905819 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 7 rows starting from the beginning of the part
5197 2025.02.01 02:12:21.906208 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 43 rows starting from the beginning of the part
5198 2025.02.01 02:12:21.906526 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
5199 2025.02.01 02:12:21.906821 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part
5200 2025.02.01 02:12:21.907120 [ 194 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
5201 2025.02.01 02:12:21.908003 [ 4 ] {8df0bf2b-1d01-421c-a1ee-e33452325dde} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5202 2025.02.01 02:12:21.908064 [ 4 ] {8df0bf2b-1d01-421c-a1ee-e33452325dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5203 2025.02.01 02:12:21.909039 [ 4 ] {8df0bf2b-1d01-421c-a1ee-e33452325dde} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5204 2025.02.01 02:12:21.909665 [ 4 ] {8df0bf2b-1d01-421c-a1ee-e33452325dde} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5205 2025.02.01 02:12:21.909674 [ 186 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 5 columns (5 merged, 0 gathered) in 0.005358922 sec., 31162.98389862737 rows/sec., 2.33 MiB/sec.
5206 2025.02.01 02:12:21.909868 [ 41 ] {} <Debug> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5207 2025.02.01 02:12:21.909946 [ 41 ] {} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5208 2025.02.01 02:12:21.910012 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5209 2025.02.01 02:12:21.910012 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5210 2025.02.01 02:12:21.910065 [ 4 ] {8df0bf2b-1d01-421c-a1ee-e33452325dde} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005339 sec., 2622.213897733658 rows/sec., 183.64 KiB/sec.
5211 2025.02.01 02:12:21.910573 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::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
5212 2025.02.01 02:12:21.910645 [ 4 ] {8df0bf2b-1d01-421c-a1ee-e33452325dde} <Debug> TCPHandler: Processed in 0.006332832 sec.
5213 2025.02.01 02:12:21.911046 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5214 2025.02.01 02:12:21.911197 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5215 2025.02.01 02:12:21.911328 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part
5216 2025.02.01 02:12:21.911445 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_31_6} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5217 2025.02.01 02:12:21.911467 [ 255 ] {d9dd984e-0746-4d62-bb53-351d56813d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5218 2025.02.01 02:12:21.911700 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5219 2025.02.01 02:12:21.911748 [ 255 ] {d9dd984e-0746-4d62-bb53-351d56813d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5220 2025.02.01 02:12:21.911814 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_31_6} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5221 2025.02.01 02:12:21.912255 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
5222 2025.02.01 02:12:21.912284 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5223 2025.02.01 02:12:21.912642 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part
5224 2025.02.01 02:12:21.912992 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
5225 2025.02.01 02:12:21.913320 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
5226 2025.02.01 02:12:21.914884 [ 255 ] {d9dd984e-0746-4d62-bb53-351d56813d3a} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5227 2025.02.01 02:12:21.914962 [ 255 ] {d9dd984e-0746-4d62-bb53-351d56813d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5228 2025.02.01 02:12:21.915896 [ 255 ] {d9dd984e-0746-4d62-bb53-351d56813d3a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5229 2025.02.01 02:12:21.916292 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00617356 sec., 85364.03630968193 rows/sec., 6.11 MiB/sec.
5230 2025.02.01 02:12:21.916430 [ 255 ] {d9dd984e-0746-4d62-bb53-351d56813d3a} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5231 2025.02.01 02:12:21.916515 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5232 2025.02.01 02:12:21.916896 [ 255 ] {d9dd984e-0746-4d62-bb53-351d56813d3a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005549 sec., 2342.764462065237 rows/sec., 146.07 KiB/sec.
5233 2025.02.01 02:12:21.917270 [ 255 ] {d9dd984e-0746-4d62-bb53-351d56813d3a} <Debug> TCPHandler: Processed in 0.006466393 sec.
5234 2025.02.01 02:12:21.917359 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5235 2025.02.01 02:12:21.917535 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5236 2025.02.01 02:12:21.917604 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_21_4} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5237 2025.02.01 02:12:21.917744 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
5238 2025.02.01 02:12:21.917764 [ 4 ] {3392696a-6feb-4cda-bbc7-50fa5992ed05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5239 2025.02.01 02:12:21.917829 [ 4 ] {3392696a-6feb-4cda-bbc7-50fa5992ed05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5240 2025.02.01 02:12:21.918558 [ 4 ] {3392696a-6feb-4cda-bbc7-50fa5992ed05} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5241 2025.02.01 02:12:21.918600 [ 4 ] {3392696a-6feb-4cda-bbc7-50fa5992ed05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5242 2025.02.01 02:12:21.919015 [ 4 ] {3392696a-6feb-4cda-bbc7-50fa5992ed05} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5243 2025.02.01 02:12:21.919279 [ 4 ] {3392696a-6feb-4cda-bbc7-50fa5992ed05} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5244 2025.02.01 02:12:21.919502 [ 4 ] {3392696a-6feb-4cda-bbc7-50fa5992ed05} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001816 sec., 210352.422907489 rows/sec., 14.89 MiB/sec.
5245 2025.02.01 02:12:21.919563 [ 4 ] {3392696a-6feb-4cda-bbc7-50fa5992ed05} <Debug> TCPHandler: Processed in 0.002173151 sec.
5246 2025.02.01 02:12:21.919730 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5247 2025.02.01 02:12:21.919880 [ 255 ] {cce07471-ab54-418e-aea0-455da56e152e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5248 2025.02.01 02:12:21.919947 [ 255 ] {cce07471-ab54-418e-aea0-455da56e152e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5249 2025.02.01 02:12:21.920531 [ 255 ] {cce07471-ab54-418e-aea0-455da56e152e} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5250 2025.02.01 02:12:21.920576 [ 255 ] {cce07471-ab54-418e-aea0-455da56e152e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5251 2025.02.01 02:12:21.921019 [ 255 ] {cce07471-ab54-418e-aea0-455da56e152e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
5252 2025.02.01 02:12:21.921321 [ 255 ] {cce07471-ab54-418e-aea0-455da56e152e} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5253 2025.02.01 02:12:21.921681 [ 255 ] {cce07471-ab54-418e-aea0-455da56e152e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001804 sec., 3325.9423503325943 rows/sec., 173.77 KiB/sec.
5254 2025.02.01 02:12:21.921806 [ 255 ] {cce07471-ab54-418e-aea0-455da56e152e} <Debug> TCPHandler: Processed in 0.002148611 sec.
5255 2025.02.01 02:12:21.921949 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5256 2025.02.01 02:12:21.922059 [ 4 ] {6b8568dc-490c-4239-a6f2-ca5cf905c462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5257 2025.02.01 02:12:21.922108 [ 4 ] {6b8568dc-490c-4239-a6f2-ca5cf905c462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5258 2025.02.01 02:12:21.922614 [ 4 ] {6b8568dc-490c-4239-a6f2-ca5cf905c462} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5259 2025.02.01 02:12:21.922650 [ 4 ] {6b8568dc-490c-4239-a6f2-ca5cf905c462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5260 2025.02.01 02:12:21.923010 [ 4 ] {6b8568dc-490c-4239-a6f2-ca5cf905c462} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5261 2025.02.01 02:12:21.923307 [ 4 ] {6b8568dc-490c-4239-a6f2-ca5cf905c462} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5262 2025.02.01 02:12:21.923534 [ 4 ] {6b8568dc-490c-4239-a6f2-ca5cf905c462} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001498 sec., 158210.9479305741 rows/sec., 10.60 MiB/sec.
5263 2025.02.01 02:12:21.923633 [ 4 ] {6b8568dc-490c-4239-a6f2-ca5cf905c462} <Debug> TCPHandler: Processed in 0.001735777 sec.
5264 2025.02.01 02:12:21.923800 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5265 2025.02.01 02:12:21.923919 [ 255 ] {bdc2a8c2-23f7-4cde-a3ba-140aaf86b093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5266 2025.02.01 02:12:21.923973 [ 255 ] {bdc2a8c2-23f7-4cde-a3ba-140aaf86b093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5267 2025.02.01 02:12:21.924468 [ 255 ] {bdc2a8c2-23f7-4cde-a3ba-140aaf86b093} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5268 2025.02.01 02:12:21.924510 [ 255 ] {bdc2a8c2-23f7-4cde-a3ba-140aaf86b093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5269 2025.02.01 02:12:21.924914 [ 255 ] {bdc2a8c2-23f7-4cde-a3ba-140aaf86b093} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5270 2025.02.01 02:12:21.925217 [ 255 ] {bdc2a8c2-23f7-4cde-a3ba-140aaf86b093} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5271 2025.02.01 02:12:21.925425 [ 255 ] {bdc2a8c2-23f7-4cde-a3ba-140aaf86b093} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 43.98 KiB/sec.
5272 2025.02.01 02:12:21.925484 [ 255 ] {bdc2a8c2-23f7-4cde-a3ba-140aaf86b093} <Debug> TCPHandler: Processed in 0.001749697 sec.
5273 2025.02.01 02:12:21.925616 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5274 2025.02.01 02:12:21.925723 [ 4 ] {9fe13a5a-87f6-4065-9ac9-23e9e103b151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5275 2025.02.01 02:12:21.925769 [ 4 ] {9fe13a5a-87f6-4065-9ac9-23e9e103b151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5276 2025.02.01 02:12:21.926193 [ 4 ] {9fe13a5a-87f6-4065-9ac9-23e9e103b151} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5277 2025.02.01 02:12:21.926230 [ 4 ] {9fe13a5a-87f6-4065-9ac9-23e9e103b151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5278 2025.02.01 02:12:21.926585 [ 4 ] {9fe13a5a-87f6-4065-9ac9-23e9e103b151} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5279 2025.02.01 02:12:21.926814 [ 4 ] {9fe13a5a-87f6-4065-9ac9-23e9e103b151} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5280 2025.02.01 02:12:21.927013 [ 4 ] {9fe13a5a-87f6-4065-9ac9-23e9e103b151} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0013 sec., 63076.92307692308 rows/sec., 4.01 MiB/sec.
5281 2025.02.01 02:12:21.927144 [ 4 ] {9fe13a5a-87f6-4065-9ac9-23e9e103b151} <Debug> TCPHandler: Processed in 0.001574765 sec.
5282 2025.02.01 02:12:23.847130 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
5283 2025.02.01 02:12:23.847770 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5284 2025.02.01 02:12:23.847821 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5285 2025.02.01 02:12:23.848368 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5286 2025.02.01 02:12:23.848626 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5287 2025.02.01 02:12:23.848933 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
5288 2025.02.01 02:12:24.667526 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
5289 2025.02.01 02:12:24.688969 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5290 2025.02.01 02:12:24.689031 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5291 2025.02.01 02:12:24.696418 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5292 2025.02.01 02:12:24.697188 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5293 2025.02.01 02:12:24.700623 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
5294 2025.02.01 02:12:26.386224 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 742
5295 2025.02.01 02:12:26.389580 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5296 2025.02.01 02:12:26.389636 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5297 2025.02.01 02:12:26.391116 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5298 2025.02.01 02:12:26.391425 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5299 2025.02.01 02:12:26.392724 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 742
5300 2025.02.01 02:12:26.895866 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5301 2025.02.01 02:12:26.896040 [ 255 ] {56c2a446-3b1e-4229-adb6-0f8efe5f71da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5302 2025.02.01 02:12:26.896105 [ 255 ] {56c2a446-3b1e-4229-adb6-0f8efe5f71da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5303 2025.02.01 02:12:26.896836 [ 255 ] {56c2a446-3b1e-4229-adb6-0f8efe5f71da} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5304 2025.02.01 02:12:26.896886 [ 255 ] {56c2a446-3b1e-4229-adb6-0f8efe5f71da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5305 2025.02.01 02:12:26.897311 [ 255 ] {56c2a446-3b1e-4229-adb6-0f8efe5f71da} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5306 2025.02.01 02:12:26.897568 [ 255 ] {56c2a446-3b1e-4229-adb6-0f8efe5f71da} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5307 2025.02.01 02:12:26.897772 [ 28 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5308 2025.02.01 02:12:26.897835 [ 255 ] {56c2a446-3b1e-4229-adb6-0f8efe5f71da} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001837 sec., 72945.01905280349 rows/sec., 6.29 MiB/sec.
5309 2025.02.01 02:12:26.897859 [ 28 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5310 2025.02.01 02:12:26.897928 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5311 2025.02.01 02:12:26.897975 [ 255 ] {56c2a446-3b1e-4229-adb6-0f8efe5f71da} <Debug> TCPHandler: Processed in 0.002207661 sec.
5312 2025.02.01 02:12:26.898211 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
5313 2025.02.01 02:12:26.898245 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5314 2025.02.01 02:12:26.898508 [ 4 ] {dc5bb75f-7ca3-42e0-92f9-b0e3c469f4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5315 2025.02.01 02:12:26.898523 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5316 2025.02.01 02:12:26.898616 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1432 rows starting from the beginning of the part
5317 2025.02.01 02:12:26.898618 [ 4 ] {dc5bb75f-7ca3-42e0-92f9-b0e3c469f4a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5318 2025.02.01 02:12:26.899001 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1276 rows starting from the beginning of the part
5319 2025.02.01 02:12:26.899330 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 203 rows starting from the beginning of the part
5320 2025.02.01 02:12:26.899741 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 134 rows starting from the beginning of the part
5321 2025.02.01 02:12:26.900118 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 203 rows starting from the beginning of the part
5322 2025.02.01 02:12:26.900369 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 134 rows starting from the beginning of the part
5323 2025.02.01 02:12:26.901235 [ 4 ] {dc5bb75f-7ca3-42e0-92f9-b0e3c469f4a5} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5324 2025.02.01 02:12:26.901312 [ 4 ] {dc5bb75f-7ca3-42e0-92f9-b0e3c469f4a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5325 2025.02.01 02:12:26.902278 [ 4 ] {dc5bb75f-7ca3-42e0-92f9-b0e3c469f4a5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5326 2025.02.01 02:12:26.902870 [ 4 ] {dc5bb75f-7ca3-42e0-92f9-b0e3c469f4a5} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5327 2025.02.01 02:12:26.903144 [ 4 ] {dc5bb75f-7ca3-42e0-92f9-b0e3c469f4a5} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00473 sec., 8245.243128964059 rows/sec., 620.00 KiB/sec.
5328 2025.02.01 02:12:26.903218 [ 4 ] {dc5bb75f-7ca3-42e0-92f9-b0e3c469f4a5} <Debug> TCPHandler: Processed in 0.005095799 sec.
5329 2025.02.01 02:12:26.903390 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5330 2025.02.01 02:12:26.903671 [ 255 ] {514ec4a3-7129-4714-ad70-1d2ce42dfab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5331 2025.02.01 02:12:26.903842 [ 255 ] {514ec4a3-7129-4714-ad70-1d2ce42dfab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5332 2025.02.01 02:12:26.903926 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3382 rows, containing 5 columns (5 merged, 0 gathered) in 0.005875987 sec., 575562.8799042612 rows/sec., 50.56 MiB/sec.
5333 2025.02.01 02:12:26.904297 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5334 2025.02.01 02:12:26.904882 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5335 2025.02.01 02:12:26.905100 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_36_7} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5336 2025.02.01 02:12:26.905129 [ 255 ] {514ec4a3-7129-4714-ad70-1d2ce42dfab6} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5337 2025.02.01 02:12:26.905195 [ 255 ] {514ec4a3-7129-4714-ad70-1d2ce42dfab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5338 2025.02.01 02:12:26.905266 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
5339 2025.02.01 02:12:26.905641 [ 255 ] {514ec4a3-7129-4714-ad70-1d2ce42dfab6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5340 2025.02.01 02:12:26.905884 [ 255 ] {514ec4a3-7129-4714-ad70-1d2ce42dfab6} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5341 2025.02.01 02:12:26.906064 [ 28 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5342 2025.02.01 02:12:26.906115 [ 28 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5343 2025.02.01 02:12:26.906136 [ 255 ] {514ec4a3-7129-4714-ad70-1d2ce42dfab6} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002576 sec., 39984.47204968944 rows/sec., 3.12 MiB/sec.
5344 2025.02.01 02:12:26.906154 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5345 2025.02.01 02:12:26.906301 [ 255 ] {514ec4a3-7129-4714-ad70-1d2ce42dfab6} <Debug> TCPHandler: Processed in 0.002980869 sec.
5346 2025.02.01 02:12:26.906385 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
5347 2025.02.01 02:12:26.906526 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5348 2025.02.01 02:12:26.906581 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5349 2025.02.01 02:12:26.906626 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part
5350 2025.02.01 02:12:26.906830 [ 4 ] {ba3fd2c6-d780-4ee2-a854-d07c6bed7671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5351 2025.02.01 02:12:26.906979 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 563 rows starting from the beginning of the part
5352 2025.02.01 02:12:26.906997 [ 4 ] {ba3fd2c6-d780-4ee2-a854-d07c6bed7671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5353 2025.02.01 02:12:26.907297 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 382 rows starting from the beginning of the part
5354 2025.02.01 02:12:26.907693 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 103 rows starting from the beginning of the part
5355 2025.02.01 02:12:26.908169 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 382 rows starting from the beginning of the part
5356 2025.02.01 02:12:26.908455 [ 200 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 103 rows starting from the beginning of the part
5357 2025.02.01 02:12:26.909544 [ 4 ] {ba3fd2c6-d780-4ee2-a854-d07c6bed7671} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5358 2025.02.01 02:12:26.909618 [ 4 ] {ba3fd2c6-d780-4ee2-a854-d07c6bed7671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5359 2025.02.01 02:12:26.910609 [ 4 ] {ba3fd2c6-d780-4ee2-a854-d07c6bed7671} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5360 2025.02.01 02:12:26.911010 [ 4 ] {ba3fd2c6-d780-4ee2-a854-d07c6bed7671} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5361 2025.02.01 02:12:26.911248 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5362 2025.02.01 02:12:26.911356 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5363 2025.02.01 02:12:26.911431 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5364 2025.02.01 02:12:26.911562 [ 4 ] {ba3fd2c6-d780-4ee2-a854-d07c6bed7671} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004802 sec., 33319.45022907122 rows/sec., 2.32 MiB/sec.
5365 2025.02.01 02:12:26.912116 [ 4 ] {ba3fd2c6-d780-4ee2-a854-d07c6bed7671} <Debug> TCPHandler: Processed in 0.005679485 sec.
5366 2025.02.01 02:12:26.912463 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5367 2025.02.01 02:12:26.912414 [ 188 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2446 rows, containing 5 columns (5 merged, 0 gathered) in 0.0061005 sec., 400950.74174248014 rows/sec., 30.78 MiB/sec.
5368 2025.02.01 02:12:26.912559 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
5369 2025.02.01 02:12:26.912974 [ 188 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5370 2025.02.01 02:12:26.913051 [ 255 ] {f9e5dc4d-df65-4f20-8215-6598a1428c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5371 2025.02.01 02:12:26.913348 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5372 2025.02.01 02:12:26.913469 [ 255 ] {f9e5dc4d-df65-4f20-8215-6598a1428c73} <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
5373 2025.02.01 02:12:26.913494 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9502 rows starting from the beginning of the part
5374 2025.02.01 02:12:26.913854 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 918 rows starting from the beginning of the part
5375 2025.02.01 02:12:26.914291 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part
5376 2025.02.01 02:12:26.914644 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
5377 2025.02.01 02:12:26.915117 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part
5378 2025.02.01 02:12:26.915455 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part
5379 2025.02.01 02:12:26.916318 [ 188 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5380 2025.02.01 02:12:26.916764 [ 188 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_36_7} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5381 2025.02.01 02:12:26.917162 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
5382 2025.02.01 02:12:26.919826 [ 255 ] {f9e5dc4d-df65-4f20-8215-6598a1428c73} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5383 2025.02.01 02:12:26.919883 [ 255 ] {f9e5dc4d-df65-4f20-8215-6598a1428c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5384 2025.02.01 02:12:26.920875 [ 255 ] {f9e5dc4d-df65-4f20-8215-6598a1428c73} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5385 2025.02.01 02:12:26.921282 [ 255 ] {f9e5dc4d-df65-4f20-8215-6598a1428c73} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5386 2025.02.01 02:12:26.921567 [ 255 ] {f9e5dc4d-df65-4f20-8215-6598a1428c73} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00874 sec., 4462.242562929062 rows/sec., 8.00 MiB/sec.
5387 2025.02.01 02:12:26.922110 [ 255 ] {f9e5dc4d-df65-4f20-8215-6598a1428c73} <Debug> TCPHandler: Processed in 0.009855895 sec.
5388 2025.02.01 02:12:26.922304 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5389 2025.02.01 02:12:26.922628 [ 4 ] {a16c15e9-f1a9-4a56-a17a-f7bde37d8685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5390 2025.02.01 02:12:26.922646 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11214 rows, containing 5 columns (5 merged, 0 gathered) in 0.011005618 sec., 1018934.1479960508 rows/sec., 68.81 MiB/sec.
5391 2025.02.01 02:12:26.922715 [ 4 ] {a16c15e9-f1a9-4a56-a17a-f7bde37d8685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5392 2025.02.01 02:12:26.923148 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5393 2025.02.01 02:12:26.923587 [ 4 ] {a16c15e9-f1a9-4a56-a17a-f7bde37d8685} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5394 2025.02.01 02:12:26.923669 [ 4 ] {a16c15e9-f1a9-4a56-a17a-f7bde37d8685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5395 2025.02.01 02:12:26.923844 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5396 2025.02.01 02:12:26.924064 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5397 2025.02.01 02:12:26.924247 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB.
5398 2025.02.01 02:12:26.924374 [ 4 ] {a16c15e9-f1a9-4a56-a17a-f7bde37d8685} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5399 2025.02.01 02:12:26.924616 [ 4 ] {a16c15e9-f1a9-4a56-a17a-f7bde37d8685} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5400 2025.02.01 02:12:26.924749 [ 27 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5401 2025.02.01 02:12:26.924801 [ 27 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5402 2025.02.01 02:12:26.924807 [ 4 ] {a16c15e9-f1a9-4a56-a17a-f7bde37d8685} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002261 sec., 26536.930561698362 rows/sec., 1.79 MiB/sec.
5403 2025.02.01 02:12:26.924829 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5404 2025.02.01 02:12:26.924908 [ 4 ] {a16c15e9-f1a9-4a56-a17a-f7bde37d8685} <Debug> TCPHandler: Processed in 0.002705287 sec.
5405 2025.02.01 02:12:26.925051 [ 186 ] {2809badf-2f90-4e18-beff-4040da005842::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
5406 2025.02.01 02:12:26.925170 [ 186 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5407 2025.02.01 02:12:26.925198 [ 186 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1858 rows starting from the beginning of the part
5408 2025.02.01 02:12:26.925285 [ 186 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part
5409 2025.02.01 02:12:26.925495 [ 186 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part
5410 2025.02.01 02:12:26.925661 [ 186 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part
5411 2025.02.01 02:12:26.925816 [ 186 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part
5412 2025.02.01 02:12:26.925947 [ 186 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part
5413 2025.02.01 02:12:26.927191 [ 193 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2202 rows, containing 4 columns (4 merged, 0 gathered) in 0.002260952 sec., 973926.0276202237 rows/sec., 63.61 MiB/sec.
5414 2025.02.01 02:12:26.927499 [ 193 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5415 2025.02.01 02:12:26.927796 [ 193 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5416 2025.02.01 02:12:26.927880 [ 193 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_36_7} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5417 2025.02.01 02:12:26.927968 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
5418 2025.02.01 02:12:31.246743 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache
5419 2025.02.01 02:12:31.246808 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache
5420 2025.02.01 02:12:31.349189 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
5421 2025.02.01 02:12:31.349843 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5422 2025.02.01 02:12:31.349891 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5423 2025.02.01 02:12:31.350413 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5424 2025.02.01 02:12:31.350669 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5425 2025.02.01 02:12:31.350874 [ 24 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5426 2025.02.01 02:12:31.350937 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
5427 2025.02.01 02:12:31.350963 [ 24 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5428 2025.02.01 02:12:31.350999 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5429 2025.02.01 02:12:31.351127 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
5430 2025.02.01 02:12:31.351278 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5431 2025.02.01 02:12:31.351327 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
5432 2025.02.01 02:12:31.351417 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
5433 2025.02.01 02:12:31.351670 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
5434 2025.02.01 02:12:31.351860 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
5435 2025.02.01 02:12:31.352041 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
5436 2025.02.01 02:12:31.352185 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
5437 2025.02.01 02:12:31.354845 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003773697 sec., 3168245.887255919 rows/sec., 45.32 MiB/sec.
5438 2025.02.01 02:12:31.355290 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5439 2025.02.01 02:12:31.355685 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_26_5} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5440 2025.02.01 02:12:31.355779 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_26_5} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5441 2025.02.01 02:12:31.355895 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
5442 2025.02.01 02:12:31.897942 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5443 2025.02.01 02:12:31.898130 [ 255 ] {03be3724-3f48-42f6-9a50-7e0f95a10017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5444 2025.02.01 02:12:31.898203 [ 255 ] {03be3724-3f48-42f6-9a50-7e0f95a10017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5445 2025.02.01 02:12:31.898932 [ 255 ] {03be3724-3f48-42f6-9a50-7e0f95a10017} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5446 2025.02.01 02:12:31.898984 [ 255 ] {03be3724-3f48-42f6-9a50-7e0f95a10017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5447 2025.02.01 02:12:31.899410 [ 255 ] {03be3724-3f48-42f6-9a50-7e0f95a10017} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5448 2025.02.01 02:12:31.899659 [ 255 ] {03be3724-3f48-42f6-9a50-7e0f95a10017} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5449 2025.02.01 02:12:31.899900 [ 255 ] {03be3724-3f48-42f6-9a50-7e0f95a10017} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00182 sec., 7692.307692307692 rows/sec., 553.74 KiB/sec.
5450 2025.02.01 02:12:31.899967 [ 255 ] {03be3724-3f48-42f6-9a50-7e0f95a10017} <Debug> TCPHandler: Processed in 0.002154641 sec.
5451 2025.02.01 02:12:31.900124 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5452 2025.02.01 02:12:31.900247 [ 4 ] {7a30bfb0-b7d6-4a3c-abad-2149b41a56e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5453 2025.02.01 02:12:31.900297 [ 4 ] {7a30bfb0-b7d6-4a3c-abad-2149b41a56e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5454 2025.02.01 02:12:31.900923 [ 4 ] {7a30bfb0-b7d6-4a3c-abad-2149b41a56e6} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5455 2025.02.01 02:12:31.900967 [ 4 ] {7a30bfb0-b7d6-4a3c-abad-2149b41a56e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5456 2025.02.01 02:12:31.901365 [ 4 ] {7a30bfb0-b7d6-4a3c-abad-2149b41a56e6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5457 2025.02.01 02:12:31.901606 [ 4 ] {7a30bfb0-b7d6-4a3c-abad-2149b41a56e6} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5458 2025.02.01 02:12:31.901837 [ 4 ] {7a30bfb0-b7d6-4a3c-abad-2149b41a56e6} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001614 sec., 125774.47335811648 rows/sec., 10.89 MiB/sec.
5459 2025.02.01 02:12:31.901962 [ 4 ] {7a30bfb0-b7d6-4a3c-abad-2149b41a56e6} <Debug> TCPHandler: Processed in 0.001897738 sec.
5460 2025.02.01 02:12:31.902113 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5461 2025.02.01 02:12:31.902242 [ 255 ] {74f51fa8-1438-419b-b0de-87517b49c9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5462 2025.02.01 02:12:31.902297 [ 255 ] {74f51fa8-1438-419b-b0de-87517b49c9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5463 2025.02.01 02:12:31.902885 [ 255 ] {74f51fa8-1438-419b-b0de-87517b49c9bf} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5464 2025.02.01 02:12:31.902924 [ 255 ] {74f51fa8-1438-419b-b0de-87517b49c9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5465 2025.02.01 02:12:31.903272 [ 255 ] {74f51fa8-1438-419b-b0de-87517b49c9bf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5466 2025.02.01 02:12:31.903513 [ 255 ] {74f51fa8-1438-419b-b0de-87517b49c9bf} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5467 2025.02.01 02:12:31.903724 [ 255 ] {74f51fa8-1438-419b-b0de-87517b49c9bf} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001511 sec., 4632.693580410324 rows/sec., 301.82 KiB/sec.
5468 2025.02.01 02:12:31.903777 [ 255 ] {74f51fa8-1438-419b-b0de-87517b49c9bf} <Debug> TCPHandler: Processed in 0.001725947 sec.
5469 2025.02.01 02:12:31.903919 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5470 2025.02.01 02:12:31.904049 [ 4 ] {350fe106-ab64-4131-9134-aa2102aa3b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5471 2025.02.01 02:12:31.904104 [ 4 ] {350fe106-ab64-4131-9134-aa2102aa3b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5472 2025.02.01 02:12:31.904723 [ 4 ] {350fe106-ab64-4131-9134-aa2102aa3b2c} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5473 2025.02.01 02:12:31.904764 [ 4 ] {350fe106-ab64-4131-9134-aa2102aa3b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5474 2025.02.01 02:12:31.905111 [ 4 ] {350fe106-ab64-4131-9134-aa2102aa3b2c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5475 2025.02.01 02:12:31.905346 [ 4 ] {350fe106-ab64-4131-9134-aa2102aa3b2c} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5476 2025.02.01 02:12:31.905552 [ 4 ] {350fe106-ab64-4131-9134-aa2102aa3b2c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001532 sec., 9138.381201044387 rows/sec., 639.99 KiB/sec.
5477 2025.02.01 02:12:31.905605 [ 4 ] {350fe106-ab64-4131-9134-aa2102aa3b2c} <Debug> TCPHandler: Processed in 0.001749507 sec.
5478 2025.02.01 02:12:31.905737 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5479 2025.02.01 02:12:31.905867 [ 255 ] {ca4aadef-6c94-4ee0-bc5c-c9c07248538e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5480 2025.02.01 02:12:31.905920 [ 255 ] {ca4aadef-6c94-4ee0-bc5c-c9c07248538e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5481 2025.02.01 02:12:31.906540 [ 255 ] {ca4aadef-6c94-4ee0-bc5c-c9c07248538e} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5482 2025.02.01 02:12:31.906586 [ 255 ] {ca4aadef-6c94-4ee0-bc5c-c9c07248538e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5483 2025.02.01 02:12:31.906939 [ 255 ] {ca4aadef-6c94-4ee0-bc5c-c9c07248538e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5484 2025.02.01 02:12:31.907170 [ 255 ] {ca4aadef-6c94-4ee0-bc5c-c9c07248538e} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5485 2025.02.01 02:12:31.907370 [ 255 ] {ca4aadef-6c94-4ee0-bc5c-c9c07248538e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001532 sec., 8485.639686684073 rows/sec., 529.08 KiB/sec.
5486 2025.02.01 02:12:31.907422 [ 255 ] {ca4aadef-6c94-4ee0-bc5c-c9c07248538e} <Debug> TCPHandler: Processed in 0.001747368 sec.
5487 2025.02.01 02:12:31.907553 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5488 2025.02.01 02:12:31.907672 [ 4 ] {a0d5d062-442a-4563-a354-2041497526fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5489 2025.02.01 02:12:31.907727 [ 4 ] {a0d5d062-442a-4563-a354-2041497526fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5490 2025.02.01 02:12:31.908502 [ 4 ] {a0d5d062-442a-4563-a354-2041497526fe} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5491 2025.02.01 02:12:31.908550 [ 4 ] {a0d5d062-442a-4563-a354-2041497526fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5492 2025.02.01 02:12:31.908957 [ 4 ] {a0d5d062-442a-4563-a354-2041497526fe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5493 2025.02.01 02:12:31.909193 [ 4 ] {a0d5d062-442a-4563-a354-2041497526fe} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5494 2025.02.01 02:12:31.909402 [ 4 ] {a0d5d062-442a-4563-a354-2041497526fe} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001756 sec., 217539.86332574033 rows/sec., 15.39 MiB/sec.
5495 2025.02.01 02:12:31.909456 [ 4 ] {a0d5d062-442a-4563-a354-2041497526fe} <Debug> TCPHandler: Processed in 0.001958159 sec.
5496 2025.02.01 02:12:31.909577 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5497 2025.02.01 02:12:31.909692 [ 255 ] {402788e6-0868-44a2-8f26-c896fcdd952f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5498 2025.02.01 02:12:31.909747 [ 255 ] {402788e6-0868-44a2-8f26-c896fcdd952f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5499 2025.02.01 02:12:31.910256 [ 255 ] {402788e6-0868-44a2-8f26-c896fcdd952f} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5500 2025.02.01 02:12:31.910301 [ 255 ] {402788e6-0868-44a2-8f26-c896fcdd952f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5501 2025.02.01 02:12:31.910704 [ 255 ] {402788e6-0868-44a2-8f26-c896fcdd952f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
5502 2025.02.01 02:12:31.910927 [ 255 ] {402788e6-0868-44a2-8f26-c896fcdd952f} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5503 2025.02.01 02:12:31.911083 [ 52 ] {} <Debug> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
5504 2025.02.01 02:12:31.911148 [ 255 ] {402788e6-0868-44a2-8f26-c896fcdd952f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec.
5505 2025.02.01 02:12:31.911167 [ 52 ] {} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5506 2025.02.01 02:12:31.911238 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5507 2025.02.01 02:12:31.911272 [ 255 ] {402788e6-0868-44a2-8f26-c896fcdd952f} <Debug> TCPHandler: Processed in 0.001741257 sec.
5508 2025.02.01 02:12:31.911498 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5509 2025.02.01 02:12:31.911653 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::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
5510 2025.02.01 02:12:31.911861 [ 4 ] {a65d4bf4-2a32-4c97-82c9-4a5570124ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5511 2025.02.01 02:12:31.912064 [ 4 ] {a65d4bf4-2a32-4c97-82c9-4a5570124ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5512 2025.02.01 02:12:31.912233 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5513 2025.02.01 02:12:31.912330 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part
5514 2025.02.01 02:12:31.912580 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part
5515 2025.02.01 02:12:31.912964 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part
5516 2025.02.01 02:12:31.913385 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part
5517 2025.02.01 02:12:31.913687 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part
5518 2025.02.01 02:12:31.914054 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part
5519 2025.02.01 02:12:31.915026 [ 4 ] {a65d4bf4-2a32-4c97-82c9-4a5570124ff5} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5520 2025.02.01 02:12:31.915084 [ 4 ] {a65d4bf4-2a32-4c97-82c9-4a5570124ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5521 2025.02.01 02:12:31.916082 [ 4 ] {a65d4bf4-2a32-4c97-82c9-4a5570124ff5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5522 2025.02.01 02:12:31.916728 [ 4 ] {a65d4bf4-2a32-4c97-82c9-4a5570124ff5} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5523 2025.02.01 02:12:31.916763 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005388792 sec., 17814.753287935404 rows/sec., 930.75 KiB/sec.
5524 2025.02.01 02:12:31.917019 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
5525 2025.02.01 02:12:31.917281 [ 4 ] {a65d4bf4-2a32-4c97-82c9-4a5570124ff5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005543 sec., 42756.629983763305 rows/sec., 2.87 MiB/sec.
5526 2025.02.01 02:12:31.917583 [ 4 ] {a65d4bf4-2a32-4c97-82c9-4a5570124ff5} <Debug> TCPHandler: Processed in 0.00620569 sec.
5527 2025.02.01 02:12:31.917874 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5528 2025.02.01 02:12:31.918084 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5529 2025.02.01 02:12:31.918279 [ 255 ] {28912d8e-ffe5-431b-885e-f04cc6954978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5530 2025.02.01 02:12:31.918400 [ 201 ] {08300b10-0744-44b6-9340-05691b499286::all_1_16_3} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
5531 2025.02.01 02:12:31.918410 [ 255 ] {28912d8e-ffe5-431b-885e-f04cc6954978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5532 2025.02.01 02:12:31.918597 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
5533 2025.02.01 02:12:31.919042 [ 255 ] {28912d8e-ffe5-431b-885e-f04cc6954978} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5534 2025.02.01 02:12:31.919083 [ 255 ] {28912d8e-ffe5-431b-885e-f04cc6954978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5535 2025.02.01 02:12:31.919433 [ 255 ] {28912d8e-ffe5-431b-885e-f04cc6954978} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5536 2025.02.01 02:12:31.919669 [ 255 ] {28912d8e-ffe5-431b-885e-f04cc6954978} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5537 2025.02.01 02:12:31.919930 [ 255 ] {28912d8e-ffe5-431b-885e-f04cc6954978} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001798 sec., 556.1735261401558 rows/sec., 37.48 KiB/sec.
5538 2025.02.01 02:12:31.920137 [ 255 ] {28912d8e-ffe5-431b-885e-f04cc6954978} <Debug> TCPHandler: Processed in 0.002425253 sec.
5539 2025.02.01 02:12:31.920296 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5540 2025.02.01 02:12:31.920421 [ 4 ] {519fac2e-6515-4661-85f8-0cf2c263ab4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5541 2025.02.01 02:12:31.920474 [ 4 ] {519fac2e-6515-4661-85f8-0cf2c263ab4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5542 2025.02.01 02:12:31.920939 [ 4 ] {519fac2e-6515-4661-85f8-0cf2c263ab4c} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5543 2025.02.01 02:12:31.920977 [ 4 ] {519fac2e-6515-4661-85f8-0cf2c263ab4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5544 2025.02.01 02:12:31.921383 [ 4 ] {519fac2e-6515-4661-85f8-0cf2c263ab4c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5545 2025.02.01 02:12:31.921610 [ 4 ] {519fac2e-6515-4661-85f8-0cf2c263ab4c} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5546 2025.02.01 02:12:31.921789 [ 4 ] {519fac2e-6515-4661-85f8-0cf2c263ab4c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001393 sec., 58865.75735821967 rows/sec., 3.74 MiB/sec.
5547 2025.02.01 02:12:31.921839 [ 4 ] {519fac2e-6515-4661-85f8-0cf2c263ab4c} <Debug> TCPHandler: Processed in 0.001607146 sec.
5548 2025.02.01 02:12:32.200809 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
5549 2025.02.01 02:12:32.222617 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5550 2025.02.01 02:12:32.222672 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5551 2025.02.01 02:12:32.230577 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5552 2025.02.01 02:12:32.231391 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5553 2025.02.01 02:12:32.231781 [ 71 ] {} <Debug> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5554 2025.02.01 02:12:32.231910 [ 71 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5555 2025.02.01 02:12:32.231992 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.95 GiB.
5556 2025.02.01 02:12:32.232437 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
5557 2025.02.01 02:12:32.249151 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
5558 2025.02.01 02:12:32.250858 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5559 2025.02.01 02:12:32.252540 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
5560 2025.02.01 02:12:32.258721 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
5561 2025.02.01 02:12:32.264429 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
5562 2025.02.01 02:12:32.270076 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
5563 2025.02.01 02:12:32.275953 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
5564 2025.02.01 02:12:32.280481 [ 187 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
5565 2025.02.01 02:12:32.338896 [ 189 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.106766698 sec., 1835.7784184727714 rows/sec., 9.49 MiB/sec.
5566 2025.02.01 02:12:32.341736 [ 189 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5567 2025.02.01 02:12:32.344783 [ 189 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_26_5} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5568 2025.02.01 02:12:32.344909 [ 189 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_26_5} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5569 2025.02.01 02:12:32.347506 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
5570 2025.02.01 02:12:33.000195 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.28 MiB, peak 202.85 MiB, free memory in arenas 0.00 B, will set to 193.74 MiB (RSS), difference: 1.46 MiB
5571 2025.02.01 02:12:36.259766 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5572 2025.02.01 02:12:36.260016 [ 255 ] {03226864-beb9-413c-a09e-f0f3bcb7a35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5573 2025.02.01 02:12:36.260091 [ 255 ] {03226864-beb9-413c-a09e-f0f3bcb7a35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5574 2025.02.01 02:12:36.260898 [ 255 ] {03226864-beb9-413c-a09e-f0f3bcb7a35a} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5575 2025.02.01 02:12:36.260939 [ 255 ] {03226864-beb9-413c-a09e-f0f3bcb7a35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5576 2025.02.01 02:12:36.261350 [ 255 ] {03226864-beb9-413c-a09e-f0f3bcb7a35a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5577 2025.02.01 02:12:36.261611 [ 255 ] {03226864-beb9-413c-a09e-f0f3bcb7a35a} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5578 2025.02.01 02:12:36.261882 [ 255 ] {03226864-beb9-413c-a09e-f0f3bcb7a35a} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00192 sec., 6250 rows/sec., 509.64 KiB/sec.
5579 2025.02.01 02:12:36.262082 [ 255 ] {03226864-beb9-413c-a09e-f0f3bcb7a35a} <Debug> TCPHandler: Processed in 0.002445254 sec.
5580 2025.02.01 02:12:36.262270 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5581 2025.02.01 02:12:36.262407 [ 4 ] {331498e2-0220-42bf-b0b2-78cf46132942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5582 2025.02.01 02:12:36.262463 [ 4 ] {331498e2-0220-42bf-b0b2-78cf46132942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5583 2025.02.01 02:12:36.263655 [ 4 ] {331498e2-0220-42bf-b0b2-78cf46132942} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5584 2025.02.01 02:12:36.263694 [ 4 ] {331498e2-0220-42bf-b0b2-78cf46132942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5585 2025.02.01 02:12:36.264193 [ 4 ] {331498e2-0220-42bf-b0b2-78cf46132942} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5586 2025.02.01 02:12:36.264436 [ 4 ] {331498e2-0220-42bf-b0b2-78cf46132942} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5587 2025.02.01 02:12:36.264657 [ 4 ] {331498e2-0220-42bf-b0b2-78cf46132942} <Debug> executeQuery: Read 1280 rows, 108.84 KiB in 0.002272 sec., 563380.2816901408 rows/sec., 46.78 MiB/sec.
5588 2025.02.01 02:12:36.264716 [ 4 ] {331498e2-0220-42bf-b0b2-78cf46132942} <Debug> TCPHandler: Processed in 0.002516445 sec.
5589 2025.02.01 02:12:36.264868 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5590 2025.02.01 02:12:36.264996 [ 255 ] {fc760c9b-63d9-48e1-8632-96b1f164a52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5591 2025.02.01 02:12:36.265050 [ 255 ] {fc760c9b-63d9-48e1-8632-96b1f164a52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5592 2025.02.01 02:12:36.265692 [ 255 ] {fc760c9b-63d9-48e1-8632-96b1f164a52a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5593 2025.02.01 02:12:36.265750 [ 255 ] {fc760c9b-63d9-48e1-8632-96b1f164a52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5594 2025.02.01 02:12:36.266105 [ 255 ] {fc760c9b-63d9-48e1-8632-96b1f164a52a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5595 2025.02.01 02:12:36.266334 [ 255 ] {fc760c9b-63d9-48e1-8632-96b1f164a52a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5596 2025.02.01 02:12:36.266532 [ 255 ] {fc760c9b-63d9-48e1-8632-96b1f164a52a} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.001565 sec., 32587.859424920127 rows/sec., 2.35 MiB/sec.
5597 2025.02.01 02:12:36.266583 [ 255 ] {fc760c9b-63d9-48e1-8632-96b1f164a52a} <Debug> TCPHandler: Processed in 0.001777257 sec.
5598 2025.02.01 02:12:36.266712 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5599 2025.02.01 02:12:36.266818 [ 4 ] {a09e005e-c115-44dd-b2d8-5d88d3f833da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5600 2025.02.01 02:12:36.266862 [ 4 ] {a09e005e-c115-44dd-b2d8-5d88d3f833da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5601 2025.02.01 02:12:36.267528 [ 4 ] {a09e005e-c115-44dd-b2d8-5d88d3f833da} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5602 2025.02.01 02:12:36.267565 [ 4 ] {a09e005e-c115-44dd-b2d8-5d88d3f833da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5603 2025.02.01 02:12:36.267917 [ 4 ] {a09e005e-c115-44dd-b2d8-5d88d3f833da} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5604 2025.02.01 02:12:36.268147 [ 4 ] {a09e005e-c115-44dd-b2d8-5d88d3f833da} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5605 2025.02.01 02:12:36.268353 [ 4 ] {a09e005e-c115-44dd-b2d8-5d88d3f833da} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001556 sec., 146529.56298200513 rows/sec., 9.92 MiB/sec.
5606 2025.02.01 02:12:36.268405 [ 4 ] {a09e005e-c115-44dd-b2d8-5d88d3f833da} <Debug> TCPHandler: Processed in 0.001745607 sec.
5607 2025.02.01 02:12:36.268563 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5608 2025.02.01 02:12:36.268668 [ 255 ] {0e7cafa7-f2fc-4b30-b78d-941b827d68b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5609 2025.02.01 02:12:36.268715 [ 255 ] {0e7cafa7-f2fc-4b30-b78d-941b827d68b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5610 2025.02.01 02:12:36.269408 [ 255 ] {0e7cafa7-f2fc-4b30-b78d-941b827d68b7} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5611 2025.02.01 02:12:36.269449 [ 255 ] {0e7cafa7-f2fc-4b30-b78d-941b827d68b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5612 2025.02.01 02:12:36.269828 [ 255 ] {0e7cafa7-f2fc-4b30-b78d-941b827d68b7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5613 2025.02.01 02:12:36.270064 [ 255 ] {0e7cafa7-f2fc-4b30-b78d-941b827d68b7} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5614 2025.02.01 02:12:36.270275 [ 255 ] {0e7cafa7-f2fc-4b30-b78d-941b827d68b7} <Debug> executeQuery: Read 571 rows, 43.51 KiB in 0.00163 sec., 350306.7484662577 rows/sec., 26.07 MiB/sec.
5615 2025.02.01 02:12:36.270327 [ 255 ] {0e7cafa7-f2fc-4b30-b78d-941b827d68b7} <Debug> TCPHandler: Processed in 0.001823108 sec.
5616 2025.02.01 02:12:36.270470 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5617 2025.02.01 02:12:36.270592 [ 4 ] {142b8fc5-1a66-4d02-bdf3-77ce964d32a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5618 2025.02.01 02:12:36.270642 [ 4 ] {142b8fc5-1a66-4d02-bdf3-77ce964d32a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5619 2025.02.01 02:12:36.271337 [ 4 ] {142b8fc5-1a66-4d02-bdf3-77ce964d32a2} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5620 2025.02.01 02:12:36.271378 [ 4 ] {142b8fc5-1a66-4d02-bdf3-77ce964d32a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5621 2025.02.01 02:12:36.271822 [ 4 ] {142b8fc5-1a66-4d02-bdf3-77ce964d32a2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5622 2025.02.01 02:12:36.272061 [ 4 ] {142b8fc5-1a66-4d02-bdf3-77ce964d32a2} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5623 2025.02.01 02:12:36.272293 [ 4 ] {142b8fc5-1a66-4d02-bdf3-77ce964d32a2} <Debug> executeQuery: Read 922 rows, 63.51 KiB in 0.001721 sec., 535735.037768739 rows/sec., 36.04 MiB/sec.
5624 2025.02.01 02:12:36.272366 [ 4 ] {142b8fc5-1a66-4d02-bdf3-77ce964d32a2} <Debug> TCPHandler: Processed in 0.001957209 sec.
5625 2025.02.01 02:12:36.272600 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5626 2025.02.01 02:12:36.272778 [ 255 ] {91b283e4-f392-4193-98c3-23671de3a14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5627 2025.02.01 02:12:36.272875 [ 255 ] {91b283e4-f392-4193-98c3-23671de3a14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5628 2025.02.01 02:12:36.274215 [ 255 ] {91b283e4-f392-4193-98c3-23671de3a14c} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5629 2025.02.01 02:12:36.274254 [ 255 ] {91b283e4-f392-4193-98c3-23671de3a14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5630 2025.02.01 02:12:36.274909 [ 255 ] {91b283e4-f392-4193-98c3-23671de3a14c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5631 2025.02.01 02:12:36.275172 [ 255 ] {91b283e4-f392-4193-98c3-23671de3a14c} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5632 2025.02.01 02:12:36.275484 [ 255 ] {91b283e4-f392-4193-98c3-23671de3a14c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002708 sec., 14401.772525849336 rows/sec., 25.81 MiB/sec.
5633 2025.02.01 02:12:36.275815 [ 255 ] {91b283e4-f392-4193-98c3-23671de3a14c} <Debug> TCPHandler: Processed in 0.003354803 sec.
5634 2025.02.01 02:12:36.275957 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5635 2025.02.01 02:12:36.276070 [ 4 ] {43fd6549-9e8b-469c-ab8a-ccd5932160d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5636 2025.02.01 02:12:36.276116 [ 4 ] {43fd6549-9e8b-469c-ab8a-ccd5932160d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5637 2025.02.01 02:12:36.276550 [ 4 ] {43fd6549-9e8b-469c-ab8a-ccd5932160d7} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5638 2025.02.01 02:12:36.276591 [ 4 ] {43fd6549-9e8b-469c-ab8a-ccd5932160d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5639 2025.02.01 02:12:36.276936 [ 4 ] {43fd6549-9e8b-469c-ab8a-ccd5932160d7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5640 2025.02.01 02:12:36.277174 [ 4 ] {43fd6549-9e8b-469c-ab8a-ccd5932160d7} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5641 2025.02.01 02:12:36.277380 [ 4 ] {43fd6549-9e8b-469c-ab8a-ccd5932160d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec.
5642 2025.02.01 02:12:36.277430 [ 4 ] {43fd6549-9e8b-469c-ab8a-ccd5932160d7} <Debug> TCPHandler: Processed in 0.001526395 sec.
5643 2025.02.01 02:12:36.393111 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 790
5644 2025.02.01 02:12:36.396687 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5645 2025.02.01 02:12:36.396738 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5646 2025.02.01 02:12:36.398172 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5647 2025.02.01 02:12:36.398477 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5648 2025.02.01 02:12:36.399110 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 790
5649 2025.02.01 02:12:38.851211 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
5650 2025.02.01 02:12:38.851886 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5651 2025.02.01 02:12:38.851938 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5652 2025.02.01 02:12:38.852570 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5653 2025.02.01 02:12:38.852829 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5654 2025.02.01 02:12:38.853130 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
5655 2025.02.01 02:12:39.749367 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
5656 2025.02.01 02:12:39.768516 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5657 2025.02.01 02:12:39.768580 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5658 2025.02.01 02:12:39.775504 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5659 2025.02.01 02:12:39.776291 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5660 2025.02.01 02:12:39.778976 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
5661 2025.02.01 02:12:41.898006 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5662 2025.02.01 02:12:41.898223 [ 255 ] {94af01a7-b4f6-4db4-95fb-c1b710087dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5663 2025.02.01 02:12:41.898305 [ 255 ] {94af01a7-b4f6-4db4-95fb-c1b710087dc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5664 2025.02.01 02:12:41.899135 [ 255 ] {94af01a7-b4f6-4db4-95fb-c1b710087dc4} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5665 2025.02.01 02:12:41.899186 [ 255 ] {94af01a7-b4f6-4db4-95fb-c1b710087dc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5666 2025.02.01 02:12:41.899612 [ 255 ] {94af01a7-b4f6-4db4-95fb-c1b710087dc4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5667 2025.02.01 02:12:41.899870 [ 255 ] {94af01a7-b4f6-4db4-95fb-c1b710087dc4} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5668 2025.02.01 02:12:41.900076 [ 42 ] {} <Debug> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5669 2025.02.01 02:12:41.900144 [ 255 ] {94af01a7-b4f6-4db4-95fb-c1b710087dc4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec.
5670 2025.02.01 02:12:41.900172 [ 42 ] {} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5671 2025.02.01 02:12:41.900238 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5672 2025.02.01 02:12:41.900296 [ 255 ] {94af01a7-b4f6-4db4-95fb-c1b710087dc4} <Debug> TCPHandler: Processed in 0.002429404 sec.
5673 2025.02.01 02:12:41.900447 [ 191 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::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
5674 2025.02.01 02:12:41.900482 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5675 2025.02.01 02:12:41.900601 [ 191 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5676 2025.02.01 02:12:41.900627 [ 4 ] {9ca62aa3-9c07-41fd-acf5-c6e496549fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5677 2025.02.01 02:12:41.900645 [ 191 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part
5678 2025.02.01 02:12:41.900688 [ 4 ] {9ca62aa3-9c07-41fd-acf5-c6e496549fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5679 2025.02.01 02:12:41.900915 [ 191 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part
5680 2025.02.01 02:12:41.901288 [ 191 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part
5681 2025.02.01 02:12:41.901687 [ 191 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
5682 2025.02.01 02:12:41.902082 [ 191 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part
5683 2025.02.01 02:12:41.903257 [ 4 ] {9ca62aa3-9c07-41fd-acf5-c6e496549fa6} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5684 2025.02.01 02:12:41.903311 [ 4 ] {9ca62aa3-9c07-41fd-acf5-c6e496549fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5685 2025.02.01 02:12:41.903844 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003489464 sec., 20060.38749790799 rows/sec., 1.49 MiB/sec.
5686 2025.02.01 02:12:41.903993 [ 4 ] {9ca62aa3-9c07-41fd-acf5-c6e496549fa6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5687 2025.02.01 02:12:41.904079 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5688 2025.02.01 02:12:41.904542 [ 4 ] {9ca62aa3-9c07-41fd-acf5-c6e496549fa6} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5689 2025.02.01 02:12:41.904658 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_17_4} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5690 2025.02.01 02:12:41.904894 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_17_4} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5691 2025.02.01 02:12:41.905006 [ 4 ] {9ca62aa3-9c07-41fd-acf5-c6e496549fa6} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.004395 sec., 46188.850967007966 rows/sec., 4.00 MiB/sec.
5692 2025.02.01 02:12:41.905056 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
5693 2025.02.01 02:12:41.905173 [ 4 ] {9ca62aa3-9c07-41fd-acf5-c6e496549fa6} <Debug> TCPHandler: Processed in 0.004748356 sec.
5694 2025.02.01 02:12:41.905337 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5695 2025.02.01 02:12:41.905481 [ 255 ] {4220b02b-c680-4bd1-9e12-f4e48cb7354e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5696 2025.02.01 02:12:41.905541 [ 255 ] {4220b02b-c680-4bd1-9e12-f4e48cb7354e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5697 2025.02.01 02:12:41.906189 [ 255 ] {4220b02b-c680-4bd1-9e12-f4e48cb7354e} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5698 2025.02.01 02:12:41.906230 [ 255 ] {4220b02b-c680-4bd1-9e12-f4e48cb7354e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5699 2025.02.01 02:12:41.906601 [ 255 ] {4220b02b-c680-4bd1-9e12-f4e48cb7354e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5700 2025.02.01 02:12:41.906847 [ 255 ] {4220b02b-c680-4bd1-9e12-f4e48cb7354e} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5701 2025.02.01 02:12:41.907062 [ 255 ] {4220b02b-c680-4bd1-9e12-f4e48cb7354e} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001615 sec., 4334.3653250774 rows/sec., 282.39 KiB/sec.
5702 2025.02.01 02:12:41.907115 [ 255 ] {4220b02b-c680-4bd1-9e12-f4e48cb7354e} <Debug> TCPHandler: Processed in 0.001844138 sec.
5703 2025.02.01 02:12:41.907261 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5704 2025.02.01 02:12:41.907390 [ 4 ] {5c3877be-926f-4185-8563-f5c354a819ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5705 2025.02.01 02:12:41.907445 [ 4 ] {5c3877be-926f-4185-8563-f5c354a819ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5706 2025.02.01 02:12:41.908070 [ 4 ] {5c3877be-926f-4185-8563-f5c354a819ad} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5707 2025.02.01 02:12:41.908109 [ 4 ] {5c3877be-926f-4185-8563-f5c354a819ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5708 2025.02.01 02:12:41.908462 [ 4 ] {5c3877be-926f-4185-8563-f5c354a819ad} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5709 2025.02.01 02:12:41.908697 [ 4 ] {5c3877be-926f-4185-8563-f5c354a819ad} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5710 2025.02.01 02:12:41.908903 [ 4 ] {5c3877be-926f-4185-8563-f5c354a819ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001542 sec., 9079.11802853437 rows/sec., 635.84 KiB/sec.
5711 2025.02.01 02:12:41.908955 [ 4 ] {5c3877be-926f-4185-8563-f5c354a819ad} <Debug> TCPHandler: Processed in 0.001757527 sec.
5712 2025.02.01 02:12:41.909087 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5713 2025.02.01 02:12:41.909216 [ 255 ] {bc00247f-eb52-456b-82b3-2bb96552c7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5714 2025.02.01 02:12:41.909271 [ 255 ] {bc00247f-eb52-456b-82b3-2bb96552c7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5715 2025.02.01 02:12:41.909903 [ 255 ] {bc00247f-eb52-456b-82b3-2bb96552c7bc} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5716 2025.02.01 02:12:41.909950 [ 255 ] {bc00247f-eb52-456b-82b3-2bb96552c7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5717 2025.02.01 02:12:41.910307 [ 255 ] {bc00247f-eb52-456b-82b3-2bb96552c7bc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5718 2025.02.01 02:12:41.910548 [ 255 ] {bc00247f-eb52-456b-82b3-2bb96552c7bc} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5719 2025.02.01 02:12:41.910698 [ 42 ] {} <Debug> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
5720 2025.02.01 02:12:41.910756 [ 42 ] {} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5721 2025.02.01 02:12:41.910789 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5722 2025.02.01 02:12:41.910805 [ 255 ] {bc00247f-eb52-456b-82b3-2bb96552c7bc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00161 sec., 8074.534161490683 rows/sec., 503.45 KiB/sec.
5723 2025.02.01 02:12:41.911029 [ 255 ] {bc00247f-eb52-456b-82b3-2bb96552c7bc} <Debug> TCPHandler: Processed in 0.00200392 sec.
5724 2025.02.01 02:12:41.911059 [ 194 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::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
5725 2025.02.01 02:12:41.911217 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5726 2025.02.01 02:12:41.911255 [ 194 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5727 2025.02.01 02:12:41.911306 [ 194 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part
5728 2025.02.01 02:12:41.911511 [ 4 ] {5f92db99-08ca-4d40-ad3c-13bdc41606f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5729 2025.02.01 02:12:41.911584 [ 194 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part
5730 2025.02.01 02:12:41.911668 [ 4 ] {5f92db99-08ca-4d40-ad3c-13bdc41606f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5731 2025.02.01 02:12:41.911890 [ 194 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part
5732 2025.02.01 02:12:41.912261 [ 194 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part
5733 2025.02.01 02:12:41.912559 [ 194 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part
5734 2025.02.01 02:12:41.914399 [ 4 ] {5f92db99-08ca-4d40-ad3c-13bdc41606f8} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5735 2025.02.01 02:12:41.914477 [ 4 ] {5f92db99-08ca-4d40-ad3c-13bdc41606f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5736 2025.02.01 02:12:41.914939 [ 194 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004068829 sec., 15975.112249740649 rows/sec., 1.03 MiB/sec.
5737 2025.02.01 02:12:41.915126 [ 199 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
5738 2025.02.01 02:12:41.915259 [ 4 ] {5f92db99-08ca-4d40-ad3c-13bdc41606f8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5739 2025.02.01 02:12:41.915474 [ 199 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_17_4} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5740 2025.02.01 02:12:41.915561 [ 4 ] {5f92db99-08ca-4d40-ad3c-13bdc41606f8} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5741 2025.02.01 02:12:41.915586 [ 199 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_17_4} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
5742 2025.02.01 02:12:41.915717 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
5743 2025.02.01 02:12:41.915861 [ 4 ] {5f92db99-08ca-4d40-ad3c-13bdc41606f8} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004495 sec., 84983.3147942158 rows/sec., 6.01 MiB/sec.
5744 2025.02.01 02:12:41.915924 [ 4 ] {5f92db99-08ca-4d40-ad3c-13bdc41606f8} <Debug> TCPHandler: Processed in 0.004798107 sec.
5745 2025.02.01 02:12:41.916064 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5746 2025.02.01 02:12:41.916194 [ 255 ] {798d1372-0446-4592-862c-5ef2413bac86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5747 2025.02.01 02:12:41.916251 [ 255 ] {798d1372-0446-4592-862c-5ef2413bac86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5748 2025.02.01 02:12:41.916768 [ 255 ] {798d1372-0446-4592-862c-5ef2413bac86} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5749 2025.02.01 02:12:41.916814 [ 255 ] {798d1372-0446-4592-862c-5ef2413bac86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5750 2025.02.01 02:12:41.917202 [ 255 ] {798d1372-0446-4592-862c-5ef2413bac86} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
5751 2025.02.01 02:12:41.917436 [ 255 ] {798d1372-0446-4592-862c-5ef2413bac86} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5752 2025.02.01 02:12:41.917692 [ 255 ] {798d1372-0446-4592-862c-5ef2413bac86} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec.
5753 2025.02.01 02:12:41.917884 [ 255 ] {798d1372-0446-4592-862c-5ef2413bac86} <Debug> TCPHandler: Processed in 0.001878458 sec.
5754 2025.02.01 02:12:41.918055 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5755 2025.02.01 02:12:41.918188 [ 4 ] {0d0fee8a-0acb-4d2a-8dd7-5e67f786d27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5756 2025.02.01 02:12:41.918247 [ 4 ] {0d0fee8a-0acb-4d2a-8dd7-5e67f786d27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5757 2025.02.01 02:12:41.918924 [ 4 ] {0d0fee8a-0acb-4d2a-8dd7-5e67f786d27f} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5758 2025.02.01 02:12:41.918970 [ 4 ] {0d0fee8a-0acb-4d2a-8dd7-5e67f786d27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5759 2025.02.01 02:12:41.919359 [ 4 ] {0d0fee8a-0acb-4d2a-8dd7-5e67f786d27f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5760 2025.02.01 02:12:41.919604 [ 4 ] {0d0fee8a-0acb-4d2a-8dd7-5e67f786d27f} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5761 2025.02.01 02:12:41.919817 [ 4 ] {0d0fee8a-0acb-4d2a-8dd7-5e67f786d27f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001659 sec., 142857.14285714284 rows/sec., 9.58 MiB/sec.
5762 2025.02.01 02:12:41.919941 [ 4 ] {0d0fee8a-0acb-4d2a-8dd7-5e67f786d27f} <Debug> TCPHandler: Processed in 0.001962619 sec.
5763 2025.02.01 02:12:41.920087 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5764 2025.02.01 02:12:41.920216 [ 255 ] {468f65e5-4d05-4d31-a7f0-e309ecd279f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5765 2025.02.01 02:12:41.920272 [ 255 ] {468f65e5-4d05-4d31-a7f0-e309ecd279f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5766 2025.02.01 02:12:41.920765 [ 255 ] {468f65e5-4d05-4d31-a7f0-e309ecd279f3} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5767 2025.02.01 02:12:41.920809 [ 255 ] {468f65e5-4d05-4d31-a7f0-e309ecd279f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5768 2025.02.01 02:12:41.921190 [ 255 ] {468f65e5-4d05-4d31-a7f0-e309ecd279f3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5769 2025.02.01 02:12:41.921423 [ 255 ] {468f65e5-4d05-4d31-a7f0-e309ecd279f3} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5770 2025.02.01 02:12:41.921638 [ 255 ] {468f65e5-4d05-4d31-a7f0-e309ecd279f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec.
5771 2025.02.01 02:12:41.921689 [ 255 ] {468f65e5-4d05-4d31-a7f0-e309ecd279f3} <Debug> TCPHandler: Processed in 0.001667006 sec.
5772 2025.02.01 02:12:41.921813 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5773 2025.02.01 02:12:41.921920 [ 4 ] {35aec1e2-8b52-44b3-988c-95aae8cdb76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5774 2025.02.01 02:12:41.921967 [ 4 ] {35aec1e2-8b52-44b3-988c-95aae8cdb76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5775 2025.02.01 02:12:41.922470 [ 4 ] {35aec1e2-8b52-44b3-988c-95aae8cdb76a} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5776 2025.02.01 02:12:41.922515 [ 4 ] {35aec1e2-8b52-44b3-988c-95aae8cdb76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5777 2025.02.01 02:12:41.922934 [ 4 ] {35aec1e2-8b52-44b3-988c-95aae8cdb76a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5778 2025.02.01 02:12:41.923186 [ 4 ] {35aec1e2-8b52-44b3-988c-95aae8cdb76a} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5779 2025.02.01 02:12:41.923383 [ 4 ] {35aec1e2-8b52-44b3-988c-95aae8cdb76a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001485 sec., 55218.85521885522 rows/sec., 3.51 MiB/sec.
5780 2025.02.01 02:12:41.923431 [ 4 ] {35aec1e2-8b52-44b3-988c-95aae8cdb76a} <Debug> TCPHandler: Processed in 0.001670007 sec.
5781 2025.02.01 02:12:46.246920 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
5782 2025.02.01 02:12:46.246987 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
5783 2025.02.01 02:12:46.353412 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
5784 2025.02.01 02:12:46.354479 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5785 2025.02.01 02:12:46.354559 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5786 2025.02.01 02:12:46.355095 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5787 2025.02.01 02:12:46.355357 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5788 2025.02.01 02:12:46.355559 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5789 2025.02.01 02:12:46.399595 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 810
5790 2025.02.01 02:12:46.402691 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5791 2025.02.01 02:12:46.402750 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5792 2025.02.01 02:12:46.404245 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5793 2025.02.01 02:12:46.404569 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5794 2025.02.01 02:12:46.405221 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 810
5795 2025.02.01 02:12:46.896186 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5796 2025.02.01 02:12:46.896421 [ 255 ] {aad55c0c-3cf3-4694-981b-cad515e11f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5797 2025.02.01 02:12:46.896501 [ 255 ] {aad55c0c-3cf3-4694-981b-cad515e11f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5798 2025.02.01 02:12:46.897331 [ 255 ] {aad55c0c-3cf3-4694-981b-cad515e11f82} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5799 2025.02.01 02:12:46.897377 [ 255 ] {aad55c0c-3cf3-4694-981b-cad515e11f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5800 2025.02.01 02:12:46.897812 [ 255 ] {aad55c0c-3cf3-4694-981b-cad515e11f82} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5801 2025.02.01 02:12:46.898081 [ 255 ] {aad55c0c-3cf3-4694-981b-cad515e11f82} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5802 2025.02.01 02:12:46.898318 [ 255 ] {aad55c0c-3cf3-4694-981b-cad515e11f82} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.00196 sec., 68367.34693877552 rows/sec., 5.90 MiB/sec.
5803 2025.02.01 02:12:46.898388 [ 255 ] {aad55c0c-3cf3-4694-981b-cad515e11f82} <Debug> TCPHandler: Processed in 0.002325933 sec.
5804 2025.02.01 02:12:46.898552 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5805 2025.02.01 02:12:46.898695 [ 4 ] {88246a85-7be6-4e52-ad3e-4824a5bcc587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5806 2025.02.01 02:12:46.898754 [ 4 ] {88246a85-7be6-4e52-ad3e-4824a5bcc587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5807 2025.02.01 02:12:46.899384 [ 4 ] {88246a85-7be6-4e52-ad3e-4824a5bcc587} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5808 2025.02.01 02:12:46.899425 [ 4 ] {88246a85-7be6-4e52-ad3e-4824a5bcc587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5809 2025.02.01 02:12:46.899785 [ 4 ] {88246a85-7be6-4e52-ad3e-4824a5bcc587} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5810 2025.02.01 02:12:46.900026 [ 4 ] {88246a85-7be6-4e52-ad3e-4824a5bcc587} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5811 2025.02.01 02:12:46.900185 [ 30 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5812 2025.02.01 02:12:46.900254 [ 4 ] {88246a85-7be6-4e52-ad3e-4824a5bcc587} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001585 sec., 24605.678233438484 rows/sec., 1.81 MiB/sec.
5813 2025.02.01 02:12:46.900261 [ 30 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5814 2025.02.01 02:12:46.900339 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5815 2025.02.01 02:12:46.900385 [ 4 ] {88246a85-7be6-4e52-ad3e-4824a5bcc587} <Debug> TCPHandler: Processed in 0.001902109 sec.
5816 2025.02.01 02:12:46.900598 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5817 2025.02.01 02:12:46.900609 [ 192 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
5818 2025.02.01 02:12:46.900811 [ 255 ] {51fc0903-f790-4222-840f-39353b6bde3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5819 2025.02.01 02:12:46.900916 [ 192 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5820 2025.02.01 02:12:46.900928 [ 255 ] {51fc0903-f790-4222-840f-39353b6bde3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5821 2025.02.01 02:12:46.901002 [ 192 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 64 rows starting from the beginning of the part
5822 2025.02.01 02:12:46.901380 [ 192 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part
5823 2025.02.01 02:12:46.901787 [ 192 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part
5824 2025.02.01 02:12:46.902295 [ 192 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 51 rows starting from the beginning of the part
5825 2025.02.01 02:12:46.902623 [ 192 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part
5826 2025.02.01 02:12:46.902925 [ 192 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part
5827 2025.02.01 02:12:46.903841 [ 255 ] {51fc0903-f790-4222-840f-39353b6bde3e} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5828 2025.02.01 02:12:46.903912 [ 255 ] {51fc0903-f790-4222-840f-39353b6bde3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5829 2025.02.01 02:12:46.904915 [ 255 ] {51fc0903-f790-4222-840f-39353b6bde3e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5830 2025.02.01 02:12:46.905520 [ 255 ] {51fc0903-f790-4222-840f-39353b6bde3e} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5831 2025.02.01 02:12:46.905996 [ 192 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.005524994 sec., 37466.10403558809 rows/sec., 2.83 MiB/sec.
5832 2025.02.01 02:12:46.906063 [ 255 ] {51fc0903-f790-4222-840f-39353b6bde3e} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005314 sec., 19382.762514113663 rows/sec., 1.51 MiB/sec.
5833 2025.02.01 02:12:46.906198 [ 255 ] {51fc0903-f790-4222-840f-39353b6bde3e} <Debug> TCPHandler: Processed in 0.005709795 sec.
5834 2025.02.01 02:12:46.906291 [ 186 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5835 2025.02.01 02:12:46.906375 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5836 2025.02.01 02:12:46.906566 [ 4 ] {ef00f322-f0e9-4682-937a-eae85411f28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5837 2025.02.01 02:12:46.906659 [ 4 ] {ef00f322-f0e9-4682-937a-eae85411f28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5838 2025.02.01 02:12:46.906846 [ 186 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5839 2025.02.01 02:12:46.907101 [ 186 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_36_7} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5840 2025.02.01 02:12:46.907269 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5841 2025.02.01 02:12:46.907586 [ 4 ] {ef00f322-f0e9-4682-937a-eae85411f28e} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5842 2025.02.01 02:12:46.907630 [ 4 ] {ef00f322-f0e9-4682-937a-eae85411f28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5843 2025.02.01 02:12:46.908032 [ 4 ] {ef00f322-f0e9-4682-937a-eae85411f28e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5844 2025.02.01 02:12:46.908281 [ 4 ] {ef00f322-f0e9-4682-937a-eae85411f28e} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5845 2025.02.01 02:12:46.908495 [ 4 ] {ef00f322-f0e9-4682-937a-eae85411f28e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00198 sec., 80808.0808080808 rows/sec., 5.63 MiB/sec.
5846 2025.02.01 02:12:46.908554 [ 4 ] {ef00f322-f0e9-4682-937a-eae85411f28e} <Debug> TCPHandler: Processed in 0.002268932 sec.
5847 2025.02.01 02:12:46.908681 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5848 2025.02.01 02:12:46.908789 [ 255 ] {bdffafd7-5a5f-424d-8959-a1e7b60f10e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5849 2025.02.01 02:12:46.908858 [ 255 ] {bdffafd7-5a5f-424d-8959-a1e7b60f10e1} <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
5850 2025.02.01 02:12:46.909969 [ 255 ] {bdffafd7-5a5f-424d-8959-a1e7b60f10e1} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5851 2025.02.01 02:12:46.910009 [ 255 ] {bdffafd7-5a5f-424d-8959-a1e7b60f10e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5852 2025.02.01 02:12:46.910681 [ 255 ] {bdffafd7-5a5f-424d-8959-a1e7b60f10e1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
5853 2025.02.01 02:12:46.910942 [ 255 ] {bdffafd7-5a5f-424d-8959-a1e7b60f10e1} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5854 2025.02.01 02:12:46.911191 [ 255 ] {bdffafd7-5a5f-424d-8959-a1e7b60f10e1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002425 sec., 16082.474226804123 rows/sec., 28.82 MiB/sec.
5855 2025.02.01 02:12:46.911316 [ 255 ] {bdffafd7-5a5f-424d-8959-a1e7b60f10e1} <Debug> TCPHandler: Processed in 0.002687276 sec.
5856 2025.02.01 02:12:46.911475 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5857 2025.02.01 02:12:46.911602 [ 4 ] {0a7385ca-96ae-4ebf-a46e-7d3d568e89e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5858 2025.02.01 02:12:46.911660 [ 4 ] {0a7385ca-96ae-4ebf-a46e-7d3d568e89e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5859 2025.02.01 02:12:46.912175 [ 4 ] {0a7385ca-96ae-4ebf-a46e-7d3d568e89e5} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5860 2025.02.01 02:12:46.912225 [ 4 ] {0a7385ca-96ae-4ebf-a46e-7d3d568e89e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5861 2025.02.01 02:12:46.912625 [ 4 ] {0a7385ca-96ae-4ebf-a46e-7d3d568e89e5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5862 2025.02.01 02:12:46.912872 [ 4 ] {0a7385ca-96ae-4ebf-a46e-7d3d568e89e5} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5863 2025.02.01 02:12:46.913086 [ 4 ] {0a7385ca-96ae-4ebf-a46e-7d3d568e89e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001511 sec., 39708.80211780278 rows/sec., 2.68 MiB/sec.
5864 2025.02.01 02:12:46.913135 [ 4 ] {0a7385ca-96ae-4ebf-a46e-7d3d568e89e5} <Debug> TCPHandler: Processed in 0.001724467 sec.
5865 2025.02.01 02:12:47.279166 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212
5866 2025.02.01 02:12:47.298934 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5867 2025.02.01 02:12:47.298989 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5868 2025.02.01 02:12:47.306801 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5869 2025.02.01 02:12:47.307535 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5870 2025.02.01 02:12:47.310269 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212
5871 2025.02.01 02:12:51.898233 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5872 2025.02.01 02:12:51.898470 [ 255 ] {8cf850e0-e124-45ce-940c-04e00e7091e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5873 2025.02.01 02:12:51.898550 [ 255 ] {8cf850e0-e124-45ce-940c-04e00e7091e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5874 2025.02.01 02:12:51.899300 [ 255 ] {8cf850e0-e124-45ce-940c-04e00e7091e4} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5875 2025.02.01 02:12:51.899359 [ 255 ] {8cf850e0-e124-45ce-940c-04e00e7091e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5876 2025.02.01 02:12:51.899812 [ 255 ] {8cf850e0-e124-45ce-940c-04e00e7091e4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5877 2025.02.01 02:12:51.900095 [ 255 ] {8cf850e0-e124-45ce-940c-04e00e7091e4} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5878 2025.02.01 02:12:51.900400 [ 255 ] {8cf850e0-e124-45ce-940c-04e00e7091e4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00198 sec., 7070.707070707071 rows/sec., 509.00 KiB/sec.
5879 2025.02.01 02:12:51.900627 [ 255 ] {8cf850e0-e124-45ce-940c-04e00e7091e4} <Debug> TCPHandler: Processed in 0.002535455 sec.
5880 2025.02.01 02:12:51.900810 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5881 2025.02.01 02:12:51.900969 [ 4 ] {a727ccad-dc59-4fc8-8386-0e02a6f98d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5882 2025.02.01 02:12:51.901039 [ 4 ] {a727ccad-dc59-4fc8-8386-0e02a6f98d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5883 2025.02.01 02:12:51.901824 [ 4 ] {a727ccad-dc59-4fc8-8386-0e02a6f98d60} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5884 2025.02.01 02:12:51.901879 [ 4 ] {a727ccad-dc59-4fc8-8386-0e02a6f98d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5885 2025.02.01 02:12:51.902390 [ 4 ] {a727ccad-dc59-4fc8-8386-0e02a6f98d60} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5886 2025.02.01 02:12:51.902750 [ 4 ] {a727ccad-dc59-4fc8-8386-0e02a6f98d60} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5887 2025.02.01 02:12:51.903040 [ 4 ] {a727ccad-dc59-4fc8-8386-0e02a6f98d60} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002109 sec., 948.3167377904219 rows/sec., 77.33 KiB/sec.
5888 2025.02.01 02:12:51.903124 [ 4 ] {a727ccad-dc59-4fc8-8386-0e02a6f98d60} <Debug> TCPHandler: Processed in 0.002385273 sec.
5889 2025.02.01 02:12:51.903272 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5890 2025.02.01 02:12:51.903388 [ 255 ] {734c8975-79b7-46dc-87cb-5d9d6e109d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5891 2025.02.01 02:12:51.903437 [ 255 ] {734c8975-79b7-46dc-87cb-5d9d6e109d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5892 2025.02.01 02:12:51.904060 [ 255 ] {734c8975-79b7-46dc-87cb-5d9d6e109d90} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5893 2025.02.01 02:12:51.904103 [ 255 ] {734c8975-79b7-46dc-87cb-5d9d6e109d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5894 2025.02.01 02:12:51.904486 [ 255 ] {734c8975-79b7-46dc-87cb-5d9d6e109d90} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5895 2025.02.01 02:12:51.904732 [ 255 ] {734c8975-79b7-46dc-87cb-5d9d6e109d90} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5896 2025.02.01 02:12:51.904898 [ 154 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5897 2025.02.01 02:12:51.904964 [ 255 ] {734c8975-79b7-46dc-87cb-5d9d6e109d90} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.0016 sec., 127500 rows/sec., 11.03 MiB/sec.
5898 2025.02.01 02:12:51.904983 [ 154 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5899 2025.02.01 02:12:51.905049 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5900 2025.02.01 02:12:51.905096 [ 255 ] {734c8975-79b7-46dc-87cb-5d9d6e109d90} <Debug> TCPHandler: Processed in 0.001876778 sec.
5901 2025.02.01 02:12:51.905325 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
5902 2025.02.01 02:12:51.905332 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5903 2025.02.01 02:12:51.905607 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5904 2025.02.01 02:12:51.905643 [ 4 ] {02ddcda3-a623-40fc-8c7d-94ec4ec64823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5905 2025.02.01 02:12:51.905672 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1432 rows starting from the beginning of the part
5906 2025.02.01 02:12:51.905767 [ 4 ] {02ddcda3-a623-40fc-8c7d-94ec4ec64823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5907 2025.02.01 02:12:51.905946 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 203 rows starting from the beginning of the part
5908 2025.02.01 02:12:51.906425 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1280 rows starting from the beginning of the part
5909 2025.02.01 02:12:51.906821 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 203 rows starting from the beginning of the part
5910 2025.02.01 02:12:51.907150 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 134 rows starting from the beginning of the part
5911 2025.02.01 02:12:51.907606 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 204 rows starting from the beginning of the part
5912 2025.02.01 02:12:51.908473 [ 4 ] {02ddcda3-a623-40fc-8c7d-94ec4ec64823} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5913 2025.02.01 02:12:51.908536 [ 4 ] {02ddcda3-a623-40fc-8c7d-94ec4ec64823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5914 2025.02.01 02:12:51.909540 [ 4 ] {02ddcda3-a623-40fc-8c7d-94ec4ec64823} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5915 2025.02.01 02:12:51.910160 [ 4 ] {02ddcda3-a623-40fc-8c7d-94ec4ec64823} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5916 2025.02.01 02:12:51.910458 [ 4 ] {02ddcda3-a623-40fc-8c7d-94ec4ec64823} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.004889 sec., 1840.8672530169767 rows/sec., 121.85 KiB/sec.
5917 2025.02.01 02:12:51.910566 [ 4 ] {02ddcda3-a623-40fc-8c7d-94ec4ec64823} <Debug> TCPHandler: Processed in 0.005360872 sec.
5918 2025.02.01 02:12:51.910792 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5919 2025.02.01 02:12:51.911088 [ 255 ] {5bdb136d-bfb1-4258-a92d-4434458c0647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5920 2025.02.01 02:12:51.911097 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3456 rows, containing 5 columns (5 merged, 0 gathered) in 0.005932678 sec., 582536.2509140054 rows/sec., 51.20 MiB/sec.
5921 2025.02.01 02:12:51.911150 [ 255 ] {5bdb136d-bfb1-4258-a92d-4434458c0647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5922 2025.02.01 02:12:51.911472 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5923 2025.02.01 02:12:51.912111 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5924 2025.02.01 02:12:51.912331 [ 186 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_41_8} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5925 2025.02.01 02:12:51.912373 [ 255 ] {5bdb136d-bfb1-4258-a92d-4434458c0647} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5926 2025.02.01 02:12:51.912453 [ 255 ] {5bdb136d-bfb1-4258-a92d-4434458c0647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5927 2025.02.01 02:12:51.912497 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
5928 2025.02.01 02:12:51.912884 [ 255 ] {5bdb136d-bfb1-4258-a92d-4434458c0647} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5929 2025.02.01 02:12:51.913125 [ 255 ] {5bdb136d-bfb1-4258-a92d-4434458c0647} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5930 2025.02.01 02:12:51.913410 [ 255 ] {5bdb136d-bfb1-4258-a92d-4434458c0647} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002386 sec., 5867.56077116513 rows/sec., 410.93 KiB/sec.
5931 2025.02.01 02:12:51.913641 [ 255 ] {5bdb136d-bfb1-4258-a92d-4434458c0647} <Debug> TCPHandler: Processed in 0.002959609 sec.
5932 2025.02.01 02:12:51.913832 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5933 2025.02.01 02:12:51.913946 [ 4 ] {79dee947-e458-4977-9b39-3ff1df1507e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5934 2025.02.01 02:12:51.913992 [ 4 ] {79dee947-e458-4977-9b39-3ff1df1507e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5935 2025.02.01 02:12:51.914544 [ 4 ] {79dee947-e458-4977-9b39-3ff1df1507e8} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5936 2025.02.01 02:12:51.914583 [ 4 ] {79dee947-e458-4977-9b39-3ff1df1507e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5937 2025.02.01 02:12:51.914935 [ 4 ] {79dee947-e458-4977-9b39-3ff1df1507e8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5938 2025.02.01 02:12:51.915181 [ 4 ] {79dee947-e458-4977-9b39-3ff1df1507e8} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5939 2025.02.01 02:12:51.915434 [ 4 ] {79dee947-e458-4977-9b39-3ff1df1507e8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001511 sec., 8603.573792190602 rows/sec., 536.43 KiB/sec.
5940 2025.02.01 02:12:51.915682 [ 4 ] {79dee947-e458-4977-9b39-3ff1df1507e8} <Debug> TCPHandler: Processed in 0.001908879 sec.
5941 2025.02.01 02:12:51.915835 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5942 2025.02.01 02:12:51.915945 [ 255 ] {079a4464-5447-4f3a-ba74-37dec3fba0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5943 2025.02.01 02:12:51.915992 [ 255 ] {079a4464-5447-4f3a-ba74-37dec3fba0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5944 2025.02.01 02:12:51.916669 [ 255 ] {079a4464-5447-4f3a-ba74-37dec3fba0f6} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5945 2025.02.01 02:12:51.916708 [ 255 ] {079a4464-5447-4f3a-ba74-37dec3fba0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5946 2025.02.01 02:12:51.917090 [ 255 ] {079a4464-5447-4f3a-ba74-37dec3fba0f6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5947 2025.02.01 02:12:51.917326 [ 255 ] {079a4464-5447-4f3a-ba74-37dec3fba0f6} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5948 2025.02.01 02:12:51.917478 [ 154 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5949 2025.02.01 02:12:51.917538 [ 154 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5950 2025.02.01 02:12:51.917566 [ 255 ] {079a4464-5447-4f3a-ba74-37dec3fba0f6} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001633 sec., 235150.0306184936 rows/sec., 16.65 MiB/sec.
5951 2025.02.01 02:12:51.917574 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5952 2025.02.01 02:12:51.917744 [ 255 ] {079a4464-5447-4f3a-ba74-37dec3fba0f6} <Debug> TCPHandler: Processed in 0.001961369 sec.
5953 2025.02.01 02:12:51.917802 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
5954 2025.02.01 02:12:51.917929 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5955 2025.02.01 02:12:51.917991 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5956 2025.02.01 02:12:51.918055 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part
5957 2025.02.01 02:12:51.918154 [ 4 ] {557e0217-55b4-4419-9eb1-2fabdf959c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
5958 2025.02.01 02:12:51.918300 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 382 rows starting from the beginning of the part
5959 2025.02.01 02:12:51.918378 [ 4 ] {557e0217-55b4-4419-9eb1-2fabdf959c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
5960 2025.02.01 02:12:51.918604 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 571 rows starting from the beginning of the part
5961 2025.02.01 02:12:51.918989 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 382 rows starting from the beginning of the part
5962 2025.02.01 02:12:51.919343 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 103 rows starting from the beginning of the part
5963 2025.02.01 02:12:51.919707 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 384 rows starting from the beginning of the part
5964 2025.02.01 02:12:51.920952 [ 4 ] {557e0217-55b4-4419-9eb1-2fabdf959c8f} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5965 2025.02.01 02:12:51.921014 [ 4 ] {557e0217-55b4-4419-9eb1-2fabdf959c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5966 2025.02.01 02:12:51.922036 [ 4 ] {557e0217-55b4-4419-9eb1-2fabdf959c8f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
5967 2025.02.01 02:12:51.922344 [ 4 ] {557e0217-55b4-4419-9eb1-2fabdf959c8f} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5968 2025.02.01 02:12:51.922753 [ 4 ] {557e0217-55b4-4419-9eb1-2fabdf959c8f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00466 sec., 1287.5536480686694 rows/sec., 67.27 KiB/sec.
5969 2025.02.01 02:12:51.923006 [ 4 ] {557e0217-55b4-4419-9eb1-2fabdf959c8f} <Debug> TCPHandler: Processed in 0.00515446 sec.
5970 2025.02.01 02:12:51.923008 [ 198 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2735 rows, containing 5 columns (5 merged, 0 gathered) in 0.005307362 sec., 515321.9245267234 rows/sec., 39.31 MiB/sec.
5971 2025.02.01 02:12:51.923188 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5972 2025.02.01 02:12:51.923262 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5973 2025.02.01 02:12:51.923414 [ 255 ] {043bf8bf-4d24-428d-932f-170503fbdd2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5974 2025.02.01 02:12:51.923517 [ 255 ] {043bf8bf-4d24-428d-932f-170503fbdd2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5975 2025.02.01 02:12:51.923892 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5976 2025.02.01 02:12:51.924101 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_41_8} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5977 2025.02.01 02:12:51.924193 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
5978 2025.02.01 02:12:51.924497 [ 255 ] {043bf8bf-4d24-428d-932f-170503fbdd2f} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5979 2025.02.01 02:12:51.924541 [ 255 ] {043bf8bf-4d24-428d-932f-170503fbdd2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5980 2025.02.01 02:12:51.924975 [ 255 ] {043bf8bf-4d24-428d-932f-170503fbdd2f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5981 2025.02.01 02:12:51.925219 [ 255 ] {043bf8bf-4d24-428d-932f-170503fbdd2f} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5982 2025.02.01 02:12:51.925401 [ 154 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5983 2025.02.01 02:12:51.925462 [ 154 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5984 2025.02.01 02:12:51.925481 [ 255 ] {043bf8bf-4d24-428d-932f-170503fbdd2f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002159 sec., 110236.22047244095 rows/sec., 7.39 MiB/sec.
5985 2025.02.01 02:12:51.925502 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
5986 2025.02.01 02:12:51.925705 [ 255 ] {043bf8bf-4d24-428d-932f-170503fbdd2f} <Debug> TCPHandler: Processed in 0.002581735 sec.
5987 2025.02.01 02:12:51.925754 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
5988 2025.02.01 02:12:51.925901 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5989 2025.02.01 02:12:51.925943 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5990 2025.02.01 02:12:51.925984 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11214 rows starting from the beginning of the part
5991 2025.02.01 02:12:51.926190 [ 4 ] {37c67079-692e-47b6-a718-817f18df2d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
5992 2025.02.01 02:12:51.926251 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part
5993 2025.02.01 02:12:51.926368 [ 4 ] {37c67079-692e-47b6-a718-817f18df2d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
5994 2025.02.01 02:12:51.926509 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 922 rows starting from the beginning of the part
5995 2025.02.01 02:12:51.926876 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part
5996 2025.02.01 02:12:51.927220 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
5997 2025.02.01 02:12:51.927574 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 238 rows starting from the beginning of the part
5998 2025.02.01 02:12:51.928778 [ 4 ] {37c67079-692e-47b6-a718-817f18df2d38} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5999 2025.02.01 02:12:51.928823 [ 4 ] {37c67079-692e-47b6-a718-817f18df2d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6000 2025.02.01 02:12:51.929367 [ 4 ] {37c67079-692e-47b6-a718-817f18df2d38} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6001 2025.02.01 02:12:51.929810 [ 4 ] {37c67079-692e-47b6-a718-817f18df2d38} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6002 2025.02.01 02:12:51.930427 [ 4 ] {37c67079-692e-47b6-a718-817f18df2d38} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004334 sec., 230.73373327180434 rows/sec., 15.55 KiB/sec.
6003 2025.02.01 02:12:51.930676 [ 4 ] {37c67079-692e-47b6-a718-817f18df2d38} <Debug> TCPHandler: Processed in 0.004840077 sec.
6004 2025.02.01 02:12:51.930927 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6005 2025.02.01 02:12:51.931133 [ 255 ] {24087158-43c0-4705-8bf5-1aae2c29a5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6006 2025.02.01 02:12:51.931200 [ 255 ] {24087158-43c0-4705-8bf5-1aae2c29a5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6007 2025.02.01 02:12:51.931944 [ 255 ] {24087158-43c0-4705-8bf5-1aae2c29a5c6} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6008 2025.02.01 02:12:51.931988 [ 255 ] {24087158-43c0-4705-8bf5-1aae2c29a5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6009 2025.02.01 02:12:51.932608 [ 255 ] {24087158-43c0-4705-8bf5-1aae2c29a5c6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6010 2025.02.01 02:12:51.932883 [ 255 ] {24087158-43c0-4705-8bf5-1aae2c29a5c6} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6011 2025.02.01 02:12:51.933079 [ 153 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6012 2025.02.01 02:12:51.933150 [ 255 ] {24087158-43c0-4705-8bf5-1aae2c29a5c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002054 sec., 39922.10321324246 rows/sec., 2.54 MiB/sec.
6013 2025.02.01 02:12:51.933171 [ 153 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6014 2025.02.01 02:12:51.933241 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6015 2025.02.01 02:12:51.933277 [ 255 ] {24087158-43c0-4705-8bf5-1aae2c29a5c6} <Debug> TCPHandler: Processed in 0.002465984 sec.
6016 2025.02.01 02:12:51.933687 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::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
6017 2025.02.01 02:12:51.934195 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6018 2025.02.01 02:12:51.934329 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2202 rows starting from the beginning of the part
6019 2025.02.01 02:12:51.934599 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part
6020 2025.02.01 02:12:51.934943 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::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
6021 2025.02.01 02:12:51.935269 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part
6022 2025.02.01 02:12:51.935582 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::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
6023 2025.02.01 02:12:51.935646 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13008 rows, containing 5 columns (5 merged, 0 gathered) in 0.010030808 sec., 1296804.8037605744 rows/sec., 87.55 MiB/sec.
6024 2025.02.01 02:12:51.935825 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::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
6025 2025.02.01 02:12:51.936221 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6026 2025.02.01 02:12:51.936809 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6027 2025.02.01 02:12:51.937014 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6028 2025.02.01 02:12:51.937201 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB.
6029 2025.02.01 02:12:51.937824 [ 193 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2568 rows, containing 4 columns (4 merged, 0 gathered) in 0.004458493 sec., 575979.3724022893 rows/sec., 37.58 MiB/sec.
6030 2025.02.01 02:12:51.938106 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6031 2025.02.01 02:12:51.938383 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_41_8} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6032 2025.02.01 02:12:51.938457 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_41_8} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6033 2025.02.01 02:12:51.938535 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB.
6034 2025.02.01 02:12:53.855807 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
6035 2025.02.01 02:12:53.856452 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6036 2025.02.01 02:12:53.856495 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6037 2025.02.01 02:12:53.857015 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6038 2025.02.01 02:12:53.857279 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6039 2025.02.01 02:12:53.857540 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
6040 2025.02.01 02:12:54.810463 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219
6041 2025.02.01 02:12:54.830737 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6042 2025.02.01 02:12:54.830789 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6043 2025.02.01 02:12:54.838328 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6044 2025.02.01 02:12:54.839109 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6045 2025.02.01 02:12:54.841781 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
6046 2025.02.01 02:12:56.405540 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 844
6047 2025.02.01 02:12:56.408651 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6048 2025.02.01 02:12:56.408708 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6049 2025.02.01 02:12:56.410195 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6050 2025.02.01 02:12:56.410528 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6051 2025.02.01 02:12:56.410748 [ 128 ] {} <Debug> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6052 2025.02.01 02:12:56.410866 [ 128 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6053 2025.02.01 02:12:56.410930 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6054 2025.02.01 02:12:56.411336 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::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
6055 2025.02.01 02:12:56.412132 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 844
6056 2025.02.01 02:12:56.412555 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6057 2025.02.01 02:12:56.412738 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 690 rows starting from the beginning of the part
6058 2025.02.01 02:12:56.413446 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::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
6059 2025.02.01 02:12:56.414049 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part
6060 2025.02.01 02:12:56.414667 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part
6061 2025.02.01 02:12:56.415298 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part
6062 2025.02.01 02:12:56.415930 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part
6063 2025.02.01 02:12:56.424006 [ 189 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 844 rows, containing 72 columns (72 merged, 0 gathered) in 0.012941096 sec., 65218.58735921595 rows/sec., 54.41 MiB/sec.
6064 2025.02.01 02:12:56.425134 [ 189 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6065 2025.02.01 02:12:56.425844 [ 189 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_21_4} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6066 2025.02.01 02:12:56.425928 [ 189 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_21_4} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6067 2025.02.01 02:12:56.426132 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB.
6068 2025.02.01 02:12:56.895643 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6069 2025.02.01 02:12:56.895847 [ 255 ] {393f0c82-56ec-4399-a887-a22902f4e165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6070 2025.02.01 02:12:56.895926 [ 255 ] {393f0c82-56ec-4399-a887-a22902f4e165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6071 2025.02.01 02:12:56.896778 [ 255 ] {393f0c82-56ec-4399-a887-a22902f4e165} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6072 2025.02.01 02:12:56.896828 [ 255 ] {393f0c82-56ec-4399-a887-a22902f4e165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6073 2025.02.01 02:12:56.897261 [ 255 ] {393f0c82-56ec-4399-a887-a22902f4e165} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6074 2025.02.01 02:12:56.897520 [ 255 ] {393f0c82-56ec-4399-a887-a22902f4e165} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6075 2025.02.01 02:12:56.897756 [ 255 ] {393f0c82-56ec-4399-a887-a22902f4e165} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001967 sec., 68124.0467717336 rows/sec., 5.88 MiB/sec.
6076 2025.02.01 02:12:56.897818 [ 255 ] {393f0c82-56ec-4399-a887-a22902f4e165} <Debug> TCPHandler: Processed in 0.002300383 sec.
6077 2025.02.01 02:12:56.897983 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6078 2025.02.01 02:12:56.898128 [ 4 ] {0de7bcbd-fa10-40c4-afa1-7a08aed95099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6079 2025.02.01 02:12:56.898186 [ 4 ] {0de7bcbd-fa10-40c4-afa1-7a08aed95099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6080 2025.02.01 02:12:56.898805 [ 4 ] {0de7bcbd-fa10-40c4-afa1-7a08aed95099} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6081 2025.02.01 02:12:56.898847 [ 4 ] {0de7bcbd-fa10-40c4-afa1-7a08aed95099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6082 2025.02.01 02:12:56.899222 [ 4 ] {0de7bcbd-fa10-40c4-afa1-7a08aed95099} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6083 2025.02.01 02:12:56.899467 [ 4 ] {0de7bcbd-fa10-40c4-afa1-7a08aed95099} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6084 2025.02.01 02:12:56.899681 [ 4 ] {0de7bcbd-fa10-40c4-afa1-7a08aed95099} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001588 sec., 24559.19395465995 rows/sec., 1.80 MiB/sec.
6085 2025.02.01 02:12:56.899735 [ 4 ] {0de7bcbd-fa10-40c4-afa1-7a08aed95099} <Debug> TCPHandler: Processed in 0.001821577 sec.
6086 2025.02.01 02:12:56.899868 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6087 2025.02.01 02:12:56.899999 [ 255 ] {f3297d21-bcb3-48c8-9d49-5f9b2a8372e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6088 2025.02.01 02:12:56.900055 [ 255 ] {f3297d21-bcb3-48c8-9d49-5f9b2a8372e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6089 2025.02.01 02:12:56.900697 [ 255 ] {f3297d21-bcb3-48c8-9d49-5f9b2a8372e5} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6090 2025.02.01 02:12:56.900737 [ 255 ] {f3297d21-bcb3-48c8-9d49-5f9b2a8372e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6091 2025.02.01 02:12:56.901102 [ 255 ] {f3297d21-bcb3-48c8-9d49-5f9b2a8372e5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6092 2025.02.01 02:12:56.901348 [ 255 ] {f3297d21-bcb3-48c8-9d49-5f9b2a8372e5} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6093 2025.02.01 02:12:56.901552 [ 255 ] {f3297d21-bcb3-48c8-9d49-5f9b2a8372e5} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001583 sec., 65066.329753632344 rows/sec., 5.08 MiB/sec.
6094 2025.02.01 02:12:56.901603 [ 255 ] {f3297d21-bcb3-48c8-9d49-5f9b2a8372e5} <Debug> TCPHandler: Processed in 0.001798357 sec.
6095 2025.02.01 02:12:56.901747 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6096 2025.02.01 02:12:56.901877 [ 4 ] {84728166-8884-4204-a2bd-7ab5cf1a7f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6097 2025.02.01 02:12:56.901937 [ 4 ] {84728166-8884-4204-a2bd-7ab5cf1a7f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6098 2025.02.01 02:12:56.902544 [ 4 ] {84728166-8884-4204-a2bd-7ab5cf1a7f33} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6099 2025.02.01 02:12:56.902590 [ 4 ] {84728166-8884-4204-a2bd-7ab5cf1a7f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6100 2025.02.01 02:12:56.902976 [ 4 ] {84728166-8884-4204-a2bd-7ab5cf1a7f33} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6101 2025.02.01 02:12:56.903221 [ 4 ] {84728166-8884-4204-a2bd-7ab5cf1a7f33} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6102 2025.02.01 02:12:56.903436 [ 4 ] {84728166-8884-4204-a2bd-7ab5cf1a7f33} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec.
6103 2025.02.01 02:12:56.903543 [ 4 ] {84728166-8884-4204-a2bd-7ab5cf1a7f33} <Debug> TCPHandler: Processed in 0.001858548 sec.
6104 2025.02.01 02:12:56.903712 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6105 2025.02.01 02:12:56.903842 [ 255 ] {2091a02b-1e52-48c5-a094-7e406012f955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6106 2025.02.01 02:12:56.903920 [ 255 ] {2091a02b-1e52-48c5-a094-7e406012f955} <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
6107 2025.02.01 02:12:56.905244 [ 255 ] {2091a02b-1e52-48c5-a094-7e406012f955} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6108 2025.02.01 02:12:56.905282 [ 255 ] {2091a02b-1e52-48c5-a094-7e406012f955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6109 2025.02.01 02:12:56.905963 [ 255 ] {2091a02b-1e52-48c5-a094-7e406012f955} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6110 2025.02.01 02:12:56.906220 [ 255 ] {2091a02b-1e52-48c5-a094-7e406012f955} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6111 2025.02.01 02:12:56.906557 [ 255 ] {2091a02b-1e52-48c5-a094-7e406012f955} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002728 sec., 14296.187683284457 rows/sec., 25.62 MiB/sec.
6112 2025.02.01 02:12:56.906864 [ 255 ] {2091a02b-1e52-48c5-a094-7e406012f955} <Debug> TCPHandler: Processed in 0.003246622 sec.
6113 2025.02.01 02:12:56.907015 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6114 2025.02.01 02:12:56.907122 [ 4 ] {8579ddf0-615e-4f78-a203-9f7cc5a20e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6115 2025.02.01 02:12:56.907168 [ 4 ] {8579ddf0-615e-4f78-a203-9f7cc5a20e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6116 2025.02.01 02:12:56.907603 [ 4 ] {8579ddf0-615e-4f78-a203-9f7cc5a20e51} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6117 2025.02.01 02:12:56.907643 [ 4 ] {8579ddf0-615e-4f78-a203-9f7cc5a20e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6118 2025.02.01 02:12:56.908007 [ 4 ] {8579ddf0-615e-4f78-a203-9f7cc5a20e51} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6119 2025.02.01 02:12:56.908237 [ 4 ] {8579ddf0-615e-4f78-a203-9f7cc5a20e51} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6120 2025.02.01 02:12:56.908426 [ 4 ] {8579ddf0-615e-4f78-a203-9f7cc5a20e51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec.
6121 2025.02.01 02:12:56.908515 [ 4 ] {8579ddf0-615e-4f78-a203-9f7cc5a20e51} <Debug> TCPHandler: Processed in 0.001552525 sec.
6122 2025.02.01 02:13:01.247051 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
6123 2025.02.01 02:13:01.247153 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
6124 2025.02.01 02:13:01.357789 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
6125 2025.02.01 02:13:01.358471 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6126 2025.02.01 02:13:01.358523 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6127 2025.02.01 02:13:01.359068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6128 2025.02.01 02:13:01.359328 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6129 2025.02.01 02:13:01.359647 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
6130 2025.02.01 02:13:01.898398 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6131 2025.02.01 02:13:01.898597 [ 255 ] {7a74ea20-0f1a-4fe8-9fe0-9d94fd49ca9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6132 2025.02.01 02:13:01.898672 [ 255 ] {7a74ea20-0f1a-4fe8-9fe0-9d94fd49ca9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6133 2025.02.01 02:13:01.899398 [ 255 ] {7a74ea20-0f1a-4fe8-9fe0-9d94fd49ca9c} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6134 2025.02.01 02:13:01.899448 [ 255 ] {7a74ea20-0f1a-4fe8-9fe0-9d94fd49ca9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6135 2025.02.01 02:13:01.899874 [ 255 ] {7a74ea20-0f1a-4fe8-9fe0-9d94fd49ca9c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6136 2025.02.01 02:13:01.900129 [ 255 ] {7a74ea20-0f1a-4fe8-9fe0-9d94fd49ca9c} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6137 2025.02.01 02:13:01.900372 [ 255 ] {7a74ea20-0f1a-4fe8-9fe0-9d94fd49ca9c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001832 sec., 7641.921397379912 rows/sec., 550.12 KiB/sec.
6138 2025.02.01 02:13:01.900443 [ 255 ] {7a74ea20-0f1a-4fe8-9fe0-9d94fd49ca9c} <Debug> TCPHandler: Processed in 0.002176261 sec.
6139 2025.02.01 02:13:01.900601 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6140 2025.02.01 02:13:01.900721 [ 4 ] {05c68e67-34ea-4af5-9913-ad5077793a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6141 2025.02.01 02:13:01.900770 [ 4 ] {05c68e67-34ea-4af5-9913-ad5077793a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6142 2025.02.01 02:13:01.901403 [ 4 ] {05c68e67-34ea-4af5-9913-ad5077793a71} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6143 2025.02.01 02:13:01.901444 [ 4 ] {05c68e67-34ea-4af5-9913-ad5077793a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6144 2025.02.01 02:13:01.901823 [ 4 ] {05c68e67-34ea-4af5-9913-ad5077793a71} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6145 2025.02.01 02:13:01.902075 [ 4 ] {05c68e67-34ea-4af5-9913-ad5077793a71} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6146 2025.02.01 02:13:01.902318 [ 4 ] {05c68e67-34ea-4af5-9913-ad5077793a71} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001624 sec., 125000 rows/sec., 10.82 MiB/sec.
6147 2025.02.01 02:13:01.902436 [ 4 ] {05c68e67-34ea-4af5-9913-ad5077793a71} <Debug> TCPHandler: Processed in 0.001895348 sec.
6148 2025.02.01 02:13:01.902592 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6149 2025.02.01 02:13:01.902705 [ 255 ] {da8c9d6d-1121-435a-a3db-d1dfb8d1397d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6150 2025.02.01 02:13:01.902750 [ 255 ] {da8c9d6d-1121-435a-a3db-d1dfb8d1397d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6151 2025.02.01 02:13:01.903269 [ 255 ] {da8c9d6d-1121-435a-a3db-d1dfb8d1397d} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6152 2025.02.01 02:13:01.903308 [ 255 ] {da8c9d6d-1121-435a-a3db-d1dfb8d1397d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6153 2025.02.01 02:13:01.903649 [ 255 ] {da8c9d6d-1121-435a-a3db-d1dfb8d1397d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6154 2025.02.01 02:13:01.903890 [ 255 ] {da8c9d6d-1121-435a-a3db-d1dfb8d1397d} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6155 2025.02.01 02:13:01.904142 [ 255 ] {da8c9d6d-1121-435a-a3db-d1dfb8d1397d} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001454 sec., 4814.305364511692 rows/sec., 313.66 KiB/sec.
6156 2025.02.01 02:13:01.904300 [ 255 ] {da8c9d6d-1121-435a-a3db-d1dfb8d1397d} <Debug> TCPHandler: Processed in 0.001774547 sec.
6157 2025.02.01 02:13:01.904500 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6158 2025.02.01 02:13:01.904635 [ 4 ] {9d823b93-11bf-40bd-971f-63c3144f5d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6159 2025.02.01 02:13:01.904682 [ 4 ] {9d823b93-11bf-40bd-971f-63c3144f5d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6160 2025.02.01 02:13:01.905237 [ 4 ] {9d823b93-11bf-40bd-971f-63c3144f5d06} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6161 2025.02.01 02:13:01.905278 [ 4 ] {9d823b93-11bf-40bd-971f-63c3144f5d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6162 2025.02.01 02:13:01.905626 [ 4 ] {9d823b93-11bf-40bd-971f-63c3144f5d06} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6163 2025.02.01 02:13:01.905865 [ 4 ] {9d823b93-11bf-40bd-971f-63c3144f5d06} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6164 2025.02.01 02:13:01.906033 [ 148 ] {} <Debug> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6165 2025.02.01 02:13:01.906095 [ 4 ] {9d823b93-11bf-40bd-971f-63c3144f5d06} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001483 sec., 9440.323668240055 rows/sec., 661.14 KiB/sec.
6166 2025.02.01 02:13:01.906122 [ 148 ] {} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6167 2025.02.01 02:13:01.906192 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6168 2025.02.01 02:13:01.906229 [ 4 ] {9d823b93-11bf-40bd-971f-63c3144f5d06} <Debug> TCPHandler: Processed in 0.001831038 sec.
6169 2025.02.01 02:13:01.906490 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6170 2025.02.01 02:13:01.906674 [ 201 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::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
6171 2025.02.01 02:13:01.906793 [ 255 ] {6bb2d554-142b-47a6-9409-a50b2889ccd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6172 2025.02.01 02:13:01.906919 [ 255 ] {6bb2d554-142b-47a6-9409-a50b2889ccd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6173 2025.02.01 02:13:01.907214 [ 201 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6174 2025.02.01 02:13:01.907304 [ 201 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part
6175 2025.02.01 02:13:01.907642 [ 201 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
6176 2025.02.01 02:13:01.908079 [ 201 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part
6177 2025.02.01 02:13:01.908505 [ 201 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
6178 2025.02.01 02:13:01.908810 [ 201 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
6179 2025.02.01 02:13:01.909127 [ 201 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
6180 2025.02.01 02:13:01.909916 [ 255 ] {6bb2d554-142b-47a6-9409-a50b2889ccd1} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6181 2025.02.01 02:13:01.909972 [ 255 ] {6bb2d554-142b-47a6-9409-a50b2889ccd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6182 2025.02.01 02:13:01.910848 [ 255 ] {6bb2d554-142b-47a6-9409-a50b2889ccd1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6183 2025.02.01 02:13:01.911390 [ 255 ] {6bb2d554-142b-47a6-9409-a50b2889ccd1} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6184 2025.02.01 02:13:01.911891 [ 255 ] {6bb2d554-142b-47a6-9409-a50b2889ccd1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005162 sec., 2518.4037194885705 rows/sec., 157.02 KiB/sec.
6185 2025.02.01 02:13:01.912178 [ 255 ] {6bb2d554-142b-47a6-9409-a50b2889ccd1} <Debug> TCPHandler: Processed in 0.005862577 sec.
6186 2025.02.01 02:13:01.912207 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005903778 sec., 89264.87411958918 rows/sec., 6.39 MiB/sec.
6187 2025.02.01 02:13:01.912349 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6188 2025.02.01 02:13:01.912402 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6189 2025.02.01 02:13:01.912575 [ 4 ] {d5f18be5-232e-4d46-bea8-9736e5d2d914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6190 2025.02.01 02:13:01.912656 [ 4 ] {d5f18be5-232e-4d46-bea8-9736e5d2d914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6191 2025.02.01 02:13:01.912968 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6192 2025.02.01 02:13:01.913225 [ 189 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_26_5} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6193 2025.02.01 02:13:01.913394 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
6194 2025.02.01 02:13:01.913821 [ 4 ] {d5f18be5-232e-4d46-bea8-9736e5d2d914} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6195 2025.02.01 02:13:01.913866 [ 4 ] {d5f18be5-232e-4d46-bea8-9736e5d2d914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6196 2025.02.01 02:13:01.914248 [ 4 ] {d5f18be5-232e-4d46-bea8-9736e5d2d914} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6197 2025.02.01 02:13:01.914490 [ 4 ] {d5f18be5-232e-4d46-bea8-9736e5d2d914} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6198 2025.02.01 02:13:01.914701 [ 4 ] {d5f18be5-232e-4d46-bea8-9736e5d2d914} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002177 sec., 175470.83141938446 rows/sec., 12.42 MiB/sec.
6199 2025.02.01 02:13:01.914758 [ 4 ] {d5f18be5-232e-4d46-bea8-9736e5d2d914} <Debug> TCPHandler: Processed in 0.002492124 sec.
6200 2025.02.01 02:13:01.914897 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6201 2025.02.01 02:13:01.915028 [ 255 ] {e7edf4b9-e0c7-45d1-b111-ecab9feff529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6202 2025.02.01 02:13:01.915084 [ 255 ] {e7edf4b9-e0c7-45d1-b111-ecab9feff529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6203 2025.02.01 02:13:01.915595 [ 255 ] {e7edf4b9-e0c7-45d1-b111-ecab9feff529} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6204 2025.02.01 02:13:01.915642 [ 255 ] {e7edf4b9-e0c7-45d1-b111-ecab9feff529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6205 2025.02.01 02:13:01.916021 [ 255 ] {e7edf4b9-e0c7-45d1-b111-ecab9feff529} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
6206 2025.02.01 02:13:01.916262 [ 255 ] {e7edf4b9-e0c7-45d1-b111-ecab9feff529} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6207 2025.02.01 02:13:01.916510 [ 255 ] {e7edf4b9-e0c7-45d1-b111-ecab9feff529} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec.
6208 2025.02.01 02:13:01.916704 [ 255 ] {e7edf4b9-e0c7-45d1-b111-ecab9feff529} <Debug> TCPHandler: Processed in 0.001861898 sec.
6209 2025.02.01 02:13:01.916857 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6210 2025.02.01 02:13:01.916982 [ 4 ] {47f6d4b8-f528-46af-a2a8-798a7fcf22e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6211 2025.02.01 02:13:01.917036 [ 4 ] {47f6d4b8-f528-46af-a2a8-798a7fcf22e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6212 2025.02.01 02:13:01.917646 [ 4 ] {47f6d4b8-f528-46af-a2a8-798a7fcf22e2} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6213 2025.02.01 02:13:01.917689 [ 4 ] {47f6d4b8-f528-46af-a2a8-798a7fcf22e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6214 2025.02.01 02:13:01.918137 [ 4 ] {47f6d4b8-f528-46af-a2a8-798a7fcf22e2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6215 2025.02.01 02:13:01.918372 [ 4 ] {47f6d4b8-f528-46af-a2a8-798a7fcf22e2} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6216 2025.02.01 02:13:01.918574 [ 4 ] {47f6d4b8-f528-46af-a2a8-798a7fcf22e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001617 sec., 146567.71799628943 rows/sec., 9.82 MiB/sec.
6217 2025.02.01 02:13:01.918627 [ 4 ] {47f6d4b8-f528-46af-a2a8-798a7fcf22e2} <Debug> TCPHandler: Processed in 0.001833358 sec.
6218 2025.02.01 02:13:01.918755 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6219 2025.02.01 02:13:01.918878 [ 255 ] {9cf4f483-a6be-48b2-9b07-2b378e709f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6220 2025.02.01 02:13:01.918935 [ 255 ] {9cf4f483-a6be-48b2-9b07-2b378e709f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6221 2025.02.01 02:13:01.919427 [ 255 ] {9cf4f483-a6be-48b2-9b07-2b378e709f0d} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6222 2025.02.01 02:13:01.919473 [ 255 ] {9cf4f483-a6be-48b2-9b07-2b378e709f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6223 2025.02.01 02:13:01.919870 [ 255 ] {9cf4f483-a6be-48b2-9b07-2b378e709f0d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6224 2025.02.01 02:13:01.920116 [ 255 ] {9cf4f483-a6be-48b2-9b07-2b378e709f0d} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6225 2025.02.01 02:13:01.920276 [ 148 ] {} <Debug> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
6226 2025.02.01 02:13:01.920346 [ 148 ] {} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6227 2025.02.01 02:13:01.920365 [ 255 ] {9cf4f483-a6be-48b2-9b07-2b378e709f0d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec.
6228 2025.02.01 02:13:01.920381 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6229 2025.02.01 02:13:01.920526 [ 255 ] {9cf4f483-a6be-48b2-9b07-2b378e709f0d} <Debug> TCPHandler: Processed in 0.001820288 sec.
6230 2025.02.01 02:13:01.920849 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6231 2025.02.01 02:13:01.920920 [ 193 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
6232 2025.02.01 02:13:01.921174 [ 4 ] {d7a450c7-c3ff-4b1d-9b3f-fd4b0c586c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6233 2025.02.01 02:13:01.921244 [ 193 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6234 2025.02.01 02:13:01.921272 [ 4 ] {d7a450c7-c3ff-4b1d-9b3f-fd4b0c586c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6235 2025.02.01 02:13:01.921299 [ 193 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
6236 2025.02.01 02:13:01.921597 [ 193 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
6237 2025.02.01 02:13:01.921919 [ 193 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
6238 2025.02.01 02:13:01.922215 [ 193 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
6239 2025.02.01 02:13:01.922509 [ 193 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
6240 2025.02.01 02:13:01.922728 [ 193 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::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
6241 2025.02.01 02:13:01.923554 [ 4 ] {d7a450c7-c3ff-4b1d-9b3f-fd4b0c586c2e} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6242 2025.02.01 02:13:01.923624 [ 4 ] {d7a450c7-c3ff-4b1d-9b3f-fd4b0c586c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6243 2025.02.01 02:13:01.924603 [ 4 ] {d7a450c7-c3ff-4b1d-9b3f-fd4b0c586c2e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6244 2025.02.01 02:13:01.925267 [ 4 ] {d7a450c7-c3ff-4b1d-9b3f-fd4b0c586c2e} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6245 2025.02.01 02:13:01.925346 [ 189 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.004835547 sec., 4136.036729660575 rows/sec., 277.89 KiB/sec.
6246 2025.02.01 02:13:01.925629 [ 189 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
6247 2025.02.01 02:13:01.925639 [ 4 ] {d7a450c7-c3ff-4b1d-9b3f-fd4b0c586c2e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004524 sec., 18125.552608311227 rows/sec., 1.15 MiB/sec.
6248 2025.02.01 02:13:01.925802 [ 4 ] {d7a450c7-c3ff-4b1d-9b3f-fd4b0c586c2e} <Debug> TCPHandler: Processed in 0.00515525 sec.
6249 2025.02.01 02:13:01.926052 [ 189 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_20_4} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6250 2025.02.01 02:13:01.926136 [ 189 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_20_4} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
6251 2025.02.01 02:13:01.926213 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6252 2025.02.01 02:13:02.341974 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
6253 2025.02.01 02:13:02.364583 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6254 2025.02.01 02:13:02.364668 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6255 2025.02.01 02:13:02.372879 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6256 2025.02.01 02:13:02.373648 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6257 2025.02.01 02:13:02.376373 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
6258 2025.02.01 02:13:06.259823 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6259 2025.02.01 02:13:06.260020 [ 255 ] {55576749-184c-430d-93cd-34a860a48dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6260 2025.02.01 02:13:06.260090 [ 255 ] {55576749-184c-430d-93cd-34a860a48dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6261 2025.02.01 02:13:06.260812 [ 255 ] {55576749-184c-430d-93cd-34a860a48dec} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6262 2025.02.01 02:13:06.260856 [ 255 ] {55576749-184c-430d-93cd-34a860a48dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6263 2025.02.01 02:13:06.261280 [ 255 ] {55576749-184c-430d-93cd-34a860a48dec} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6264 2025.02.01 02:13:06.261536 [ 255 ] {55576749-184c-430d-93cd-34a860a48dec} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6265 2025.02.01 02:13:06.261759 [ 255 ] {55576749-184c-430d-93cd-34a860a48dec} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001782 sec., 2244.6689113355783 rows/sec., 183.04 KiB/sec.
6266 2025.02.01 02:13:06.261846 [ 255 ] {55576749-184c-430d-93cd-34a860a48dec} <Debug> TCPHandler: Processed in 0.002149241 sec.
6267 2025.02.01 02:13:06.262016 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6268 2025.02.01 02:13:06.262160 [ 4 ] {15d8d396-240e-4f69-a951-dec80135ea42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6269 2025.02.01 02:13:06.262217 [ 4 ] {15d8d396-240e-4f69-a951-dec80135ea42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6270 2025.02.01 02:13:06.263358 [ 4 ] {15d8d396-240e-4f69-a951-dec80135ea42} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6271 2025.02.01 02:13:06.263396 [ 4 ] {15d8d396-240e-4f69-a951-dec80135ea42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6272 2025.02.01 02:13:06.263839 [ 4 ] {15d8d396-240e-4f69-a951-dec80135ea42} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6273 2025.02.01 02:13:06.264083 [ 4 ] {15d8d396-240e-4f69-a951-dec80135ea42} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6274 2025.02.01 02:13:06.264261 [ 4 ] {15d8d396-240e-4f69-a951-dec80135ea42} <Debug> executeQuery: Read 1276 rows, 108.54 KiB in 0.002134 sec., 597938.1443298969 rows/sec., 49.67 MiB/sec.
6275 2025.02.01 02:13:06.264313 [ 4 ] {15d8d396-240e-4f69-a951-dec80135ea42} <Debug> TCPHandler: Processed in 0.002366593 sec.
6276 2025.02.01 02:13:06.264452 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6277 2025.02.01 02:13:06.264583 [ 255 ] {c18299f0-592e-4dc6-b29e-9bb196dd2f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6278 2025.02.01 02:13:06.264637 [ 255 ] {c18299f0-592e-4dc6-b29e-9bb196dd2f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6279 2025.02.01 02:13:06.265230 [ 255 ] {c18299f0-592e-4dc6-b29e-9bb196dd2f02} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6280 2025.02.01 02:13:06.265268 [ 255 ] {c18299f0-592e-4dc6-b29e-9bb196dd2f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6281 2025.02.01 02:13:06.265611 [ 255 ] {c18299f0-592e-4dc6-b29e-9bb196dd2f02} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6282 2025.02.01 02:13:06.265848 [ 255 ] {c18299f0-592e-4dc6-b29e-9bb196dd2f02} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6283 2025.02.01 02:13:06.266030 [ 255 ] {c18299f0-592e-4dc6-b29e-9bb196dd2f02} <Debug> executeQuery: Read 43 rows, 3.21 KiB in 0.001476 sec., 29132.791327913277 rows/sec., 2.13 MiB/sec.
6284 2025.02.01 02:13:06.266096 [ 255 ] {c18299f0-592e-4dc6-b29e-9bb196dd2f02} <Debug> TCPHandler: Processed in 0.001706697 sec.
6285 2025.02.01 02:13:06.266256 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6286 2025.02.01 02:13:06.266386 [ 4 ] {eb576a36-9fed-4d06-b894-f13c4a4f1aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6287 2025.02.01 02:13:06.266438 [ 4 ] {eb576a36-9fed-4d06-b894-f13c4a4f1aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6288 2025.02.01 02:13:06.267098 [ 4 ] {eb576a36-9fed-4d06-b894-f13c4a4f1aae} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6289 2025.02.01 02:13:06.267135 [ 4 ] {eb576a36-9fed-4d06-b894-f13c4a4f1aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6290 2025.02.01 02:13:06.267497 [ 4 ] {eb576a36-9fed-4d06-b894-f13c4a4f1aae} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6291 2025.02.01 02:13:06.267730 [ 4 ] {eb576a36-9fed-4d06-b894-f13c4a4f1aae} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6292 2025.02.01 02:13:06.267897 [ 4 ] {eb576a36-9fed-4d06-b894-f13c4a4f1aae} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001541 sec., 147955.8728098637 rows/sec., 10.02 MiB/sec.
6293 2025.02.01 02:13:06.267947 [ 4 ] {eb576a36-9fed-4d06-b894-f13c4a4f1aae} <Debug> TCPHandler: Processed in 0.001769787 sec.
6294 2025.02.01 02:13:06.268081 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6295 2025.02.01 02:13:06.268209 [ 255 ] {ff4c05be-19af-44b3-b570-042aed2fbe64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6296 2025.02.01 02:13:06.268263 [ 255 ] {ff4c05be-19af-44b3-b570-042aed2fbe64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6297 2025.02.01 02:13:06.269064 [ 255 ] {ff4c05be-19af-44b3-b570-042aed2fbe64} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6298 2025.02.01 02:13:06.269101 [ 255 ] {ff4c05be-19af-44b3-b570-042aed2fbe64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6299 2025.02.01 02:13:06.269469 [ 255 ] {ff4c05be-19af-44b3-b570-042aed2fbe64} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6300 2025.02.01 02:13:06.269708 [ 255 ] {ff4c05be-19af-44b3-b570-042aed2fbe64} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6301 2025.02.01 02:13:06.269881 [ 255 ] {ff4c05be-19af-44b3-b570-042aed2fbe64} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.001701 sec., 330981.77542621986 rows/sec., 24.60 MiB/sec.
6302 2025.02.01 02:13:06.269932 [ 255 ] {ff4c05be-19af-44b3-b570-042aed2fbe64} <Debug> TCPHandler: Processed in 0.001913359 sec.
6303 2025.02.01 02:13:06.270054 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6304 2025.02.01 02:13:06.270160 [ 4 ] {297595ff-6c70-4b31-9964-c3f8f1dcf413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6305 2025.02.01 02:13:06.270208 [ 4 ] {297595ff-6c70-4b31-9964-c3f8f1dcf413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6306 2025.02.01 02:13:06.270885 [ 4 ] {297595ff-6c70-4b31-9964-c3f8f1dcf413} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6307 2025.02.01 02:13:06.270921 [ 4 ] {297595ff-6c70-4b31-9964-c3f8f1dcf413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6308 2025.02.01 02:13:06.271353 [ 4 ] {297595ff-6c70-4b31-9964-c3f8f1dcf413} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6309 2025.02.01 02:13:06.271588 [ 4 ] {297595ff-6c70-4b31-9964-c3f8f1dcf413} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6310 2025.02.01 02:13:06.271771 [ 4 ] {297595ff-6c70-4b31-9964-c3f8f1dcf413} <Debug> executeQuery: Read 918 rows, 63.23 KiB in 0.001632 sec., 562500 rows/sec., 37.84 MiB/sec.
6311 2025.02.01 02:13:06.271893 [ 4 ] {297595ff-6c70-4b31-9964-c3f8f1dcf413} <Debug> TCPHandler: Processed in 0.001889268 sec.
6312 2025.02.01 02:13:06.272055 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6313 2025.02.01 02:13:06.272183 [ 255 ] {babc5164-e44c-4556-a0c8-8f921b03166c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6314 2025.02.01 02:13:06.272261 [ 255 ] {babc5164-e44c-4556-a0c8-8f921b03166c} <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
6315 2025.02.01 02:13:06.273470 [ 255 ] {babc5164-e44c-4556-a0c8-8f921b03166c} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6316 2025.02.01 02:13:06.273506 [ 255 ] {babc5164-e44c-4556-a0c8-8f921b03166c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6317 2025.02.01 02:13:06.274149 [ 255 ] {babc5164-e44c-4556-a0c8-8f921b03166c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6318 2025.02.01 02:13:06.274406 [ 255 ] {babc5164-e44c-4556-a0c8-8f921b03166c} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6319 2025.02.01 02:13:06.274542 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6320 2025.02.01 02:13:06.274583 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6321 2025.02.01 02:13:06.274607 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6322 2025.02.01 02:13:06.274612 [ 255 ] {babc5164-e44c-4556-a0c8-8f921b03166c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002456 sec., 15879.478827361565 rows/sec., 28.46 MiB/sec.
6323 2025.02.01 02:13:06.275163 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::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
6324 2025.02.01 02:13:06.275323 [ 255 ] {babc5164-e44c-4556-a0c8-8f921b03166c} <Debug> TCPHandler: Processed in 0.003349203 sec.
6325 2025.02.01 02:13:06.275642 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6326 2025.02.01 02:13:06.275962 [ 4 ] {1b42fa2a-b0eb-4c29-9b1c-3e2ce8a04e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6327 2025.02.01 02:13:06.276092 [ 4 ] {1b42fa2a-b0eb-4c29-9b1c-3e2ce8a04e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6328 2025.02.01 02:13:06.276415 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6329 2025.02.01 02:13:06.276680 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 599 rows starting from the beginning of the part
6330 2025.02.01 02:13:06.277418 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part
6331 2025.02.01 02:13:06.278143 [ 4 ] {1b42fa2a-b0eb-4c29-9b1c-3e2ce8a04e0b} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6332 2025.02.01 02:13:06.278187 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part
6333 2025.02.01 02:13:06.278208 [ 4 ] {1b42fa2a-b0eb-4c29-9b1c-3e2ce8a04e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6334 2025.02.01 02:13:06.278875 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part
6335 2025.02.01 02:13:06.279573 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part
6336 2025.02.01 02:13:06.279677 [ 4 ] {1b42fa2a-b0eb-4c29-9b1c-3e2ce8a04e0b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6337 2025.02.01 02:13:06.280089 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part
6338 2025.02.01 02:13:06.280667 [ 4 ] {1b42fa2a-b0eb-4c29-9b1c-3e2ce8a04e0b} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6339 2025.02.01 02:13:06.281284 [ 4 ] {1b42fa2a-b0eb-4c29-9b1c-3e2ce8a04e0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005417 sec., 11076.241462063874 rows/sec., 764.38 KiB/sec.
6340 2025.02.01 02:13:06.281421 [ 4 ] {1b42fa2a-b0eb-4c29-9b1c-3e2ce8a04e0b} <Debug> TCPHandler: Processed in 0.005962728 sec.
6341 2025.02.01 02:13:06.290333 [ 189 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 794 rows, containing 19 columns (19 merged, 0 gathered) in 0.015594382 sec., 50915.772103056086 rows/sec., 91.24 MiB/sec.
6342 2025.02.01 02:13:06.291711 [ 189 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6343 2025.02.01 02:13:06.292195 [ 189 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6344 2025.02.01 02:13:06.292288 [ 189 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6345 2025.02.01 02:13:06.292468 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB.
6346 2025.02.01 02:13:06.412497 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 892
6347 2025.02.01 02:13:06.415783 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6348 2025.02.01 02:13:06.415826 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6349 2025.02.01 02:13:06.417306 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6350 2025.02.01 02:13:06.417604 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6351 2025.02.01 02:13:06.418278 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 892
6352 2025.02.01 02:13:07.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.28 MiB, peak 205.01 MiB, free memory in arenas 0.00 B, will set to 200.15 MiB (RSS), difference: 2.87 MiB
6353 2025.02.01 02:13:08.859905 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
6354 2025.02.01 02:13:08.860613 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6355 2025.02.01 02:13:08.860674 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6356 2025.02.01 02:13:08.861236 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6357 2025.02.01 02:13:08.861509 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6358 2025.02.01 02:13:08.861737 [ 139 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6359 2025.02.01 02:13:08.861782 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
6360 2025.02.01 02:13:08.861828 [ 139 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6361 2025.02.01 02:13:08.861857 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6362 2025.02.01 02:13:08.861975 [ 191 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
6363 2025.02.01 02:13:08.862113 [ 191 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6364 2025.02.01 02:13:08.862168 [ 191 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
6365 2025.02.01 02:13:08.862269 [ 191 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
6366 2025.02.01 02:13:08.862495 [ 191 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
6367 2025.02.01 02:13:08.862650 [ 191 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
6368 2025.02.01 02:13:08.862841 [ 191 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
6369 2025.02.01 02:13:08.863059 [ 191 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
6370 2025.02.01 02:13:08.865580 [ 188 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003652636 sec., 3891162.4372097305 rows/sec., 55.66 MiB/sec.
6371 2025.02.01 02:13:08.866000 [ 188 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6372 2025.02.01 02:13:08.866338 [ 188 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_31_6} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6373 2025.02.01 02:13:08.866438 [ 188 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_31_6} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6374 2025.02.01 02:13:08.866554 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6375 2025.02.01 02:13:09.876580 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
6376 2025.02.01 02:13:09.899145 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6377 2025.02.01 02:13:09.899207 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6378 2025.02.01 02:13:09.907554 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6379 2025.02.01 02:13:09.908334 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6380 2025.02.01 02:13:09.908702 [ 137 ] {} <Debug> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6381 2025.02.01 02:13:09.908846 [ 137 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6382 2025.02.01 02:13:09.908932 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6383 2025.02.01 02:13:09.909485 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
6384 2025.02.01 02:13:09.923910 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
6385 2025.02.01 02:13:09.925900 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6386 2025.02.01 02:13:09.927581 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
6387 2025.02.01 02:13:09.933723 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
6388 2025.02.01 02:13:09.939637 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
6389 2025.02.01 02:13:09.945685 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
6390 2025.02.01 02:13:09.951801 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
6391 2025.02.01 02:13:09.956768 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
6392 2025.02.01 02:13:10.000188 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.02 MiB, peak 211.02 MiB, free memory in arenas 0.00 B, will set to 201.43 MiB (RSS), difference: -9.59 MiB
6393 2025.02.01 02:13:10.014387 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.105285895 sec., 2222.51993013879 rows/sec., 11.49 MiB/sec.
6394 2025.02.01 02:13:10.017267 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6395 2025.02.01 02:13:10.020163 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_31_6} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6396 2025.02.01 02:13:10.020267 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_31_6} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6397 2025.02.01 02:13:10.022651 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
6398 2025.02.01 02:13:11.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.01 MiB, peak 211.02 MiB, free memory in arenas 0.00 B, will set to 201.94 MiB (RSS), difference: 9.93 MiB
6399 2025.02.01 02:13:11.899234 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6400 2025.02.01 02:13:11.899410 [ 255 ] {1d15da90-9ce0-4a44-a4de-e3f9af808957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6401 2025.02.01 02:13:11.899478 [ 255 ] {1d15da90-9ce0-4a44-a4de-e3f9af808957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6402 2025.02.01 02:13:11.900177 [ 255 ] {1d15da90-9ce0-4a44-a4de-e3f9af808957} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6403 2025.02.01 02:13:11.900217 [ 255 ] {1d15da90-9ce0-4a44-a4de-e3f9af808957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6404 2025.02.01 02:13:11.900653 [ 255 ] {1d15da90-9ce0-4a44-a4de-e3f9af808957} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6405 2025.02.01 02:13:11.900902 [ 255 ] {1d15da90-9ce0-4a44-a4de-e3f9af808957} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6406 2025.02.01 02:13:11.901156 [ 255 ] {1d15da90-9ce0-4a44-a4de-e3f9af808957} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001784 sec., 7847.533632286995 rows/sec., 564.92 KiB/sec.
6407 2025.02.01 02:13:11.901379 [ 255 ] {1d15da90-9ce0-4a44-a4de-e3f9af808957} <Debug> TCPHandler: Processed in 0.002273673 sec.
6408 2025.02.01 02:13:11.901582 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6409 2025.02.01 02:13:11.901720 [ 4 ] {5735e31c-953e-48ea-b00a-e02ac3883942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6410 2025.02.01 02:13:11.901776 [ 4 ] {5735e31c-953e-48ea-b00a-e02ac3883942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6411 2025.02.01 02:13:11.902477 [ 4 ] {5735e31c-953e-48ea-b00a-e02ac3883942} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6412 2025.02.01 02:13:11.902516 [ 4 ] {5735e31c-953e-48ea-b00a-e02ac3883942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6413 2025.02.01 02:13:11.902895 [ 4 ] {5735e31c-953e-48ea-b00a-e02ac3883942} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6414 2025.02.01 02:13:11.903136 [ 4 ] {5735e31c-953e-48ea-b00a-e02ac3883942} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6415 2025.02.01 02:13:11.903318 [ 4 ] {5735e31c-953e-48ea-b00a-e02ac3883942} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001629 sec., 124616.32903621854 rows/sec., 10.79 MiB/sec.
6416 2025.02.01 02:13:11.903373 [ 4 ] {5735e31c-953e-48ea-b00a-e02ac3883942} <Debug> TCPHandler: Processed in 0.001861358 sec.
6417 2025.02.01 02:13:11.903518 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6418 2025.02.01 02:13:11.903655 [ 255 ] {cea98fe7-3c52-4980-b970-434a3ced926a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6419 2025.02.01 02:13:11.903710 [ 255 ] {cea98fe7-3c52-4980-b970-434a3ced926a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6420 2025.02.01 02:13:11.904310 [ 255 ] {cea98fe7-3c52-4980-b970-434a3ced926a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6421 2025.02.01 02:13:11.904348 [ 255 ] {cea98fe7-3c52-4980-b970-434a3ced926a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6422 2025.02.01 02:13:11.904700 [ 255 ] {cea98fe7-3c52-4980-b970-434a3ced926a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6423 2025.02.01 02:13:11.904944 [ 255 ] {cea98fe7-3c52-4980-b970-434a3ced926a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6424 2025.02.01 02:13:11.905070 [ 135 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6425 2025.02.01 02:13:11.905115 [ 135 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6426 2025.02.01 02:13:11.905127 [ 255 ] {cea98fe7-3c52-4980-b970-434a3ced926a} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001501 sec., 4663.557628247835 rows/sec., 303.83 KiB/sec.
6427 2025.02.01 02:13:11.905139 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6428 2025.02.01 02:13:11.905223 [ 255 ] {cea98fe7-3c52-4980-b970-434a3ced926a} <Debug> TCPHandler: Processed in 0.001764027 sec.
6429 2025.02.01 02:13:11.905547 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6430 2025.02.01 02:13:11.905702 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
6431 2025.02.01 02:13:11.905909 [ 4 ] {8967c9cb-457d-4aee-8689-2fa2364dde8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6432 2025.02.01 02:13:11.906093 [ 4 ] {8967c9cb-457d-4aee-8689-2fa2364dde8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6433 2025.02.01 02:13:11.906423 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6434 2025.02.01 02:13:11.906513 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 64 rows starting from the beginning of the part
6435 2025.02.01 02:13:11.906835 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 9 rows starting from the beginning of the part
6436 2025.02.01 02:13:11.907255 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part
6437 2025.02.01 02:13:11.907722 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part
6438 2025.02.01 02:13:11.907958 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 43 rows starting from the beginning of the part
6439 2025.02.01 02:13:11.908389 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part
6440 2025.02.01 02:13:11.909106 [ 4 ] {8967c9cb-457d-4aee-8689-2fa2364dde8c} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6441 2025.02.01 02:13:11.909171 [ 4 ] {8967c9cb-457d-4aee-8689-2fa2364dde8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6442 2025.02.01 02:13:11.910143 [ 4 ] {8967c9cb-457d-4aee-8689-2fa2364dde8c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6443 2025.02.01 02:13:11.910719 [ 4 ] {8967c9cb-457d-4aee-8689-2fa2364dde8c} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6444 2025.02.01 02:13:11.911344 [ 4 ] {8967c9cb-457d-4aee-8689-2fa2364dde8c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005564 sec., 2516.175413371675 rows/sec., 176.22 KiB/sec.
6445 2025.02.01 02:13:11.911384 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 5 columns (5 merged, 0 gathered) in 0.00611699 sec., 27627.967349954797 rows/sec., 2.07 MiB/sec.
6446 2025.02.01 02:13:11.911485 [ 4 ] {8967c9cb-457d-4aee-8689-2fa2364dde8c} <Debug> TCPHandler: Processed in 0.00616141 sec.
6447 2025.02.01 02:13:11.911619 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6448 2025.02.01 02:13:11.911678 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6449 2025.02.01 02:13:11.911891 [ 255 ] {e5d572a8-128b-4979-ac89-7b961122f4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6450 2025.02.01 02:13:11.911990 [ 255 ] {e5d572a8-128b-4979-ac89-7b961122f4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6451 2025.02.01 02:13:11.912103 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6452 2025.02.01 02:13:11.912324 [ 196 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_41_8} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6453 2025.02.01 02:13:11.912510 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6454 2025.02.01 02:13:11.912945 [ 255 ] {e5d572a8-128b-4979-ac89-7b961122f4b4} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6455 2025.02.01 02:13:11.912988 [ 255 ] {e5d572a8-128b-4979-ac89-7b961122f4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6456 2025.02.01 02:13:11.913341 [ 255 ] {e5d572a8-128b-4979-ac89-7b961122f4b4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6457 2025.02.01 02:13:11.913579 [ 255 ] {e5d572a8-128b-4979-ac89-7b961122f4b4} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6458 2025.02.01 02:13:11.913759 [ 255 ] {e5d572a8-128b-4979-ac89-7b961122f4b4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001938 sec., 6707.946336429309 rows/sec., 418.24 KiB/sec.
6459 2025.02.01 02:13:11.913813 [ 255 ] {e5d572a8-128b-4979-ac89-7b961122f4b4} <Debug> TCPHandler: Processed in 0.002233652 sec.
6460 2025.02.01 02:13:11.913952 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6461 2025.02.01 02:13:11.914083 [ 4 ] {ed02e98c-afac-4390-8649-51f5a7e1352d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6462 2025.02.01 02:13:11.914144 [ 4 ] {ed02e98c-afac-4390-8649-51f5a7e1352d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6463 2025.02.01 02:13:11.914918 [ 4 ] {ed02e98c-afac-4390-8649-51f5a7e1352d} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6464 2025.02.01 02:13:11.914963 [ 4 ] {ed02e98c-afac-4390-8649-51f5a7e1352d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6465 2025.02.01 02:13:11.915369 [ 4 ] {ed02e98c-afac-4390-8649-51f5a7e1352d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6466 2025.02.01 02:13:11.915603 [ 4 ] {ed02e98c-afac-4390-8649-51f5a7e1352d} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6467 2025.02.01 02:13:11.915822 [ 4 ] {ed02e98c-afac-4390-8649-51f5a7e1352d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001751 sec., 218161.05082809823 rows/sec., 15.44 MiB/sec.
6468 2025.02.01 02:13:11.915922 [ 4 ] {ed02e98c-afac-4390-8649-51f5a7e1352d} <Debug> TCPHandler: Processed in 0.00203068 sec.
6469 2025.02.01 02:13:11.916152 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6470 2025.02.01 02:13:11.916329 [ 255 ] {18e58c55-375e-4190-b631-791d841f91c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6471 2025.02.01 02:13:11.916389 [ 255 ] {18e58c55-375e-4190-b631-791d841f91c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6472 2025.02.01 02:13:11.916911 [ 255 ] {18e58c55-375e-4190-b631-791d841f91c9} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6473 2025.02.01 02:13:11.916956 [ 255 ] {18e58c55-375e-4190-b631-791d841f91c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6474 2025.02.01 02:13:11.917339 [ 255 ] {18e58c55-375e-4190-b631-791d841f91c9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
6475 2025.02.01 02:13:11.917572 [ 255 ] {18e58c55-375e-4190-b631-791d841f91c9} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6476 2025.02.01 02:13:11.917748 [ 255 ] {18e58c55-375e-4190-b631-791d841f91c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 216.49 KiB/sec.
6477 2025.02.01 02:13:11.917798 [ 255 ] {18e58c55-375e-4190-b631-791d841f91c9} <Debug> TCPHandler: Processed in 0.001781258 sec.
6478 2025.02.01 02:13:11.917923 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6479 2025.02.01 02:13:11.918029 [ 4 ] {d19a5608-3b49-48b2-9f60-c1a2e11232b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6480 2025.02.01 02:13:11.918077 [ 4 ] {d19a5608-3b49-48b2-9f60-c1a2e11232b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6481 2025.02.01 02:13:11.918668 [ 4 ] {d19a5608-3b49-48b2-9f60-c1a2e11232b7} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6482 2025.02.01 02:13:11.918712 [ 4 ] {d19a5608-3b49-48b2-9f60-c1a2e11232b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6483 2025.02.01 02:13:11.919178 [ 4 ] {d19a5608-3b49-48b2-9f60-c1a2e11232b7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6484 2025.02.01 02:13:11.919414 [ 4 ] {d19a5608-3b49-48b2-9f60-c1a2e11232b7} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6485 2025.02.01 02:13:11.919604 [ 4 ] {d19a5608-3b49-48b2-9f60-c1a2e11232b7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001594 sec., 148682.55959849435 rows/sec., 9.97 MiB/sec.
6486 2025.02.01 02:13:11.919718 [ 4 ] {d19a5608-3b49-48b2-9f60-c1a2e11232b7} <Debug> TCPHandler: Processed in 0.001846068 sec.
6487 2025.02.01 02:13:11.919870 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6488 2025.02.01 02:13:11.919981 [ 255 ] {c9eb2d4a-47f1-4df1-a527-ea76f47fefc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6489 2025.02.01 02:13:11.920029 [ 255 ] {c9eb2d4a-47f1-4df1-a527-ea76f47fefc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6490 2025.02.01 02:13:11.920442 [ 255 ] {c9eb2d4a-47f1-4df1-a527-ea76f47fefc2} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6491 2025.02.01 02:13:11.920477 [ 255 ] {c9eb2d4a-47f1-4df1-a527-ea76f47fefc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6492 2025.02.01 02:13:11.920820 [ 255 ] {c9eb2d4a-47f1-4df1-a527-ea76f47fefc2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6493 2025.02.01 02:13:11.921059 [ 255 ] {c9eb2d4a-47f1-4df1-a527-ea76f47fefc2} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6494 2025.02.01 02:13:11.921231 [ 255 ] {c9eb2d4a-47f1-4df1-a527-ea76f47fefc2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001272 sec., 786.1635220125787 rows/sec., 52.97 KiB/sec.
6495 2025.02.01 02:13:11.921281 [ 255 ] {c9eb2d4a-47f1-4df1-a527-ea76f47fefc2} <Debug> TCPHandler: Processed in 0.001486634 sec.
6496 2025.02.01 02:13:11.921410 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6497 2025.02.01 02:13:11.921517 [ 4 ] {481be490-f1af-4779-9730-575c1abc6248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6498 2025.02.01 02:13:11.921563 [ 4 ] {481be490-f1af-4779-9730-575c1abc6248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6499 2025.02.01 02:13:11.921979 [ 4 ] {481be490-f1af-4779-9730-575c1abc6248} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6500 2025.02.01 02:13:11.922016 [ 4 ] {481be490-f1af-4779-9730-575c1abc6248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.94 GiB.
6501 2025.02.01 02:13:11.922370 [ 4 ] {481be490-f1af-4779-9730-575c1abc6248} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6502 2025.02.01 02:13:11.922603 [ 4 ] {481be490-f1af-4779-9730-575c1abc6248} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6503 2025.02.01 02:13:11.922784 [ 4 ] {481be490-f1af-4779-9730-575c1abc6248} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001289 sec., 63615.205585725365 rows/sec., 4.04 MiB/sec.
6504 2025.02.01 02:13:11.922831 [ 4 ] {481be490-f1af-4779-9730-575c1abc6248} <Debug> TCPHandler: Processed in 0.001475294 sec.
6505 2025.02.01 02:13:16.247208 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
6506 2025.02.01 02:13:16.247272 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
6507 2025.02.01 02:13:16.362054 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
6508 2025.02.01 02:13:16.363012 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6509 2025.02.01 02:13:16.363061 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6510 2025.02.01 02:13:16.363588 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6511 2025.02.01 02:13:16.363852 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6512 2025.02.01 02:13:16.364131 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
6513 2025.02.01 02:13:16.418784 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 912
6514 2025.02.01 02:13:16.421598 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6515 2025.02.01 02:13:16.421642 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6516 2025.02.01 02:13:16.423124 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6517 2025.02.01 02:13:16.423448 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6518 2025.02.01 02:13:16.424003 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 912
6519 2025.02.01 02:13:16.897090 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6520 2025.02.01 02:13:16.897268 [ 255 ] {48451afa-1c80-4fc3-97ee-a9b8793be4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6521 2025.02.01 02:13:16.897336 [ 255 ] {48451afa-1c80-4fc3-97ee-a9b8793be4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6522 2025.02.01 02:13:16.898063 [ 255 ] {48451afa-1c80-4fc3-97ee-a9b8793be4f7} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6523 2025.02.01 02:13:16.898108 [ 255 ] {48451afa-1c80-4fc3-97ee-a9b8793be4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6524 2025.02.01 02:13:16.898526 [ 255 ] {48451afa-1c80-4fc3-97ee-a9b8793be4f7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6525 2025.02.01 02:13:16.898780 [ 255 ] {48451afa-1c80-4fc3-97ee-a9b8793be4f7} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6526 2025.02.01 02:13:16.898953 [ 129 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6527 2025.02.01 02:13:16.899025 [ 255 ] {48451afa-1c80-4fc3-97ee-a9b8793be4f7} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001802 sec., 74361.82019977803 rows/sec., 6.41 MiB/sec.
6528 2025.02.01 02:13:16.899034 [ 129 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6529 2025.02.01 02:13:16.899104 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6530 2025.02.01 02:13:16.899164 [ 255 ] {48451afa-1c80-4fc3-97ee-a9b8793be4f7} <Debug> TCPHandler: Processed in 0.002179692 sec.
6531 2025.02.01 02:13:16.899397 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
6532 2025.02.01 02:13:16.899414 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6533 2025.02.01 02:13:16.899689 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6534 2025.02.01 02:13:16.899702 [ 4 ] {8230d5fb-0eac-459e-be34-8001ae51936f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6535 2025.02.01 02:13:16.899749 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1432 rows starting from the beginning of the part
6536 2025.02.01 02:13:16.899814 [ 4 ] {8230d5fb-0eac-459e-be34-8001ae51936f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6537 2025.02.01 02:13:16.900215 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 134 rows starting from the beginning of the part
6538 2025.02.01 02:13:16.900593 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 203 rows starting from the beginning of the part
6539 2025.02.01 02:13:16.900981 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1276 rows starting from the beginning of the part
6540 2025.02.01 02:13:16.901353 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 203 rows starting from the beginning of the part
6541 2025.02.01 02:13:16.901662 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 134 rows starting from the beginning of the part
6542 2025.02.01 02:13:16.902440 [ 4 ] {8230d5fb-0eac-459e-be34-8001ae51936f} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6543 2025.02.01 02:13:16.902506 [ 4 ] {8230d5fb-0eac-459e-be34-8001ae51936f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6544 2025.02.01 02:13:16.903427 [ 4 ] {8230d5fb-0eac-459e-be34-8001ae51936f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6545 2025.02.01 02:13:16.903977 [ 4 ] {8230d5fb-0eac-459e-be34-8001ae51936f} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6546 2025.02.01 02:13:16.904381 [ 4 ] {8230d5fb-0eac-459e-be34-8001ae51936f} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004767 sec., 8181.246066708621 rows/sec., 615.19 KiB/sec.
6547 2025.02.01 02:13:16.904461 [ 4 ] {8230d5fb-0eac-459e-be34-8001ae51936f} <Debug> TCPHandler: Processed in 0.00517394 sec.
6548 2025.02.01 02:13:16.904604 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6549 2025.02.01 02:13:16.904765 [ 255 ] {e682370a-ec88-4620-b7a2-fcd85388ae54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6550 2025.02.01 02:13:16.904858 [ 255 ] {e682370a-ec88-4620-b7a2-fcd85388ae54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6551 2025.02.01 02:13:16.905374 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3382 rows, containing 5 columns (5 merged, 0 gathered) in 0.00614839 sec., 550062.6993408031 rows/sec., 48.32 MiB/sec.
6552 2025.02.01 02:13:16.905688 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6553 2025.02.01 02:13:16.906195 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6554 2025.02.01 02:13:16.906311 [ 255 ] {e682370a-ec88-4620-b7a2-fcd85388ae54} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6555 2025.02.01 02:13:16.906376 [ 192 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_46_9} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6556 2025.02.01 02:13:16.906385 [ 255 ] {e682370a-ec88-4620-b7a2-fcd85388ae54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6557 2025.02.01 02:13:16.906534 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
6558 2025.02.01 02:13:16.906884 [ 255 ] {e682370a-ec88-4620-b7a2-fcd85388ae54} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6559 2025.02.01 02:13:16.907134 [ 255 ] {e682370a-ec88-4620-b7a2-fcd85388ae54} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6560 2025.02.01 02:13:16.907296 [ 129 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6561 2025.02.01 02:13:16.907360 [ 129 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6562 2025.02.01 02:13:16.907397 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6563 2025.02.01 02:13:16.907404 [ 255 ] {e682370a-ec88-4620-b7a2-fcd85388ae54} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00266 sec., 38721.8045112782 rows/sec., 3.02 MiB/sec.
6564 2025.02.01 02:13:16.907646 [ 255 ] {e682370a-ec88-4620-b7a2-fcd85388ae54} <Debug> TCPHandler: Processed in 0.00310047 sec.
6565 2025.02.01 02:13:16.907709 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
6566 2025.02.01 02:13:16.907822 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6567 2025.02.01 02:13:16.907907 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6568 2025.02.01 02:13:16.907991 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part
6569 2025.02.01 02:13:16.908069 [ 4 ] {72810755-ef27-4e88-abf2-ca77c1b98b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6570 2025.02.01 02:13:16.908265 [ 4 ] {72810755-ef27-4e88-abf2-ca77c1b98b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6571 2025.02.01 02:13:16.908328 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 103 rows starting from the beginning of the part
6572 2025.02.01 02:13:16.908812 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 382 rows starting from the beginning of the part
6573 2025.02.01 02:13:16.909199 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 563 rows starting from the beginning of the part
6574 2025.02.01 02:13:16.909495 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 382 rows starting from the beginning of the part
6575 2025.02.01 02:13:16.909769 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 103 rows starting from the beginning of the part
6576 2025.02.01 02:13:16.910544 [ 4 ] {72810755-ef27-4e88-abf2-ca77c1b98b17} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6577 2025.02.01 02:13:16.910620 [ 4 ] {72810755-ef27-4e88-abf2-ca77c1b98b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6578 2025.02.01 02:13:16.911611 [ 4 ] {72810755-ef27-4e88-abf2-ca77c1b98b17} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6579 2025.02.01 02:13:16.912078 [ 4 ] {72810755-ef27-4e88-abf2-ca77c1b98b17} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6580 2025.02.01 02:13:16.912340 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6581 2025.02.01 02:13:16.912454 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6582 2025.02.01 02:13:16.912500 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6583 2025.02.01 02:13:16.912536 [ 4 ] {72810755-ef27-4e88-abf2-ca77c1b98b17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004532 sec., 35304.501323918805 rows/sec., 2.46 MiB/sec.
6584 2025.02.01 02:13:16.912908 [ 4 ] {72810755-ef27-4e88-abf2-ca77c1b98b17} <Debug> TCPHandler: Processed in 0.00514904 sec.
6585 2025.02.01 02:13:16.913073 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
6586 2025.02.01 02:13:16.913273 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6587 2025.02.01 02:13:16.913605 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2446 rows, containing 5 columns (5 merged, 0 gathered) in 0.006105819 sec., 400601.45903440635 rows/sec., 30.75 MiB/sec.
6588 2025.02.01 02:13:16.913706 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6589 2025.02.01 02:13:16.913717 [ 255 ] {512dd2f2-7e41-4703-b10c-3b59d48bb606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6590 2025.02.01 02:13:16.913774 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13008 rows starting from the beginning of the part
6591 2025.02.01 02:13:16.914010 [ 201 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6592 2025.02.01 02:13:16.914081 [ 255 ] {512dd2f2-7e41-4703-b10c-3b59d48bb606} <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
6593 2025.02.01 02:13:16.914288 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part
6594 2025.02.01 02:13:16.914744 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part
6595 2025.02.01 02:13:16.915154 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 918 rows starting from the beginning of the part
6596 2025.02.01 02:13:16.915559 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6597 2025.02.01 02:13:16.915778 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part
6598 2025.02.01 02:13:16.916290 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part
6599 2025.02.01 02:13:16.916780 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_46_9} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6600 2025.02.01 02:13:16.917400 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
6601 2025.02.01 02:13:16.919715 [ 255 ] {512dd2f2-7e41-4703-b10c-3b59d48bb606} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6602 2025.02.01 02:13:16.919794 [ 255 ] {512dd2f2-7e41-4703-b10c-3b59d48bb606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6603 2025.02.01 02:13:16.921688 [ 255 ] {512dd2f2-7e41-4703-b10c-3b59d48bb606} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6604 2025.02.01 02:13:16.922261 [ 255 ] {512dd2f2-7e41-4703-b10c-3b59d48bb606} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6605 2025.02.01 02:13:16.922579 [ 255 ] {512dd2f2-7e41-4703-b10c-3b59d48bb606} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009017 sec., 4325.163579904624 rows/sec., 7.75 MiB/sec.
6606 2025.02.01 02:13:16.922738 [ 255 ] {512dd2f2-7e41-4703-b10c-3b59d48bb606} <Debug> TCPHandler: Processed in 0.009701105 sec.
6607 2025.02.01 02:13:16.922889 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6608 2025.02.01 02:13:16.923026 [ 4 ] {8c5bf005-7166-469d-9a40-bb7d4b16b659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6609 2025.02.01 02:13:16.923104 [ 4 ] {8c5bf005-7166-469d-9a40-bb7d4b16b659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6610 2025.02.01 02:13:16.923677 [ 4 ] {8c5bf005-7166-469d-9a40-bb7d4b16b659} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6611 2025.02.01 02:13:16.923714 [ 4 ] {8c5bf005-7166-469d-9a40-bb7d4b16b659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6612 2025.02.01 02:13:16.924319 [ 197 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14720 rows, containing 5 columns (5 merged, 0 gathered) in 0.011662473 sec., 1262167.9810105455 rows/sec., 85.23 MiB/sec.
6613 2025.02.01 02:13:16.924515 [ 4 ] {8c5bf005-7166-469d-9a40-bb7d4b16b659} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6614 2025.02.01 02:13:16.924798 [ 4 ] {8c5bf005-7166-469d-9a40-bb7d4b16b659} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6615 2025.02.01 02:13:16.924939 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6616 2025.02.01 02:13:16.924992 [ 127 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6617 2025.02.01 02:13:16.925116 [ 127 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6618 2025.02.01 02:13:16.925206 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6619 2025.02.01 02:13:16.925306 [ 4 ] {8c5bf005-7166-469d-9a40-bb7d4b16b659} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002281 sec., 26304.2525208242 rows/sec., 1.77 MiB/sec.
6620 2025.02.01 02:13:16.925613 [ 4 ] {8c5bf005-7166-469d-9a40-bb7d4b16b659} <Debug> TCPHandler: Processed in 0.002781517 sec.
6621 2025.02.01 02:13:16.925623 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::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
6622 2025.02.01 02:13:16.925912 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6623 2025.02.01 02:13:16.925975 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2568 rows starting from the beginning of the part
6624 2025.02.01 02:13:16.925999 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6625 2025.02.01 02:13:16.926257 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part
6626 2025.02.01 02:13:16.926300 [ 186 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6627 2025.02.01 02:13:16.926498 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part
6628 2025.02.01 02:13:16.926612 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB.
6629 2025.02.01 02:13:16.926823 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part
6630 2025.02.01 02:13:16.926936 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part
6631 2025.02.01 02:13:16.927139 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part
6632 2025.02.01 02:13:16.928709 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2912 rows, containing 4 columns (4 merged, 0 gathered) in 0.003375333 sec., 862729.6921518559 rows/sec., 56.32 MiB/sec.
6633 2025.02.01 02:13:16.928968 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6634 2025.02.01 02:13:16.929269 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6635 2025.02.01 02:13:16.929351 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_46_9} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6636 2025.02.01 02:13:16.929439 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
6637 2025.02.01 02:13:17.001317 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000923029 sec.
6638 2025.02.01 02:13:17.424124 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
6639 2025.02.01 02:13:17.443631 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6640 2025.02.01 02:13:17.443691 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6641 2025.02.01 02:13:17.444034 [ 127 ] {} <Debug> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6642 2025.02.01 02:13:17.444122 [ 127 ] {} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6643 2025.02.01 02:13:17.444174 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6644 2025.02.01 02:13:17.444548 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::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
6645 2025.02.01 02:13:17.445036 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6646 2025.02.01 02:13:17.445152 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part
6647 2025.02.01 02:13:17.445432 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part
6648 2025.02.01 02:13:17.445769 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
6649 2025.02.01 02:13:17.446044 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
6650 2025.02.01 02:13:17.446351 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part
6651 2025.02.01 02:13:17.449869 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.005602254 sec., 7139.983299579062 rows/sec., 610.11 KiB/sec.
6652 2025.02.01 02:13:17.450092 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6653 2025.02.01 02:13:17.450754 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_9_2} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6654 2025.02.01 02:13:17.450974 [ 187 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_9_2} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6655 2025.02.01 02:13:17.451324 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6656 2025.02.01 02:13:17.456996 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6657 2025.02.01 02:13:17.457765 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6658 2025.02.01 02:13:17.460539 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
6659 2025.02.01 02:13:21.898182 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6660 2025.02.01 02:13:21.898402 [ 255 ] {ddfc0795-b398-40ad-ad7d-a67c9cb7fda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6661 2025.02.01 02:13:21.898479 [ 255 ] {ddfc0795-b398-40ad-ad7d-a67c9cb7fda9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6662 2025.02.01 02:13:21.899220 [ 255 ] {ddfc0795-b398-40ad-ad7d-a67c9cb7fda9} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6663 2025.02.01 02:13:21.899279 [ 255 ] {ddfc0795-b398-40ad-ad7d-a67c9cb7fda9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6664 2025.02.01 02:13:21.899718 [ 255 ] {ddfc0795-b398-40ad-ad7d-a67c9cb7fda9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6665 2025.02.01 02:13:21.899969 [ 255 ] {ddfc0795-b398-40ad-ad7d-a67c9cb7fda9} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6666 2025.02.01 02:13:21.900196 [ 121 ] {} <Debug> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6667 2025.02.01 02:13:21.900224 [ 255 ] {ddfc0795-b398-40ad-ad7d-a67c9cb7fda9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec.
6668 2025.02.01 02:13:21.900278 [ 121 ] {} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6669 2025.02.01 02:13:21.900341 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6670 2025.02.01 02:13:21.900363 [ 255 ] {ddfc0795-b398-40ad-ad7d-a67c9cb7fda9} <Debug> TCPHandler: Processed in 0.002317002 sec.
6671 2025.02.01 02:13:21.900614 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6672 2025.02.01 02:13:21.900748 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
6673 2025.02.01 02:13:21.900975 [ 4 ] {5e7f08de-a46c-49b7-b285-41807ed6ff57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6674 2025.02.01 02:13:21.901149 [ 4 ] {5e7f08de-a46c-49b7-b285-41807ed6ff57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6675 2025.02.01 02:13:21.901289 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6676 2025.02.01 02:13:21.901393 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part
6677 2025.02.01 02:13:21.901693 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part
6678 2025.02.01 02:13:21.902045 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part
6679 2025.02.01 02:13:21.902390 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part
6680 2025.02.01 02:13:21.902746 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part
6681 2025.02.01 02:13:21.904241 [ 4 ] {5e7f08de-a46c-49b7-b285-41807ed6ff57} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6682 2025.02.01 02:13:21.904325 [ 4 ] {5e7f08de-a46c-49b7-b285-41807ed6ff57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6683 2025.02.01 02:13:21.905238 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004705975 sec., 14874.7071542029 rows/sec., 1.10 MiB/sec.
6684 2025.02.01 02:13:21.905400 [ 4 ] {5e7f08de-a46c-49b7-b285-41807ed6ff57} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6685 2025.02.01 02:13:21.905438 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6686 2025.02.01 02:13:21.905941 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6687 2025.02.01 02:13:21.905952 [ 4 ] {5e7f08de-a46c-49b7-b285-41807ed6ff57} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6688 2025.02.01 02:13:21.906095 [ 194 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_21_5} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6689 2025.02.01 02:13:21.906342 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6690 2025.02.01 02:13:21.906402 [ 4 ] {5e7f08de-a46c-49b7-b285-41807ed6ff57} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.005568 sec., 36458.333333333336 rows/sec., 3.16 MiB/sec.
6691 2025.02.01 02:13:21.906469 [ 4 ] {5e7f08de-a46c-49b7-b285-41807ed6ff57} <Debug> TCPHandler: Processed in 0.005995299 sec.
6692 2025.02.01 02:13:21.906633 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6693 2025.02.01 02:13:21.906770 [ 255 ] {35c2456d-93d1-4ed5-8576-468ec47aedef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6694 2025.02.01 02:13:21.906828 [ 255 ] {35c2456d-93d1-4ed5-8576-468ec47aedef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6695 2025.02.01 02:13:21.907460 [ 255 ] {35c2456d-93d1-4ed5-8576-468ec47aedef} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6696 2025.02.01 02:13:21.907509 [ 255 ] {35c2456d-93d1-4ed5-8576-468ec47aedef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6697 2025.02.01 02:13:21.907896 [ 255 ] {35c2456d-93d1-4ed5-8576-468ec47aedef} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6698 2025.02.01 02:13:21.908195 [ 255 ] {35c2456d-93d1-4ed5-8576-468ec47aedef} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6699 2025.02.01 02:13:21.908435 [ 255 ] {35c2456d-93d1-4ed5-8576-468ec47aedef} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001695 sec., 4129.7935103244845 rows/sec., 269.06 KiB/sec.
6700 2025.02.01 02:13:21.908503 [ 255 ] {35c2456d-93d1-4ed5-8576-468ec47aedef} <Debug> TCPHandler: Processed in 0.001936618 sec.
6701 2025.02.01 02:13:21.908663 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6702 2025.02.01 02:13:21.908781 [ 4 ] {c1157e2c-9653-42df-bfb9-490d4750058a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6703 2025.02.01 02:13:21.908828 [ 4 ] {c1157e2c-9653-42df-bfb9-490d4750058a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6704 2025.02.01 02:13:21.909357 [ 4 ] {c1157e2c-9653-42df-bfb9-490d4750058a} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6705 2025.02.01 02:13:21.909397 [ 4 ] {c1157e2c-9653-42df-bfb9-490d4750058a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6706 2025.02.01 02:13:21.909755 [ 4 ] {c1157e2c-9653-42df-bfb9-490d4750058a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6707 2025.02.01 02:13:21.910018 [ 4 ] {c1157e2c-9653-42df-bfb9-490d4750058a} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6708 2025.02.01 02:13:21.910260 [ 4 ] {c1157e2c-9653-42df-bfb9-490d4750058a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001497 sec., 9352.037408149632 rows/sec., 654.96 KiB/sec.
6709 2025.02.01 02:13:21.910458 [ 4 ] {c1157e2c-9653-42df-bfb9-490d4750058a} <Debug> TCPHandler: Processed in 0.001859508 sec.
6710 2025.02.01 02:13:21.910639 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6711 2025.02.01 02:13:21.910750 [ 255 ] {1c0bcede-1722-465b-a8bf-579b47515861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6712 2025.02.01 02:13:21.910796 [ 255 ] {1c0bcede-1722-465b-a8bf-579b47515861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6713 2025.02.01 02:13:21.911335 [ 255 ] {1c0bcede-1722-465b-a8bf-579b47515861} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6714 2025.02.01 02:13:21.911375 [ 255 ] {1c0bcede-1722-465b-a8bf-579b47515861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6715 2025.02.01 02:13:21.911726 [ 255 ] {1c0bcede-1722-465b-a8bf-579b47515861} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6716 2025.02.01 02:13:21.911964 [ 255 ] {1c0bcede-1722-465b-a8bf-579b47515861} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6717 2025.02.01 02:13:21.912140 [ 121 ] {} <Debug> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
6718 2025.02.01 02:13:21.912197 [ 255 ] {1c0bcede-1722-465b-a8bf-579b47515861} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001463 sec., 8885.850991114148 rows/sec., 554.03 KiB/sec.
6719 2025.02.01 02:13:21.912202 [ 121 ] {} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6720 2025.02.01 02:13:21.912285 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6721 2025.02.01 02:13:21.912332 [ 255 ] {1c0bcede-1722-465b-a8bf-579b47515861} <Debug> TCPHandler: Processed in 0.001774628 sec.
6722 2025.02.01 02:13:21.912604 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6723 2025.02.01 02:13:21.912690 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full
6724 2025.02.01 02:13:21.912963 [ 4 ] {979d78da-616e-4ea2-a4ed-6b8135ad870a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6725 2025.02.01 02:13:21.913088 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6726 2025.02.01 02:13:21.913104 [ 4 ] {979d78da-616e-4ea2-a4ed-6b8135ad870a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6727 2025.02.01 02:13:21.913158 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part
6728 2025.02.01 02:13:21.913482 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part
6729 2025.02.01 02:13:21.913810 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part
6730 2025.02.01 02:13:21.914171 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part
6731 2025.02.01 02:13:21.914500 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part
6732 2025.02.01 02:13:21.916192 [ 4 ] {979d78da-616e-4ea2-a4ed-6b8135ad870a} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6733 2025.02.01 02:13:21.916272 [ 4 ] {979d78da-616e-4ea2-a4ed-6b8135ad870a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6734 2025.02.01 02:13:21.917012 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004633745 sec., 14027.530647456862 rows/sec., 929.41 KiB/sec.
6735 2025.02.01 02:13:21.917241 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
6736 2025.02.01 02:13:21.917304 [ 4 ] {979d78da-616e-4ea2-a4ed-6b8135ad870a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6737 2025.02.01 02:13:21.917804 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6738 2025.02.01 02:13:21.917810 [ 4 ] {979d78da-616e-4ea2-a4ed-6b8135ad870a} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6739 2025.02.01 02:13:21.917971 [ 193 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_21_5} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
6740 2025.02.01 02:13:21.918171 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6741 2025.02.01 02:13:21.918233 [ 4 ] {979d78da-616e-4ea2-a4ed-6b8135ad870a} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005379 sec., 71016.91764268451 rows/sec., 5.03 MiB/sec.
6742 2025.02.01 02:13:21.918301 [ 4 ] {979d78da-616e-4ea2-a4ed-6b8135ad870a} <Debug> TCPHandler: Processed in 0.005886558 sec.
6743 2025.02.01 02:13:21.918455 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6744 2025.02.01 02:13:21.918582 [ 255 ] {190e1984-917d-4a74-8397-c43ed9537876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6745 2025.02.01 02:13:21.918641 [ 255 ] {190e1984-917d-4a74-8397-c43ed9537876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6746 2025.02.01 02:13:21.919074 [ 255 ] {190e1984-917d-4a74-8397-c43ed9537876} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6747 2025.02.01 02:13:21.919114 [ 255 ] {190e1984-917d-4a74-8397-c43ed9537876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6748 2025.02.01 02:13:21.919477 [ 255 ] {190e1984-917d-4a74-8397-c43ed9537876} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
6749 2025.02.01 02:13:21.919722 [ 255 ] {190e1984-917d-4a74-8397-c43ed9537876} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6750 2025.02.01 02:13:21.919881 [ 121 ] {} <Debug> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
6751 2025.02.01 02:13:21.919943 [ 121 ] {} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6752 2025.02.01 02:13:21.919959 [ 255 ] {190e1984-917d-4a74-8397-c43ed9537876} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec.
6753 2025.02.01 02:13:21.919981 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6754 2025.02.01 02:13:21.920106 [ 255 ] {190e1984-917d-4a74-8397-c43ed9537876} <Debug> TCPHandler: Processed in 0.001714917 sec.
6755 2025.02.01 02:13:21.920340 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6756 2025.02.01 02:13:21.920386 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::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
6757 2025.02.01 02:13:21.920683 [ 4 ] {8aaa035d-c36a-4345-b415-9b84367d3998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6758 2025.02.01 02:13:21.920831 [ 4 ] {8aaa035d-c36a-4345-b415-9b84367d3998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6759 2025.02.01 02:13:21.920837 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6760 2025.02.01 02:13:21.920892 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part
6761 2025.02.01 02:13:21.921113 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part
6762 2025.02.01 02:13:21.921531 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part
6763 2025.02.01 02:13:21.921880 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part
6764 2025.02.01 02:13:21.922130 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part
6765 2025.02.01 02:13:21.922333 [ 191 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part
6766 2025.02.01 02:13:21.922866 [ 4 ] {8aaa035d-c36a-4345-b415-9b84367d3998} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6767 2025.02.01 02:13:21.922910 [ 4 ] {8aaa035d-c36a-4345-b415-9b84367d3998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6768 2025.02.01 02:13:21.923485 [ 4 ] {8aaa035d-c36a-4345-b415-9b84367d3998} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6769 2025.02.01 02:13:21.923787 [ 200 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.003681146 sec., 34228.47124237941 rows/sec., 1.75 MiB/sec.
6770 2025.02.01 02:13:21.923863 [ 4 ] {8aaa035d-c36a-4345-b415-9b84367d3998} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6771 2025.02.01 02:13:21.924140 [ 200 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
6772 2025.02.01 02:13:21.924227 [ 4 ] {8aaa035d-c36a-4345-b415-9b84367d3998} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003651 sec., 64913.72226787181 rows/sec., 4.35 MiB/sec.
6773 2025.02.01 02:13:21.924354 [ 4 ] {8aaa035d-c36a-4345-b415-9b84367d3998} <Debug> TCPHandler: Processed in 0.004143151 sec.
6774 2025.02.01 02:13:21.924509 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6775 2025.02.01 02:13:21.924680 [ 255 ] {53f622a2-e46e-4e01-a95c-d0c5e00d5fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6776 2025.02.01 02:13:21.924756 [ 200 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6777 2025.02.01 02:13:21.924774 [ 255 ] {53f622a2-e46e-4e01-a95c-d0c5e00d5fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6778 2025.02.01 02:13:21.924990 [ 200 ] {08300b10-0744-44b6-9340-05691b499286::all_1_21_4} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
6779 2025.02.01 02:13:21.925197 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6780 2025.02.01 02:13:21.925539 [ 255 ] {53f622a2-e46e-4e01-a95c-d0c5e00d5fa3} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6781 2025.02.01 02:13:21.925583 [ 255 ] {53f622a2-e46e-4e01-a95c-d0c5e00d5fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6782 2025.02.01 02:13:21.925944 [ 255 ] {53f622a2-e46e-4e01-a95c-d0c5e00d5fa3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6783 2025.02.01 02:13:21.926215 [ 255 ] {53f622a2-e46e-4e01-a95c-d0c5e00d5fa3} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6784 2025.02.01 02:13:21.926423 [ 255 ] {53f622a2-e46e-4e01-a95c-d0c5e00d5fa3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00179 sec., 558.659217877095 rows/sec., 37.64 KiB/sec.
6785 2025.02.01 02:13:21.926476 [ 255 ] {53f622a2-e46e-4e01-a95c-d0c5e00d5fa3} <Debug> TCPHandler: Processed in 0.00204008 sec.
6786 2025.02.01 02:13:21.926623 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6787 2025.02.01 02:13:21.926752 [ 4 ] {bec7cacf-6c61-4866-8131-e0389f034429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6788 2025.02.01 02:13:21.926808 [ 4 ] {bec7cacf-6c61-4866-8131-e0389f034429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6789 2025.02.01 02:13:21.927321 [ 4 ] {bec7cacf-6c61-4866-8131-e0389f034429} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6790 2025.02.01 02:13:21.927368 [ 4 ] {bec7cacf-6c61-4866-8131-e0389f034429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6791 2025.02.01 02:13:21.927763 [ 4 ] {bec7cacf-6c61-4866-8131-e0389f034429} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6792 2025.02.01 02:13:21.928017 [ 4 ] {bec7cacf-6c61-4866-8131-e0389f034429} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6793 2025.02.01 02:13:21.928216 [ 4 ] {bec7cacf-6c61-4866-8131-e0389f034429} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001492 sec., 54959.7855227882 rows/sec., 3.49 MiB/sec.
6794 2025.02.01 02:13:21.928265 [ 4 ] {bec7cacf-6c61-4866-8131-e0389f034429} <Debug> TCPHandler: Processed in 0.001704096 sec.
6795 2025.02.01 02:13:23.864386 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
6796 2025.02.01 02:13:23.865068 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6797 2025.02.01 02:13:23.865119 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6798 2025.02.01 02:13:23.865647 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6799 2025.02.01 02:13:23.865902 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6800 2025.02.01 02:13:23.866187 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
6801 2025.02.01 02:13:24.960747 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
6802 2025.02.01 02:13:24.982109 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6803 2025.02.01 02:13:24.982174 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6804 2025.02.01 02:13:24.989812 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
6805 2025.02.01 02:13:24.990674 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6806 2025.02.01 02:13:24.995607 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
6807 2025.02.01 02:13:26.424322 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 944
6808 2025.02.01 02:13:26.427440 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6809 2025.02.01 02:13:26.427500 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6810 2025.02.01 02:13:26.429013 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
6811 2025.02.01 02:13:26.429338 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6812 2025.02.01 02:13:26.430491 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 944
6813 2025.02.01 02:13:26.897153 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6814 2025.02.01 02:13:26.897354 [ 255 ] {022ef468-ce55-4e40-a364-b64cb399d347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6815 2025.02.01 02:13:26.897446 [ 255 ] {022ef468-ce55-4e40-a364-b64cb399d347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6816 2025.02.01 02:13:26.898258 [ 255 ] {022ef468-ce55-4e40-a364-b64cb399d347} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6817 2025.02.01 02:13:26.898311 [ 255 ] {022ef468-ce55-4e40-a364-b64cb399d347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6818 2025.02.01 02:13:26.898765 [ 255 ] {022ef468-ce55-4e40-a364-b64cb399d347} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6819 2025.02.01 02:13:26.899011 [ 255 ] {022ef468-ce55-4e40-a364-b64cb399d347} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6820 2025.02.01 02:13:26.899232 [ 255 ] {022ef468-ce55-4e40-a364-b64cb399d347} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001982 sec., 67608.47628657921 rows/sec., 5.83 MiB/sec.
6821 2025.02.01 02:13:26.899388 [ 255 ] {022ef468-ce55-4e40-a364-b64cb399d347} <Debug> TCPHandler: Processed in 0.002374974 sec.
6822 2025.02.01 02:13:26.899637 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6823 2025.02.01 02:13:26.899794 [ 4 ] {32bdd60c-364d-47e2-accc-be4ee435a1a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6824 2025.02.01 02:13:26.899846 [ 4 ] {32bdd60c-364d-47e2-accc-be4ee435a1a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6825 2025.02.01 02:13:26.900552 [ 4 ] {32bdd60c-364d-47e2-accc-be4ee435a1a5} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6826 2025.02.01 02:13:26.900600 [ 4 ] {32bdd60c-364d-47e2-accc-be4ee435a1a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6827 2025.02.01 02:13:26.900981 [ 4 ] {32bdd60c-364d-47e2-accc-be4ee435a1a5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6828 2025.02.01 02:13:26.901249 [ 4 ] {32bdd60c-364d-47e2-accc-be4ee435a1a5} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6829 2025.02.01 02:13:26.901447 [ 4 ] {32bdd60c-364d-47e2-accc-be4ee435a1a5} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001682 sec., 23186.68252080856 rows/sec., 1.70 MiB/sec.
6830 2025.02.01 02:13:26.901519 [ 4 ] {32bdd60c-364d-47e2-accc-be4ee435a1a5} <Debug> TCPHandler: Processed in 0.0020098 sec.
6831 2025.02.01 02:13:26.901677 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6832 2025.02.01 02:13:26.901797 [ 255 ] {17f2644d-6959-4985-95e8-b1c92633fc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6833 2025.02.01 02:13:26.901844 [ 255 ] {17f2644d-6959-4985-95e8-b1c92633fc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6834 2025.02.01 02:13:26.902408 [ 255 ] {17f2644d-6959-4985-95e8-b1c92633fc98} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6835 2025.02.01 02:13:26.902447 [ 255 ] {17f2644d-6959-4985-95e8-b1c92633fc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6836 2025.02.01 02:13:26.902826 [ 255 ] {17f2644d-6959-4985-95e8-b1c92633fc98} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6837 2025.02.01 02:13:26.903067 [ 255 ] {17f2644d-6959-4985-95e8-b1c92633fc98} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6838 2025.02.01 02:13:26.903248 [ 255 ] {17f2644d-6959-4985-95e8-b1c92633fc98} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001479 sec., 69641.64976335362 rows/sec., 5.44 MiB/sec.
6839 2025.02.01 02:13:26.903300 [ 255 ] {17f2644d-6959-4985-95e8-b1c92633fc98} <Debug> TCPHandler: Processed in 0.001677767 sec.
6840 2025.02.01 02:13:26.903440 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6841 2025.02.01 02:13:26.903551 [ 4 ] {843bd480-0cdd-44a4-af58-1334e8410bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6842 2025.02.01 02:13:26.903603 [ 4 ] {843bd480-0cdd-44a4-af58-1334e8410bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6843 2025.02.01 02:13:26.904136 [ 4 ] {843bd480-0cdd-44a4-af58-1334e8410bcb} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6844 2025.02.01 02:13:26.904173 [ 4 ] {843bd480-0cdd-44a4-af58-1334e8410bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6845 2025.02.01 02:13:26.904588 [ 4 ] {843bd480-0cdd-44a4-af58-1334e8410bcb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6846 2025.02.01 02:13:26.904848 [ 4 ] {843bd480-0cdd-44a4-af58-1334e8410bcb} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6847 2025.02.01 02:13:26.905065 [ 4 ] {843bd480-0cdd-44a4-af58-1334e8410bcb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec.
6848 2025.02.01 02:13:26.905148 [ 4 ] {843bd480-0cdd-44a4-af58-1334e8410bcb} <Debug> TCPHandler: Processed in 0.001763607 sec.
6849 2025.02.01 02:13:26.905349 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6850 2025.02.01 02:13:26.905547 [ 255 ] {2da1dbc4-1267-4c8d-8f1f-10912b5c1524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6851 2025.02.01 02:13:26.905656 [ 255 ] {2da1dbc4-1267-4c8d-8f1f-10912b5c1524} <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
6852 2025.02.01 02:13:26.907193 [ 255 ] {2da1dbc4-1267-4c8d-8f1f-10912b5c1524} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6853 2025.02.01 02:13:26.907246 [ 255 ] {2da1dbc4-1267-4c8d-8f1f-10912b5c1524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6854 2025.02.01 02:13:26.907965 [ 255 ] {2da1dbc4-1267-4c8d-8f1f-10912b5c1524} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6855 2025.02.01 02:13:26.908233 [ 255 ] {2da1dbc4-1267-4c8d-8f1f-10912b5c1524} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6856 2025.02.01 02:13:26.908473 [ 255 ] {2da1dbc4-1267-4c8d-8f1f-10912b5c1524} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00295 sec., 13220.338983050848 rows/sec., 23.69 MiB/sec.
6857 2025.02.01 02:13:26.908958 [ 255 ] {2da1dbc4-1267-4c8d-8f1f-10912b5c1524} <Debug> TCPHandler: Processed in 0.003713436 sec.
6858 2025.02.01 02:13:26.909108 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6859 2025.02.01 02:13:26.909219 [ 4 ] {1a16bdf9-68c1-4ded-9ef1-e39467435d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6860 2025.02.01 02:13:26.909275 [ 4 ] {1a16bdf9-68c1-4ded-9ef1-e39467435d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6861 2025.02.01 02:13:26.909728 [ 4 ] {1a16bdf9-68c1-4ded-9ef1-e39467435d47} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6862 2025.02.01 02:13:26.909767 [ 4 ] {1a16bdf9-68c1-4ded-9ef1-e39467435d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6863 2025.02.01 02:13:26.910138 [ 4 ] {1a16bdf9-68c1-4ded-9ef1-e39467435d47} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6864 2025.02.01 02:13:26.910381 [ 4 ] {1a16bdf9-68c1-4ded-9ef1-e39467435d47} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6865 2025.02.01 02:13:26.910565 [ 4 ] {1a16bdf9-68c1-4ded-9ef1-e39467435d47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec.
6866 2025.02.01 02:13:26.910615 [ 4 ] {1a16bdf9-68c1-4ded-9ef1-e39467435d47} <Debug> TCPHandler: Processed in 0.001568395 sec.
6867 2025.02.01 02:13:31.247337 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
6868 2025.02.01 02:13:31.247405 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
6869 2025.02.01 02:13:31.366441 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
6870 2025.02.01 02:13:31.367164 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6871 2025.02.01 02:13:31.367206 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6872 2025.02.01 02:13:31.367819 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6873 2025.02.01 02:13:31.368078 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6874 2025.02.01 02:13:31.368274 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
6875 2025.02.01 02:13:31.899875 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6876 2025.02.01 02:13:31.900107 [ 255 ] {1c815658-0477-4b82-ad57-806e8574a6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6877 2025.02.01 02:13:31.900188 [ 255 ] {1c815658-0477-4b82-ad57-806e8574a6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6878 2025.02.01 02:13:31.901015 [ 255 ] {1c815658-0477-4b82-ad57-806e8574a6d1} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6879 2025.02.01 02:13:31.901063 [ 255 ] {1c815658-0477-4b82-ad57-806e8574a6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6880 2025.02.01 02:13:31.901484 [ 255 ] {1c815658-0477-4b82-ad57-806e8574a6d1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6881 2025.02.01 02:13:31.901746 [ 255 ] {1c815658-0477-4b82-ad57-806e8574a6d1} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6882 2025.02.01 02:13:31.901991 [ 255 ] {1c815658-0477-4b82-ad57-806e8574a6d1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec.
6883 2025.02.01 02:13:31.902055 [ 255 ] {1c815658-0477-4b82-ad57-806e8574a6d1} <Debug> TCPHandler: Processed in 0.002318363 sec.
6884 2025.02.01 02:13:31.902219 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6885 2025.02.01 02:13:31.902362 [ 4 ] {4e8f4e7b-704d-4c5e-9088-3fd851a0d78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6886 2025.02.01 02:13:31.902420 [ 4 ] {4e8f4e7b-704d-4c5e-9088-3fd851a0d78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6887 2025.02.01 02:13:31.903111 [ 4 ] {4e8f4e7b-704d-4c5e-9088-3fd851a0d78d} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6888 2025.02.01 02:13:31.903150 [ 4 ] {4e8f4e7b-704d-4c5e-9088-3fd851a0d78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6889 2025.02.01 02:13:31.903534 [ 4 ] {4e8f4e7b-704d-4c5e-9088-3fd851a0d78d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6890 2025.02.01 02:13:31.903775 [ 4 ] {4e8f4e7b-704d-4c5e-9088-3fd851a0d78d} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6891 2025.02.01 02:13:31.903970 [ 4 ] {4e8f4e7b-704d-4c5e-9088-3fd851a0d78d} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00164 sec., 123780.48780487805 rows/sec., 10.71 MiB/sec.
6892 2025.02.01 02:13:31.904023 [ 4 ] {4e8f4e7b-704d-4c5e-9088-3fd851a0d78d} <Debug> TCPHandler: Processed in 0.001871798 sec.
6893 2025.02.01 02:13:31.904161 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6894 2025.02.01 02:13:31.904288 [ 255 ] {6b11edda-ac2f-4089-9525-f0a3aaa99d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6895 2025.02.01 02:13:31.904342 [ 255 ] {6b11edda-ac2f-4089-9525-f0a3aaa99d0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6896 2025.02.01 02:13:31.904956 [ 255 ] {6b11edda-ac2f-4089-9525-f0a3aaa99d0d} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6897 2025.02.01 02:13:31.904996 [ 255 ] {6b11edda-ac2f-4089-9525-f0a3aaa99d0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6898 2025.02.01 02:13:31.905336 [ 255 ] {6b11edda-ac2f-4089-9525-f0a3aaa99d0d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6899 2025.02.01 02:13:31.905566 [ 255 ] {6b11edda-ac2f-4089-9525-f0a3aaa99d0d} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6900 2025.02.01 02:13:31.905783 [ 255 ] {6b11edda-ac2f-4089-9525-f0a3aaa99d0d} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001522 sec., 4599.211563731932 rows/sec., 299.64 KiB/sec.
6901 2025.02.01 02:13:31.905836 [ 255 ] {6b11edda-ac2f-4089-9525-f0a3aaa99d0d} <Debug> TCPHandler: Processed in 0.001737707 sec.
6902 2025.02.01 02:13:31.905961 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6903 2025.02.01 02:13:31.906069 [ 4 ] {3aec8ed6-21e7-461d-9ba5-11ca3fbeebca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6904 2025.02.01 02:13:31.906114 [ 4 ] {3aec8ed6-21e7-461d-9ba5-11ca3fbeebca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6905 2025.02.01 02:13:31.906627 [ 4 ] {3aec8ed6-21e7-461d-9ba5-11ca3fbeebca} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6906 2025.02.01 02:13:31.906667 [ 4 ] {3aec8ed6-21e7-461d-9ba5-11ca3fbeebca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6907 2025.02.01 02:13:31.907022 [ 4 ] {3aec8ed6-21e7-461d-9ba5-11ca3fbeebca} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6908 2025.02.01 02:13:31.907258 [ 4 ] {3aec8ed6-21e7-461d-9ba5-11ca3fbeebca} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6909 2025.02.01 02:13:31.907498 [ 4 ] {3aec8ed6-21e7-461d-9ba5-11ca3fbeebca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001447 sec., 9675.190048375951 rows/sec., 677.59 KiB/sec.
6910 2025.02.01 02:13:31.907681 [ 4 ] {3aec8ed6-21e7-461d-9ba5-11ca3fbeebca} <Debug> TCPHandler: Processed in 0.001766648 sec.
6911 2025.02.01 02:13:31.907899 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6912 2025.02.01 02:13:31.908040 [ 255 ] {917d8bca-d1ce-4ad6-8ee8-b5236a6339c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6913 2025.02.01 02:13:31.908094 [ 255 ] {917d8bca-d1ce-4ad6-8ee8-b5236a6339c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6914 2025.02.01 02:13:31.908753 [ 255 ] {917d8bca-d1ce-4ad6-8ee8-b5236a6339c0} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6915 2025.02.01 02:13:31.908801 [ 255 ] {917d8bca-d1ce-4ad6-8ee8-b5236a6339c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6916 2025.02.01 02:13:31.909164 [ 255 ] {917d8bca-d1ce-4ad6-8ee8-b5236a6339c0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6917 2025.02.01 02:13:31.909398 [ 255 ] {917d8bca-d1ce-4ad6-8ee8-b5236a6339c0} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6918 2025.02.01 02:13:31.909598 [ 255 ] {917d8bca-d1ce-4ad6-8ee8-b5236a6339c0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001588 sec., 8186.39798488665 rows/sec., 510.42 KiB/sec.
6919 2025.02.01 02:13:31.909650 [ 255 ] {917d8bca-d1ce-4ad6-8ee8-b5236a6339c0} <Debug> TCPHandler: Processed in 0.001873568 sec.
6920 2025.02.01 02:13:31.909789 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6921 2025.02.01 02:13:31.909893 [ 4 ] {948fab46-2aa1-469c-a6e9-0e9851f58582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6922 2025.02.01 02:13:31.909937 [ 4 ] {948fab46-2aa1-469c-a6e9-0e9851f58582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6923 2025.02.01 02:13:31.910576 [ 4 ] {948fab46-2aa1-469c-a6e9-0e9851f58582} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6924 2025.02.01 02:13:31.910616 [ 4 ] {948fab46-2aa1-469c-a6e9-0e9851f58582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6925 2025.02.01 02:13:31.910978 [ 4 ] {948fab46-2aa1-469c-a6e9-0e9851f58582} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6926 2025.02.01 02:13:31.911215 [ 4 ] {948fab46-2aa1-469c-a6e9-0e9851f58582} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6927 2025.02.01 02:13:31.911418 [ 4 ] {948fab46-2aa1-469c-a6e9-0e9851f58582} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001546 sec., 247089.26261319534 rows/sec., 17.49 MiB/sec.
6928 2025.02.01 02:13:31.911476 [ 4 ] {948fab46-2aa1-469c-a6e9-0e9851f58582} <Debug> TCPHandler: Processed in 0.001745468 sec.
6929 2025.02.01 02:13:31.911603 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6930 2025.02.01 02:13:31.911708 [ 255 ] {e51b1ef1-887d-499d-83a8-f424c3bf66ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
6931 2025.02.01 02:13:31.911754 [ 255 ] {e51b1ef1-887d-499d-83a8-f424c3bf66ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
6932 2025.02.01 02:13:31.912204 [ 255 ] {e51b1ef1-887d-499d-83a8-f424c3bf66ac} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6933 2025.02.01 02:13:31.912244 [ 255 ] {e51b1ef1-887d-499d-83a8-f424c3bf66ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6934 2025.02.01 02:13:31.912588 [ 255 ] {e51b1ef1-887d-499d-83a8-f424c3bf66ac} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
6935 2025.02.01 02:13:31.912818 [ 255 ] {e51b1ef1-887d-499d-83a8-f424c3bf66ac} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6936 2025.02.01 02:13:31.913063 [ 255 ] {e51b1ef1-887d-499d-83a8-f424c3bf66ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec.
6937 2025.02.01 02:13:31.913234 [ 255 ] {e51b1ef1-887d-499d-83a8-f424c3bf66ac} <Debug> TCPHandler: Processed in 0.001679087 sec.
6938 2025.02.01 02:13:31.913448 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6939 2025.02.01 02:13:31.913594 [ 4 ] {3aafeb18-de79-45b5-9cea-f0d6d627e2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6940 2025.02.01 02:13:31.913684 [ 4 ] {3aafeb18-de79-45b5-9cea-f0d6d627e2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6941 2025.02.01 02:13:31.914295 [ 4 ] {3aafeb18-de79-45b5-9cea-f0d6d627e2b4} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6942 2025.02.01 02:13:31.914335 [ 4 ] {3aafeb18-de79-45b5-9cea-f0d6d627e2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6943 2025.02.01 02:13:31.914725 [ 4 ] {3aafeb18-de79-45b5-9cea-f0d6d627e2b4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6944 2025.02.01 02:13:31.914961 [ 4 ] {3aafeb18-de79-45b5-9cea-f0d6d627e2b4} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6945 2025.02.01 02:13:31.915190 [ 4 ] {3aafeb18-de79-45b5-9cea-f0d6d627e2b4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001623 sec., 146025.87800369685 rows/sec., 9.79 MiB/sec.
6946 2025.02.01 02:13:31.915255 [ 4 ] {3aafeb18-de79-45b5-9cea-f0d6d627e2b4} <Debug> TCPHandler: Processed in 0.001936909 sec.
6947 2025.02.01 02:13:31.915488 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6948 2025.02.01 02:13:31.915665 [ 255 ] {af59e893-c3ca-405f-b690-8be95b583c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
6949 2025.02.01 02:13:31.915723 [ 255 ] {af59e893-c3ca-405f-b690-8be95b583c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
6950 2025.02.01 02:13:31.916181 [ 255 ] {af59e893-c3ca-405f-b690-8be95b583c55} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6951 2025.02.01 02:13:31.916219 [ 255 ] {af59e893-c3ca-405f-b690-8be95b583c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6952 2025.02.01 02:13:31.916564 [ 255 ] {af59e893-c3ca-405f-b690-8be95b583c55} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
6953 2025.02.01 02:13:31.916793 [ 255 ] {af59e893-c3ca-405f-b690-8be95b583c55} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6954 2025.02.01 02:13:31.916993 [ 255 ] {af59e893-c3ca-405f-b690-8be95b583c55} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec.
6955 2025.02.01 02:13:31.917042 [ 255 ] {af59e893-c3ca-405f-b690-8be95b583c55} <Debug> TCPHandler: Processed in 0.001695137 sec.
6956 2025.02.01 02:13:31.917175 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6957 2025.02.01 02:13:31.917302 [ 4 ] {9b43de32-f936-4ece-a12a-e68406846de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6958 2025.02.01 02:13:31.917356 [ 4 ] {9b43de32-f936-4ece-a12a-e68406846de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6959 2025.02.01 02:13:31.917866 [ 4 ] {9b43de32-f936-4ece-a12a-e68406846de9} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6960 2025.02.01 02:13:31.917912 [ 4 ] {9b43de32-f936-4ece-a12a-e68406846de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6961 2025.02.01 02:13:31.918276 [ 4 ] {9b43de32-f936-4ece-a12a-e68406846de9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6962 2025.02.01 02:13:31.918506 [ 4 ] {9b43de32-f936-4ece-a12a-e68406846de9} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6963 2025.02.01 02:13:31.918704 [ 4 ] {9b43de32-f936-4ece-a12a-e68406846de9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001431 sec., 57302.5856044724 rows/sec., 3.64 MiB/sec.
6964 2025.02.01 02:13:31.918751 [ 4 ] {9b43de32-f936-4ece-a12a-e68406846de9} <Debug> TCPHandler: Processed in 0.001638186 sec.
6965 2025.02.01 02:13:32.495802 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
6966 2025.02.01 02:13:32.516778 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6967 2025.02.01 02:13:32.516823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB.
6968 2025.02.01 02:13:32.524236 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
6969 2025.02.01 02:13:32.525016 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6970 2025.02.01 02:13:32.527577 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
6971 2025.02.01 02:13:36.261134 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6972 2025.02.01 02:13:36.261361 [ 255 ] {0f2b8739-7725-43f2-805a-f178cd2f2a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6973 2025.02.01 02:13:36.261437 [ 255 ] {0f2b8739-7725-43f2-805a-f178cd2f2a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6974 2025.02.01 02:13:36.262181 [ 255 ] {0f2b8739-7725-43f2-805a-f178cd2f2a2c} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6975 2025.02.01 02:13:36.262234 [ 255 ] {0f2b8739-7725-43f2-805a-f178cd2f2a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
6976 2025.02.01 02:13:36.262672 [ 255 ] {0f2b8739-7725-43f2-805a-f178cd2f2a2c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6977 2025.02.01 02:13:36.262926 [ 255 ] {0f2b8739-7725-43f2-805a-f178cd2f2a2c} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6978 2025.02.01 02:13:36.263180 [ 255 ] {0f2b8739-7725-43f2-805a-f178cd2f2a2c} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00187 sec., 6417.1122994652405 rows/sec., 523.27 KiB/sec.
6979 2025.02.01 02:13:36.263272 [ 255 ] {0f2b8739-7725-43f2-805a-f178cd2f2a2c} <Debug> TCPHandler: Processed in 0.002271642 sec.
6980 2025.02.01 02:13:36.263436 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6981 2025.02.01 02:13:36.263558 [ 4 ] {9ef53e51-87a3-4dc6-91d3-e4900f106204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6982 2025.02.01 02:13:36.263607 [ 4 ] {9ef53e51-87a3-4dc6-91d3-e4900f106204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6983 2025.02.01 02:13:36.264668 [ 4 ] {9ef53e51-87a3-4dc6-91d3-e4900f106204} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6984 2025.02.01 02:13:36.264708 [ 4 ] {9ef53e51-87a3-4dc6-91d3-e4900f106204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
6985 2025.02.01 02:13:36.265169 [ 4 ] {9ef53e51-87a3-4dc6-91d3-e4900f106204} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6986 2025.02.01 02:13:36.265438 [ 4 ] {9ef53e51-87a3-4dc6-91d3-e4900f106204} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6987 2025.02.01 02:13:36.265666 [ 4 ] {9ef53e51-87a3-4dc6-91d3-e4900f106204} <Debug> executeQuery: Read 1280 rows, 108.84 KiB in 0.002137 sec., 598970.5194197473 rows/sec., 49.74 MiB/sec.
6988 2025.02.01 02:13:36.265721 [ 4 ] {9ef53e51-87a3-4dc6-91d3-e4900f106204} <Debug> TCPHandler: Processed in 0.002342253 sec.
6989 2025.02.01 02:13:36.265864 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6990 2025.02.01 02:13:36.265999 [ 255 ] {7174f206-3f49-495b-9d4e-1ec21874841a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6991 2025.02.01 02:13:36.266056 [ 255 ] {7174f206-3f49-495b-9d4e-1ec21874841a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6992 2025.02.01 02:13:36.266660 [ 255 ] {7174f206-3f49-495b-9d4e-1ec21874841a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6993 2025.02.01 02:13:36.266701 [ 255 ] {7174f206-3f49-495b-9d4e-1ec21874841a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
6994 2025.02.01 02:13:36.267052 [ 255 ] {7174f206-3f49-495b-9d4e-1ec21874841a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6995 2025.02.01 02:13:36.267292 [ 255 ] {7174f206-3f49-495b-9d4e-1ec21874841a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6996 2025.02.01 02:13:36.267481 [ 104 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6997 2025.02.01 02:13:36.267540 [ 255 ] {7174f206-3f49-495b-9d4e-1ec21874841a} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.001569 sec., 32504.78011472275 rows/sec., 2.35 MiB/sec.
6998 2025.02.01 02:13:36.267558 [ 104 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6999 2025.02.01 02:13:36.267625 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7000 2025.02.01 02:13:36.267679 [ 255 ] {7174f206-3f49-495b-9d4e-1ec21874841a} <Debug> TCPHandler: Processed in 0.001877068 sec.
7001 2025.02.01 02:13:36.267914 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7002 2025.02.01 02:13:36.267932 [ 188 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
7003 2025.02.01 02:13:36.268134 [ 4 ] {71f44d82-55e3-457c-bb32-07da62d737f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7004 2025.02.01 02:13:36.268175 [ 188 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7005 2025.02.01 02:13:36.268224 [ 4 ] {71f44d82-55e3-457c-bb32-07da62d737f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7006 2025.02.01 02:13:36.268247 [ 188 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 64 rows starting from the beginning of the part
7007 2025.02.01 02:13:36.268542 [ 188 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part
7008 2025.02.01 02:13:36.268934 [ 188 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part
7009 2025.02.01 02:13:36.269493 [ 188 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part
7010 2025.02.01 02:13:36.269851 [ 188 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part
7011 2025.02.01 02:13:36.270248 [ 188 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 51 rows starting from the beginning of the part
7012 2025.02.01 02:13:36.271066 [ 4 ] {71f44d82-55e3-457c-bb32-07da62d737f6} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7013 2025.02.01 02:13:36.271134 [ 4 ] {71f44d82-55e3-457c-bb32-07da62d737f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7014 2025.02.01 02:13:36.272160 [ 4 ] {71f44d82-55e3-457c-bb32-07da62d737f6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7015 2025.02.01 02:13:36.272778 [ 4 ] {71f44d82-55e3-457c-bb32-07da62d737f6} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7016 2025.02.01 02:13:36.273142 [ 104 ] {} <Debug> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7017 2025.02.01 02:13:36.273252 [ 104 ] {} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7018 2025.02.01 02:13:36.273333 [ 199 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 5 columns (5 merged, 0 gathered) in 0.005599834 sec., 36965.381473807975 rows/sec., 2.79 MiB/sec.
7019 2025.02.01 02:13:36.273345 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7020 2025.02.01 02:13:36.273432 [ 4 ] {71f44d82-55e3-457c-bb32-07da62d737f6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005373 sec., 42434.39419318816 rows/sec., 2.87 MiB/sec.
7021 2025.02.01 02:13:36.273689 [ 199 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7022 2025.02.01 02:13:36.273857 [ 4 ] {71f44d82-55e3-457c-bb32-07da62d737f6} <Debug> TCPHandler: Processed in 0.006042109 sec.
7023 2025.02.01 02:13:36.273858 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::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
7024 2025.02.01 02:13:36.274203 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7025 2025.02.01 02:13:36.274300 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7026 2025.02.01 02:13:36.274432 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part
7027 2025.02.01 02:13:36.274527 [ 255 ] {cbbdbe6a-f245-4bda-879a-50d31ddf3a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7028 2025.02.01 02:13:36.274649 [ 199 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7029 2025.02.01 02:13:36.274787 [ 255 ] {cbbdbe6a-f245-4bda-879a-50d31ddf3a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7030 2025.02.01 02:13:36.274920 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part
7031 2025.02.01 02:13:36.275197 [ 199 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_46_9} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7032 2025.02.01 02:13:36.275456 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
7033 2025.02.01 02:13:36.275652 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7034 2025.02.01 02:13:36.275912 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
7035 2025.02.01 02:13:36.276377 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part
7036 2025.02.01 02:13:36.276789 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 228 rows starting from the beginning of the part
7037 2025.02.01 02:13:36.278225 [ 255 ] {cbbdbe6a-f245-4bda-879a-50d31ddf3a36} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7038 2025.02.01 02:13:36.278293 [ 255 ] {cbbdbe6a-f245-4bda-879a-50d31ddf3a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7039 2025.02.01 02:13:36.279338 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.005848456 sec., 126700.10683161505 rows/sec., 9.07 MiB/sec.
7040 2025.02.01 02:13:36.279351 [ 255 ] {cbbdbe6a-f245-4bda-879a-50d31ddf3a36} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7041 2025.02.01 02:13:36.279523 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7042 2025.02.01 02:13:36.279790 [ 255 ] {cbbdbe6a-f245-4bda-879a-50d31ddf3a36} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7043 2025.02.01 02:13:36.280072 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7044 2025.02.01 02:13:36.280374 [ 255 ] {cbbdbe6a-f245-4bda-879a-50d31ddf3a36} <Debug> executeQuery: Read 571 rows, 43.51 KiB in 0.005901 sec., 96763.26046432808 rows/sec., 7.20 MiB/sec.
7045 2025.02.01 02:13:36.280395 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_31_6} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7046 2025.02.01 02:13:36.280709 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
7047 2025.02.01 02:13:36.280816 [ 255 ] {cbbdbe6a-f245-4bda-879a-50d31ddf3a36} <Debug> TCPHandler: Processed in 0.006818966 sec.
7048 2025.02.01 02:13:36.281028 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7049 2025.02.01 02:13:36.281171 [ 4 ] {308c0704-2ec7-4e27-9182-1853c26a26a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7050 2025.02.01 02:13:36.281232 [ 4 ] {308c0704-2ec7-4e27-9182-1853c26a26a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7051 2025.02.01 02:13:36.282147 [ 4 ] {308c0704-2ec7-4e27-9182-1853c26a26a9} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7052 2025.02.01 02:13:36.282186 [ 4 ] {308c0704-2ec7-4e27-9182-1853c26a26a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7053 2025.02.01 02:13:36.282650 [ 4 ] {308c0704-2ec7-4e27-9182-1853c26a26a9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7054 2025.02.01 02:13:36.282897 [ 4 ] {308c0704-2ec7-4e27-9182-1853c26a26a9} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7055 2025.02.01 02:13:36.283133 [ 4 ] {308c0704-2ec7-4e27-9182-1853c26a26a9} <Debug> executeQuery: Read 922 rows, 63.51 KiB in 0.001992 sec., 462851.40562249 rows/sec., 31.14 MiB/sec.
7056 2025.02.01 02:13:36.283191 [ 4 ] {308c0704-2ec7-4e27-9182-1853c26a26a9} <Debug> TCPHandler: Processed in 0.002243342 sec.
7057 2025.02.01 02:13:36.283347 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7058 2025.02.01 02:13:36.283475 [ 255 ] {1fab535e-73e2-47de-86a1-8ac5cbc810c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7059 2025.02.01 02:13:36.283553 [ 255 ] {1fab535e-73e2-47de-86a1-8ac5cbc810c5} <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
7060 2025.02.01 02:13:36.284758 [ 255 ] {1fab535e-73e2-47de-86a1-8ac5cbc810c5} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7061 2025.02.01 02:13:36.284797 [ 255 ] {1fab535e-73e2-47de-86a1-8ac5cbc810c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7062 2025.02.01 02:13:36.285457 [ 255 ] {1fab535e-73e2-47de-86a1-8ac5cbc810c5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7063 2025.02.01 02:13:36.285717 [ 255 ] {1fab535e-73e2-47de-86a1-8ac5cbc810c5} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7064 2025.02.01 02:13:36.285983 [ 255 ] {1fab535e-73e2-47de-86a1-8ac5cbc810c5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002535 sec., 15384.615384615385 rows/sec., 27.57 MiB/sec.
7065 2025.02.01 02:13:36.286231 [ 255 ] {1fab535e-73e2-47de-86a1-8ac5cbc810c5} <Debug> TCPHandler: Processed in 0.002948259 sec.
7066 2025.02.01 02:13:36.286393 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7067 2025.02.01 02:13:36.286524 [ 4 ] {84e0be44-a664-4944-982c-f7de8ea2c7b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7068 2025.02.01 02:13:36.286579 [ 4 ] {84e0be44-a664-4944-982c-f7de8ea2c7b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7069 2025.02.01 02:13:36.287100 [ 4 ] {84e0be44-a664-4944-982c-f7de8ea2c7b7} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7070 2025.02.01 02:13:36.287142 [ 4 ] {84e0be44-a664-4944-982c-f7de8ea2c7b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7071 2025.02.01 02:13:36.287497 [ 4 ] {84e0be44-a664-4944-982c-f7de8ea2c7b7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7072 2025.02.01 02:13:36.287729 [ 4 ] {84e0be44-a664-4944-982c-f7de8ea2c7b7} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7073 2025.02.01 02:13:36.287933 [ 4 ] {84e0be44-a664-4944-982c-f7de8ea2c7b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec.
7074 2025.02.01 02:13:36.287982 [ 4 ] {84e0be44-a664-4944-982c-f7de8ea2c7b7} <Debug> TCPHandler: Processed in 0.001651426 sec.
7075 2025.02.01 02:13:36.430888 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 992
7076 2025.02.01 02:13:36.434137 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7077 2025.02.01 02:13:36.434178 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7078 2025.02.01 02:13:36.435607 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7079 2025.02.01 02:13:36.435904 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7080 2025.02.01 02:13:36.436990 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 992
7081 2025.02.01 02:13:38.868525 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043
7082 2025.02.01 02:13:38.869182 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7083 2025.02.01 02:13:38.869229 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7084 2025.02.01 02:13:38.869755 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7085 2025.02.01 02:13:38.870018 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7086 2025.02.01 02:13:38.870314 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043
7087 2025.02.01 02:13:40.027766 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
7088 2025.02.01 02:13:40.049880 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7089 2025.02.01 02:13:40.049939 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7090 2025.02.01 02:13:40.057672 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7091 2025.02.01 02:13:40.058531 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7092 2025.02.01 02:13:40.061522 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
7093 2025.02.01 02:13:41.899232 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7094 2025.02.01 02:13:41.899441 [ 255 ] {6c899ddb-a71b-4f88-bf67-5b88b7da67bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7095 2025.02.01 02:13:41.899518 [ 255 ] {6c899ddb-a71b-4f88-bf67-5b88b7da67bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7096 2025.02.01 02:13:41.900298 [ 255 ] {6c899ddb-a71b-4f88-bf67-5b88b7da67bc} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7097 2025.02.01 02:13:41.900344 [ 255 ] {6c899ddb-a71b-4f88-bf67-5b88b7da67bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7098 2025.02.01 02:13:41.900817 [ 255 ] {6c899ddb-a71b-4f88-bf67-5b88b7da67bc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7099 2025.02.01 02:13:41.901060 [ 255 ] {6c899ddb-a71b-4f88-bf67-5b88b7da67bc} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7100 2025.02.01 02:13:41.901300 [ 255 ] {6c899ddb-a71b-4f88-bf67-5b88b7da67bc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 525.72 KiB/sec.
7101 2025.02.01 02:13:41.901364 [ 255 ] {6c899ddb-a71b-4f88-bf67-5b88b7da67bc} <Debug> TCPHandler: Processed in 0.002269792 sec.
7102 2025.02.01 02:13:41.901517 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7103 2025.02.01 02:13:41.901637 [ 4 ] {e30e0bc1-6cbc-4c60-a7c1-18c8f0de560c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7104 2025.02.01 02:13:41.901685 [ 4 ] {e30e0bc1-6cbc-4c60-a7c1-18c8f0de560c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7105 2025.02.01 02:13:41.902301 [ 4 ] {e30e0bc1-6cbc-4c60-a7c1-18c8f0de560c} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7106 2025.02.01 02:13:41.902341 [ 4 ] {e30e0bc1-6cbc-4c60-a7c1-18c8f0de560c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7107 2025.02.01 02:13:41.902723 [ 4 ] {e30e0bc1-6cbc-4c60-a7c1-18c8f0de560c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7108 2025.02.01 02:13:41.902963 [ 4 ] {e30e0bc1-6cbc-4c60-a7c1-18c8f0de560c} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7109 2025.02.01 02:13:41.903139 [ 98 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7110 2025.02.01 02:13:41.903199 [ 4 ] {e30e0bc1-6cbc-4c60-a7c1-18c8f0de560c} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001586 sec., 127994.95586380833 rows/sec., 11.08 MiB/sec.
7111 2025.02.01 02:13:41.903219 [ 98 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7112 2025.02.01 02:13:41.903296 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7113 2025.02.01 02:13:41.903331 [ 4 ] {e30e0bc1-6cbc-4c60-a7c1-18c8f0de560c} <Debug> TCPHandler: Processed in 0.001865798 sec.
7114 2025.02.01 02:13:41.903533 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7115 2025.02.01 02:13:41.903563 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::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
7116 2025.02.01 02:13:41.903761 [ 255 ] {264af568-f552-445a-8fba-c696ece6365d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7117 2025.02.01 02:13:41.903885 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7118 2025.02.01 02:13:41.903885 [ 255 ] {264af568-f552-445a-8fba-c696ece6365d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7119 2025.02.01 02:13:41.903979 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1432 rows starting from the beginning of the part
7120 2025.02.01 02:13:41.904350 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 203 rows starting from the beginning of the part
7121 2025.02.01 02:13:41.904749 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 134 rows starting from the beginning of the part
7122 2025.02.01 02:13:41.905180 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 203 rows starting from the beginning of the part
7123 2025.02.01 02:13:41.905671 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1280 rows starting from the beginning of the part
7124 2025.02.01 02:13:41.905955 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 203 rows starting from the beginning of the part
7125 2025.02.01 02:13:41.906741 [ 255 ] {264af568-f552-445a-8fba-c696ece6365d} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7126 2025.02.01 02:13:41.906809 [ 255 ] {264af568-f552-445a-8fba-c696ece6365d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7127 2025.02.01 02:13:41.907785 [ 255 ] {264af568-f552-445a-8fba-c696ece6365d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7128 2025.02.01 02:13:41.908369 [ 255 ] {264af568-f552-445a-8fba-c696ece6365d} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7129 2025.02.01 02:13:41.908770 [ 255 ] {264af568-f552-445a-8fba-c696ece6365d} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005083 sec., 1377.1394845563643 rows/sec., 89.72 KiB/sec.
7130 2025.02.01 02:13:41.908875 [ 255 ] {264af568-f552-445a-8fba-c696ece6365d} <Debug> TCPHandler: Processed in 0.005451663 sec.
7131 2025.02.01 02:13:41.909028 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7132 2025.02.01 02:13:41.909258 [ 4 ] {9e47d406-e742-43a3-bc80-cfa2cbf12191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7133 2025.02.01 02:13:41.909421 [ 4 ] {9e47d406-e742-43a3-bc80-cfa2cbf12191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7134 2025.02.01 02:13:41.909664 [ 196 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3455 rows, containing 5 columns (5 merged, 0 gathered) in 0.006229601 sec., 554610.1588207656 rows/sec., 48.74 MiB/sec.
7135 2025.02.01 02:13:41.910052 [ 189 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7136 2025.02.01 02:13:41.910576 [ 4 ] {9e47d406-e742-43a3-bc80-cfa2cbf12191} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7137 2025.02.01 02:13:41.910642 [ 4 ] {9e47d406-e742-43a3-bc80-cfa2cbf12191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7138 2025.02.01 02:13:41.910770 [ 189 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7139 2025.02.01 02:13:41.910974 [ 189 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_51_10} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7140 2025.02.01 02:13:41.911148 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB.
7141 2025.02.01 02:13:41.911297 [ 4 ] {9e47d406-e742-43a3-bc80-cfa2cbf12191} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7142 2025.02.01 02:13:41.911541 [ 4 ] {9e47d406-e742-43a3-bc80-cfa2cbf12191} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7143 2025.02.01 02:13:41.911789 [ 4 ] {9e47d406-e742-43a3-bc80-cfa2cbf12191} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002637 sec., 5309.063329541145 rows/sec., 371.81 KiB/sec.
7144 2025.02.01 02:13:41.912037 [ 4 ] {9e47d406-e742-43a3-bc80-cfa2cbf12191} <Debug> TCPHandler: Processed in 0.00307678 sec.
7145 2025.02.01 02:13:41.912230 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7146 2025.02.01 02:13:41.912362 [ 255 ] {54abb7bc-0220-41b9-9730-0b2dc9ef9896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7147 2025.02.01 02:13:41.912417 [ 255 ] {54abb7bc-0220-41b9-9730-0b2dc9ef9896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7148 2025.02.01 02:13:41.913068 [ 255 ] {54abb7bc-0220-41b9-9730-0b2dc9ef9896} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7149 2025.02.01 02:13:41.913115 [ 255 ] {54abb7bc-0220-41b9-9730-0b2dc9ef9896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7150 2025.02.01 02:13:41.913496 [ 255 ] {54abb7bc-0220-41b9-9730-0b2dc9ef9896} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7151 2025.02.01 02:13:41.913729 [ 255 ] {54abb7bc-0220-41b9-9730-0b2dc9ef9896} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7152 2025.02.01 02:13:41.913943 [ 255 ] {54abb7bc-0220-41b9-9730-0b2dc9ef9896} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001612 sec., 8064.5161290322585 rows/sec., 502.82 KiB/sec.
7153 2025.02.01 02:13:41.913994 [ 255 ] {54abb7bc-0220-41b9-9730-0b2dc9ef9896} <Debug> TCPHandler: Processed in 0.001871108 sec.
7154 2025.02.01 02:13:41.914113 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7155 2025.02.01 02:13:41.914219 [ 4 ] {3f06af5f-440d-4e97-9e09-0562916e1317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7156 2025.02.01 02:13:41.914263 [ 4 ] {3f06af5f-440d-4e97-9e09-0562916e1317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7157 2025.02.01 02:13:41.915036 [ 4 ] {3f06af5f-440d-4e97-9e09-0562916e1317} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7158 2025.02.01 02:13:41.915083 [ 4 ] {3f06af5f-440d-4e97-9e09-0562916e1317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7159 2025.02.01 02:13:41.915499 [ 4 ] {3f06af5f-440d-4e97-9e09-0562916e1317} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7160 2025.02.01 02:13:41.915732 [ 4 ] {3f06af5f-440d-4e97-9e09-0562916e1317} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7161 2025.02.01 02:13:41.915886 [ 97 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7162 2025.02.01 02:13:41.915959 [ 4 ] {3f06af5f-440d-4e97-9e09-0562916e1317} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001754 sec., 217787.91334093502 rows/sec., 15.41 MiB/sec.
7163 2025.02.01 02:13:41.915962 [ 97 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7164 2025.02.01 02:13:41.916042 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7165 2025.02.01 02:13:41.916091 [ 4 ] {3f06af5f-440d-4e97-9e09-0562916e1317} <Debug> TCPHandler: Processed in 0.00202889 sec.
7166 2025.02.01 02:13:41.916386 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7167 2025.02.01 02:13:41.916485 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::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
7168 2025.02.01 02:13:41.916898 [ 255 ] {15233377-7c0d-4106-b0fb-c6e98af46fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7169 2025.02.01 02:13:41.917095 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7170 2025.02.01 02:13:41.917143 [ 255 ] {15233377-7c0d-4106-b0fb-c6e98af46fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7171 2025.02.01 02:13:41.917217 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part
7172 2025.02.01 02:13:41.917625 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 382 rows starting from the beginning of the part
7173 2025.02.01 02:13:41.917982 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 103 rows starting from the beginning of the part
7174 2025.02.01 02:13:41.918324 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 382 rows starting from the beginning of the part
7175 2025.02.01 02:13:41.918691 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 571 rows starting from the beginning of the part
7176 2025.02.01 02:13:41.918941 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 382 rows starting from the beginning of the part
7177 2025.02.01 02:13:41.919834 [ 255 ] {15233377-7c0d-4106-b0fb-c6e98af46fd4} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7178 2025.02.01 02:13:41.919905 [ 255 ] {15233377-7c0d-4106-b0fb-c6e98af46fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7179 2025.02.01 02:13:41.920859 [ 255 ] {15233377-7c0d-4106-b0fb-c6e98af46fd4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
7180 2025.02.01 02:13:41.921371 [ 255 ] {15233377-7c0d-4106-b0fb-c6e98af46fd4} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7181 2025.02.01 02:13:41.921633 [ 255 ] {15233377-7c0d-4106-b0fb-c6e98af46fd4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004974 sec., 1206.2726176115802 rows/sec., 63.02 KiB/sec.
7182 2025.02.01 02:13:41.921694 [ 255 ] {15233377-7c0d-4106-b0fb-c6e98af46fd4} <Debug> TCPHandler: Processed in 0.005511484 sec.
7183 2025.02.01 02:13:41.921900 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7184 2025.02.01 02:13:41.922155 [ 186 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2733 rows, containing 5 columns (5 merged, 0 gathered) in 0.006009348 sec., 454791.4349443567 rows/sec., 34.69 MiB/sec.
7185 2025.02.01 02:13:41.922184 [ 4 ] {2b6f48b9-813d-4aac-a2cc-95229392e64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7186 2025.02.01 02:13:41.922274 [ 4 ] {2b6f48b9-813d-4aac-a2cc-95229392e64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7187 2025.02.01 02:13:41.922462 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7188 2025.02.01 02:13:41.923067 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7189 2025.02.01 02:13:41.923269 [ 189 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_51_10} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7190 2025.02.01 02:13:41.923446 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
7191 2025.02.01 02:13:41.923551 [ 4 ] {2b6f48b9-813d-4aac-a2cc-95229392e64d} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7192 2025.02.01 02:13:41.923594 [ 4 ] {2b6f48b9-813d-4aac-a2cc-95229392e64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7193 2025.02.01 02:13:41.923986 [ 4 ] {2b6f48b9-813d-4aac-a2cc-95229392e64d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7194 2025.02.01 02:13:41.924220 [ 4 ] {2b6f48b9-813d-4aac-a2cc-95229392e64d} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7195 2025.02.01 02:13:41.924384 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7196 2025.02.01 02:13:41.924443 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7197 2025.02.01 02:13:41.924458 [ 4 ] {2b6f48b9-813d-4aac-a2cc-95229392e64d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00233 sec., 101716.73819742489 rows/sec., 6.82 MiB/sec.
7198 2025.02.01 02:13:41.924477 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7199 2025.02.01 02:13:41.924663 [ 4 ] {2b6f48b9-813d-4aac-a2cc-95229392e64d} <Debug> TCPHandler: Processed in 0.002884228 sec.
7200 2025.02.01 02:13:41.924956 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7201 2025.02.01 02:13:41.925101 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
7202 2025.02.01 02:13:41.925365 [ 255 ] {5a8a92b0-0e9d-4974-b605-ae495434a08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7203 2025.02.01 02:13:41.925574 [ 255 ] {5a8a92b0-0e9d-4974-b605-ae495434a08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7204 2025.02.01 02:13:41.925999 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7205 2025.02.01 02:13:41.926094 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14720 rows starting from the beginning of the part
7206 2025.02.01 02:13:41.926438 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part
7207 2025.02.01 02:13:41.926748 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
7208 2025.02.01 02:13:41.927120 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part
7209 2025.02.01 02:13:41.927612 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 922 rows starting from the beginning of the part
7210 2025.02.01 02:13:41.927978 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::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
7211 2025.02.01 02:13:41.928053 [ 255 ] {5a8a92b0-0e9d-4974-b605-ae495434a08b} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7212 2025.02.01 02:13:41.928170 [ 255 ] {5a8a92b0-0e9d-4974-b605-ae495434a08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7213 2025.02.01 02:13:41.929192 [ 255 ] {5a8a92b0-0e9d-4974-b605-ae495434a08b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7214 2025.02.01 02:13:41.929779 [ 255 ] {5a8a92b0-0e9d-4974-b605-ae495434a08b} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7215 2025.02.01 02:13:41.930606 [ 255 ] {5a8a92b0-0e9d-4974-b605-ae495434a08b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005364 sec., 186.42803877703207 rows/sec., 12.56 KiB/sec.
7216 2025.02.01 02:13:41.930806 [ 255 ] {5a8a92b0-0e9d-4974-b605-ae495434a08b} <Debug> TCPHandler: Processed in 0.006021969 sec.
7217 2025.02.01 02:13:41.931040 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7218 2025.02.01 02:13:41.931320 [ 4 ] {4e42f705-9073-446e-883f-fbead0b26980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7219 2025.02.01 02:13:41.931414 [ 4 ] {4e42f705-9073-446e-883f-fbead0b26980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7220 2025.02.01 02:13:41.932441 [ 4 ] {4e42f705-9073-446e-883f-fbead0b26980} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7221 2025.02.01 02:13:41.932480 [ 4 ] {4e42f705-9073-446e-883f-fbead0b26980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7222 2025.02.01 02:13:41.933120 [ 4 ] {4e42f705-9073-446e-883f-fbead0b26980} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7223 2025.02.01 02:13:41.933373 [ 4 ] {4e42f705-9073-446e-883f-fbead0b26980} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7224 2025.02.01 02:13:41.933539 [ 97 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7225 2025.02.01 02:13:41.933606 [ 97 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7226 2025.02.01 02:13:41.933638 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7227 2025.02.01 02:13:41.933646 [ 4 ] {4e42f705-9073-446e-883f-fbead0b26980} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002422 sec., 33856.317093311314 rows/sec., 2.15 MiB/sec.
7228 2025.02.01 02:13:41.933922 [ 4 ] {4e42f705-9073-446e-883f-fbead0b26980} <Debug> TCPHandler: Processed in 0.003014319 sec.
7229 2025.02.01 02:13:41.933951 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::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
7230 2025.02.01 02:13:41.934126 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7231 2025.02.01 02:13:41.934179 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2912 rows starting from the beginning of the part
7232 2025.02.01 02:13:41.934324 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part
7233 2025.02.01 02:13:41.934630 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part
7234 2025.02.01 02:13:41.934851 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part
7235 2025.02.01 02:13:41.935314 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part
7236 2025.02.01 02:13:41.935581 [ 189 ] {2809badf-2f90-4e18-beff-4040da005842::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
7237 2025.02.01 02:13:41.936343 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16513 rows, containing 5 columns (5 merged, 0 gathered) in 0.011697763 sec., 1411637.4216164236 rows/sec., 95.30 MiB/sec.
7238 2025.02.01 02:13:41.936608 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7239 2025.02.01 02:13:41.937064 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7240 2025.02.01 02:13:41.937263 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7241 2025.02.01 02:13:41.937468 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB.
7242 2025.02.01 02:13:41.938115 [ 198 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3278 rows, containing 4 columns (4 merged, 0 gathered) in 0.004406823 sec., 743846.5307093115 rows/sec., 48.51 MiB/sec.
7243 2025.02.01 02:13:41.938502 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7244 2025.02.01 02:13:41.938787 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_51_10} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7245 2025.02.01 02:13:41.938862 [ 187 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_51_10} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7246 2025.02.01 02:13:41.938947 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
7247 2025.02.01 02:13:46.247444 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
7248 2025.02.01 02:13:46.247518 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
7249 2025.02.01 02:13:46.370577 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531
7250 2025.02.01 02:13:46.371370 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7251 2025.02.01 02:13:46.371429 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7252 2025.02.01 02:13:46.372001 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7253 2025.02.01 02:13:46.372259 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7254 2025.02.01 02:13:46.372519 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
7255 2025.02.01 02:13:46.372533 [ 92 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7256 2025.02.01 02:13:46.372636 [ 92 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7257 2025.02.01 02:13:46.372679 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7258 2025.02.01 02:13:46.372872 [ 200 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
7259 2025.02.01 02:13:46.373095 [ 200 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7260 2025.02.01 02:13:46.373164 [ 200 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part
7261 2025.02.01 02:13:46.373339 [ 200 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part
7262 2025.02.01 02:13:46.373584 [ 200 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part
7263 2025.02.01 02:13:46.373709 [ 200 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part
7264 2025.02.01 02:13:46.373826 [ 200 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part
7265 2025.02.01 02:13:46.374026 [ 200 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part
7266 2025.02.01 02:13:46.376538 [ 191 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003759217 sec., 4397458.300491831 rows/sec., 62.91 MiB/sec.
7267 2025.02.01 02:13:46.376762 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7268 2025.02.01 02:13:46.377345 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7269 2025.02.01 02:13:46.377506 [ 193 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_36_7} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7270 2025.02.01 02:13:46.377646 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB.
7271 2025.02.01 02:13:46.437463 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1012
7272 2025.02.01 02:13:46.440992 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7273 2025.02.01 02:13:46.441041 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7274 2025.02.01 02:13:46.442566 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7275 2025.02.01 02:13:46.442892 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7276 2025.02.01 02:13:46.443149 [ 92 ] {} <Debug> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7277 2025.02.01 02:13:46.443280 [ 92 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7278 2025.02.01 02:13:46.443368 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7279 2025.02.01 02:13:46.443859 [ 200 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::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
7280 2025.02.01 02:13:46.444672 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1012
7281 2025.02.01 02:13:46.445103 [ 200 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7282 2025.02.01 02:13:46.445275 [ 200 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 844 rows starting from the beginning of the part
7283 2025.02.01 02:13:46.445918 [ 200 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part
7284 2025.02.01 02:13:46.446551 [ 200 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part
7285 2025.02.01 02:13:46.447132 [ 200 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part
7286 2025.02.01 02:13:46.447734 [ 200 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part
7287 2025.02.01 02:13:46.448403 [ 200 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part
7288 2025.02.01 02:13:46.456851 [ 194 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1012 rows, containing 72 columns (72 merged, 0 gathered) in 0.013280029 sec., 76204.6528663454 rows/sec., 61.95 MiB/sec.
7289 2025.02.01 02:13:46.458309 [ 194 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7290 2025.02.01 02:13:46.459129 [ 194 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7291 2025.02.01 02:13:46.459220 [ 194 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_26_5} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7292 2025.02.01 02:13:46.459553 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB.
7293 2025.02.01 02:13:46.897399 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7294 2025.02.01 02:13:46.897593 [ 255 ] {33da9db7-f42b-45d6-b0a9-a9099284151a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7295 2025.02.01 02:13:46.897670 [ 255 ] {33da9db7-f42b-45d6-b0a9-a9099284151a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7296 2025.02.01 02:13:46.898582 [ 255 ] {33da9db7-f42b-45d6-b0a9-a9099284151a} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7297 2025.02.01 02:13:46.898628 [ 255 ] {33da9db7-f42b-45d6-b0a9-a9099284151a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7298 2025.02.01 02:13:46.899054 [ 255 ] {33da9db7-f42b-45d6-b0a9-a9099284151a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7299 2025.02.01 02:13:46.899308 [ 255 ] {33da9db7-f42b-45d6-b0a9-a9099284151a} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7300 2025.02.01 02:13:46.899539 [ 255 ] {33da9db7-f42b-45d6-b0a9-a9099284151a} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002 sec., 67000 rows/sec., 5.78 MiB/sec.
7301 2025.02.01 02:13:46.899598 [ 255 ] {33da9db7-f42b-45d6-b0a9-a9099284151a} <Debug> TCPHandler: Processed in 0.002315132 sec.
7302 2025.02.01 02:13:46.899787 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7303 2025.02.01 02:13:46.899931 [ 4 ] {ccdefbfa-5a91-4900-a781-6cf9d171c7d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7304 2025.02.01 02:13:46.899989 [ 4 ] {ccdefbfa-5a91-4900-a781-6cf9d171c7d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7305 2025.02.01 02:13:46.900629 [ 4 ] {ccdefbfa-5a91-4900-a781-6cf9d171c7d7} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7306 2025.02.01 02:13:46.900671 [ 4 ] {ccdefbfa-5a91-4900-a781-6cf9d171c7d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7307 2025.02.01 02:13:46.901038 [ 4 ] {ccdefbfa-5a91-4900-a781-6cf9d171c7d7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7308 2025.02.01 02:13:46.901284 [ 4 ] {ccdefbfa-5a91-4900-a781-6cf9d171c7d7} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7309 2025.02.01 02:13:46.901510 [ 4 ] {ccdefbfa-5a91-4900-a781-6cf9d171c7d7} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001608 sec., 24253.73134328358 rows/sec., 1.78 MiB/sec.
7310 2025.02.01 02:13:46.901597 [ 4 ] {ccdefbfa-5a91-4900-a781-6cf9d171c7d7} <Debug> TCPHandler: Processed in 0.001883598 sec.
7311 2025.02.01 02:13:46.901761 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7312 2025.02.01 02:13:46.901872 [ 255 ] {0e4fae97-aaba-48d7-84d3-7e1be3b0874d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7313 2025.02.01 02:13:46.901918 [ 255 ] {0e4fae97-aaba-48d7-84d3-7e1be3b0874d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7314 2025.02.01 02:13:46.902483 [ 255 ] {0e4fae97-aaba-48d7-84d3-7e1be3b0874d} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7315 2025.02.01 02:13:46.902521 [ 255 ] {0e4fae97-aaba-48d7-84d3-7e1be3b0874d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7316 2025.02.01 02:13:46.902889 [ 255 ] {0e4fae97-aaba-48d7-84d3-7e1be3b0874d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7317 2025.02.01 02:13:46.903142 [ 255 ] {0e4fae97-aaba-48d7-84d3-7e1be3b0874d} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7318 2025.02.01 02:13:46.903364 [ 255 ] {0e4fae97-aaba-48d7-84d3-7e1be3b0874d} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001514 sec., 68031.70409511229 rows/sec., 5.31 MiB/sec.
7319 2025.02.01 02:13:46.903428 [ 255 ] {0e4fae97-aaba-48d7-84d3-7e1be3b0874d} <Debug> TCPHandler: Processed in 0.001727327 sec.
7320 2025.02.01 02:13:46.903601 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7321 2025.02.01 02:13:46.903712 [ 4 ] {db7b6823-fb4b-401c-a55b-85993fc38dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7322 2025.02.01 02:13:46.903763 [ 4 ] {db7b6823-fb4b-401c-a55b-85993fc38dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7323 2025.02.01 02:13:46.904292 [ 4 ] {db7b6823-fb4b-401c-a55b-85993fc38dab} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7324 2025.02.01 02:13:46.904331 [ 4 ] {db7b6823-fb4b-401c-a55b-85993fc38dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7325 2025.02.01 02:13:46.904713 [ 4 ] {db7b6823-fb4b-401c-a55b-85993fc38dab} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7326 2025.02.01 02:13:46.904954 [ 4 ] {db7b6823-fb4b-401c-a55b-85993fc38dab} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7327 2025.02.01 02:13:46.905201 [ 4 ] {db7b6823-fb4b-401c-a55b-85993fc38dab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec.
7328 2025.02.01 02:13:46.905265 [ 4 ] {db7b6823-fb4b-401c-a55b-85993fc38dab} <Debug> TCPHandler: Processed in 0.001722957 sec.
7329 2025.02.01 02:13:46.905506 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7330 2025.02.01 02:13:46.905690 [ 255 ] {ad424a52-a76c-4a08-af55-ac8c1c7f25ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7331 2025.02.01 02:13:46.905770 [ 255 ] {ad424a52-a76c-4a08-af55-ac8c1c7f25ad} <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
7332 2025.02.01 02:13:46.907150 [ 255 ] {ad424a52-a76c-4a08-af55-ac8c1c7f25ad} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7333 2025.02.01 02:13:46.907201 [ 255 ] {ad424a52-a76c-4a08-af55-ac8c1c7f25ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7334 2025.02.01 02:13:46.907933 [ 255 ] {ad424a52-a76c-4a08-af55-ac8c1c7f25ad} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7335 2025.02.01 02:13:46.908191 [ 255 ] {ad424a52-a76c-4a08-af55-ac8c1c7f25ad} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7336 2025.02.01 02:13:46.908468 [ 255 ] {ad424a52-a76c-4a08-af55-ac8c1c7f25ad} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002799 sec., 13933.547695605574 rows/sec., 24.97 MiB/sec.
7337 2025.02.01 02:13:46.908666 [ 255 ] {ad424a52-a76c-4a08-af55-ac8c1c7f25ad} <Debug> TCPHandler: Processed in 0.003293983 sec.
7338 2025.02.01 02:13:46.908829 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7339 2025.02.01 02:13:46.908958 [ 4 ] {f052c729-76f8-4352-8db9-8982dd38e975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7340 2025.02.01 02:13:46.909014 [ 4 ] {f052c729-76f8-4352-8db9-8982dd38e975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7341 2025.02.01 02:13:46.909531 [ 4 ] {f052c729-76f8-4352-8db9-8982dd38e975} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7342 2025.02.01 02:13:46.909570 [ 4 ] {f052c729-76f8-4352-8db9-8982dd38e975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7343 2025.02.01 02:13:46.909922 [ 4 ] {f052c729-76f8-4352-8db9-8982dd38e975} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7344 2025.02.01 02:13:46.910158 [ 4 ] {f052c729-76f8-4352-8db9-8982dd38e975} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7345 2025.02.01 02:13:46.910357 [ 4 ] {f052c729-76f8-4352-8db9-8982dd38e975} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec.
7346 2025.02.01 02:13:46.910406 [ 4 ] {f052c729-76f8-4352-8db9-8982dd38e975} <Debug> TCPHandler: Processed in 0.001639856 sec.
7347 2025.02.01 02:13:47.561724 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
7348 2025.02.01 02:13:47.585146 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7349 2025.02.01 02:13:47.585215 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7350 2025.02.01 02:13:47.592587 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7351 2025.02.01 02:13:47.593381 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7352 2025.02.01 02:13:47.593743 [ 91 ] {} <Debug> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7353 2025.02.01 02:13:47.593873 [ 91 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7354 2025.02.01 02:13:47.593950 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7355 2025.02.01 02:13:47.594444 [ 194 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
7356 2025.02.01 02:13:47.608245 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
7357 2025.02.01 02:13:47.610102 [ 194 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7358 2025.02.01 02:13:47.611767 [ 194 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part
7359 2025.02.01 02:13:47.617677 [ 194 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
7360 2025.02.01 02:13:47.623749 [ 194 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part
7361 2025.02.01 02:13:47.629440 [ 194 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
7362 2025.02.01 02:13:47.635233 [ 194 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part
7363 2025.02.01 02:13:47.640059 [ 194 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
7364 2025.02.01 02:13:47.702103 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.107995511 sec., 2518.623204625607 rows/sec., 13.02 MiB/sec.
7365 2025.02.01 02:13:47.704891 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7366 2025.02.01 02:13:47.707761 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_36_7} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7367 2025.02.01 02:13:47.707855 [ 188 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_36_7} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7368 2025.02.01 02:13:47.710088 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB.
7369 2025.02.01 02:13:48.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.89 MiB, peak 218.78 MiB, free memory in arenas 0.00 B, will set to 208.55 MiB (RSS), difference: 1.67 MiB
7370 2025.02.01 02:13:51.899995 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7371 2025.02.01 02:13:51.900198 [ 255 ] {7e0bc67a-5312-401a-a0a0-b8eda9edaa79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7372 2025.02.01 02:13:51.900273 [ 255 ] {7e0bc67a-5312-401a-a0a0-b8eda9edaa79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7373 2025.02.01 02:13:51.901027 [ 255 ] {7e0bc67a-5312-401a-a0a0-b8eda9edaa79} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7374 2025.02.01 02:13:51.901080 [ 255 ] {7e0bc67a-5312-401a-a0a0-b8eda9edaa79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7375 2025.02.01 02:13:51.901509 [ 255 ] {7e0bc67a-5312-401a-a0a0-b8eda9edaa79} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7376 2025.02.01 02:13:51.901759 [ 255 ] {7e0bc67a-5312-401a-a0a0-b8eda9edaa79} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7377 2025.02.01 02:13:51.902006 [ 255 ] {7e0bc67a-5312-401a-a0a0-b8eda9edaa79} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec.
7378 2025.02.01 02:13:51.902076 [ 255 ] {7e0bc67a-5312-401a-a0a0-b8eda9edaa79} <Debug> TCPHandler: Processed in 0.002212222 sec.
7379 2025.02.01 02:13:51.902264 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7380 2025.02.01 02:13:51.902385 [ 4 ] {5f861d90-a7bb-4155-960d-9dbf3ea812a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7381 2025.02.01 02:13:51.902435 [ 4 ] {5f861d90-a7bb-4155-960d-9dbf3ea812a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7382 2025.02.01 02:13:51.902979 [ 4 ] {5f861d90-a7bb-4155-960d-9dbf3ea812a5} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7383 2025.02.01 02:13:51.903019 [ 4 ] {5f861d90-a7bb-4155-960d-9dbf3ea812a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7384 2025.02.01 02:13:51.903380 [ 4 ] {5f861d90-a7bb-4155-960d-9dbf3ea812a5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7385 2025.02.01 02:13:51.903631 [ 4 ] {5f861d90-a7bb-4155-960d-9dbf3ea812a5} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7386 2025.02.01 02:13:51.903891 [ 4 ] {5f861d90-a7bb-4155-960d-9dbf3ea812a5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001528 sec., 1308.9005235602094 rows/sec., 106.73 KiB/sec.
7387 2025.02.01 02:13:51.904101 [ 4 ] {5f861d90-a7bb-4155-960d-9dbf3ea812a5} <Debug> TCPHandler: Processed in 0.001892418 sec.
7388 2025.02.01 02:13:51.904268 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7389 2025.02.01 02:13:51.904400 [ 255 ] {2a7ebd90-eab1-418f-877d-bfc18d41b503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7390 2025.02.01 02:13:51.904452 [ 255 ] {2a7ebd90-eab1-418f-877d-bfc18d41b503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7391 2025.02.01 02:13:51.905148 [ 255 ] {2a7ebd90-eab1-418f-877d-bfc18d41b503} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7392 2025.02.01 02:13:51.905188 [ 255 ] {2a7ebd90-eab1-418f-877d-bfc18d41b503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7393 2025.02.01 02:13:51.905564 [ 255 ] {2a7ebd90-eab1-418f-877d-bfc18d41b503} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7394 2025.02.01 02:13:51.905794 [ 255 ] {2a7ebd90-eab1-418f-877d-bfc18d41b503} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7395 2025.02.01 02:13:51.905996 [ 255 ] {2a7ebd90-eab1-418f-877d-bfc18d41b503} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001626 sec., 125461.25461254612 rows/sec., 10.85 MiB/sec.
7396 2025.02.01 02:13:51.906050 [ 255 ] {2a7ebd90-eab1-418f-877d-bfc18d41b503} <Debug> TCPHandler: Processed in 0.001844508 sec.
7397 2025.02.01 02:13:51.906195 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7398 2025.02.01 02:13:51.906301 [ 4 ] {cbf05b2d-2194-4ff4-b01c-df16367605c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7399 2025.02.01 02:13:51.906348 [ 4 ] {cbf05b2d-2194-4ff4-b01c-df16367605c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7400 2025.02.01 02:13:51.906865 [ 4 ] {cbf05b2d-2194-4ff4-b01c-df16367605c9} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7401 2025.02.01 02:13:51.906903 [ 4 ] {cbf05b2d-2194-4ff4-b01c-df16367605c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7402 2025.02.01 02:13:51.907246 [ 4 ] {cbf05b2d-2194-4ff4-b01c-df16367605c9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7403 2025.02.01 02:13:51.907477 [ 4 ] {cbf05b2d-2194-4ff4-b01c-df16367605c9} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7404 2025.02.01 02:13:51.907693 [ 4 ] {cbf05b2d-2194-4ff4-b01c-df16367605c9} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001413 sec., 6369.426751592357 rows/sec., 421.59 KiB/sec.
7405 2025.02.01 02:13:51.907746 [ 4 ] {cbf05b2d-2194-4ff4-b01c-df16367605c9} <Debug> TCPHandler: Processed in 0.001602796 sec.
7406 2025.02.01 02:13:51.907878 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7407 2025.02.01 02:13:51.907986 [ 255 ] {341e12ea-941c-4649-a07e-819aa84e5690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7408 2025.02.01 02:13:51.908030 [ 255 ] {341e12ea-941c-4649-a07e-819aa84e5690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7409 2025.02.01 02:13:51.908551 [ 255 ] {341e12ea-941c-4649-a07e-819aa84e5690} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7410 2025.02.01 02:13:51.908591 [ 255 ] {341e12ea-941c-4649-a07e-819aa84e5690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7411 2025.02.01 02:13:51.909180 [ 255 ] {341e12ea-941c-4649-a07e-819aa84e5690} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7412 2025.02.01 02:13:51.909413 [ 255 ] {341e12ea-941c-4649-a07e-819aa84e5690} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7413 2025.02.01 02:13:51.909628 [ 255 ] {341e12ea-941c-4649-a07e-819aa84e5690} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001663 sec., 8418.52074564041 rows/sec., 589.58 KiB/sec.
7414 2025.02.01 02:13:51.909679 [ 255 ] {341e12ea-941c-4649-a07e-819aa84e5690} <Debug> TCPHandler: Processed in 0.001853278 sec.
7415 2025.02.01 02:13:51.909831 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7416 2025.02.01 02:13:51.909957 [ 4 ] {3938a5fc-c80f-4ed3-ac24-1aea35bc3726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7417 2025.02.01 02:13:51.910009 [ 4 ] {3938a5fc-c80f-4ed3-ac24-1aea35bc3726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7418 2025.02.01 02:13:51.910622 [ 4 ] {3938a5fc-c80f-4ed3-ac24-1aea35bc3726} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7419 2025.02.01 02:13:51.910667 [ 4 ] {3938a5fc-c80f-4ed3-ac24-1aea35bc3726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7420 2025.02.01 02:13:51.911018 [ 4 ] {3938a5fc-c80f-4ed3-ac24-1aea35bc3726} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7421 2025.02.01 02:13:51.911249 [ 4 ] {3938a5fc-c80f-4ed3-ac24-1aea35bc3726} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7422 2025.02.01 02:13:51.911500 [ 4 ] {3938a5fc-c80f-4ed3-ac24-1aea35bc3726} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec.
7423 2025.02.01 02:13:51.911735 [ 4 ] {3938a5fc-c80f-4ed3-ac24-1aea35bc3726} <Debug> TCPHandler: Processed in 0.001963779 sec.
7424 2025.02.01 02:13:51.911882 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7425 2025.02.01 02:13:51.911991 [ 255 ] {13d86a78-ba3b-432a-bf97-41d099805249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7426 2025.02.01 02:13:51.912034 [ 255 ] {13d86a78-ba3b-432a-bf97-41d099805249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7427 2025.02.01 02:13:51.912709 [ 255 ] {13d86a78-ba3b-432a-bf97-41d099805249} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7428 2025.02.01 02:13:51.912748 [ 255 ] {13d86a78-ba3b-432a-bf97-41d099805249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7429 2025.02.01 02:13:51.913115 [ 255 ] {13d86a78-ba3b-432a-bf97-41d099805249} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7430 2025.02.01 02:13:51.913348 [ 255 ] {13d86a78-ba3b-432a-bf97-41d099805249} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7431 2025.02.01 02:13:51.913557 [ 255 ] {13d86a78-ba3b-432a-bf97-41d099805249} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001589 sec., 241661.42227816238 rows/sec., 17.11 MiB/sec.
7432 2025.02.01 02:13:51.913611 [ 255 ] {13d86a78-ba3b-432a-bf97-41d099805249} <Debug> TCPHandler: Processed in 0.001780047 sec.
7433 2025.02.01 02:13:51.913762 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7434 2025.02.01 02:13:51.913890 [ 4 ] {4bb90050-ad8b-453c-a6c1-b921de8aa5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7435 2025.02.01 02:13:51.913946 [ 4 ] {4bb90050-ad8b-453c-a6c1-b921de8aa5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7436 2025.02.01 02:13:51.914458 [ 4 ] {4bb90050-ad8b-453c-a6c1-b921de8aa5b5} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7437 2025.02.01 02:13:51.914504 [ 4 ] {4bb90050-ad8b-453c-a6c1-b921de8aa5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7438 2025.02.01 02:13:51.914878 [ 4 ] {4bb90050-ad8b-453c-a6c1-b921de8aa5b5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
7439 2025.02.01 02:13:51.915118 [ 4 ] {4bb90050-ad8b-453c-a6c1-b921de8aa5b5} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7440 2025.02.01 02:13:51.915317 [ 4 ] {4bb90050-ad8b-453c-a6c1-b921de8aa5b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec.
7441 2025.02.01 02:13:51.915367 [ 4 ] {4bb90050-ad8b-453c-a6c1-b921de8aa5b5} <Debug> TCPHandler: Processed in 0.001667886 sec.
7442 2025.02.01 02:13:51.915491 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7443 2025.02.01 02:13:51.915596 [ 255 ] {66a240f7-ddbc-4d0e-bbb0-4d12271ff768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7444 2025.02.01 02:13:51.915643 [ 255 ] {66a240f7-ddbc-4d0e-bbb0-4d12271ff768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7445 2025.02.01 02:13:51.916241 [ 255 ] {66a240f7-ddbc-4d0e-bbb0-4d12271ff768} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7446 2025.02.01 02:13:51.916286 [ 255 ] {66a240f7-ddbc-4d0e-bbb0-4d12271ff768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7447 2025.02.01 02:13:51.916739 [ 255 ] {66a240f7-ddbc-4d0e-bbb0-4d12271ff768} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7448 2025.02.01 02:13:51.916975 [ 255 ] {66a240f7-ddbc-4d0e-bbb0-4d12271ff768} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7449 2025.02.01 02:13:51.917170 [ 255 ] {66a240f7-ddbc-4d0e-bbb0-4d12271ff768} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001595 sec., 149216.30094043887 rows/sec., 10.00 MiB/sec.
7450 2025.02.01 02:13:51.917222 [ 255 ] {66a240f7-ddbc-4d0e-bbb0-4d12271ff768} <Debug> TCPHandler: Processed in 0.001782018 sec.
7451 2025.02.01 02:13:51.917342 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7452 2025.02.01 02:13:51.917446 [ 4 ] {2e8848a7-3554-4911-8e7f-7c8caf0b144e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7453 2025.02.01 02:13:51.917492 [ 4 ] {2e8848a7-3554-4911-8e7f-7c8caf0b144e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7454 2025.02.01 02:13:51.917894 [ 4 ] {2e8848a7-3554-4911-8e7f-7c8caf0b144e} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7455 2025.02.01 02:13:51.917932 [ 4 ] {2e8848a7-3554-4911-8e7f-7c8caf0b144e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7456 2025.02.01 02:13:51.918263 [ 4 ] {2e8848a7-3554-4911-8e7f-7c8caf0b144e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7457 2025.02.01 02:13:51.918488 [ 4 ] {2e8848a7-3554-4911-8e7f-7c8caf0b144e} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7458 2025.02.01 02:13:51.918659 [ 85 ] {} <Debug> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
7459 2025.02.01 02:13:51.918727 [ 4 ] {2e8848a7-3554-4911-8e7f-7c8caf0b144e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001299 sec., 769.8229407236336 rows/sec., 51.87 KiB/sec.
7460 2025.02.01 02:13:51.918747 [ 85 ] {} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7461 2025.02.01 02:13:51.918815 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7462 2025.02.01 02:13:51.918840 [ 4 ] {2e8848a7-3554-4911-8e7f-7c8caf0b144e} <Debug> TCPHandler: Processed in 0.001546755 sec.
7463 2025.02.01 02:13:51.919102 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7464 2025.02.01 02:13:51.919204 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
7465 2025.02.01 02:13:51.919555 [ 255 ] {351e25b3-bcae-47bd-a9c7-977271bcb673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7466 2025.02.01 02:13:51.919693 [ 255 ] {351e25b3-bcae-47bd-a9c7-977271bcb673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7467 2025.02.01 02:13:51.919719 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7468 2025.02.01 02:13:51.919763 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part
7469 2025.02.01 02:13:51.919889 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part
7470 2025.02.01 02:13:51.920252 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part
7471 2025.02.01 02:13:51.920528 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
7472 2025.02.01 02:13:51.920646 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part
7473 2025.02.01 02:13:51.920815 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
7474 2025.02.01 02:13:51.921173 [ 255 ] {351e25b3-bcae-47bd-a9c7-977271bcb673} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7475 2025.02.01 02:13:51.921214 [ 255 ] {351e25b3-bcae-47bd-a9c7-977271bcb673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7476 2025.02.01 02:13:51.921852 [ 255 ] {351e25b3-bcae-47bd-a9c7-977271bcb673} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7477 2025.02.01 02:13:51.922228 [ 255 ] {351e25b3-bcae-47bd-a9c7-977271bcb673} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7478 2025.02.01 02:13:51.922698 [ 195 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.003774317 sec., 6623.714966177987 rows/sec., 445.29 KiB/sec.
7479 2025.02.01 02:13:51.922718 [ 255 ] {351e25b3-bcae-47bd-a9c7-977271bcb673} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003337 sec., 24572.969733293376 rows/sec., 1.56 MiB/sec.
7480 2025.02.01 02:13:51.923058 [ 199 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
7481 2025.02.01 02:13:51.923141 [ 255 ] {351e25b3-bcae-47bd-a9c7-977271bcb673} <Debug> TCPHandler: Processed in 0.004212001 sec.
7482 2025.02.01 02:13:51.923760 [ 199 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7483 2025.02.01 02:13:51.923833 [ 199 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_25_5} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
7484 2025.02.01 02:13:51.923905 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
7485 2025.02.01 02:13:53.872797 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958
7486 2025.02.01 02:13:53.873539 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7487 2025.02.01 02:13:53.873591 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7488 2025.02.01 02:13:53.874128 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7489 2025.02.01 02:13:53.874390 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7490 2025.02.01 02:13:53.874616 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958
7491 2025.02.01 02:13:55.108460 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
7492 2025.02.01 02:13:55.127177 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7493 2025.02.01 02:13:55.127235 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7494 2025.02.01 02:13:55.134153 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7495 2025.02.01 02:13:55.134910 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7496 2025.02.01 02:13:55.137596 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
7497 2025.02.01 02:13:56.445011 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1046
7498 2025.02.01 02:13:56.448195 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7499 2025.02.01 02:13:56.448256 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7500 2025.02.01 02:13:56.449801 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7501 2025.02.01 02:13:56.450120 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7502 2025.02.01 02:13:56.450721 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1046
7503 2025.02.01 02:13:56.897596 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7504 2025.02.01 02:13:56.897795 [ 255 ] {b35f2928-e8c6-4599-9bc6-d979d6600dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7505 2025.02.01 02:13:56.897871 [ 255 ] {b35f2928-e8c6-4599-9bc6-d979d6600dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7506 2025.02.01 02:13:56.898682 [ 255 ] {b35f2928-e8c6-4599-9bc6-d979d6600dea} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7507 2025.02.01 02:13:56.898727 [ 255 ] {b35f2928-e8c6-4599-9bc6-d979d6600dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7508 2025.02.01 02:13:56.899170 [ 255 ] {b35f2928-e8c6-4599-9bc6-d979d6600dea} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7509 2025.02.01 02:13:56.899422 [ 255 ] {b35f2928-e8c6-4599-9bc6-d979d6600dea} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7510 2025.02.01 02:13:56.899660 [ 255 ] {b35f2928-e8c6-4599-9bc6-d979d6600dea} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001918 sec., 69864.44212721585 rows/sec., 6.03 MiB/sec.
7511 2025.02.01 02:13:56.899724 [ 255 ] {b35f2928-e8c6-4599-9bc6-d979d6600dea} <Debug> TCPHandler: Processed in 0.002247532 sec.
7512 2025.02.01 02:13:56.899918 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7513 2025.02.01 02:13:56.900038 [ 4 ] {313ad5ff-a146-4590-b13d-e54a1bbe42f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7514 2025.02.01 02:13:56.900087 [ 4 ] {313ad5ff-a146-4590-b13d-e54a1bbe42f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7515 2025.02.01 02:13:56.900650 [ 4 ] {313ad5ff-a146-4590-b13d-e54a1bbe42f4} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7516 2025.02.01 02:13:56.900690 [ 4 ] {313ad5ff-a146-4590-b13d-e54a1bbe42f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7517 2025.02.01 02:13:56.901059 [ 4 ] {313ad5ff-a146-4590-b13d-e54a1bbe42f4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7518 2025.02.01 02:13:56.901303 [ 4 ] {313ad5ff-a146-4590-b13d-e54a1bbe42f4} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7519 2025.02.01 02:13:56.901516 [ 4 ] {313ad5ff-a146-4590-b13d-e54a1bbe42f4} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001506 sec., 25896.414342629483 rows/sec., 1.90 MiB/sec.
7520 2025.02.01 02:13:56.901570 [ 4 ] {313ad5ff-a146-4590-b13d-e54a1bbe42f4} <Debug> TCPHandler: Processed in 0.001723777 sec.
7521 2025.02.01 02:13:56.901717 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7522 2025.02.01 02:13:56.901826 [ 255 ] {042c8e1c-9a75-466c-8466-c1f732d12edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7523 2025.02.01 02:13:56.901871 [ 255 ] {042c8e1c-9a75-466c-8466-c1f732d12edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7524 2025.02.01 02:13:56.902544 [ 255 ] {042c8e1c-9a75-466c-8466-c1f732d12edb} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7525 2025.02.01 02:13:56.902592 [ 255 ] {042c8e1c-9a75-466c-8466-c1f732d12edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7526 2025.02.01 02:13:56.903003 [ 255 ] {042c8e1c-9a75-466c-8466-c1f732d12edb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7527 2025.02.01 02:13:56.903253 [ 255 ] {042c8e1c-9a75-466c-8466-c1f732d12edb} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7528 2025.02.01 02:13:56.903469 [ 255 ] {042c8e1c-9a75-466c-8466-c1f732d12edb} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001663 sec., 61936.259771497294 rows/sec., 4.84 MiB/sec.
7529 2025.02.01 02:13:56.903521 [ 255 ] {042c8e1c-9a75-466c-8466-c1f732d12edb} <Debug> TCPHandler: Processed in 0.001856918 sec.
7530 2025.02.01 02:13:56.903676 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7531 2025.02.01 02:13:56.903792 [ 4 ] {efa90237-93e9-4e96-92ed-b75056ab9315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7532 2025.02.01 02:13:56.903840 [ 4 ] {efa90237-93e9-4e96-92ed-b75056ab9315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7533 2025.02.01 02:13:56.904434 [ 4 ] {efa90237-93e9-4e96-92ed-b75056ab9315} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7534 2025.02.01 02:13:56.904480 [ 4 ] {efa90237-93e9-4e96-92ed-b75056ab9315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7535 2025.02.01 02:13:56.904936 [ 4 ] {efa90237-93e9-4e96-92ed-b75056ab9315} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7536 2025.02.01 02:13:56.905181 [ 4 ] {efa90237-93e9-4e96-92ed-b75056ab9315} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7537 2025.02.01 02:13:56.905389 [ 4 ] {efa90237-93e9-4e96-92ed-b75056ab9315} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec.
7538 2025.02.01 02:13:56.905441 [ 4 ] {efa90237-93e9-4e96-92ed-b75056ab9315} <Debug> TCPHandler: Processed in 0.001830298 sec.
7539 2025.02.01 02:13:56.905571 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7540 2025.02.01 02:13:56.905681 [ 255 ] {ecce509c-4a8f-41dd-b133-66f06ab26c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7541 2025.02.01 02:13:56.905748 [ 255 ] {ecce509c-4a8f-41dd-b133-66f06ab26c87} <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
7542 2025.02.01 02:13:56.906833 [ 255 ] {ecce509c-4a8f-41dd-b133-66f06ab26c87} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7543 2025.02.01 02:13:56.906872 [ 255 ] {ecce509c-4a8f-41dd-b133-66f06ab26c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7544 2025.02.01 02:13:56.907526 [ 255 ] {ecce509c-4a8f-41dd-b133-66f06ab26c87} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7545 2025.02.01 02:13:56.907784 [ 255 ] {ecce509c-4a8f-41dd-b133-66f06ab26c87} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7546 2025.02.01 02:13:56.907967 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7547 2025.02.01 02:13:56.908066 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7548 2025.02.01 02:13:56.908076 [ 255 ] {ecce509c-4a8f-41dd-b133-66f06ab26c87} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002404 sec., 16222.961730449251 rows/sec., 29.07 MiB/sec.
7549 2025.02.01 02:13:56.908107 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7550 2025.02.01 02:13:56.908488 [ 255 ] {ecce509c-4a8f-41dd-b133-66f06ab26c87} <Debug> TCPHandler: Processed in 0.002963509 sec.
7551 2025.02.01 02:13:56.908504 [ 197 ] {020f0894-13f1-40d0-810f-1f25b7597fca::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
7552 2025.02.01 02:13:56.908685 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7553 2025.02.01 02:13:56.908959 [ 4 ] {e8875caf-5d07-4c96-86d2-5cd3cfbcbdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7554 2025.02.01 02:13:56.909074 [ 4 ] {e8875caf-5d07-4c96-86d2-5cd3cfbcbdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7555 2025.02.01 02:13:56.909311 [ 197 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7556 2025.02.01 02:13:56.909570 [ 197 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 794 rows starting from the beginning of the part
7557 2025.02.01 02:13:56.910364 [ 197 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part
7558 2025.02.01 02:13:56.911102 [ 197 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part
7559 2025.02.01 02:13:56.911127 [ 4 ] {e8875caf-5d07-4c96-86d2-5cd3cfbcbdea} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7560 2025.02.01 02:13:56.911198 [ 4 ] {e8875caf-5d07-4c96-86d2-5cd3cfbcbdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7561 2025.02.01 02:13:56.911699 [ 197 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part
7562 2025.02.01 02:13:56.912359 [ 197 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part
7563 2025.02.01 02:13:56.912666 [ 4 ] {e8875caf-5d07-4c96-86d2-5cd3cfbcbdea} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7564 2025.02.01 02:13:56.912949 [ 197 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part
7565 2025.02.01 02:13:56.913645 [ 4 ] {e8875caf-5d07-4c96-86d2-5cd3cfbcbdea} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7566 2025.02.01 02:13:56.914371 [ 4 ] {e8875caf-5d07-4c96-86d2-5cd3cfbcbdea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005483 sec., 10942.914462885281 rows/sec., 755.18 KiB/sec.
7567 2025.02.01 02:13:56.914438 [ 4 ] {e8875caf-5d07-4c96-86d2-5cd3cfbcbdea} <Debug> TCPHandler: Processed in 0.005842217 sec.
7568 2025.02.01 02:13:56.921281 [ 199 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 19 columns (19 merged, 0 gathered) in 0.013023227 sec., 75941.2394485637 rows/sec., 136.08 MiB/sec.
7569 2025.02.01 02:13:56.922448 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7570 2025.02.01 02:13:56.922908 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7571 2025.02.01 02:13:56.922997 [ 190 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7572 2025.02.01 02:13:56.923168 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.06 MiB.
7573 2025.02.01 02:13:57.000187 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.11 MiB, peak 218.78 MiB, free memory in arenas 0.00 B, will set to 212.78 MiB (RSS), difference: 3.67 MiB
7574 2025.02.01 02:14:01.247570 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache
7575 2025.02.01 02:14:01.247673 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache
7576 2025.02.01 02:14:01.374862 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446
7577 2025.02.01 02:14:01.375641 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7578 2025.02.01 02:14:01.375703 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7579 2025.02.01 02:14:01.376284 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7580 2025.02.01 02:14:01.376546 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7581 2025.02.01 02:14:01.376865 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
7582 2025.02.01 02:14:01.899362 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7583 2025.02.01 02:14:01.899567 [ 255 ] {5702cdbd-8437-49d5-bf2b-4d1018f222c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7584 2025.02.01 02:14:01.899645 [ 255 ] {5702cdbd-8437-49d5-bf2b-4d1018f222c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7585 2025.02.01 02:14:01.900447 [ 255 ] {5702cdbd-8437-49d5-bf2b-4d1018f222c1} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7586 2025.02.01 02:14:01.900491 [ 255 ] {5702cdbd-8437-49d5-bf2b-4d1018f222c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7587 2025.02.01 02:14:01.900913 [ 255 ] {5702cdbd-8437-49d5-bf2b-4d1018f222c1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7588 2025.02.01 02:14:01.901166 [ 255 ] {5702cdbd-8437-49d5-bf2b-4d1018f222c1} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7589 2025.02.01 02:14:01.901353 [ 74 ] {} <Debug> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7590 2025.02.01 02:14:01.901418 [ 255 ] {5702cdbd-8437-49d5-bf2b-4d1018f222c1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001906 sec., 7345.225603357818 rows/sec., 528.76 KiB/sec.
7591 2025.02.01 02:14:01.901431 [ 74 ] {} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7592 2025.02.01 02:14:01.901497 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7593 2025.02.01 02:14:01.901554 [ 255 ] {5702cdbd-8437-49d5-bf2b-4d1018f222c1} <Debug> TCPHandler: Processed in 0.002325962 sec.
7594 2025.02.01 02:14:01.901834 [ 187 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
7595 2025.02.01 02:14:01.901867 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7596 2025.02.01 02:14:01.902258 [ 4 ] {d4cbf48e-d7cc-4616-8c75-9067166ea9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7597 2025.02.01 02:14:01.902328 [ 187 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7598 2025.02.01 02:14:01.902347 [ 4 ] {d4cbf48e-d7cc-4616-8c75-9067166ea9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7599 2025.02.01 02:14:01.902367 [ 187 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part
7600 2025.02.01 02:14:01.902554 [ 187 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part
7601 2025.02.01 02:14:01.902996 [ 187 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part
7602 2025.02.01 02:14:01.903349 [ 187 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part
7603 2025.02.01 02:14:01.903704 [ 187 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part
7604 2025.02.01 02:14:01.904647 [ 4 ] {d4cbf48e-d7cc-4616-8c75-9067166ea9d7} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7605 2025.02.01 02:14:01.904692 [ 4 ] {d4cbf48e-d7cc-4616-8c75-9067166ea9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7606 2025.02.01 02:14:01.905274 [ 199 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003675356 sec., 19045.774069233023 rows/sec., 1.41 MiB/sec.
7607 2025.02.01 02:14:01.905316 [ 4 ] {d4cbf48e-d7cc-4616-8c75-9067166ea9d7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7608 2025.02.01 02:14:01.905497 [ 189 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7609 2025.02.01 02:14:01.905693 [ 4 ] {d4cbf48e-d7cc-4616-8c75-9067166ea9d7} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7610 2025.02.01 02:14:01.906108 [ 4 ] {d4cbf48e-d7cc-4616-8c75-9067166ea9d7} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.003941 sec., 51509.769094138544 rows/sec., 4.46 MiB/sec.
7611 2025.02.01 02:14:01.906219 [ 189 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7612 2025.02.01 02:14:01.906247 [ 4 ] {d4cbf48e-d7cc-4616-8c75-9067166ea9d7} <Debug> TCPHandler: Processed in 0.004535224 sec.
7613 2025.02.01 02:14:01.906405 [ 189 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_25_6} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7614 2025.02.01 02:14:01.906444 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7615 2025.02.01 02:14:01.906560 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
7616 2025.02.01 02:14:01.906627 [ 255 ] {778bee5f-8a93-4acd-9726-7122ec600e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7617 2025.02.01 02:14:01.906680 [ 255 ] {778bee5f-8a93-4acd-9726-7122ec600e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7618 2025.02.01 02:14:01.907271 [ 255 ] {778bee5f-8a93-4acd-9726-7122ec600e32} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7619 2025.02.01 02:14:01.907309 [ 255 ] {778bee5f-8a93-4acd-9726-7122ec600e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7620 2025.02.01 02:14:01.907656 [ 255 ] {778bee5f-8a93-4acd-9726-7122ec600e32} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7621 2025.02.01 02:14:01.907899 [ 255 ] {778bee5f-8a93-4acd-9726-7122ec600e32} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7622 2025.02.01 02:14:01.908061 [ 74 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7623 2025.02.01 02:14:01.908121 [ 74 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7624 2025.02.01 02:14:01.908136 [ 255 ] {778bee5f-8a93-4acd-9726-7122ec600e32} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001539 sec., 4548.408057179987 rows/sec., 296.33 KiB/sec.
7625 2025.02.01 02:14:01.908154 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7626 2025.02.01 02:14:01.908304 [ 255 ] {778bee5f-8a93-4acd-9726-7122ec600e32} <Debug> TCPHandler: Processed in 0.001941529 sec.
7627 2025.02.01 02:14:01.908372 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::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
7628 2025.02.01 02:14:01.908522 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7629 2025.02.01 02:14:01.908735 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7630 2025.02.01 02:14:01.908778 [ 4 ] {feb86c72-76ae-4de6-94d7-26592b9af9df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7631 2025.02.01 02:14:01.908812 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 64 rows starting from the beginning of the part
7632 2025.02.01 02:14:01.908856 [ 4 ] {feb86c72-76ae-4de6-94d7-26592b9af9df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7633 2025.02.01 02:14:01.909088 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part
7634 2025.02.01 02:14:01.909437 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part
7635 2025.02.01 02:14:01.909777 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 9 rows starting from the beginning of the part
7636 2025.02.01 02:14:01.910121 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part
7637 2025.02.01 02:14:01.910420 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part
7638 2025.02.01 02:14:01.911195 [ 4 ] {feb86c72-76ae-4de6-94d7-26592b9af9df} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7639 2025.02.01 02:14:01.911241 [ 4 ] {feb86c72-76ae-4de6-94d7-26592b9af9df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7640 2025.02.01 02:14:01.911803 [ 4 ] {feb86c72-76ae-4de6-94d7-26592b9af9df} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7641 2025.02.01 02:14:01.911995 [ 189 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.003715966 sec., 44402.98969366243 rows/sec., 3.33 MiB/sec.
7642 2025.02.01 02:14:01.912164 [ 4 ] {feb86c72-76ae-4de6-94d7-26592b9af9df} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7643 2025.02.01 02:14:01.912204 [ 189 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7644 2025.02.01 02:14:01.912558 [ 4 ] {feb86c72-76ae-4de6-94d7-26592b9af9df} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003837 sec., 3648.6838676048997 rows/sec., 255.53 KiB/sec.
7645 2025.02.01 02:14:01.912706 [ 4 ] {feb86c72-76ae-4de6-94d7-26592b9af9df} <Debug> TCPHandler: Processed in 0.004274302 sec.
7646 2025.02.01 02:14:01.912787 [ 189 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7647 2025.02.01 02:14:01.912890 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7648 2025.02.01 02:14:01.912938 [ 189 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_51_10} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7649 2025.02.01 02:14:01.913086 [ 255 ] {b5e28bca-54e8-4f91-a79a-53964bdbf7c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7650 2025.02.01 02:14:01.913087 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7651 2025.02.01 02:14:01.913162 [ 255 ] {b5e28bca-54e8-4f91-a79a-53964bdbf7c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7652 2025.02.01 02:14:01.913704 [ 255 ] {b5e28bca-54e8-4f91-a79a-53964bdbf7c6} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7653 2025.02.01 02:14:01.913744 [ 255 ] {b5e28bca-54e8-4f91-a79a-53964bdbf7c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7654 2025.02.01 02:14:01.914102 [ 255 ] {b5e28bca-54e8-4f91-a79a-53964bdbf7c6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7655 2025.02.01 02:14:01.914343 [ 255 ] {b5e28bca-54e8-4f91-a79a-53964bdbf7c6} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7656 2025.02.01 02:14:01.914500 [ 74 ] {} <Debug> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
7657 2025.02.01 02:14:01.914557 [ 74 ] {} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7658 2025.02.01 02:14:01.914593 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7659 2025.02.01 02:14:01.914600 [ 255 ] {b5e28bca-54e8-4f91-a79a-53964bdbf7c6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001572 sec., 8269.72010178117 rows/sec., 515.62 KiB/sec.
7660 2025.02.01 02:14:01.914810 [ 255 ] {b5e28bca-54e8-4f91-a79a-53964bdbf7c6} <Debug> TCPHandler: Processed in 0.00201055 sec.
7661 2025.02.01 02:14:01.914837 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full
7662 2025.02.01 02:14:01.914999 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7663 2025.02.01 02:14:01.915064 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7664 2025.02.01 02:14:01.915115 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part
7665 2025.02.01 02:14:01.915259 [ 4 ] {2de92ede-b722-45ac-bbeb-56a7d5dd785e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7666 2025.02.01 02:14:01.915405 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part
7667 2025.02.01 02:14:01.915425 [ 4 ] {2de92ede-b722-45ac-bbeb-56a7d5dd785e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7668 2025.02.01 02:14:01.915756 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part
7669 2025.02.01 02:14:01.916074 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part
7670 2025.02.01 02:14:01.916451 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part
7671 2025.02.01 02:14:01.918214 [ 4 ] {2de92ede-b722-45ac-bbeb-56a7d5dd785e} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7672 2025.02.01 02:14:01.918300 [ 4 ] {2de92ede-b722-45ac-bbeb-56a7d5dd785e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7673 2025.02.01 02:14:01.919018 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004346292 sec., 14955.276819873125 rows/sec., 990.88 KiB/sec.
7674 2025.02.01 02:14:01.919239 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
7675 2025.02.01 02:14:01.919297 [ 4 ] {2de92ede-b722-45ac-bbeb-56a7d5dd785e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7676 2025.02.01 02:14:01.919743 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7677 2025.02.01 02:14:01.919882 [ 4 ] {2de92ede-b722-45ac-bbeb-56a7d5dd785e} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7678 2025.02.01 02:14:01.919926 [ 186 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_25_6} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
7679 2025.02.01 02:14:01.920077 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7680 2025.02.01 02:14:01.920290 [ 4 ] {2de92ede-b722-45ac-bbeb-56a7d5dd785e} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005129 sec., 74478.4558393449 rows/sec., 5.27 MiB/sec.
7681 2025.02.01 02:14:01.920535 [ 4 ] {2de92ede-b722-45ac-bbeb-56a7d5dd785e} <Debug> TCPHandler: Processed in 0.005632085 sec.
7682 2025.02.01 02:14:01.920769 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7683 2025.02.01 02:14:01.920921 [ 255 ] {38213271-d21e-42b8-ab3b-670f29d01b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7684 2025.02.01 02:14:01.920980 [ 255 ] {38213271-d21e-42b8-ab3b-670f29d01b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7685 2025.02.01 02:14:01.921470 [ 255 ] {38213271-d21e-42b8-ab3b-670f29d01b0f} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7686 2025.02.01 02:14:01.921509 [ 255 ] {38213271-d21e-42b8-ab3b-670f29d01b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7687 2025.02.01 02:14:01.921869 [ 255 ] {38213271-d21e-42b8-ab3b-670f29d01b0f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
7688 2025.02.01 02:14:01.922104 [ 255 ] {38213271-d21e-42b8-ab3b-670f29d01b0f} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7689 2025.02.01 02:14:01.922314 [ 255 ] {38213271-d21e-42b8-ab3b-670f29d01b0f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 220.14 KiB/sec.
7690 2025.02.01 02:14:01.922366 [ 255 ] {38213271-d21e-42b8-ab3b-670f29d01b0f} <Debug> TCPHandler: Processed in 0.001730837 sec.
7691 2025.02.01 02:14:01.922502 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7692 2025.02.01 02:14:01.922630 [ 4 ] {ff7d6bef-1d34-42bf-a159-3b89287ba4f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7693 2025.02.01 02:14:01.922686 [ 4 ] {ff7d6bef-1d34-42bf-a159-3b89287ba4f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7694 2025.02.01 02:14:01.923275 [ 4 ] {ff7d6bef-1d34-42bf-a159-3b89287ba4f4} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7695 2025.02.01 02:14:01.923313 [ 4 ] {ff7d6bef-1d34-42bf-a159-3b89287ba4f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7696 2025.02.01 02:14:01.923695 [ 4 ] {ff7d6bef-1d34-42bf-a159-3b89287ba4f4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7697 2025.02.01 02:14:01.923932 [ 4 ] {ff7d6bef-1d34-42bf-a159-3b89287ba4f4} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7698 2025.02.01 02:14:01.924146 [ 4 ] {ff7d6bef-1d34-42bf-a159-3b89287ba4f4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001546 sec., 153298.83570504526 rows/sec., 10.28 MiB/sec.
7699 2025.02.01 02:14:01.924197 [ 4 ] {ff7d6bef-1d34-42bf-a159-3b89287ba4f4} <Debug> TCPHandler: Processed in 0.001757947 sec.
7700 2025.02.01 02:14:01.924328 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7701 2025.02.01 02:14:01.924434 [ 255 ] {c4540935-4662-4404-9a38-2ab2a5824cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7702 2025.02.01 02:14:01.924481 [ 255 ] {c4540935-4662-4404-9a38-2ab2a5824cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7703 2025.02.01 02:14:01.924907 [ 255 ] {c4540935-4662-4404-9a38-2ab2a5824cf2} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7704 2025.02.01 02:14:01.924945 [ 255 ] {c4540935-4662-4404-9a38-2ab2a5824cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7705 2025.02.01 02:14:01.925299 [ 255 ] {c4540935-4662-4404-9a38-2ab2a5824cf2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7706 2025.02.01 02:14:01.925535 [ 255 ] {c4540935-4662-4404-9a38-2ab2a5824cf2} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7707 2025.02.01 02:14:01.925733 [ 255 ] {c4540935-4662-4404-9a38-2ab2a5824cf2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec.
7708 2025.02.01 02:14:01.925782 [ 255 ] {c4540935-4662-4404-9a38-2ab2a5824cf2} <Debug> TCPHandler: Processed in 0.001505445 sec.
7709 2025.02.01 02:14:01.925931 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7710 2025.02.01 02:14:01.926040 [ 4 ] {6d1f06ff-729e-4cdc-b0fc-6389f610873e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7711 2025.02.01 02:14:01.926085 [ 4 ] {6d1f06ff-729e-4cdc-b0fc-6389f610873e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7712 2025.02.01 02:14:01.926575 [ 4 ] {6d1f06ff-729e-4cdc-b0fc-6389f610873e} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7713 2025.02.01 02:14:01.926619 [ 4 ] {6d1f06ff-729e-4cdc-b0fc-6389f610873e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7714 2025.02.01 02:14:01.927085 [ 4 ] {6d1f06ff-729e-4cdc-b0fc-6389f610873e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7715 2025.02.01 02:14:01.927323 [ 4 ] {6d1f06ff-729e-4cdc-b0fc-6389f610873e} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7716 2025.02.01 02:14:01.927529 [ 4 ] {6d1f06ff-729e-4cdc-b0fc-6389f610873e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001508 sec., 54376.65782493369 rows/sec., 3.45 MiB/sec.
7717 2025.02.01 02:14:01.927577 [ 4 ] {6d1f06ff-729e-4cdc-b0fc-6389f610873e} <Debug> TCPHandler: Processed in 0.001696987 sec.
7718 2025.02.01 02:14:02.637784 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
7719 2025.02.01 02:14:02.658115 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7720 2025.02.01 02:14:02.658178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.92 GiB.
7721 2025.02.01 02:14:02.665841 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
7722 2025.02.01 02:14:02.666603 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7723 2025.02.01 02:14:02.670548 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
7724 2025.02.01 02:14:06.260688 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7725 2025.02.01 02:14:06.260912 [ 255 ] {fe40deaf-ab38-4747-b660-c333babf5ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7726 2025.02.01 02:14:06.260993 [ 255 ] {fe40deaf-ab38-4747-b660-c333babf5ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7727 2025.02.01 02:14:06.261755 [ 255 ] {fe40deaf-ab38-4747-b660-c333babf5ed3} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7728 2025.02.01 02:14:06.261804 [ 255 ] {fe40deaf-ab38-4747-b660-c333babf5ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7729 2025.02.01 02:14:06.262224 [ 255 ] {fe40deaf-ab38-4747-b660-c333babf5ed3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7730 2025.02.01 02:14:06.262474 [ 255 ] {fe40deaf-ab38-4747-b660-c333babf5ed3} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7731 2025.02.01 02:14:06.262740 [ 255 ] {fe40deaf-ab38-4747-b660-c333babf5ed3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00188 sec., 2127.6595744680853 rows/sec., 173.50 KiB/sec.
7732 2025.02.01 02:14:06.262828 [ 255 ] {fe40deaf-ab38-4747-b660-c333babf5ed3} <Debug> TCPHandler: Processed in 0.002277052 sec.
7733 2025.02.01 02:14:06.262998 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7734 2025.02.01 02:14:06.263122 [ 4 ] {44195f79-cd44-45db-8bdc-565717e7fdd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7735 2025.02.01 02:14:06.263171 [ 4 ] {44195f79-cd44-45db-8bdc-565717e7fdd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7736 2025.02.01 02:14:06.264384 [ 4 ] {44195f79-cd44-45db-8bdc-565717e7fdd0} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7737 2025.02.01 02:14:06.264425 [ 4 ] {44195f79-cd44-45db-8bdc-565717e7fdd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7738 2025.02.01 02:14:06.264878 [ 4 ] {44195f79-cd44-45db-8bdc-565717e7fdd0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7739 2025.02.01 02:14:06.265122 [ 4 ] {44195f79-cd44-45db-8bdc-565717e7fdd0} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7740 2025.02.01 02:14:06.265292 [ 68 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7741 2025.02.01 02:14:06.265353 [ 4 ] {44195f79-cd44-45db-8bdc-565717e7fdd0} <Debug> executeQuery: Read 1276 rows, 108.54 KiB in 0.002257 sec., 565352.237483385 rows/sec., 46.96 MiB/sec.
7742 2025.02.01 02:14:06.265376 [ 68 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7743 2025.02.01 02:14:06.265444 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7744 2025.02.01 02:14:06.265480 [ 4 ] {44195f79-cd44-45db-8bdc-565717e7fdd0} <Debug> TCPHandler: Processed in 0.002536145 sec.
7745 2025.02.01 02:14:06.265687 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7746 2025.02.01 02:14:06.265703 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7747 2025.02.01 02:14:06.265904 [ 255 ] {29307a64-1286-4f7c-b425-6f052fc5733c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7748 2025.02.01 02:14:06.266013 [ 255 ] {29307a64-1286-4f7c-b425-6f052fc5733c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7749 2025.02.01 02:14:06.266031 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7750 2025.02.01 02:14:06.266138 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1432 rows starting from the beginning of the part
7751 2025.02.01 02:14:06.266431 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 134 rows starting from the beginning of the part
7752 2025.02.01 02:14:06.266716 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 204 rows starting from the beginning of the part
7753 2025.02.01 02:14:06.267166 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 134 rows starting from the beginning of the part
7754 2025.02.01 02:14:06.267502 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 203 rows starting from the beginning of the part
7755 2025.02.01 02:14:06.267810 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1276 rows starting from the beginning of the part
7756 2025.02.01 02:14:06.268880 [ 255 ] {29307a64-1286-4f7c-b425-6f052fc5733c} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7757 2025.02.01 02:14:06.268953 [ 255 ] {29307a64-1286-4f7c-b425-6f052fc5733c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7758 2025.02.01 02:14:06.269752 [ 255 ] {29307a64-1286-4f7c-b425-6f052fc5733c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7759 2025.02.01 02:14:06.270288 [ 255 ] {29307a64-1286-4f7c-b425-6f052fc5733c} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7760 2025.02.01 02:14:06.270571 [ 255 ] {29307a64-1286-4f7c-b425-6f052fc5733c} <Debug> executeQuery: Read 43 rows, 3.21 KiB in 0.004734 sec., 9083.227714406421 rows/sec., 678.48 KiB/sec.
7761 2025.02.01 02:14:06.270644 [ 255 ] {29307a64-1286-4f7c-b425-6f052fc5733c} <Debug> TCPHandler: Processed in 0.005056909 sec.
7762 2025.02.01 02:14:06.270799 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7763 2025.02.01 02:14:06.270980 [ 4 ] {78894b6d-fa40-4621-a572-e70622230b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7764 2025.02.01 02:14:06.271097 [ 4 ] {78894b6d-fa40-4621-a572-e70622230b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7765 2025.02.01 02:14:06.271442 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3383 rows, containing 5 columns (5 merged, 0 gathered) in 0.005878548 sec., 575482.2449353139 rows/sec., 50.55 MiB/sec.
7766 2025.02.01 02:14:06.271755 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7767 2025.02.01 02:14:06.272301 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7768 2025.02.01 02:14:06.272429 [ 4 ] {78894b6d-fa40-4621-a572-e70622230b7f} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7769 2025.02.01 02:14:06.272477 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_56_11} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7770 2025.02.01 02:14:06.272485 [ 4 ] {78894b6d-fa40-4621-a572-e70622230b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7771 2025.02.01 02:14:06.272636 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
7772 2025.02.01 02:14:06.272978 [ 4 ] {78894b6d-fa40-4621-a572-e70622230b7f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7773 2025.02.01 02:14:06.273228 [ 4 ] {78894b6d-fa40-4621-a572-e70622230b7f} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7774 2025.02.01 02:14:06.273481 [ 4 ] {78894b6d-fa40-4621-a572-e70622230b7f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002561 sec., 89027.72354549005 rows/sec., 6.03 MiB/sec.
7775 2025.02.01 02:14:06.273660 [ 4 ] {78894b6d-fa40-4621-a572-e70622230b7f} <Debug> TCPHandler: Processed in 0.002908978 sec.
7776 2025.02.01 02:14:06.273912 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7777 2025.02.01 02:14:06.274070 [ 255 ] {544a7a21-43ea-4f61-b5e1-f4fb17f6e8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7778 2025.02.01 02:14:06.274139 [ 255 ] {544a7a21-43ea-4f61-b5e1-f4fb17f6e8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7779 2025.02.01 02:14:06.275157 [ 255 ] {544a7a21-43ea-4f61-b5e1-f4fb17f6e8d5} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7780 2025.02.01 02:14:06.275202 [ 255 ] {544a7a21-43ea-4f61-b5e1-f4fb17f6e8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7781 2025.02.01 02:14:06.275692 [ 255 ] {544a7a21-43ea-4f61-b5e1-f4fb17f6e8d5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7782 2025.02.01 02:14:06.276007 [ 255 ] {544a7a21-43ea-4f61-b5e1-f4fb17f6e8d5} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7783 2025.02.01 02:14:06.276206 [ 68 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7784 2025.02.01 02:14:06.276277 [ 68 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7785 2025.02.01 02:14:06.276315 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7786 2025.02.01 02:14:06.276337 [ 255 ] {544a7a21-43ea-4f61-b5e1-f4fb17f6e8d5} <Debug> executeQuery: Read 563 rows, 42.85 KiB in 0.002291 sec., 245744.21649934526 rows/sec., 18.27 MiB/sec.
7787 2025.02.01 02:14:06.276592 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7788 2025.02.01 02:14:06.276592 [ 255 ] {544a7a21-43ea-4f61-b5e1-f4fb17f6e8d5} <Debug> TCPHandler: Processed in 0.002823438 sec.
7789 2025.02.01 02:14:06.276828 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7790 2025.02.01 02:14:06.276856 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7791 2025.02.01 02:14:06.276878 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part
7792 2025.02.01 02:14:06.277146 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 103 rows starting from the beginning of the part
7793 2025.02.01 02:14:06.277218 [ 4 ] {87737a56-7688-4813-a309-e18d6fd610f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7794 2025.02.01 02:14:06.277447 [ 4 ] {87737a56-7688-4813-a309-e18d6fd610f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7795 2025.02.01 02:14:06.277471 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 384 rows starting from the beginning of the part
7796 2025.02.01 02:14:06.277845 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 103 rows starting from the beginning of the part
7797 2025.02.01 02:14:06.278196 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 382 rows starting from the beginning of the part
7798 2025.02.01 02:14:06.278723 [ 192 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 563 rows starting from the beginning of the part
7799 2025.02.01 02:14:06.280233 [ 4 ] {87737a56-7688-4813-a309-e18d6fd610f7} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7800 2025.02.01 02:14:06.280311 [ 4 ] {87737a56-7688-4813-a309-e18d6fd610f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7801 2025.02.01 02:14:06.281453 [ 4 ] {87737a56-7688-4813-a309-e18d6fd610f7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7802 2025.02.01 02:14:06.282058 [ 4 ] {87737a56-7688-4813-a309-e18d6fd610f7} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7803 2025.02.01 02:14:06.282147 [ 193 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2448 rows, containing 5 columns (5 merged, 0 gathered) in 0.005739166 sec., 426542.8112725786 rows/sec., 32.74 MiB/sec.
7804 2025.02.01 02:14:06.282327 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7805 2025.02.01 02:14:06.282423 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7806 2025.02.01 02:14:06.282491 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7807 2025.02.01 02:14:06.282554 [ 4 ] {87737a56-7688-4813-a309-e18d6fd610f7} <Debug> executeQuery: Read 918 rows, 63.23 KiB in 0.005431 sec., 169029.64463266433 rows/sec., 11.37 MiB/sec.
7808 2025.02.01 02:14:06.282606 [ 191 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7809 2025.02.01 02:14:06.282967 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7810 2025.02.01 02:14:06.283006 [ 4 ] {87737a56-7688-4813-a309-e18d6fd610f7} <Debug> TCPHandler: Processed in 0.006263311 sec.
7811 2025.02.01 02:14:06.283293 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7812 2025.02.01 02:14:06.283321 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7813 2025.02.01 02:14:06.283401 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16513 rows starting from the beginning of the part
7814 2025.02.01 02:14:06.283705 [ 255 ] {f12f1abc-caf5-4ef0-b249-976343f046a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7815 2025.02.01 02:14:06.283747 [ 191 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7816 2025.02.01 02:14:06.283855 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part
7817 2025.02.01 02:14:06.284195 [ 191 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_56_11} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7818 2025.02.01 02:14:06.284320 [ 255 ] {f12f1abc-caf5-4ef0-b249-976343f046a5} <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
7819 2025.02.01 02:14:06.284426 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 238 rows starting from the beginning of the part
7820 2025.02.01 02:14:06.284542 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
7821 2025.02.01 02:14:06.284935 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part
7822 2025.02.01 02:14:06.285390 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part
7823 2025.02.01 02:14:06.285758 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 918 rows starting from the beginning of the part
7824 2025.02.01 02:14:06.288725 [ 255 ] {f12f1abc-caf5-4ef0-b249-976343f046a5} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7825 2025.02.01 02:14:06.288794 [ 255 ] {f12f1abc-caf5-4ef0-b249-976343f046a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7826 2025.02.01 02:14:06.290373 [ 255 ] {f12f1abc-caf5-4ef0-b249-976343f046a5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7827 2025.02.01 02:14:06.290639 [ 255 ] {f12f1abc-caf5-4ef0-b249-976343f046a5} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7828 2025.02.01 02:14:06.291077 [ 255 ] {f12f1abc-caf5-4ef0-b249-976343f046a5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007541 sec., 5171.727887548071 rows/sec., 9.27 MiB/sec.
7829 2025.02.01 02:14:06.291360 [ 255 ] {f12f1abc-caf5-4ef0-b249-976343f046a5} <Debug> TCPHandler: Processed in 0.008234061 sec.
7830 2025.02.01 02:14:06.291545 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7831 2025.02.01 02:14:06.291712 [ 4 ] {d8582857-4841-46ef-87d9-d1bbe05f91bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7832 2025.02.01 02:14:06.291769 [ 4 ] {d8582857-4841-46ef-87d9-d1bbe05f91bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7833 2025.02.01 02:14:06.292335 [ 4 ] {d8582857-4841-46ef-87d9-d1bbe05f91bf} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7834 2025.02.01 02:14:06.292373 [ 4 ] {d8582857-4841-46ef-87d9-d1bbe05f91bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7835 2025.02.01 02:14:06.292885 [ 4 ] {d8582857-4841-46ef-87d9-d1bbe05f91bf} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7836 2025.02.01 02:14:06.293150 [ 4 ] {d8582857-4841-46ef-87d9-d1bbe05f91bf} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7837 2025.02.01 02:14:06.293653 [ 68 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7838 2025.02.01 02:14:06.293679 [ 4 ] {d8582857-4841-46ef-87d9-d1bbe05f91bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002 sec., 30000 rows/sec., 2.02 MiB/sec.
7839 2025.02.01 02:14:06.293790 [ 68 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7840 2025.02.01 02:14:06.293949 [ 4 ] {d8582857-4841-46ef-87d9-d1bbe05f91bf} <Debug> TCPHandler: Processed in 0.002468215 sec.
7841 2025.02.01 02:14:06.293961 [ 188 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18226 rows, containing 5 columns (5 merged, 0 gathered) in 0.011368751 sec., 1603166.434026042 rows/sec., 108.25 MiB/sec.
7842 2025.02.01 02:14:06.293975 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7843 2025.02.01 02:14:06.294188 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
7844 2025.02.01 02:14:06.294323 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7845 2025.02.01 02:14:06.294354 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3278 rows starting from the beginning of the part
7846 2025.02.01 02:14:06.294413 [ 194 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7847 2025.02.01 02:14:06.294536 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part
7848 2025.02.01 02:14:06.294831 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part
7849 2025.02.01 02:14:06.295091 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part
7850 2025.02.01 02:14:06.295309 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part
7851 2025.02.01 02:14:06.295487 [ 194 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7852 2025.02.01 02:14:06.295631 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part
7853 2025.02.01 02:14:06.295862 [ 194 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7854 2025.02.01 02:14:06.296133 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.14 MiB.
7855 2025.02.01 02:14:06.297575 [ 195 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3622 rows, containing 4 columns (4 merged, 0 gathered) in 0.003446304 sec., 1050980.9929710205 rows/sec., 68.58 MiB/sec.
7856 2025.02.01 02:14:06.297868 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7857 2025.02.01 02:14:06.298179 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7858 2025.02.01 02:14:06.298260 [ 194 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_56_11} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7859 2025.02.01 02:14:06.298345 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
7860 2025.02.01 02:14:06.451076 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1094
7861 2025.02.01 02:14:06.454495 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7862 2025.02.01 02:14:06.454550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7863 2025.02.01 02:14:06.456074 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
7864 2025.02.01 02:14:06.456384 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7865 2025.02.01 02:14:06.456933 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1094
7866 2025.02.01 02:14:08.877130 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873
7867 2025.02.01 02:14:08.877865 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7868 2025.02.01 02:14:08.877918 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7869 2025.02.01 02:14:08.878500 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7870 2025.02.01 02:14:08.878771 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7871 2025.02.01 02:14:08.879020 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873
7872 2025.02.01 02:14:10.170751 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
7873 2025.02.01 02:14:10.192128 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7874 2025.02.01 02:14:10.192187 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7875 2025.02.01 02:14:10.199625 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
7876 2025.02.01 02:14:10.200390 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7877 2025.02.01 02:14:10.203542 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
7878 2025.02.01 02:14:11.899637 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7879 2025.02.01 02:14:11.899849 [ 255 ] {6a5a4d93-1f00-4267-aa3e-dd3ceff248f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7880 2025.02.01 02:14:11.899932 [ 255 ] {6a5a4d93-1f00-4267-aa3e-dd3ceff248f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7881 2025.02.01 02:14:11.900727 [ 255 ] {6a5a4d93-1f00-4267-aa3e-dd3ceff248f1} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7882 2025.02.01 02:14:11.900782 [ 255 ] {6a5a4d93-1f00-4267-aa3e-dd3ceff248f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7883 2025.02.01 02:14:11.901220 [ 255 ] {6a5a4d93-1f00-4267-aa3e-dd3ceff248f1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7884 2025.02.01 02:14:11.901477 [ 255 ] {6a5a4d93-1f00-4267-aa3e-dd3ceff248f1} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7885 2025.02.01 02:14:11.901744 [ 255 ] {6a5a4d93-1f00-4267-aa3e-dd3ceff248f1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001943 sec., 7205.352547606793 rows/sec., 518.69 KiB/sec.
7886 2025.02.01 02:14:11.901850 [ 255 ] {6a5a4d93-1f00-4267-aa3e-dd3ceff248f1} <Debug> TCPHandler: Processed in 0.002353713 sec.
7887 2025.02.01 02:14:11.902098 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7888 2025.02.01 02:14:11.902299 [ 4 ] {bf36de9b-303b-4ac9-9f6d-08c7abd68bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7889 2025.02.01 02:14:11.902351 [ 4 ] {bf36de9b-303b-4ac9-9f6d-08c7abd68bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7890 2025.02.01 02:14:11.902981 [ 4 ] {bf36de9b-303b-4ac9-9f6d-08c7abd68bf7} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7891 2025.02.01 02:14:11.903023 [ 4 ] {bf36de9b-303b-4ac9-9f6d-08c7abd68bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7892 2025.02.01 02:14:11.903412 [ 4 ] {bf36de9b-303b-4ac9-9f6d-08c7abd68bf7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7893 2025.02.01 02:14:11.903653 [ 4 ] {bf36de9b-303b-4ac9-9f6d-08c7abd68bf7} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7894 2025.02.01 02:14:11.903872 [ 4 ] {bf36de9b-303b-4ac9-9f6d-08c7abd68bf7} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001613 sec., 125852.44885306881 rows/sec., 10.89 MiB/sec.
7895 2025.02.01 02:14:11.903926 [ 4 ] {bf36de9b-303b-4ac9-9f6d-08c7abd68bf7} <Debug> TCPHandler: Processed in 0.001956619 sec.
7896 2025.02.01 02:14:11.904066 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7897 2025.02.01 02:14:11.904185 [ 255 ] {bd2846cd-e14a-4a81-8ec7-40186f8b7477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7898 2025.02.01 02:14:11.904233 [ 255 ] {bd2846cd-e14a-4a81-8ec7-40186f8b7477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7899 2025.02.01 02:14:11.904749 [ 255 ] {bd2846cd-e14a-4a81-8ec7-40186f8b7477} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7900 2025.02.01 02:14:11.904789 [ 255 ] {bd2846cd-e14a-4a81-8ec7-40186f8b7477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7901 2025.02.01 02:14:11.905153 [ 255 ] {bd2846cd-e14a-4a81-8ec7-40186f8b7477} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7902 2025.02.01 02:14:11.905392 [ 255 ] {bd2846cd-e14a-4a81-8ec7-40186f8b7477} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7903 2025.02.01 02:14:11.905607 [ 255 ] {bd2846cd-e14a-4a81-8ec7-40186f8b7477} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001447 sec., 4837.5950241879755 rows/sec., 315.17 KiB/sec.
7904 2025.02.01 02:14:11.905661 [ 255 ] {bd2846cd-e14a-4a81-8ec7-40186f8b7477} <Debug> TCPHandler: Processed in 0.001651326 sec.
7905 2025.02.01 02:14:11.905808 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7906 2025.02.01 02:14:11.905918 [ 4 ] {0c9e6fdb-8bbf-4647-b58b-357c710a3d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7907 2025.02.01 02:14:11.905963 [ 4 ] {0c9e6fdb-8bbf-4647-b58b-357c710a3d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7908 2025.02.01 02:14:11.906484 [ 4 ] {0c9e6fdb-8bbf-4647-b58b-357c710a3d21} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7909 2025.02.01 02:14:11.906523 [ 4 ] {0c9e6fdb-8bbf-4647-b58b-357c710a3d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7910 2025.02.01 02:14:11.906876 [ 4 ] {0c9e6fdb-8bbf-4647-b58b-357c710a3d21} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7911 2025.02.01 02:14:11.907124 [ 4 ] {0c9e6fdb-8bbf-4647-b58b-357c710a3d21} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7912 2025.02.01 02:14:11.907296 [ 60 ] {} <Debug> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7913 2025.02.01 02:14:11.907355 [ 4 ] {0c9e6fdb-8bbf-4647-b58b-357c710a3d21} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001456 sec., 9615.384615384615 rows/sec., 673.40 KiB/sec.
7914 2025.02.01 02:14:11.907369 [ 60 ] {} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7915 2025.02.01 02:14:11.907433 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7916 2025.02.01 02:14:11.907485 [ 4 ] {0c9e6fdb-8bbf-4647-b58b-357c710a3d21} <Debug> TCPHandler: Processed in 0.001736877 sec.
7917 2025.02.01 02:14:11.907695 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7918 2025.02.01 02:14:11.907757 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::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
7919 2025.02.01 02:14:11.907856 [ 255 ] {ddd6e399-4fdd-4b1d-8ab5-2898d9279c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7920 2025.02.01 02:14:11.907958 [ 255 ] {ddd6e399-4fdd-4b1d-8ab5-2898d9279c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7921 2025.02.01 02:14:11.908259 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7922 2025.02.01 02:14:11.908386 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part
7923 2025.02.01 02:14:11.908721 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part
7924 2025.02.01 02:14:11.909121 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part
7925 2025.02.01 02:14:11.909537 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part
7926 2025.02.01 02:14:11.909912 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 228 rows starting from the beginning of the part
7927 2025.02.01 02:14:11.910249 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part
7928 2025.02.01 02:14:11.911064 [ 255 ] {ddd6e399-4fdd-4b1d-8ab5-2898d9279c6e} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7929 2025.02.01 02:14:11.911125 [ 255 ] {ddd6e399-4fdd-4b1d-8ab5-2898d9279c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7930 2025.02.01 02:14:11.911980 [ 255 ] {ddd6e399-4fdd-4b1d-8ab5-2898d9279c6e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7931 2025.02.01 02:14:11.912533 [ 255 ] {ddd6e399-4fdd-4b1d-8ab5-2898d9279c6e} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7932 2025.02.01 02:14:11.913088 [ 255 ] {ddd6e399-4fdd-4b1d-8ab5-2898d9279c6e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005251 sec., 2475.7189106836795 rows/sec., 154.36 KiB/sec.
7933 2025.02.01 02:14:11.913504 [ 255 ] {ddd6e399-4fdd-4b1d-8ab5-2898d9279c6e} <Debug> TCPHandler: Processed in 0.005918218 sec.
7934 2025.02.01 02:14:11.913707 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.006078839 sec., 86694.18617601157 rows/sec., 6.21 MiB/sec.
7935 2025.02.01 02:14:11.913758 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7936 2025.02.01 02:14:11.913891 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7937 2025.02.01 02:14:11.913963 [ 4 ] {68695404-2de9-471e-b185-72a63a393c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7938 2025.02.01 02:14:11.914049 [ 4 ] {68695404-2de9-471e-b185-72a63a393c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7939 2025.02.01 02:14:11.914414 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7940 2025.02.01 02:14:11.914660 [ 197 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_36_7} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7941 2025.02.01 02:14:11.914824 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
7942 2025.02.01 02:14:11.915237 [ 4 ] {68695404-2de9-471e-b185-72a63a393c6c} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7943 2025.02.01 02:14:11.915282 [ 4 ] {68695404-2de9-471e-b185-72a63a393c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7944 2025.02.01 02:14:11.915676 [ 4 ] {68695404-2de9-471e-b185-72a63a393c6c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7945 2025.02.01 02:14:11.915928 [ 4 ] {68695404-2de9-471e-b185-72a63a393c6c} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7946 2025.02.01 02:14:11.916151 [ 4 ] {68695404-2de9-471e-b185-72a63a393c6c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002262 sec., 168877.09991158266 rows/sec., 11.95 MiB/sec.
7947 2025.02.01 02:14:11.916220 [ 4 ] {68695404-2de9-471e-b185-72a63a393c6c} <Debug> TCPHandler: Processed in 0.002578456 sec.
7948 2025.02.01 02:14:11.916360 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7949 2025.02.01 02:14:11.916491 [ 255 ] {0f730479-e679-49a8-901f-7b44c30082d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
7950 2025.02.01 02:14:11.916547 [ 255 ] {0f730479-e679-49a8-901f-7b44c30082d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
7951 2025.02.01 02:14:11.917069 [ 255 ] {0f730479-e679-49a8-901f-7b44c30082d0} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7952 2025.02.01 02:14:11.917115 [ 255 ] {0f730479-e679-49a8-901f-7b44c30082d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7953 2025.02.01 02:14:11.917533 [ 255 ] {0f730479-e679-49a8-901f-7b44c30082d0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
7954 2025.02.01 02:14:11.917770 [ 255 ] {0f730479-e679-49a8-901f-7b44c30082d0} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7955 2025.02.01 02:14:11.917942 [ 60 ] {} <Debug> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
7956 2025.02.01 02:14:11.918010 [ 60 ] {} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7957 2025.02.01 02:14:11.918017 [ 255 ] {0f730479-e679-49a8-901f-7b44c30082d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec.
7958 2025.02.01 02:14:11.918057 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7959 2025.02.01 02:14:11.918137 [ 255 ] {0f730479-e679-49a8-901f-7b44c30082d0} <Debug> TCPHandler: Processed in 0.001833348 sec.
7960 2025.02.01 02:14:11.918351 [ 197 ] {08300b10-0744-44b6-9340-05691b499286::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
7961 2025.02.01 02:14:11.918365 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7962 2025.02.01 02:14:11.918585 [ 197 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7963 2025.02.01 02:14:11.918612 [ 4 ] {266c0dea-c381-4a96-85dc-eaeb2fa41b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7964 2025.02.01 02:14:11.918633 [ 197 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part
7965 2025.02.01 02:14:11.918730 [ 4 ] {266c0dea-c381-4a96-85dc-eaeb2fa41b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7966 2025.02.01 02:14:11.918909 [ 197 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part
7967 2025.02.01 02:14:11.919262 [ 197 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part
7968 2025.02.01 02:14:11.919650 [ 197 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part
7969 2025.02.01 02:14:11.919967 [ 197 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part
7970 2025.02.01 02:14:11.920246 [ 197 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part
7971 2025.02.01 02:14:11.921625 [ 4 ] {266c0dea-c381-4a96-85dc-eaeb2fa41b85} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7972 2025.02.01 02:14:11.921702 [ 4 ] {266c0dea-c381-4a96-85dc-eaeb2fa41b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7973 2025.02.01 02:14:11.922947 [ 4 ] {266c0dea-c381-4a96-85dc-eaeb2fa41b85} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7974 2025.02.01 02:14:11.922971 [ 190 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004780586 sec., 32631.982773659965 rows/sec., 1.66 MiB/sec.
7975 2025.02.01 02:14:11.923209 [ 190 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
7976 2025.02.01 02:14:11.923403 [ 4 ] {266c0dea-c381-4a96-85dc-eaeb2fa41b85} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7977 2025.02.01 02:14:11.923932 [ 4 ] {266c0dea-c381-4a96-85dc-eaeb2fa41b85} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005357 sec., 44241.17976479373 rows/sec., 2.97 MiB/sec.
7978 2025.02.01 02:14:11.924005 [ 190 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7979 2025.02.01 02:14:11.924267 [ 4 ] {266c0dea-c381-4a96-85dc-eaeb2fa41b85} <Debug> TCPHandler: Processed in 0.006018239 sec.
7980 2025.02.01 02:14:11.924539 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7981 2025.02.01 02:14:11.924720 [ 190 ] {08300b10-0744-44b6-9340-05691b499286::all_1_26_5} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
7982 2025.02.01 02:14:11.924872 [ 255 ] {255bfdbc-a21c-4c4d-8587-48322d93aaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
7983 2025.02.01 02:14:11.924969 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
7984 2025.02.01 02:14:11.924983 [ 255 ] {255bfdbc-a21c-4c4d-8587-48322d93aaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
7985 2025.02.01 02:14:11.925506 [ 255 ] {255bfdbc-a21c-4c4d-8587-48322d93aaca} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7986 2025.02.01 02:14:11.925555 [ 255 ] {255bfdbc-a21c-4c4d-8587-48322d93aaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7987 2025.02.01 02:14:11.925936 [ 255 ] {255bfdbc-a21c-4c4d-8587-48322d93aaca} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
7988 2025.02.01 02:14:11.926185 [ 255 ] {255bfdbc-a21c-4c4d-8587-48322d93aaca} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7989 2025.02.01 02:14:11.926370 [ 255 ] {255bfdbc-a21c-4c4d-8587-48322d93aaca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001602 sec., 624.2197253433209 rows/sec., 42.06 KiB/sec.
7990 2025.02.01 02:14:11.926426 [ 255 ] {255bfdbc-a21c-4c4d-8587-48322d93aaca} <Debug> TCPHandler: Processed in 0.00203257 sec.
7991 2025.02.01 02:14:11.926579 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7992 2025.02.01 02:14:11.926690 [ 4 ] {c265019c-c274-4e7e-8eb4-1b8e1b1f8eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7993 2025.02.01 02:14:11.926736 [ 4 ] {c265019c-c274-4e7e-8eb4-1b8e1b1f8eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7994 2025.02.01 02:14:11.927196 [ 4 ] {c265019c-c274-4e7e-8eb4-1b8e1b1f8eca} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7995 2025.02.01 02:14:11.927234 [ 4 ] {c265019c-c274-4e7e-8eb4-1b8e1b1f8eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
7996 2025.02.01 02:14:11.927600 [ 4 ] {c265019c-c274-4e7e-8eb4-1b8e1b1f8eca} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7997 2025.02.01 02:14:11.927840 [ 4 ] {c265019c-c274-4e7e-8eb4-1b8e1b1f8eca} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7998 2025.02.01 02:14:11.928015 [ 4 ] {c265019c-c274-4e7e-8eb4-1b8e1b1f8eca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001349 sec., 60785.76723498888 rows/sec., 3.86 MiB/sec.
7999 2025.02.01 02:14:11.928064 [ 4 ] {c265019c-c274-4e7e-8eb4-1b8e1b1f8eca} <Debug> TCPHandler: Processed in 0.001554885 sec.
8000 2025.02.01 02:14:16.247754 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache
8001 2025.02.01 02:14:16.247852 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache
8002 2025.02.01 02:14:16.379280 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361
8003 2025.02.01 02:14:16.380156 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8004 2025.02.01 02:14:16.380205 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8005 2025.02.01 02:14:16.380737 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8006 2025.02.01 02:14:16.380999 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8007 2025.02.01 02:14:16.381290 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
8008 2025.02.01 02:14:16.457416 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1114
8009 2025.02.01 02:14:16.460552 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8010 2025.02.01 02:14:16.460609 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8011 2025.02.01 02:14:16.462094 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8012 2025.02.01 02:14:16.462412 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8013 2025.02.01 02:14:16.463725 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1114
8014 2025.02.01 02:14:16.898763 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8015 2025.02.01 02:14:16.898933 [ 255 ] {a92de7b3-35ab-4386-aff2-5394631097bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8016 2025.02.01 02:14:16.898996 [ 255 ] {a92de7b3-35ab-4386-aff2-5394631097bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8017 2025.02.01 02:14:16.899728 [ 255 ] {a92de7b3-35ab-4386-aff2-5394631097bf} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8018 2025.02.01 02:14:16.899773 [ 255 ] {a92de7b3-35ab-4386-aff2-5394631097bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8019 2025.02.01 02:14:16.900176 [ 255 ] {a92de7b3-35ab-4386-aff2-5394631097bf} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8020 2025.02.01 02:14:16.900428 [ 255 ] {a92de7b3-35ab-4386-aff2-5394631097bf} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8021 2025.02.01 02:14:16.900676 [ 255 ] {a92de7b3-35ab-4386-aff2-5394631097bf} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001791 sec., 74818.53713009492 rows/sec., 6.45 MiB/sec.
8022 2025.02.01 02:14:16.900734 [ 255 ] {a92de7b3-35ab-4386-aff2-5394631097bf} <Debug> TCPHandler: Processed in 0.00206004 sec.
8023 2025.02.01 02:14:16.900921 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8024 2025.02.01 02:14:16.901064 [ 4 ] {e236ec69-dbee-4a66-a2b1-8d69a4545b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8025 2025.02.01 02:14:16.901124 [ 4 ] {e236ec69-dbee-4a66-a2b1-8d69a4545b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8026 2025.02.01 02:14:16.901758 [ 4 ] {e236ec69-dbee-4a66-a2b1-8d69a4545b85} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8027 2025.02.01 02:14:16.901799 [ 4 ] {e236ec69-dbee-4a66-a2b1-8d69a4545b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8028 2025.02.01 02:14:16.902156 [ 4 ] {e236ec69-dbee-4a66-a2b1-8d69a4545b85} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8029 2025.02.01 02:14:16.902412 [ 4 ] {e236ec69-dbee-4a66-a2b1-8d69a4545b85} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8030 2025.02.01 02:14:16.902635 [ 4 ] {e236ec69-dbee-4a66-a2b1-8d69a4545b85} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001604 sec., 24314.2144638404 rows/sec., 1.79 MiB/sec.
8031 2025.02.01 02:14:16.902688 [ 4 ] {e236ec69-dbee-4a66-a2b1-8d69a4545b85} <Debug> TCPHandler: Processed in 0.001836308 sec.
8032 2025.02.01 02:14:16.902839 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8033 2025.02.01 02:14:16.902971 [ 255 ] {edbd0446-2958-4aff-a97e-4eb91c9aa20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8034 2025.02.01 02:14:16.903035 [ 255 ] {edbd0446-2958-4aff-a97e-4eb91c9aa20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8035 2025.02.01 02:14:16.903685 [ 255 ] {edbd0446-2958-4aff-a97e-4eb91c9aa20f} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8036 2025.02.01 02:14:16.903725 [ 255 ] {edbd0446-2958-4aff-a97e-4eb91c9aa20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8037 2025.02.01 02:14:16.904092 [ 255 ] {edbd0446-2958-4aff-a97e-4eb91c9aa20f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8038 2025.02.01 02:14:16.904329 [ 255 ] {edbd0446-2958-4aff-a97e-4eb91c9aa20f} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8039 2025.02.01 02:14:16.904558 [ 255 ] {edbd0446-2958-4aff-a97e-4eb91c9aa20f} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001618 sec., 63658.83807169345 rows/sec., 4.97 MiB/sec.
8040 2025.02.01 02:14:16.904652 [ 255 ] {edbd0446-2958-4aff-a97e-4eb91c9aa20f} <Debug> TCPHandler: Processed in 0.001873248 sec.
8041 2025.02.01 02:14:16.904855 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8042 2025.02.01 02:14:16.905033 [ 4 ] {96f87cc4-d670-4852-956b-933235d8cc36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8043 2025.02.01 02:14:16.905094 [ 4 ] {96f87cc4-d670-4852-956b-933235d8cc36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8044 2025.02.01 02:14:16.905707 [ 4 ] {96f87cc4-d670-4852-956b-933235d8cc36} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8045 2025.02.01 02:14:16.905745 [ 4 ] {96f87cc4-d670-4852-956b-933235d8cc36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8046 2025.02.01 02:14:16.906128 [ 4 ] {96f87cc4-d670-4852-956b-933235d8cc36} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8047 2025.02.01 02:14:16.906373 [ 4 ] {96f87cc4-d670-4852-956b-933235d8cc36} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8048 2025.02.01 02:14:16.906595 [ 4 ] {96f87cc4-d670-4852-956b-933235d8cc36} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec.
8049 2025.02.01 02:14:16.906659 [ 4 ] {96f87cc4-d670-4852-956b-933235d8cc36} <Debug> TCPHandler: Processed in 0.001922139 sec.
8050 2025.02.01 02:14:16.906818 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8051 2025.02.01 02:14:16.906941 [ 255 ] {4867b7a9-af10-4592-8449-d74adf491001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8052 2025.02.01 02:14:16.907009 [ 255 ] {4867b7a9-af10-4592-8449-d74adf491001} <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
8053 2025.02.01 02:14:16.908093 [ 255 ] {4867b7a9-af10-4592-8449-d74adf491001} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8054 2025.02.01 02:14:16.908131 [ 255 ] {4867b7a9-af10-4592-8449-d74adf491001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8055 2025.02.01 02:14:16.908795 [ 255 ] {4867b7a9-af10-4592-8449-d74adf491001} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8056 2025.02.01 02:14:16.909057 [ 255 ] {4867b7a9-af10-4592-8449-d74adf491001} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8057 2025.02.01 02:14:16.909394 [ 255 ] {4867b7a9-af10-4592-8449-d74adf491001} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002461 sec., 15847.216578626574 rows/sec., 28.40 MiB/sec.
8058 2025.02.01 02:14:16.909822 [ 255 ] {4867b7a9-af10-4592-8449-d74adf491001} <Debug> TCPHandler: Processed in 0.003083 sec.
8059 2025.02.01 02:14:16.909959 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8060 2025.02.01 02:14:16.910068 [ 4 ] {76014cad-386c-4234-838e-5127e03806c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8061 2025.02.01 02:14:16.910115 [ 4 ] {76014cad-386c-4234-838e-5127e03806c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8062 2025.02.01 02:14:16.910564 [ 4 ] {76014cad-386c-4234-838e-5127e03806c7} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8063 2025.02.01 02:14:16.910604 [ 4 ] {76014cad-386c-4234-838e-5127e03806c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8064 2025.02.01 02:14:16.910957 [ 4 ] {76014cad-386c-4234-838e-5127e03806c7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8065 2025.02.01 02:14:16.911194 [ 4 ] {76014cad-386c-4234-838e-5127e03806c7} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8066 2025.02.01 02:14:16.911415 [ 4 ] {76014cad-386c-4234-838e-5127e03806c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec.
8067 2025.02.01 02:14:16.911467 [ 4 ] {76014cad-386c-4234-838e-5127e03806c7} <Debug> TCPHandler: Processed in 0.001559435 sec.
8068 2025.02.01 02:14:17.703750 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
8069 2025.02.01 02:14:17.726146 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8070 2025.02.01 02:14:17.726210 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8071 2025.02.01 02:14:17.734349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8072 2025.02.01 02:14:17.735152 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8073 2025.02.01 02:14:17.738280 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
8074 2025.02.01 02:14:21.900218 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8075 2025.02.01 02:14:21.900433 [ 255 ] {40da3ff6-86bf-4461-9c76-8a4dc6fa5d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8076 2025.02.01 02:14:21.900506 [ 255 ] {40da3ff6-86bf-4461-9c76-8a4dc6fa5d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8077 2025.02.01 02:14:21.901249 [ 255 ] {40da3ff6-86bf-4461-9c76-8a4dc6fa5d54} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8078 2025.02.01 02:14:21.901298 [ 255 ] {40da3ff6-86bf-4461-9c76-8a4dc6fa5d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8079 2025.02.01 02:14:21.901748 [ 255 ] {40da3ff6-86bf-4461-9c76-8a4dc6fa5d54} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8080 2025.02.01 02:14:21.902018 [ 255 ] {40da3ff6-86bf-4461-9c76-8a4dc6fa5d54} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8081 2025.02.01 02:14:21.902224 [ 255 ] {40da3ff6-86bf-4461-9c76-8a4dc6fa5d54} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001843 sec., 7596.31036353771 rows/sec., 546.83 KiB/sec.
8082 2025.02.01 02:14:21.902284 [ 255 ] {40da3ff6-86bf-4461-9c76-8a4dc6fa5d54} <Debug> TCPHandler: Processed in 0.002199201 sec.
8083 2025.02.01 02:14:21.902444 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8084 2025.02.01 02:14:21.902565 [ 4 ] {30ee6cc6-b1b2-4d15-b56c-a9093d93f171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8085 2025.02.01 02:14:21.902611 [ 4 ] {30ee6cc6-b1b2-4d15-b56c-a9093d93f171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8086 2025.02.01 02:14:21.903207 [ 4 ] {30ee6cc6-b1b2-4d15-b56c-a9093d93f171} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8087 2025.02.01 02:14:21.903245 [ 4 ] {30ee6cc6-b1b2-4d15-b56c-a9093d93f171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8088 2025.02.01 02:14:21.903625 [ 4 ] {30ee6cc6-b1b2-4d15-b56c-a9093d93f171} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8089 2025.02.01 02:14:21.903863 [ 4 ] {30ee6cc6-b1b2-4d15-b56c-a9093d93f171} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8090 2025.02.01 02:14:21.904043 [ 4 ] {30ee6cc6-b1b2-4d15-b56c-a9093d93f171} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001506 sec., 134794.15670650732 rows/sec., 11.67 MiB/sec.
8091 2025.02.01 02:14:21.904096 [ 4 ] {30ee6cc6-b1b2-4d15-b56c-a9093d93f171} <Debug> TCPHandler: Processed in 0.001708857 sec.
8092 2025.02.01 02:14:21.904229 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8093 2025.02.01 02:14:21.904340 [ 255 ] {c56a4d87-6171-4db6-b958-800913a66cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8094 2025.02.01 02:14:21.904386 [ 255 ] {c56a4d87-6171-4db6-b958-800913a66cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8095 2025.02.01 02:14:21.904902 [ 255 ] {c56a4d87-6171-4db6-b958-800913a66cb3} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8096 2025.02.01 02:14:21.904939 [ 255 ] {c56a4d87-6171-4db6-b958-800913a66cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8097 2025.02.01 02:14:21.905289 [ 255 ] {c56a4d87-6171-4db6-b958-800913a66cb3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8098 2025.02.01 02:14:21.905537 [ 255 ] {c56a4d87-6171-4db6-b958-800913a66cb3} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8099 2025.02.01 02:14:21.905721 [ 255 ] {c56a4d87-6171-4db6-b958-800913a66cb3} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001404 sec., 4985.754985754986 rows/sec., 324.83 KiB/sec.
8100 2025.02.01 02:14:21.905786 [ 255 ] {c56a4d87-6171-4db6-b958-800913a66cb3} <Debug> TCPHandler: Processed in 0.001609005 sec.
8101 2025.02.01 02:14:21.905919 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8102 2025.02.01 02:14:21.906026 [ 4 ] {5b560600-43eb-4672-bfd6-aa2a101a2d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8103 2025.02.01 02:14:21.906071 [ 4 ] {5b560600-43eb-4672-bfd6-aa2a101a2d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8104 2025.02.01 02:14:21.906574 [ 4 ] {5b560600-43eb-4672-bfd6-aa2a101a2d3b} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8105 2025.02.01 02:14:21.906610 [ 4 ] {5b560600-43eb-4672-bfd6-aa2a101a2d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8106 2025.02.01 02:14:21.906953 [ 4 ] {5b560600-43eb-4672-bfd6-aa2a101a2d3b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8107 2025.02.01 02:14:21.907198 [ 4 ] {5b560600-43eb-4672-bfd6-aa2a101a2d3b} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8108 2025.02.01 02:14:21.907371 [ 4 ] {5b560600-43eb-4672-bfd6-aa2a101a2d3b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001366 sec., 10248.901903367496 rows/sec., 717.77 KiB/sec.
8109 2025.02.01 02:14:21.907423 [ 4 ] {5b560600-43eb-4672-bfd6-aa2a101a2d3b} <Debug> TCPHandler: Processed in 0.001558115 sec.
8110 2025.02.01 02:14:21.907548 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8111 2025.02.01 02:14:21.907655 [ 255 ] {a5d16885-5698-4849-a78f-a71dc0674f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8112 2025.02.01 02:14:21.907699 [ 255 ] {a5d16885-5698-4849-a78f-a71dc0674f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8113 2025.02.01 02:14:21.908206 [ 255 ] {a5d16885-5698-4849-a78f-a71dc0674f23} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8114 2025.02.01 02:14:21.908243 [ 255 ] {a5d16885-5698-4849-a78f-a71dc0674f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8115 2025.02.01 02:14:21.908578 [ 255 ] {a5d16885-5698-4849-a78f-a71dc0674f23} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8116 2025.02.01 02:14:21.908835 [ 255 ] {a5d16885-5698-4849-a78f-a71dc0674f23} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8117 2025.02.01 02:14:21.909033 [ 255 ] {a5d16885-5698-4849-a78f-a71dc0674f23} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001393 sec., 9332.376166547021 rows/sec., 581.87 KiB/sec.
8118 2025.02.01 02:14:21.909106 [ 255 ] {a5d16885-5698-4849-a78f-a71dc0674f23} <Debug> TCPHandler: Processed in 0.001608806 sec.
8119 2025.02.01 02:14:21.909314 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8120 2025.02.01 02:14:21.909465 [ 4 ] {735f8061-6ead-4bec-be05-a23436b936e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8121 2025.02.01 02:14:21.909513 [ 4 ] {735f8061-6ead-4bec-be05-a23436b936e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8122 2025.02.01 02:14:21.910214 [ 4 ] {735f8061-6ead-4bec-be05-a23436b936e1} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8123 2025.02.01 02:14:21.910251 [ 4 ] {735f8061-6ead-4bec-be05-a23436b936e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8124 2025.02.01 02:14:21.910623 [ 4 ] {735f8061-6ead-4bec-be05-a23436b936e1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8125 2025.02.01 02:14:21.910857 [ 4 ] {735f8061-6ead-4bec-be05-a23436b936e1} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8126 2025.02.01 02:14:21.911034 [ 4 ] {735f8061-6ead-4bec-be05-a23436b936e1} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001597 sec., 239198.49718221667 rows/sec., 16.93 MiB/sec.
8127 2025.02.01 02:14:21.911085 [ 4 ] {735f8061-6ead-4bec-be05-a23436b936e1} <Debug> TCPHandler: Processed in 0.001898019 sec.
8128 2025.02.01 02:14:21.911248 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8129 2025.02.01 02:14:21.911353 [ 255 ] {5425fa2e-f9e5-4f3b-bd01-c8ebfaf7f10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8130 2025.02.01 02:14:21.911398 [ 255 ] {5425fa2e-f9e5-4f3b-bd01-c8ebfaf7f10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8131 2025.02.01 02:14:21.911833 [ 255 ] {5425fa2e-f9e5-4f3b-bd01-c8ebfaf7f10b} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8132 2025.02.01 02:14:21.911869 [ 255 ] {5425fa2e-f9e5-4f3b-bd01-c8ebfaf7f10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8133 2025.02.01 02:14:21.912217 [ 255 ] {5425fa2e-f9e5-4f3b-bd01-c8ebfaf7f10b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
8134 2025.02.01 02:14:21.912445 [ 255 ] {5425fa2e-f9e5-4f3b-bd01-c8ebfaf7f10b} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8135 2025.02.01 02:14:21.912660 [ 255 ] {5425fa2e-f9e5-4f3b-bd01-c8ebfaf7f10b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec.
8136 2025.02.01 02:14:21.912829 [ 255 ] {5425fa2e-f9e5-4f3b-bd01-c8ebfaf7f10b} <Debug> TCPHandler: Processed in 0.001635305 sec.
8137 2025.02.01 02:14:21.913040 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8138 2025.02.01 02:14:21.913153 [ 4 ] {f53ec7ae-0e37-4573-94d9-324173d413a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8139 2025.02.01 02:14:21.913202 [ 4 ] {f53ec7ae-0e37-4573-94d9-324173d413a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8140 2025.02.01 02:14:21.913760 [ 4 ] {f53ec7ae-0e37-4573-94d9-324173d413a5} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8141 2025.02.01 02:14:21.913797 [ 4 ] {f53ec7ae-0e37-4573-94d9-324173d413a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8142 2025.02.01 02:14:21.914179 [ 4 ] {f53ec7ae-0e37-4573-94d9-324173d413a5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8143 2025.02.01 02:14:21.914417 [ 4 ] {f53ec7ae-0e37-4573-94d9-324173d413a5} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8144 2025.02.01 02:14:21.914591 [ 4 ] {f53ec7ae-0e37-4573-94d9-324173d413a5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001462 sec., 162106.70314637484 rows/sec., 10.87 MiB/sec.
8145 2025.02.01 02:14:21.914642 [ 4 ] {f53ec7ae-0e37-4573-94d9-324173d413a5} <Debug> TCPHandler: Processed in 0.001691216 sec.
8146 2025.02.01 02:14:21.914800 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8147 2025.02.01 02:14:21.914907 [ 255 ] {9f227011-8879-4c30-a1b6-b9fd54a576a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8148 2025.02.01 02:14:21.914953 [ 255 ] {9f227011-8879-4c30-a1b6-b9fd54a576a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8149 2025.02.01 02:14:21.915366 [ 255 ] {9f227011-8879-4c30-a1b6-b9fd54a576a0} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8150 2025.02.01 02:14:21.915407 [ 255 ] {9f227011-8879-4c30-a1b6-b9fd54a576a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8151 2025.02.01 02:14:21.915747 [ 255 ] {9f227011-8879-4c30-a1b6-b9fd54a576a0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8152 2025.02.01 02:14:21.915989 [ 255 ] {9f227011-8879-4c30-a1b6-b9fd54a576a0} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8153 2025.02.01 02:14:21.916181 [ 255 ] {9f227011-8879-4c30-a1b6-b9fd54a576a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001295 sec., 772.2007722007722 rows/sec., 52.03 KiB/sec.
8154 2025.02.01 02:14:21.916232 [ 255 ] {9f227011-8879-4c30-a1b6-b9fd54a576a0} <Debug> TCPHandler: Processed in 0.001489135 sec.
8155 2025.02.01 02:14:21.916376 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8156 2025.02.01 02:14:21.916481 [ 4 ] {0041aa90-f504-4535-87e9-12ceb13b3fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8157 2025.02.01 02:14:21.916527 [ 4 ] {0041aa90-f504-4535-87e9-12ceb13b3fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8158 2025.02.01 02:14:21.916945 [ 4 ] {0041aa90-f504-4535-87e9-12ceb13b3fd6} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8159 2025.02.01 02:14:21.916984 [ 4 ] {0041aa90-f504-4535-87e9-12ceb13b3fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8160 2025.02.01 02:14:21.917331 [ 4 ] {0041aa90-f504-4535-87e9-12ceb13b3fd6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8161 2025.02.01 02:14:21.917566 [ 4 ] {0041aa90-f504-4535-87e9-12ceb13b3fd6} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8162 2025.02.01 02:14:21.917787 [ 4 ] {0041aa90-f504-4535-87e9-12ceb13b3fd6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001322 sec., 62027.231467473524 rows/sec., 3.94 MiB/sec.
8163 2025.02.01 02:14:21.917871 [ 4 ] {0041aa90-f504-4535-87e9-12ceb13b3fd6} <Debug> TCPHandler: Processed in 0.001547425 sec.
8164 2025.02.01 02:14:23.881555 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788
8165 2025.02.01 02:14:23.882207 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8166 2025.02.01 02:14:23.882258 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8167 2025.02.01 02:14:23.882772 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8168 2025.02.01 02:14:23.883029 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8169 2025.02.01 02:14:23.883223 [ 44 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8170 2025.02.01 02:14:23.883287 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788
8171 2025.02.01 02:14:23.883312 [ 44 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8172 2025.02.01 02:14:23.883343 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8173 2025.02.01 02:14:23.883508 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
8174 2025.02.01 02:14:23.883667 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8175 2025.02.01 02:14:23.883708 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part
8176 2025.02.01 02:14:23.883786 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part
8177 2025.02.01 02:14:23.883994 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part
8178 2025.02.01 02:14:23.884107 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part
8179 2025.02.01 02:14:23.884319 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part
8180 2025.02.01 02:14:23.884530 [ 199 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part
8181 2025.02.01 02:14:23.886939 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003520895 sec., 5336143.224947066 rows/sec., 76.33 MiB/sec.
8182 2025.02.01 02:14:23.887291 [ 186 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8183 2025.02.01 02:14:23.887647 [ 186 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8184 2025.02.01 02:14:23.887742 [ 186 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_41_8} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8185 2025.02.01 02:14:23.887863 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
8186 2025.02.01 02:14:25.238684 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
8187 2025.02.01 02:14:25.261233 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8188 2025.02.01 02:14:25.261303 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8189 2025.02.01 02:14:25.268919 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8190 2025.02.01 02:14:25.269753 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8191 2025.02.01 02:14:25.270203 [ 43 ] {} <Debug> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8192 2025.02.01 02:14:25.270351 [ 43 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8193 2025.02.01 02:14:25.270434 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8194 2025.02.01 02:14:25.270949 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
8195 2025.02.01 02:14:25.286798 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
8196 2025.02.01 02:14:25.288525 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8197 2025.02.01 02:14:25.290183 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part
8198 2025.02.01 02:14:25.296405 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part
8199 2025.02.01 02:14:25.302095 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
8200 2025.02.01 02:14:25.307801 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part
8201 2025.02.01 02:14:25.314149 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::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
8202 2025.02.01 02:14:25.318939 [ 199 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part
8203 2025.02.01 02:14:25.385579 [ 196 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.115010108 sec., 2686.720370699939 rows/sec., 13.89 MiB/sec.
8204 2025.02.01 02:14:25.388661 [ 189 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8205 2025.02.01 02:14:25.391677 [ 189 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_41_8} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8206 2025.02.01 02:14:25.391815 [ 189 ] {9dc030d1-5a97-4623-8491-743ff29ad9c8::all_1_41_8} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8207 2025.02.01 02:14:25.394260 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8208 2025.02.01 02:14:26.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.81 MiB, peak 229.23 MiB, free memory in arenas 0.00 B, will set to 217.12 MiB (RSS), difference: 1.31 MiB
8209 2025.02.01 02:14:26.464048 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1146
8210 2025.02.01 02:14:26.467117 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8211 2025.02.01 02:14:26.467166 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8212 2025.02.01 02:14:26.468661 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8213 2025.02.01 02:14:26.468979 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8214 2025.02.01 02:14:26.470705 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1146
8215 2025.02.01 02:14:26.898923 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8216 2025.02.01 02:14:26.899160 [ 255 ] {86ab977e-f797-408c-81fb-10317408b8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8217 2025.02.01 02:14:26.899230 [ 255 ] {86ab977e-f797-408c-81fb-10317408b8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8218 2025.02.01 02:14:26.900061 [ 255 ] {86ab977e-f797-408c-81fb-10317408b8b9} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8219 2025.02.01 02:14:26.900102 [ 255 ] {86ab977e-f797-408c-81fb-10317408b8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8220 2025.02.01 02:14:26.900511 [ 255 ] {86ab977e-f797-408c-81fb-10317408b8b9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8221 2025.02.01 02:14:26.900773 [ 255 ] {86ab977e-f797-408c-81fb-10317408b8b9} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8222 2025.02.01 02:14:26.900988 [ 255 ] {86ab977e-f797-408c-81fb-10317408b8b9} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001871 sec., 71619.45483698556 rows/sec., 6.18 MiB/sec.
8223 2025.02.01 02:14:26.901097 [ 255 ] {86ab977e-f797-408c-81fb-10317408b8b9} <Debug> TCPHandler: Processed in 0.002312363 sec.
8224 2025.02.01 02:14:26.901374 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8225 2025.02.01 02:14:26.901559 [ 4 ] {6613354f-0e39-42b0-ba46-3db4b026aff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8226 2025.02.01 02:14:26.901621 [ 4 ] {6613354f-0e39-42b0-ba46-3db4b026aff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8227 2025.02.01 02:14:26.902277 [ 4 ] {6613354f-0e39-42b0-ba46-3db4b026aff4} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8228 2025.02.01 02:14:26.902316 [ 4 ] {6613354f-0e39-42b0-ba46-3db4b026aff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8229 2025.02.01 02:14:26.902696 [ 4 ] {6613354f-0e39-42b0-ba46-3db4b026aff4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8230 2025.02.01 02:14:26.902955 [ 4 ] {6613354f-0e39-42b0-ba46-3db4b026aff4} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8231 2025.02.01 02:14:26.903096 [ 39 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8232 2025.02.01 02:14:26.903137 [ 39 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8233 2025.02.01 02:14:26.903146 [ 4 ] {6613354f-0e39-42b0-ba46-3db4b026aff4} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001622 sec., 24044.38964241677 rows/sec., 1.77 MiB/sec.
8234 2025.02.01 02:14:26.903163 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8235 2025.02.01 02:14:26.903237 [ 4 ] {6613354f-0e39-42b0-ba46-3db4b026aff4} <Debug> TCPHandler: Processed in 0.00202033 sec.
8236 2025.02.01 02:14:26.903454 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8237 2025.02.01 02:14:26.903464 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full
8238 2025.02.01 02:14:26.903856 [ 255 ] {c4baffc7-4671-4168-b46d-16c30ff94d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8239 2025.02.01 02:14:26.904023 [ 255 ] {c4baffc7-4671-4168-b46d-16c30ff94d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8240 2025.02.01 02:14:26.904061 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8241 2025.02.01 02:14:26.904192 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 64 rows starting from the beginning of the part
8242 2025.02.01 02:14:26.904702 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 43 rows starting from the beginning of the part
8243 2025.02.01 02:14:26.904824 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part
8244 2025.02.01 02:14:26.905235 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 39 rows starting from the beginning of the part
8245 2025.02.01 02:14:26.905415 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part
8246 2025.02.01 02:14:26.905581 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part
8247 2025.02.01 02:14:26.906251 [ 255 ] {c4baffc7-4671-4168-b46d-16c30ff94d71} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8248 2025.02.01 02:14:26.906296 [ 255 ] {c4baffc7-4671-4168-b46d-16c30ff94d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8249 2025.02.01 02:14:26.906831 [ 255 ] {c4baffc7-4671-4168-b46d-16c30ff94d71} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8250 2025.02.01 02:14:26.907201 [ 255 ] {c4baffc7-4671-4168-b46d-16c30ff94d71} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8251 2025.02.01 02:14:26.907212 [ 187 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.003973458 sec., 50082.32124260531 rows/sec., 3.79 MiB/sec.
8252 2025.02.01 02:14:26.907510 [ 255 ] {c4baffc7-4671-4168-b46d-16c30ff94d71} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.003786 sec., 27205.493924986793 rows/sec., 2.12 MiB/sec.
8253 2025.02.01 02:14:26.907527 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8254 2025.02.01 02:14:26.907628 [ 255 ] {c4baffc7-4671-4168-b46d-16c30ff94d71} <Debug> TCPHandler: Processed in 0.004284541 sec.
8255 2025.02.01 02:14:26.907806 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8256 2025.02.01 02:14:26.907986 [ 4 ] {83fdceaa-f9e5-47f9-bad4-e56596613989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8257 2025.02.01 02:14:26.908064 [ 4 ] {83fdceaa-f9e5-47f9-bad4-e56596613989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8258 2025.02.01 02:14:26.908122 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8259 2025.02.01 02:14:26.908337 [ 198 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_56_11} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8260 2025.02.01 02:14:26.908542 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8261 2025.02.01 02:14:26.908974 [ 4 ] {83fdceaa-f9e5-47f9-bad4-e56596613989} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8262 2025.02.01 02:14:26.909017 [ 4 ] {83fdceaa-f9e5-47f9-bad4-e56596613989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8263 2025.02.01 02:14:26.909418 [ 4 ] {83fdceaa-f9e5-47f9-bad4-e56596613989} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8264 2025.02.01 02:14:26.909666 [ 4 ] {83fdceaa-f9e5-47f9-bad4-e56596613989} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8265 2025.02.01 02:14:26.909844 [ 4 ] {83fdceaa-f9e5-47f9-bad4-e56596613989} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001923 sec., 83203.32813312532 rows/sec., 5.79 MiB/sec.
8266 2025.02.01 02:14:26.909900 [ 4 ] {83fdceaa-f9e5-47f9-bad4-e56596613989} <Debug> TCPHandler: Processed in 0.002161012 sec.
8267 2025.02.01 02:14:26.910040 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8268 2025.02.01 02:14:26.910153 [ 255 ] {7d61d55b-e255-403e-8cf8-9b17538bbc2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8269 2025.02.01 02:14:26.910221 [ 255 ] {7d61d55b-e255-403e-8cf8-9b17538bbc2a} <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
8270 2025.02.01 02:14:26.911293 [ 255 ] {7d61d55b-e255-403e-8cf8-9b17538bbc2a} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8271 2025.02.01 02:14:26.911330 [ 255 ] {7d61d55b-e255-403e-8cf8-9b17538bbc2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8272 2025.02.01 02:14:26.911982 [ 255 ] {7d61d55b-e255-403e-8cf8-9b17538bbc2a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8273 2025.02.01 02:14:26.912245 [ 255 ] {7d61d55b-e255-403e-8cf8-9b17538bbc2a} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8274 2025.02.01 02:14:26.912456 [ 255 ] {7d61d55b-e255-403e-8cf8-9b17538bbc2a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002325 sec., 16774.1935483871 rows/sec., 30.06 MiB/sec.
8275 2025.02.01 02:14:26.912558 [ 255 ] {7d61d55b-e255-403e-8cf8-9b17538bbc2a} <Debug> TCPHandler: Processed in 0.002572365 sec.
8276 2025.02.01 02:14:26.912703 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8277 2025.02.01 02:14:26.912811 [ 4 ] {cf0790b7-115b-408f-901e-6b6f8b22a1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8278 2025.02.01 02:14:26.912856 [ 4 ] {cf0790b7-115b-408f-901e-6b6f8b22a1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8279 2025.02.01 02:14:26.913290 [ 4 ] {cf0790b7-115b-408f-901e-6b6f8b22a1bc} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8280 2025.02.01 02:14:26.913326 [ 4 ] {cf0790b7-115b-408f-901e-6b6f8b22a1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.91 GiB.
8281 2025.02.01 02:14:26.913687 [ 4 ] {cf0790b7-115b-408f-901e-6b6f8b22a1bc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8282 2025.02.01 02:14:26.913917 [ 4 ] {cf0790b7-115b-408f-901e-6b6f8b22a1bc} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8283 2025.02.01 02:14:26.914103 [ 4 ] {cf0790b7-115b-408f-901e-6b6f8b22a1bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec.
8284 2025.02.01 02:14:26.914159 [ 4 ] {cf0790b7-115b-408f-901e-6b6f8b22a1bc} <Debug> TCPHandler: Processed in 0.001507375 sec.
8285 2025.02.01 02:14:31.247893 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache
8286 2025.02.01 02:14:31.247971 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache
8287 2025.02.01 02:14:31.383583 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276
8288 2025.02.01 02:14:31.384372 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8289 2025.02.01 02:14:31.384424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8290 2025.02.01 02:14:31.384965 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8291 2025.02.01 02:14:31.385235 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8292 2025.02.01 02:14:31.385501 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
8293 2025.02.01 02:14:31.899885 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8294 2025.02.01 02:14:31.900078 [ 255 ] {2c3be4d7-cd77-4856-a6c0-00568645032d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8295 2025.02.01 02:14:31.900151 [ 255 ] {2c3be4d7-cd77-4856-a6c0-00568645032d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8296 2025.02.01 02:14:31.900919 [ 255 ] {2c3be4d7-cd77-4856-a6c0-00568645032d} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8297 2025.02.01 02:14:31.900969 [ 255 ] {2c3be4d7-cd77-4856-a6c0-00568645032d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8298 2025.02.01 02:14:31.901391 [ 255 ] {2c3be4d7-cd77-4856-a6c0-00568645032d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8299 2025.02.01 02:14:31.901640 [ 255 ] {2c3be4d7-cd77-4856-a6c0-00568645032d} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8300 2025.02.01 02:14:31.901882 [ 255 ] {2c3be4d7-cd77-4856-a6c0-00568645032d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001854 sec., 7551.240560949299 rows/sec., 543.59 KiB/sec.
8301 2025.02.01 02:14:31.901950 [ 255 ] {2c3be4d7-cd77-4856-a6c0-00568645032d} <Debug> TCPHandler: Processed in 0.002193061 sec.
8302 2025.02.01 02:14:31.902118 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8303 2025.02.01 02:14:31.902248 [ 4 ] {4bef56e9-5bcb-4b97-92ef-ebf235ad3dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8304 2025.02.01 02:14:31.902306 [ 4 ] {4bef56e9-5bcb-4b97-92ef-ebf235ad3dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8305 2025.02.01 02:14:31.903135 [ 4 ] {4bef56e9-5bcb-4b97-92ef-ebf235ad3dc8} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8306 2025.02.01 02:14:31.903185 [ 4 ] {4bef56e9-5bcb-4b97-92ef-ebf235ad3dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8307 2025.02.01 02:14:31.903580 [ 4 ] {4bef56e9-5bcb-4b97-92ef-ebf235ad3dc8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8308 2025.02.01 02:14:31.903850 [ 4 ] {4bef56e9-5bcb-4b97-92ef-ebf235ad3dc8} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8309 2025.02.01 02:14:31.904036 [ 28 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8310 2025.02.01 02:14:31.904100 [ 4 ] {4bef56e9-5bcb-4b97-92ef-ebf235ad3dc8} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001884 sec., 107749.46921443737 rows/sec., 9.33 MiB/sec.
8311 2025.02.01 02:14:31.904124 [ 28 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8312 2025.02.01 02:14:31.904187 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8313 2025.02.01 02:14:31.904219 [ 4 ] {4bef56e9-5bcb-4b97-92ef-ebf235ad3dc8} <Debug> TCPHandler: Processed in 0.002164161 sec.
8314 2025.02.01 02:14:31.904492 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8315 2025.02.01 02:14:31.904509 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8316 2025.02.01 02:14:31.904730 [ 255 ] {94d3b434-d5dc-40a9-94f8-f509b431e740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8317 2025.02.01 02:14:31.904757 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8318 2025.02.01 02:14:31.904840 [ 255 ] {94d3b434-d5dc-40a9-94f8-f509b431e740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8319 2025.02.01 02:14:31.904844 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1432 rows starting from the beginning of the part
8320 2025.02.01 02:14:31.905231 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 203 rows starting from the beginning of the part
8321 2025.02.01 02:14:31.905621 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 134 rows starting from the beginning of the part
8322 2025.02.01 02:14:31.906042 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 203 rows starting from the beginning of the part
8323 2025.02.01 02:14:31.906481 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 134 rows starting from the beginning of the part
8324 2025.02.01 02:14:31.906844 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 203 rows starting from the beginning of the part
8325 2025.02.01 02:14:31.907700 [ 255 ] {94d3b434-d5dc-40a9-94f8-f509b431e740} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8326 2025.02.01 02:14:31.907775 [ 255 ] {94d3b434-d5dc-40a9-94f8-f509b431e740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8327 2025.02.01 02:14:31.908761 [ 255 ] {94d3b434-d5dc-40a9-94f8-f509b431e740} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8328 2025.02.01 02:14:31.909315 [ 255 ] {94d3b434-d5dc-40a9-94f8-f509b431e740} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8329 2025.02.01 02:14:31.909693 [ 255 ] {94d3b434-d5dc-40a9-94f8-f509b431e740} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005015 sec., 1395.8125623130607 rows/sec., 90.94 KiB/sec.
8330 2025.02.01 02:14:31.910010 [ 255 ] {94d3b434-d5dc-40a9-94f8-f509b431e740} <Debug> TCPHandler: Processed in 0.005637265 sec.
8331 2025.02.01 02:14:31.910314 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8332 2025.02.01 02:14:31.910723 [ 4 ] {ab41caa3-a7e8-4bc3-ae57-eb47434f143d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8333 2025.02.01 02:14:31.910912 [ 4 ] {ab41caa3-a7e8-4bc3-ae57-eb47434f143d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8334 2025.02.01 02:14:31.911179 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2309 rows, containing 5 columns (5 merged, 0 gathered) in 0.006816227 sec., 338750.45534721774 rows/sec., 30.01 MiB/sec.
8335 2025.02.01 02:14:31.911512 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8336 2025.02.01 02:14:31.912065 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8337 2025.02.01 02:14:31.912274 [ 4 ] {ab41caa3-a7e8-4bc3-ae57-eb47434f143d} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8338 2025.02.01 02:14:31.912287 [ 200 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_61_12} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8339 2025.02.01 02:14:31.912335 [ 4 ] {ab41caa3-a7e8-4bc3-ae57-eb47434f143d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8340 2025.02.01 02:14:31.912443 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
8341 2025.02.01 02:14:31.912823 [ 4 ] {ab41caa3-a7e8-4bc3-ae57-eb47434f143d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8342 2025.02.01 02:14:31.913065 [ 4 ] {ab41caa3-a7e8-4bc3-ae57-eb47434f143d} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8343 2025.02.01 02:14:31.913290 [ 4 ] {ab41caa3-a7e8-4bc3-ae57-eb47434f143d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002712 sec., 5162.241887905605 rows/sec., 361.53 KiB/sec.
8344 2025.02.01 02:14:31.913353 [ 4 ] {ab41caa3-a7e8-4bc3-ae57-eb47434f143d} <Debug> TCPHandler: Processed in 0.003207531 sec.
8345 2025.02.01 02:14:31.913507 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8346 2025.02.01 02:14:31.913637 [ 255 ] {23ba2241-aeb1-4ace-8934-e8241312bbb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8347 2025.02.01 02:14:31.913691 [ 255 ] {23ba2241-aeb1-4ace-8934-e8241312bbb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8348 2025.02.01 02:14:31.914309 [ 255 ] {23ba2241-aeb1-4ace-8934-e8241312bbb9} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8349 2025.02.01 02:14:31.914348 [ 255 ] {23ba2241-aeb1-4ace-8934-e8241312bbb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8350 2025.02.01 02:14:31.914708 [ 255 ] {23ba2241-aeb1-4ace-8934-e8241312bbb9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8351 2025.02.01 02:14:31.915116 [ 255 ] {23ba2241-aeb1-4ace-8934-e8241312bbb9} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8352 2025.02.01 02:14:31.915329 [ 255 ] {23ba2241-aeb1-4ace-8934-e8241312bbb9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00172 sec., 7558.139534883721 rows/sec., 471.25 KiB/sec.
8353 2025.02.01 02:14:31.915382 [ 255 ] {23ba2241-aeb1-4ace-8934-e8241312bbb9} <Debug> TCPHandler: Processed in 0.001938089 sec.
8354 2025.02.01 02:14:31.915524 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8355 2025.02.01 02:14:31.915652 [ 4 ] {9a480a9d-049c-4bf6-a2b9-b9e0a50bd42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8356 2025.02.01 02:14:31.915706 [ 4 ] {9a480a9d-049c-4bf6-a2b9-b9e0a50bd42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8357 2025.02.01 02:14:31.916440 [ 4 ] {9a480a9d-049c-4bf6-a2b9-b9e0a50bd42d} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8358 2025.02.01 02:14:31.916479 [ 4 ] {9a480a9d-049c-4bf6-a2b9-b9e0a50bd42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8359 2025.02.01 02:14:31.916856 [ 4 ] {9a480a9d-049c-4bf6-a2b9-b9e0a50bd42d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8360 2025.02.01 02:14:31.917089 [ 4 ] {9a480a9d-049c-4bf6-a2b9-b9e0a50bd42d} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8361 2025.02.01 02:14:31.917236 [ 27 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8362 2025.02.01 02:14:31.917274 [ 4 ] {9a480a9d-049c-4bf6-a2b9-b9e0a50bd42d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001648 sec., 231796.11650485438 rows/sec., 16.40 MiB/sec.
8363 2025.02.01 02:14:31.917278 [ 27 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8364 2025.02.01 02:14:31.917329 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8365 2025.02.01 02:14:31.917350 [ 4 ] {9a480a9d-049c-4bf6-a2b9-b9e0a50bd42d} <Debug> TCPHandler: Processed in 0.001888598 sec.
8366 2025.02.01 02:14:31.917493 [ 195 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8367 2025.02.01 02:14:31.917514 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8368 2025.02.01 02:14:31.917638 [ 195 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8369 2025.02.01 02:14:31.917676 [ 255 ] {b0456b51-2627-496e-b37a-0180e6ee274d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8370 2025.02.01 02:14:31.917687 [ 195 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part
8371 2025.02.01 02:14:31.917742 [ 255 ] {b0456b51-2627-496e-b37a-0180e6ee274d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8372 2025.02.01 02:14:31.917916 [ 195 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 382 rows starting from the beginning of the part
8373 2025.02.01 02:14:31.918341 [ 195 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 103 rows starting from the beginning of the part
8374 2025.02.01 02:14:31.918690 [ 195 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 382 rows starting from the beginning of the part
8375 2025.02.01 02:14:31.919101 [ 195 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 103 rows starting from the beginning of the part
8376 2025.02.01 02:14:31.919447 [ 195 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 382 rows starting from the beginning of the part
8377 2025.02.01 02:14:31.920117 [ 255 ] {b0456b51-2627-496e-b37a-0180e6ee274d} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8378 2025.02.01 02:14:31.920162 [ 255 ] {b0456b51-2627-496e-b37a-0180e6ee274d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8379 2025.02.01 02:14:31.920648 [ 255 ] {b0456b51-2627-496e-b37a-0180e6ee274d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
8380 2025.02.01 02:14:31.920955 [ 255 ] {b0456b51-2627-496e-b37a-0180e6ee274d} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8381 2025.02.01 02:14:31.921155 [ 255 ] {b0456b51-2627-496e-b37a-0180e6ee274d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00352 sec., 1704.5454545454545 rows/sec., 89.06 KiB/sec.
8382 2025.02.01 02:14:31.921210 [ 255 ] {b0456b51-2627-496e-b37a-0180e6ee274d} <Debug> TCPHandler: Processed in 0.003781766 sec.
8383 2025.02.01 02:14:31.921409 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8384 2025.02.01 02:14:31.921451 [ 188 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2265 rows, containing 5 columns (5 merged, 0 gathered) in 0.004044459 sec., 560025.4570512397 rows/sec., 42.59 MiB/sec.
8385 2025.02.01 02:14:31.921580 [ 4 ] {4f9e0571-bc03-4eb8-99c9-6d7efdbac4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8386 2025.02.01 02:14:31.921674 [ 4 ] {4f9e0571-bc03-4eb8-99c9-6d7efdbac4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8387 2025.02.01 02:14:31.921702 [ 188 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8388 2025.02.01 02:14:31.922358 [ 188 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8389 2025.02.01 02:14:31.922529 [ 188 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_61_12} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8390 2025.02.01 02:14:31.922711 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
8391 2025.02.01 02:14:31.922893 [ 4 ] {4f9e0571-bc03-4eb8-99c9-6d7efdbac4e9} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8392 2025.02.01 02:14:31.922937 [ 4 ] {4f9e0571-bc03-4eb8-99c9-6d7efdbac4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8393 2025.02.01 02:14:31.923333 [ 4 ] {4f9e0571-bc03-4eb8-99c9-6d7efdbac4e9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8394 2025.02.01 02:14:31.923590 [ 4 ] {4f9e0571-bc03-4eb8-99c9-6d7efdbac4e9} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8395 2025.02.01 02:14:31.923719 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8396 2025.02.01 02:14:31.923763 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8397 2025.02.01 02:14:31.923774 [ 4 ] {4f9e0571-bc03-4eb8-99c9-6d7efdbac4e9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002229 sec., 106325.70659488559 rows/sec., 7.13 MiB/sec.
8398 2025.02.01 02:14:31.923789 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8399 2025.02.01 02:14:31.923901 [ 4 ] {4f9e0571-bc03-4eb8-99c9-6d7efdbac4e9} <Debug> TCPHandler: Processed in 0.002578595 sec.
8400 2025.02.01 02:14:31.924011 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8401 2025.02.01 02:14:31.924095 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8402 2025.02.01 02:14:31.924222 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8403 2025.02.01 02:14:31.924308 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18226 rows starting from the beginning of the part
8404 2025.02.01 02:14:31.924321 [ 255 ] {d2b52b79-94b0-47fd-a3ac-0cb90243a43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8405 2025.02.01 02:14:31.924492 [ 255 ] {d2b52b79-94b0-47fd-a3ac-0cb90243a43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8406 2025.02.01 02:14:31.924515 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part
8407 2025.02.01 02:14:31.924944 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part
8408 2025.02.01 02:14:31.925387 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part
8409 2025.02.01 02:14:31.925715 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part
8410 2025.02.01 02:14:31.925964 [ 192 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part
8411 2025.02.01 02:14:31.926903 [ 255 ] {d2b52b79-94b0-47fd-a3ac-0cb90243a43f} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8412 2025.02.01 02:14:31.926975 [ 255 ] {d2b52b79-94b0-47fd-a3ac-0cb90243a43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8413 2025.02.01 02:14:31.927585 [ 255 ] {d2b52b79-94b0-47fd-a3ac-0cb90243a43f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8414 2025.02.01 02:14:31.928071 [ 255 ] {d2b52b79-94b0-47fd-a3ac-0cb90243a43f} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8415 2025.02.01 02:14:31.928353 [ 255 ] {d2b52b79-94b0-47fd-a3ac-0cb90243a43f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004086 sec., 244.73813020068525 rows/sec., 16.49 KiB/sec.
8416 2025.02.01 02:14:31.928773 [ 255 ] {d2b52b79-94b0-47fd-a3ac-0cb90243a43f} <Debug> TCPHandler: Processed in 0.004735636 sec.
8417 2025.02.01 02:14:31.929146 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8418 2025.02.01 02:14:31.929429 [ 4 ] {655e9b61-86cb-4d05-b015-3c9b5d7a7081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8419 2025.02.01 02:14:31.929578 [ 4 ] {655e9b61-86cb-4d05-b015-3c9b5d7a7081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8420 2025.02.01 02:14:31.930632 [ 4 ] {655e9b61-86cb-4d05-b015-3c9b5d7a7081} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8421 2025.02.01 02:14:31.930672 [ 4 ] {655e9b61-86cb-4d05-b015-3c9b5d7a7081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8422 2025.02.01 02:14:31.931738 [ 4 ] {655e9b61-86cb-4d05-b015-3c9b5d7a7081} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8423 2025.02.01 02:14:31.932103 [ 4 ] {655e9b61-86cb-4d05-b015-3c9b5d7a7081} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8424 2025.02.01 02:14:31.932254 [ 27 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8425 2025.02.01 02:14:31.932296 [ 27 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8426 2025.02.01 02:14:31.932301 [ 4 ] {655e9b61-86cb-4d05-b015-3c9b5d7a7081} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002948 sec., 27815.468113975574 rows/sec., 1.77 MiB/sec.
8427 2025.02.01 02:14:31.932324 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8428 2025.02.01 02:14:31.932427 [ 4 ] {655e9b61-86cb-4d05-b015-3c9b5d7a7081} <Debug> TCPHandler: Processed in 0.003482704 sec.
8429 2025.02.01 02:14:31.932564 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8430 2025.02.01 02:14:31.932695 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8431 2025.02.01 02:14:31.932732 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3622 rows starting from the beginning of the part
8432 2025.02.01 02:14:31.932827 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part
8433 2025.02.01 02:14:31.933044 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part
8434 2025.02.01 02:14:31.933275 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part
8435 2025.02.01 02:14:31.933434 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part
8436 2025.02.01 02:14:31.933744 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part
8437 2025.02.01 02:14:31.935231 [ 201 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19257 rows, containing 5 columns (5 merged, 0 gathered) in 0.01132112 sec., 1700980.1150416213 rows/sec., 114.88 MiB/sec.
8438 2025.02.01 02:14:31.935785 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8439 2025.02.01 02:14:31.935893 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3988 rows, containing 4 columns (4 merged, 0 gathered) in 0.003457463 sec., 1153446.9060117202 rows/sec., 75.22 MiB/sec.
8440 2025.02.01 02:14:31.936273 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8441 2025.02.01 02:14:31.936329 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8442 2025.02.01 02:14:31.936482 [ 193 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8443 2025.02.01 02:14:31.936682 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
8444 2025.02.01 02:14:31.936827 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8445 2025.02.01 02:14:31.936911 [ 188 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_61_12} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8446 2025.02.01 02:14:31.936991 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
8447 2025.02.01 02:14:32.787016 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
8448 2025.02.01 02:14:32.806541 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8449 2025.02.01 02:14:32.806595 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8450 2025.02.01 02:14:32.813719 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8451 2025.02.01 02:14:32.814511 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8452 2025.02.01 02:14:32.817410 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
8453 2025.02.01 02:14:36.261067 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8454 2025.02.01 02:14:36.261297 [ 255 ] {497ef49c-0d23-4069-92bc-af617f78bd4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8455 2025.02.01 02:14:36.261378 [ 255 ] {497ef49c-0d23-4069-92bc-af617f78bd4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8456 2025.02.01 02:14:36.262119 [ 255 ] {497ef49c-0d23-4069-92bc-af617f78bd4a} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8457 2025.02.01 02:14:36.262169 [ 255 ] {497ef49c-0d23-4069-92bc-af617f78bd4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8458 2025.02.01 02:14:36.262596 [ 255 ] {497ef49c-0d23-4069-92bc-af617f78bd4a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8459 2025.02.01 02:14:36.262865 [ 255 ] {497ef49c-0d23-4069-92bc-af617f78bd4a} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8460 2025.02.01 02:14:36.263130 [ 255 ] {497ef49c-0d23-4069-92bc-af617f78bd4a} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001888 sec., 6355.932203389831 rows/sec., 518.28 KiB/sec.
8461 2025.02.01 02:14:36.263261 [ 255 ] {497ef49c-0d23-4069-92bc-af617f78bd4a} <Debug> TCPHandler: Processed in 0.002333913 sec.
8462 2025.02.01 02:14:36.263433 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8463 2025.02.01 02:14:36.263576 [ 4 ] {496501b5-6dbe-4559-bdd9-5fe792867235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8464 2025.02.01 02:14:36.263634 [ 4 ] {496501b5-6dbe-4559-bdd9-5fe792867235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8465 2025.02.01 02:14:36.264804 [ 4 ] {496501b5-6dbe-4559-bdd9-5fe792867235} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8466 2025.02.01 02:14:36.264845 [ 4 ] {496501b5-6dbe-4559-bdd9-5fe792867235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8467 2025.02.01 02:14:36.265295 [ 4 ] {496501b5-6dbe-4559-bdd9-5fe792867235} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8468 2025.02.01 02:14:36.265539 [ 4 ] {496501b5-6dbe-4559-bdd9-5fe792867235} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8469 2025.02.01 02:14:36.265771 [ 4 ] {496501b5-6dbe-4559-bdd9-5fe792867235} <Debug> executeQuery: Read 1280 rows, 108.84 KiB in 0.002223 sec., 575798.4705353125 rows/sec., 47.81 MiB/sec.
8470 2025.02.01 02:14:36.265874 [ 4 ] {496501b5-6dbe-4559-bdd9-5fe792867235} <Debug> TCPHandler: Processed in 0.002510715 sec.
8471 2025.02.01 02:14:36.266096 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8472 2025.02.01 02:14:36.266274 [ 255 ] {9f660e94-1159-4f8d-a648-330eba7f039f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8473 2025.02.01 02:14:36.266330 [ 255 ] {9f660e94-1159-4f8d-a648-330eba7f039f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8474 2025.02.01 02:14:36.266897 [ 255 ] {9f660e94-1159-4f8d-a648-330eba7f039f} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8475 2025.02.01 02:14:36.266937 [ 255 ] {9f660e94-1159-4f8d-a648-330eba7f039f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8476 2025.02.01 02:14:36.267290 [ 255 ] {9f660e94-1159-4f8d-a648-330eba7f039f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8477 2025.02.01 02:14:36.267522 [ 255 ] {9f660e94-1159-4f8d-a648-330eba7f039f} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8478 2025.02.01 02:14:36.267745 [ 255 ] {9f660e94-1159-4f8d-a648-330eba7f039f} <Debug> executeQuery: Read 51 rows, 3.77 KiB in 0.001503 sec., 33932.13572854291 rows/sec., 2.45 MiB/sec.
8479 2025.02.01 02:14:36.267800 [ 255 ] {9f660e94-1159-4f8d-a648-330eba7f039f} <Debug> TCPHandler: Processed in 0.001848568 sec.
8480 2025.02.01 02:14:36.267931 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8481 2025.02.01 02:14:36.268062 [ 4 ] {c7d4415c-458b-4a84-96c1-dd467e97d35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8482 2025.02.01 02:14:36.268116 [ 4 ] {c7d4415c-458b-4a84-96c1-dd467e97d35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8483 2025.02.01 02:14:36.268748 [ 4 ] {c7d4415c-458b-4a84-96c1-dd467e97d35b} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8484 2025.02.01 02:14:36.268788 [ 4 ] {c7d4415c-458b-4a84-96c1-dd467e97d35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8485 2025.02.01 02:14:36.269144 [ 4 ] {c7d4415c-458b-4a84-96c1-dd467e97d35b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8486 2025.02.01 02:14:36.269370 [ 4 ] {c7d4415c-458b-4a84-96c1-dd467e97d35b} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8487 2025.02.01 02:14:36.269589 [ 4 ] {c7d4415c-458b-4a84-96c1-dd467e97d35b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001556 sec., 146529.56298200513 rows/sec., 9.92 MiB/sec.
8488 2025.02.01 02:14:36.269710 [ 4 ] {c7d4415c-458b-4a84-96c1-dd467e97d35b} <Debug> TCPHandler: Processed in 0.001841278 sec.
8489 2025.02.01 02:14:36.269872 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8490 2025.02.01 02:14:36.270009 [ 255 ] {d08fb098-5a01-4b8e-ad99-06dfad5509fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8491 2025.02.01 02:14:36.270062 [ 255 ] {d08fb098-5a01-4b8e-ad99-06dfad5509fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8492 2025.02.01 02:14:36.270838 [ 255 ] {d08fb098-5a01-4b8e-ad99-06dfad5509fe} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8493 2025.02.01 02:14:36.270877 [ 255 ] {d08fb098-5a01-4b8e-ad99-06dfad5509fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8494 2025.02.01 02:14:36.271275 [ 255 ] {d08fb098-5a01-4b8e-ad99-06dfad5509fe} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8495 2025.02.01 02:14:36.271514 [ 255 ] {d08fb098-5a01-4b8e-ad99-06dfad5509fe} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8496 2025.02.01 02:14:36.271724 [ 255 ] {d08fb098-5a01-4b8e-ad99-06dfad5509fe} <Debug> executeQuery: Read 571 rows, 43.51 KiB in 0.001746 sec., 327033.21878579614 rows/sec., 24.33 MiB/sec.
8497 2025.02.01 02:14:36.271778 [ 255 ] {d08fb098-5a01-4b8e-ad99-06dfad5509fe} <Debug> TCPHandler: Processed in 0.001979549 sec.
8498 2025.02.01 02:14:36.271925 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8499 2025.02.01 02:14:36.272054 [ 4 ] {99f17afb-9b61-464c-b9ca-a070229d4416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8500 2025.02.01 02:14:36.272113 [ 4 ] {99f17afb-9b61-464c-b9ca-a070229d4416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8501 2025.02.01 02:14:36.272825 [ 4 ] {99f17afb-9b61-464c-b9ca-a070229d4416} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8502 2025.02.01 02:14:36.272864 [ 4 ] {99f17afb-9b61-464c-b9ca-a070229d4416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8503 2025.02.01 02:14:36.273289 [ 4 ] {99f17afb-9b61-464c-b9ca-a070229d4416} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8504 2025.02.01 02:14:36.273528 [ 4 ] {99f17afb-9b61-464c-b9ca-a070229d4416} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8505 2025.02.01 02:14:36.273751 [ 4 ] {99f17afb-9b61-464c-b9ca-a070229d4416} <Debug> executeQuery: Read 922 rows, 63.51 KiB in 0.00173 sec., 532947.9768786128 rows/sec., 35.85 MiB/sec.
8506 2025.02.01 02:14:36.273815 [ 4 ] {99f17afb-9b61-464c-b9ca-a070229d4416} <Debug> TCPHandler: Processed in 0.001967149 sec.
8507 2025.02.01 02:14:36.274007 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8508 2025.02.01 02:14:36.274271 [ 255 ] {7a93ff9e-d06b-4553-875d-4062ebad2fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8509 2025.02.01 02:14:36.274369 [ 255 ] {7a93ff9e-d06b-4553-875d-4062ebad2fb3} <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
8510 2025.02.01 02:14:36.275538 [ 255 ] {7a93ff9e-d06b-4553-875d-4062ebad2fb3} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8511 2025.02.01 02:14:36.275578 [ 255 ] {7a93ff9e-d06b-4553-875d-4062ebad2fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8512 2025.02.01 02:14:36.276212 [ 255 ] {7a93ff9e-d06b-4553-875d-4062ebad2fb3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8513 2025.02.01 02:14:36.276466 [ 255 ] {7a93ff9e-d06b-4553-875d-4062ebad2fb3} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8514 2025.02.01 02:14:36.276710 [ 255 ] {7a93ff9e-d06b-4553-875d-4062ebad2fb3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002492 sec., 15650.080256821831 rows/sec., 28.04 MiB/sec.
8515 2025.02.01 02:14:36.276802 [ 255 ] {7a93ff9e-d06b-4553-875d-4062ebad2fb3} <Debug> TCPHandler: Processed in 0.002897998 sec.
8516 2025.02.01 02:14:36.276945 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8517 2025.02.01 02:14:36.277071 [ 4 ] {36b0c5e4-58d4-46be-846a-07b5310f741a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8518 2025.02.01 02:14:36.277126 [ 4 ] {36b0c5e4-58d4-46be-846a-07b5310f741a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8519 2025.02.01 02:14:36.277598 [ 4 ] {36b0c5e4-58d4-46be-846a-07b5310f741a} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8520 2025.02.01 02:14:36.277637 [ 4 ] {36b0c5e4-58d4-46be-846a-07b5310f741a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8521 2025.02.01 02:14:36.278001 [ 4 ] {36b0c5e4-58d4-46be-846a-07b5310f741a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8522 2025.02.01 02:14:36.278238 [ 4 ] {36b0c5e4-58d4-46be-846a-07b5310f741a} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8523 2025.02.01 02:14:36.278437 [ 4 ] {36b0c5e4-58d4-46be-846a-07b5310f741a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec.
8524 2025.02.01 02:14:36.278487 [ 4 ] {36b0c5e4-58d4-46be-846a-07b5310f741a} <Debug> TCPHandler: Processed in 0.001606236 sec.
8525 2025.02.01 02:14:36.471037 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1194
8526 2025.02.01 02:14:36.474118 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8527 2025.02.01 02:14:36.474163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8528 2025.02.01 02:14:36.475610 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8529 2025.02.01 02:14:36.475934 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8530 2025.02.01 02:14:36.476207 [ 52 ] {} <Debug> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8531 2025.02.01 02:14:36.476405 [ 52 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8532 2025.02.01 02:14:36.476503 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8533 2025.02.01 02:14:36.476907 [ 201 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::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
8534 2025.02.01 02:14:36.477343 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194
8535 2025.02.01 02:14:36.477896 [ 201 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8536 2025.02.01 02:14:36.478093 [ 201 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1012 rows starting from the beginning of the part
8537 2025.02.01 02:14:36.478747 [ 201 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part
8538 2025.02.01 02:14:36.479385 [ 201 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part
8539 2025.02.01 02:14:36.480073 [ 201 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part
8540 2025.02.01 02:14:36.480589 [ 201 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part
8541 2025.02.01 02:14:36.481098 [ 201 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 48 rows starting from the beginning of the part
8542 2025.02.01 02:14:36.489663 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 72 columns (72 merged, 0 gathered) in 0.013007637 sec., 91792.22944182713 rows/sec., 73.14 MiB/sec.
8543 2025.02.01 02:14:36.491046 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8544 2025.02.01 02:14:36.491814 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8545 2025.02.01 02:14:36.491912 [ 197 ] {2bd92a45-04ab-4a8f-a06d-c9ca872fcb50::all_1_31_6} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8546 2025.02.01 02:14:36.492133 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB.
8547 2025.02.01 02:14:38.885762 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703
8548 2025.02.01 02:14:38.886512 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8549 2025.02.01 02:14:38.886564 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8550 2025.02.01 02:14:38.887114 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8551 2025.02.01 02:14:38.887372 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8552 2025.02.01 02:14:38.887612 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703
8553 2025.02.01 02:14:40.317606 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325
8554 2025.02.01 02:14:40.338856 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8555 2025.02.01 02:14:40.338919 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8556 2025.02.01 02:14:40.346219 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
8557 2025.02.01 02:14:40.347030 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8558 2025.02.01 02:14:40.350803 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325
8559 2025.02.01 02:14:41.900168 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8560 2025.02.01 02:14:41.900362 [ 255 ] {5f62147f-ad04-47fa-a5ba-739867a3818a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8561 2025.02.01 02:14:41.900437 [ 255 ] {5f62147f-ad04-47fa-a5ba-739867a3818a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8562 2025.02.01 02:14:41.901166 [ 255 ] {5f62147f-ad04-47fa-a5ba-739867a3818a} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8563 2025.02.01 02:14:41.901222 [ 255 ] {5f62147f-ad04-47fa-a5ba-739867a3818a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8564 2025.02.01 02:14:41.901652 [ 255 ] {5f62147f-ad04-47fa-a5ba-739867a3818a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8565 2025.02.01 02:14:41.901907 [ 255 ] {5f62147f-ad04-47fa-a5ba-739867a3818a} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8566 2025.02.01 02:14:41.902122 [ 141 ] {} <Debug> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8567 2025.02.01 02:14:41.902159 [ 255 ] {5f62147f-ad04-47fa-a5ba-739867a3818a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00185 sec., 7567.5675675675675 rows/sec., 544.76 KiB/sec.
8568 2025.02.01 02:14:41.902249 [ 141 ] {} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8569 2025.02.01 02:14:41.902344 [ 255 ] {5f62147f-ad04-47fa-a5ba-739867a3818a} <Debug> TCPHandler: Processed in 0.002304712 sec.
8570 2025.02.01 02:14:41.902351 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8571 2025.02.01 02:14:41.902601 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8572 2025.02.01 02:14:41.902644 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
8573 2025.02.01 02:14:41.902847 [ 4 ] {eb14a1a1-d7e5-472d-ac13-2d6face22b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8574 2025.02.01 02:14:41.902943 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8575 2025.02.01 02:14:41.902964 [ 4 ] {eb14a1a1-d7e5-472d-ac13-2d6face22b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8576 2025.02.01 02:14:41.903040 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part
8577 2025.02.01 02:14:41.903349 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part
8578 2025.02.01 02:14:41.903723 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part
8579 2025.02.01 02:14:41.904086 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part
8580 2025.02.01 02:14:41.904412 [ 190 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part
8581 2025.02.01 02:14:41.905884 [ 4 ] {eb14a1a1-d7e5-472d-ac13-2d6face22b3c} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8582 2025.02.01 02:14:41.905956 [ 4 ] {eb14a1a1-d7e5-472d-ac13-2d6face22b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8583 2025.02.01 02:14:41.906952 [ 187 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004426523 sec., 15813.766244973764 rows/sec., 1.17 MiB/sec.
8584 2025.02.01 02:14:41.907026 [ 4 ] {eb14a1a1-d7e5-472d-ac13-2d6face22b3c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8585 2025.02.01 02:14:41.907309 [ 189 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8586 2025.02.01 02:14:41.907476 [ 4 ] {eb14a1a1-d7e5-472d-ac13-2d6face22b3c} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8587 2025.02.01 02:14:41.907990 [ 4 ] {eb14a1a1-d7e5-472d-ac13-2d6face22b3c} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.005192 sec., 39098.61325115563 rows/sec., 3.38 MiB/sec.
8588 2025.02.01 02:14:41.908277 [ 4 ] {eb14a1a1-d7e5-472d-ac13-2d6face22b3c} <Debug> TCPHandler: Processed in 0.005803047 sec.
8589 2025.02.01 02:14:41.908296 [ 196 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8590 2025.02.01 02:14:41.908561 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8591 2025.02.01 02:14:41.908883 [ 196 ] {0d76d73c-af7b-4747-9f0a-1b019b96a010::all_1_29_7} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8592 2025.02.01 02:14:41.908972 [ 255 ] {6b0f6ed5-ee5f-4a4b-95d2-0ec8bffd3ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8593 2025.02.01 02:14:41.909159 [ 255 ] {6b0f6ed5-ee5f-4a4b-95d2-0ec8bffd3ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8594 2025.02.01 02:14:41.909298 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8595 2025.02.01 02:14:41.909910 [ 255 ] {6b0f6ed5-ee5f-4a4b-95d2-0ec8bffd3ceb} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8596 2025.02.01 02:14:41.909954 [ 255 ] {6b0f6ed5-ee5f-4a4b-95d2-0ec8bffd3ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8597 2025.02.01 02:14:41.910313 [ 255 ] {6b0f6ed5-ee5f-4a4b-95d2-0ec8bffd3ceb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
8598 2025.02.01 02:14:41.910577 [ 255 ] {6b0f6ed5-ee5f-4a4b-95d2-0ec8bffd3ceb} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8599 2025.02.01 02:14:41.910794 [ 255 ] {6b0f6ed5-ee5f-4a4b-95d2-0ec8bffd3ceb} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00197 sec., 3553.299492385787 rows/sec., 231.50 KiB/sec.
8600 2025.02.01 02:14:41.910850 [ 255 ] {6b0f6ed5-ee5f-4a4b-95d2-0ec8bffd3ceb} <Debug> TCPHandler: Processed in 0.002456864 sec.
8601 2025.02.01 02:14:41.910973 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8602 2025.02.01 02:14:41.911084 [ 4 ] {c9771ef1-f075-4f09-8731-49fbdaeef3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8603 2025.02.01 02:14:41.911129 [ 4 ] {c9771ef1-f075-4f09-8731-49fbdaeef3c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8604 2025.02.01 02:14:41.911640 [ 4 ] {c9771ef1-f075-4f09-8731-49fbdaeef3c6} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8605 2025.02.01 02:14:41.911680 [ 4 ] {c9771ef1-f075-4f09-8731-49fbdaeef3c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8606 2025.02.01 02:14:41.912027 [ 4 ] {c9771ef1-f075-4f09-8731-49fbdaeef3c6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8607 2025.02.01 02:14:41.912266 [ 4 ] {c9771ef1-f075-4f09-8731-49fbdaeef3c6} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8608 2025.02.01 02:14:41.912530 [ 4 ] {c9771ef1-f075-4f09-8731-49fbdaeef3c6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001457 sec., 9608.78517501716 rows/sec., 672.94 KiB/sec.
8609 2025.02.01 02:14:41.912597 [ 4 ] {c9771ef1-f075-4f09-8731-49fbdaeef3c6} <Debug> TCPHandler: Processed in 0.001678536 sec.
8610 2025.02.01 02:14:41.912838 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8611 2025.02.01 02:14:41.913008 [ 255 ] {83a8404f-fce9-4583-a881-1689c71a0863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8612 2025.02.01 02:14:41.913063 [ 255 ] {83a8404f-fce9-4583-a881-1689c71a0863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8613 2025.02.01 02:14:41.913679 [ 255 ] {83a8404f-fce9-4583-a881-1689c71a0863} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8614 2025.02.01 02:14:41.913718 [ 255 ] {83a8404f-fce9-4583-a881-1689c71a0863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8615 2025.02.01 02:14:41.914058 [ 255 ] {83a8404f-fce9-4583-a881-1689c71a0863} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8616 2025.02.01 02:14:41.914286 [ 255 ] {83a8404f-fce9-4583-a881-1689c71a0863} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8617 2025.02.01 02:14:41.914440 [ 141 ] {} <Debug> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
8618 2025.02.01 02:14:41.914515 [ 141 ] {} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8619 2025.02.01 02:14:41.914533 [ 255 ] {83a8404f-fce9-4583-a881-1689c71a0863} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001545 sec., 8414.239482200648 rows/sec., 524.63 KiB/sec.
8620 2025.02.01 02:14:41.914551 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8621 2025.02.01 02:14:41.914696 [ 255 ] {83a8404f-fce9-4583-a881-1689c71a0863} <Debug> TCPHandler: Processed in 0.001995739 sec.
8622 2025.02.01 02:14:41.914983 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8623 2025.02.01 02:14:41.915313 [ 189 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full
8624 2025.02.01 02:14:41.915407 [ 4 ] {4bf7c031-7612-4a9e-8e18-206575e7b277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8625 2025.02.01 02:14:41.915588 [ 4 ] {4bf7c031-7612-4a9e-8e18-206575e7b277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8626 2025.02.01 02:14:41.915907 [ 189 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8627 2025.02.01 02:14:41.915977 [ 189 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part
8628 2025.02.01 02:14:41.916291 [ 189 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part
8629 2025.02.01 02:14:41.916665 [ 189 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part
8630 2025.02.01 02:14:41.917000 [ 189 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part
8631 2025.02.01 02:14:41.917433 [ 189 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part
8632 2025.02.01 02:14:41.918491 [ 4 ] {4bf7c031-7612-4a9e-8e18-206575e7b277} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8633 2025.02.01 02:14:41.918560 [ 4 ] {4bf7c031-7612-4a9e-8e18-206575e7b277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8634 2025.02.01 02:14:41.919585 [ 4 ] {4bf7c031-7612-4a9e-8e18-206575e7b277} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8635 2025.02.01 02:14:41.919744 [ 187 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005042798 sec., 12889.669584226851 rows/sec., 854.02 KiB/sec.
8636 2025.02.01 02:14:41.920008 [ 198 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
8637 2025.02.01 02:14:41.920009 [ 4 ] {4bf7c031-7612-4a9e-8e18-206575e7b277} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8638 2025.02.01 02:14:41.920528 [ 4 ] {4bf7c031-7612-4a9e-8e18-206575e7b277} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005251 sec., 72748.04799085889 rows/sec., 5.15 MiB/sec.
8639 2025.02.01 02:14:41.920676 [ 4 ] {4bf7c031-7612-4a9e-8e18-206575e7b277} <Debug> TCPHandler: Processed in 0.005868537 sec.
8640 2025.02.01 02:14:41.920811 [ 198 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8641 2025.02.01 02:14:41.920841 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8642 2025.02.01 02:14:41.920951 [ 198 ] {2c839ff4-80ed-4f42-9517-52d7a9999da3::all_1_29_7} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
8643 2025.02.01 02:14:41.921024 [ 255 ] {d49dfa60-c17f-4cf4-93f6-cd23eaf3072a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8644 2025.02.01 02:14:41.921123 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8645 2025.02.01 02:14:41.921134 [ 255 ] {d49dfa60-c17f-4cf4-93f6-cd23eaf3072a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8646 2025.02.01 02:14:41.921607 [ 255 ] {d49dfa60-c17f-4cf4-93f6-cd23eaf3072a} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8647 2025.02.01 02:14:41.921646 [ 255 ] {d49dfa60-c17f-4cf4-93f6-cd23eaf3072a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8648 2025.02.01 02:14:41.922008 [ 255 ] {d49dfa60-c17f-4cf4-93f6-cd23eaf3072a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
8649 2025.02.01 02:14:41.922241 [ 255 ] {d49dfa60-c17f-4cf4-93f6-cd23eaf3072a} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8650 2025.02.01 02:14:41.922481 [ 255 ] {d49dfa60-c17f-4cf4-93f6-cd23eaf3072a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec.
8651 2025.02.01 02:14:41.922694 [ 255 ] {d49dfa60-c17f-4cf4-93f6-cd23eaf3072a} <Debug> TCPHandler: Processed in 0.001934088 sec.
8652 2025.02.01 02:14:41.922886 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8653 2025.02.01 02:14:41.923018 [ 4 ] {a42b3f63-080c-4406-9efc-d80d4ac61382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8654 2025.02.01 02:14:41.923078 [ 4 ] {a42b3f63-080c-4406-9efc-d80d4ac61382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8655 2025.02.01 02:14:41.923701 [ 4 ] {a42b3f63-080c-4406-9efc-d80d4ac61382} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8656 2025.02.01 02:14:41.923741 [ 4 ] {a42b3f63-080c-4406-9efc-d80d4ac61382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8657 2025.02.01 02:14:41.924119 [ 4 ] {a42b3f63-080c-4406-9efc-d80d4ac61382} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8658 2025.02.01 02:14:41.924354 [ 4 ] {a42b3f63-080c-4406-9efc-d80d4ac61382} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8659 2025.02.01 02:14:41.924591 [ 4 ] {a42b3f63-080c-4406-9efc-d80d4ac61382} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001597 sec., 148403.25610519724 rows/sec., 9.95 MiB/sec.
8660 2025.02.01 02:14:41.924661 [ 4 ] {a42b3f63-080c-4406-9efc-d80d4ac61382} <Debug> TCPHandler: Processed in 0.001872558 sec.
8661 2025.02.01 02:14:41.924864 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8662 2025.02.01 02:14:41.925150 [ 255 ] {a2a23e60-d12d-4419-9d69-df06ff90185c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8663 2025.02.01 02:14:41.925220 [ 255 ] {a2a23e60-d12d-4419-9d69-df06ff90185c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8664 2025.02.01 02:14:41.925645 [ 255 ] {a2a23e60-d12d-4419-9d69-df06ff90185c} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8665 2025.02.01 02:14:41.925683 [ 255 ] {a2a23e60-d12d-4419-9d69-df06ff90185c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8666 2025.02.01 02:14:41.926027 [ 255 ] {a2a23e60-d12d-4419-9d69-df06ff90185c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8667 2025.02.01 02:14:41.926285 [ 255 ] {a2a23e60-d12d-4419-9d69-df06ff90185c} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8668 2025.02.01 02:14:41.926436 [ 141 ] {} <Debug> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
8669 2025.02.01 02:14:41.926499 [ 141 ] {} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8670 2025.02.01 02:14:41.926526 [ 255 ] {a2a23e60-d12d-4419-9d69-df06ff90185c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001456 sec., 686.8131868131868 rows/sec., 46.28 KiB/sec.
8671 2025.02.01 02:14:41.926537 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8672 2025.02.01 02:14:41.926667 [ 255 ] {a2a23e60-d12d-4419-9d69-df06ff90185c} <Debug> TCPHandler: Processed in 0.001932229 sec.
8673 2025.02.01 02:14:41.926920 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8674 2025.02.01 02:14:41.927028 [ 191 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
8675 2025.02.01 02:14:41.927410 [ 4 ] {8f4d3e9e-fb2d-4020-8ea7-35fb7b8f1f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8676 2025.02.01 02:14:41.927533 [ 4 ] {8f4d3e9e-fb2d-4020-8ea7-35fb7b8f1f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8677 2025.02.01 02:14:41.927543 [ 191 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8678 2025.02.01 02:14:41.927601 [ 191 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part
8679 2025.02.01 02:14:41.927793 [ 191 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part
8680 2025.02.01 02:14:41.928019 [ 191 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part
8681 2025.02.01 02:14:41.928203 [ 191 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part
8682 2025.02.01 02:14:41.928315 [ 191 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part
8683 2025.02.01 02:14:41.928541 [ 191 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part
8684 2025.02.01 02:14:41.929067 [ 4 ] {8f4d3e9e-fb2d-4020-8ea7-35fb7b8f1f00} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8685 2025.02.01 02:14:41.929109 [ 4 ] {8f4d3e9e-fb2d-4020-8ea7-35fb7b8f1f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8686 2025.02.01 02:14:41.929626 [ 4 ] {8f4d3e9e-fb2d-4020-8ea7-35fb7b8f1f00} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8687 2025.02.01 02:14:41.929999 [ 4 ] {8f4d3e9e-fb2d-4020-8ea7-35fb7b8f1f00} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8688 2025.02.01 02:14:41.930132 [ 191 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003459354 sec., 8672.139364748447 rows/sec., 583.22 KiB/sec.
8689 2025.02.01 02:14:41.930401 [ 4 ] {8f4d3e9e-fb2d-4020-8ea7-35fb7b8f1f00} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00314 sec., 26114.649681528663 rows/sec., 1.66 MiB/sec.
8690 2025.02.01 02:14:41.930480 [ 188 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
8691 2025.02.01 02:14:41.930503 [ 4 ] {8f4d3e9e-fb2d-4020-8ea7-35fb7b8f1f00} <Debug> TCPHandler: Processed in 0.003734076 sec.
8692 2025.02.01 02:14:41.930918 [ 188 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8693 2025.02.01 02:14:41.931002 [ 188 ] {152c618b-3b5a-4ee6-9d92-cd10ef966575::all_1_30_6} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
8694 2025.02.01 02:14:41.931097 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
8695 2025.02.01 02:14:46.248037 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache
8696 2025.02.01 02:14:46.248148 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache
8697 2025.02.01 02:14:46.387859 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191
8698 2025.02.01 02:14:46.388613 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8699 2025.02.01 02:14:46.388661 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8700 2025.02.01 02:14:46.389210 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8701 2025.02.01 02:14:46.389465 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8702 2025.02.01 02:14:46.389688 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
8703 2025.02.01 02:14:46.477781 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1214
8704 2025.02.01 02:14:46.480993 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8705 2025.02.01 02:14:46.481058 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8706 2025.02.01 02:14:46.482563 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
8707 2025.02.01 02:14:46.482913 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8708 2025.02.01 02:14:46.483555 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1214
8709 2025.02.01 02:14:46.898689 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8710 2025.02.01 02:14:46.898880 [ 255 ] {b95ba329-9a4c-42f4-80ed-531a04bbee81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8711 2025.02.01 02:14:46.898947 [ 255 ] {b95ba329-9a4c-42f4-80ed-531a04bbee81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8712 2025.02.01 02:14:46.899717 [ 255 ] {b95ba329-9a4c-42f4-80ed-531a04bbee81} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8713 2025.02.01 02:14:46.899764 [ 255 ] {b95ba329-9a4c-42f4-80ed-531a04bbee81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8714 2025.02.01 02:14:46.900179 [ 255 ] {b95ba329-9a4c-42f4-80ed-531a04bbee81} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8715 2025.02.01 02:14:46.900425 [ 255 ] {b95ba329-9a4c-42f4-80ed-531a04bbee81} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8716 2025.02.01 02:14:46.900671 [ 255 ] {b95ba329-9a4c-42f4-80ed-531a04bbee81} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001842 sec., 72747.01411509229 rows/sec., 6.27 MiB/sec.
8717 2025.02.01 02:14:46.900733 [ 255 ] {b95ba329-9a4c-42f4-80ed-531a04bbee81} <Debug> TCPHandler: Processed in 0.00215609 sec.
8718 2025.02.01 02:14:46.900915 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8719 2025.02.01 02:14:46.901061 [ 4 ] {941fc9c0-f5e6-4240-a18f-c1ac1cee24f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8720 2025.02.01 02:14:46.901118 [ 4 ] {941fc9c0-f5e6-4240-a18f-c1ac1cee24f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8721 2025.02.01 02:14:46.901778 [ 4 ] {941fc9c0-f5e6-4240-a18f-c1ac1cee24f0} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8722 2025.02.01 02:14:46.901824 [ 4 ] {941fc9c0-f5e6-4240-a18f-c1ac1cee24f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8723 2025.02.01 02:14:46.902191 [ 4 ] {941fc9c0-f5e6-4240-a18f-c1ac1cee24f0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8724 2025.02.01 02:14:46.902429 [ 4 ] {941fc9c0-f5e6-4240-a18f-c1ac1cee24f0} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8725 2025.02.01 02:14:46.902640 [ 4 ] {941fc9c0-f5e6-4240-a18f-c1ac1cee24f0} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001614 sec., 24163.5687732342 rows/sec., 1.77 MiB/sec.
8726 2025.02.01 02:14:46.902692 [ 4 ] {941fc9c0-f5e6-4240-a18f-c1ac1cee24f0} <Debug> TCPHandler: Processed in 0.001847328 sec.
8727 2025.02.01 02:14:46.902848 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8728 2025.02.01 02:14:46.902979 [ 255 ] {5ddf5e81-7c58-4af0-bdef-fc55bc4c0692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8729 2025.02.01 02:14:46.903033 [ 255 ] {5ddf5e81-7c58-4af0-bdef-fc55bc4c0692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8730 2025.02.01 02:14:46.903700 [ 255 ] {5ddf5e81-7c58-4af0-bdef-fc55bc4c0692} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8731 2025.02.01 02:14:46.903748 [ 255 ] {5ddf5e81-7c58-4af0-bdef-fc55bc4c0692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8732 2025.02.01 02:14:46.904121 [ 255 ] {5ddf5e81-7c58-4af0-bdef-fc55bc4c0692} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8733 2025.02.01 02:14:46.904355 [ 255 ] {5ddf5e81-7c58-4af0-bdef-fc55bc4c0692} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8734 2025.02.01 02:14:46.904583 [ 255 ] {5ddf5e81-7c58-4af0-bdef-fc55bc4c0692} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001633 sec., 63074.096754439684 rows/sec., 4.93 MiB/sec.
8735 2025.02.01 02:14:46.904684 [ 255 ] {5ddf5e81-7c58-4af0-bdef-fc55bc4c0692} <Debug> TCPHandler: Processed in 0.001901149 sec.
8736 2025.02.01 02:14:46.904896 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8737 2025.02.01 02:14:46.905073 [ 4 ] {c363b1dd-a52b-4d63-9ab7-1ca72b1df9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8738 2025.02.01 02:14:46.905133 [ 4 ] {c363b1dd-a52b-4d63-9ab7-1ca72b1df9c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8739 2025.02.01 02:14:46.905762 [ 4 ] {c363b1dd-a52b-4d63-9ab7-1ca72b1df9c8} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8740 2025.02.01 02:14:46.905809 [ 4 ] {c363b1dd-a52b-4d63-9ab7-1ca72b1df9c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8741 2025.02.01 02:14:46.906204 [ 4 ] {c363b1dd-a52b-4d63-9ab7-1ca72b1df9c8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8742 2025.02.01 02:14:46.906446 [ 4 ] {c363b1dd-a52b-4d63-9ab7-1ca72b1df9c8} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8743 2025.02.01 02:14:46.906638 [ 4 ] {c363b1dd-a52b-4d63-9ab7-1ca72b1df9c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec.
8744 2025.02.01 02:14:46.906747 [ 4 ] {c363b1dd-a52b-4d63-9ab7-1ca72b1df9c8} <Debug> TCPHandler: Processed in 0.001966229 sec.
8745 2025.02.01 02:14:46.906974 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8746 2025.02.01 02:14:46.907171 [ 255 ] {10deb98e-ba9f-4e8e-b41b-3fbb664e646e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8747 2025.02.01 02:14:46.907260 [ 255 ] {10deb98e-ba9f-4e8e-b41b-3fbb664e646e} <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
8748 2025.02.01 02:14:46.908467 [ 255 ] {10deb98e-ba9f-4e8e-b41b-3fbb664e646e} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8749 2025.02.01 02:14:46.908505 [ 255 ] {10deb98e-ba9f-4e8e-b41b-3fbb664e646e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8750 2025.02.01 02:14:46.909162 [ 255 ] {10deb98e-ba9f-4e8e-b41b-3fbb664e646e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8751 2025.02.01 02:14:46.909415 [ 255 ] {10deb98e-ba9f-4e8e-b41b-3fbb664e646e} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8752 2025.02.01 02:14:46.909571 [ 23 ] {} <Debug> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
8753 2025.02.01 02:14:46.909620 [ 23 ] {} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8754 2025.02.01 02:14:46.909624 [ 255 ] {10deb98e-ba9f-4e8e-b41b-3fbb664e646e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002482 sec., 15713.134568896052 rows/sec., 28.16 MiB/sec.
8755 2025.02.01 02:14:46.909649 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8756 2025.02.01 02:14:46.909855 [ 255 ] {10deb98e-ba9f-4e8e-b41b-3fbb664e646e} <Debug> TCPHandler: Processed in 0.003027599 sec.
8757 2025.02.01 02:14:46.909869 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::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
8758 2025.02.01 02:14:46.910023 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8759 2025.02.01 02:14:46.910206 [ 4 ] {c9a902a5-525d-4871-a070-2eb5cb206c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8760 2025.02.01 02:14:46.910223 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8761 2025.02.01 02:14:46.910281 [ 4 ] {c9a902a5-525d-4871-a070-2eb5cb206c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8762 2025.02.01 02:14:46.910312 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 989 rows starting from the beginning of the part
8763 2025.02.01 02:14:46.910890 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part
8764 2025.02.01 02:14:46.911400 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part
8765 2025.02.01 02:14:46.912040 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part
8766 2025.02.01 02:14:46.912049 [ 4 ] {c9a902a5-525d-4871-a070-2eb5cb206c23} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8767 2025.02.01 02:14:46.912095 [ 4 ] {c9a902a5-525d-4871-a070-2eb5cb206c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8768 2025.02.01 02:14:46.912586 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part
8769 2025.02.01 02:14:46.913174 [ 191 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part
8770 2025.02.01 02:14:46.913264 [ 4 ] {c9a902a5-525d-4871-a070-2eb5cb206c23} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8771 2025.02.01 02:14:46.913815 [ 4 ] {c9a902a5-525d-4871-a070-2eb5cb206c23} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8772 2025.02.01 02:14:46.914075 [ 4 ] {c9a902a5-525d-4871-a070-2eb5cb206c23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003921 sec., 15302.218821729151 rows/sec., 1.03 MiB/sec.
8773 2025.02.01 02:14:46.914161 [ 4 ] {c9a902a5-525d-4871-a070-2eb5cb206c23} <Debug> TCPHandler: Processed in 0.004214601 sec.
8774 2025.02.01 02:14:46.919863 [ 188 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 19 columns (19 merged, 0 gathered) in 0.010111259 sec., 117097.18839167309 rows/sec., 209.83 MiB/sec.
8775 2025.02.01 02:14:46.921423 [ 188 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
8776 2025.02.01 02:14:46.921900 [ 188 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8777 2025.02.01 02:14:46.922002 [ 188 ] {020f0894-13f1-40d0-810f-1f25b7597fca::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
8778 2025.02.01 02:14:46.922175 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB.
8779 2025.02.01 02:14:47.000268 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.20 MiB, peak 230.80 MiB, free memory in arenas 0.00 B, will set to 221.17 MiB (RSS), difference: 1.97 MiB
8780 2025.02.01 02:14:47.627518 [ 23 ] {} <Debug> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
8781 2025.02.01 02:14:47.627581 [ 23 ] {} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8782 2025.02.01 02:14:47.627604 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8783 2025.02.01 02:14:47.627819 [ 192 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::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
8784 2025.02.01 02:14:47.628021 [ 192 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8785 2025.02.01 02:14:47.628064 [ 192 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part
8786 2025.02.01 02:14:47.628161 [ 192 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part
8787 2025.02.01 02:14:47.628430 [ 192 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
8788 2025.02.01 02:14:47.628670 [ 192 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part
8789 2025.02.01 02:14:47.628828 [ 192 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part
8790 2025.02.01 02:14:47.629966 [ 188 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002280482 sec., 21048.18191943633 rows/sec., 1.76 MiB/sec.
8791 2025.02.01 02:14:47.630146 [ 195 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
8792 2025.02.01 02:14:47.630508 [ 195 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_13_3} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8793 2025.02.01 02:14:47.630597 [ 195 ] {c5bd3110-b16b-47f3-8619-f9c32f079d12::all_1_13_3} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
8794 2025.02.01 02:14:47.630700 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
8795 2025.02.01 02:14:47.851023 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332
8796 2025.02.01 02:14:47.872589 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8797 2025.02.01 02:14:47.872653 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8798 2025.02.01 02:14:47.879969 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
8799 2025.02.01 02:14:47.880791 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8800 2025.02.01 02:14:47.883677 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
8801 2025.02.01 02:14:51.901139 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8802 2025.02.01 02:14:51.901355 [ 255 ] {1e98b277-97cf-42d3-b96c-af082855577c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8803 2025.02.01 02:14:51.901429 [ 255 ] {1e98b277-97cf-42d3-b96c-af082855577c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8804 2025.02.01 02:14:51.902183 [ 255 ] {1e98b277-97cf-42d3-b96c-af082855577c} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8805 2025.02.01 02:14:51.902242 [ 255 ] {1e98b277-97cf-42d3-b96c-af082855577c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8806 2025.02.01 02:14:51.902688 [ 255 ] {1e98b277-97cf-42d3-b96c-af082855577c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8807 2025.02.01 02:14:51.902959 [ 255 ] {1e98b277-97cf-42d3-b96c-af082855577c} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8808 2025.02.01 02:14:51.903203 [ 255 ] {1e98b277-97cf-42d3-b96c-af082855577c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec.
8809 2025.02.01 02:14:51.903274 [ 255 ] {1e98b277-97cf-42d3-b96c-af082855577c} <Debug> TCPHandler: Processed in 0.002266062 sec.
8810 2025.02.01 02:14:51.903429 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8811 2025.02.01 02:14:51.903559 [ 4 ] {853b4d0f-7ea8-4454-8115-91aa51614d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8812 2025.02.01 02:14:51.903612 [ 4 ] {853b4d0f-7ea8-4454-8115-91aa51614d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8813 2025.02.01 02:14:51.904163 [ 4 ] {853b4d0f-7ea8-4454-8115-91aa51614d2d} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8814 2025.02.01 02:14:51.904207 [ 4 ] {853b4d0f-7ea8-4454-8115-91aa51614d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8815 2025.02.01 02:14:51.904575 [ 4 ] {853b4d0f-7ea8-4454-8115-91aa51614d2d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8816 2025.02.01 02:14:51.904826 [ 4 ] {853b4d0f-7ea8-4454-8115-91aa51614d2d} <Trace> oximeter.fields_ipaddr (c5bd3110-b16b-47f3-8619-f9c32f079d12): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8817 2025.02.01 02:14:51.905059 [ 4 ] {853b4d0f-7ea8-4454-8115-91aa51614d2d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001529 sec., 1308.0444735120993 rows/sec., 106.66 KiB/sec.
8818 2025.02.01 02:14:51.905185 [ 4 ] {853b4d0f-7ea8-4454-8115-91aa51614d2d} <Debug> TCPHandler: Processed in 0.001815208 sec.
8819 2025.02.01 02:14:51.905314 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8820 2025.02.01 02:14:51.905422 [ 255 ] {ba5d5b40-c9cf-498e-97f1-f368ec1216d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8821 2025.02.01 02:14:51.905466 [ 255 ] {ba5d5b40-c9cf-498e-97f1-f368ec1216d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8822 2025.02.01 02:14:51.906076 [ 255 ] {ba5d5b40-c9cf-498e-97f1-f368ec1216d9} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8823 2025.02.01 02:14:51.906113 [ 255 ] {ba5d5b40-c9cf-498e-97f1-f368ec1216d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8824 2025.02.01 02:14:51.906489 [ 255 ] {ba5d5b40-c9cf-498e-97f1-f368ec1216d9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8825 2025.02.01 02:14:51.906760 [ 255 ] {ba5d5b40-c9cf-498e-97f1-f368ec1216d9} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8826 2025.02.01 02:14:51.907007 [ 255 ] {ba5d5b40-c9cf-498e-97f1-f368ec1216d9} <Debug> executeQuery: Read 204 rows, 18.07 KiB in 0.001607 sec., 126944.6172993155 rows/sec., 10.98 MiB/sec.
8827 2025.02.01 02:14:51.907111 [ 255 ] {ba5d5b40-c9cf-498e-97f1-f368ec1216d9} <Debug> TCPHandler: Processed in 0.001847648 sec.
8828 2025.02.01 02:14:51.907312 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8829 2025.02.01 02:14:51.907464 [ 4 ] {45d5e1ad-c30e-41fd-a6ca-5daff56ae47a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8830 2025.02.01 02:14:51.907512 [ 4 ] {45d5e1ad-c30e-41fd-a6ca-5daff56ae47a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8831 2025.02.01 02:14:51.908052 [ 4 ] {45d5e1ad-c30e-41fd-a6ca-5daff56ae47a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8832 2025.02.01 02:14:51.908094 [ 4 ] {45d5e1ad-c30e-41fd-a6ca-5daff56ae47a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8833 2025.02.01 02:14:51.908447 [ 4 ] {45d5e1ad-c30e-41fd-a6ca-5daff56ae47a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8834 2025.02.01 02:14:51.908688 [ 4 ] {45d5e1ad-c30e-41fd-a6ca-5daff56ae47a} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8835 2025.02.01 02:14:51.908862 [ 30 ] {} <Debug> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8836 2025.02.01 02:14:51.908928 [ 4 ] {45d5e1ad-c30e-41fd-a6ca-5daff56ae47a} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001484 sec., 6064.6900269541775 rows/sec., 401.42 KiB/sec.
8837 2025.02.01 02:14:51.908946 [ 30 ] {} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8838 2025.02.01 02:14:51.909022 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8839 2025.02.01 02:14:51.909074 [ 4 ] {45d5e1ad-c30e-41fd-a6ca-5daff56ae47a} <Debug> TCPHandler: Processed in 0.001877058 sec.
8840 2025.02.01 02:14:51.909273 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8841 2025.02.01 02:14:51.909314 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full
8842 2025.02.01 02:14:51.909446 [ 255 ] {a4817823-96ec-49d1-a7f9-59a858ec07cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8843 2025.02.01 02:14:51.909543 [ 255 ] {a4817823-96ec-49d1-a7f9-59a858ec07cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8844 2025.02.01 02:14:51.909639 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8845 2025.02.01 02:14:51.909746 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 64 rows starting from the beginning of the part
8846 2025.02.01 02:14:51.910057 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part
8847 2025.02.01 02:14:51.910606 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 51 rows starting from the beginning of the part
8848 2025.02.01 02:14:51.911033 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part
8849 2025.02.01 02:14:51.911437 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part
8850 2025.02.01 02:14:51.911842 [ 200 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 9 rows starting from the beginning of the part
8851 2025.02.01 02:14:51.912331 [ 255 ] {a4817823-96ec-49d1-a7f9-59a858ec07cc} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8852 2025.02.01 02:14:51.912407 [ 255 ] {a4817823-96ec-49d1-a7f9-59a858ec07cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8853 2025.02.01 02:14:51.913064 [ 255 ] {a4817823-96ec-49d1-a7f9-59a858ec07cc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8854 2025.02.01 02:14:51.913587 [ 255 ] {a4817823-96ec-49d1-a7f9-59a858ec07cc} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8855 2025.02.01 02:14:51.913957 [ 30 ] {} <Debug> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8856 2025.02.01 02:14:51.914075 [ 30 ] {} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8857 2025.02.01 02:14:51.914160 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8858 2025.02.01 02:14:51.914234 [ 255 ] {a4817823-96ec-49d1-a7f9-59a858ec07cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004806 sec., 2913.025384935497 rows/sec., 204.01 KiB/sec.
8859 2025.02.01 02:14:51.914685 [ 255 ] {a4817823-96ec-49d1-a7f9-59a858ec07cc} <Debug> TCPHandler: Processed in 0.005512413 sec.
8860 2025.02.01 02:14:51.914722 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::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
8861 2025.02.01 02:14:51.915014 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8862 2025.02.01 02:14:51.915412 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8863 2025.02.01 02:14:51.915536 [ 4 ] {89fee452-b1b6-421f-bdd4-2ac54a27b42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8864 2025.02.01 02:14:51.915554 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 243 rows starting from the beginning of the part
8865 2025.02.01 02:14:51.915639 [ 193 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.006492664 sec., 27261.537020859232 rows/sec., 2.04 MiB/sec.
8866 2025.02.01 02:14:51.915660 [ 4 ] {89fee452-b1b6-421f-bdd4-2ac54a27b42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8867 2025.02.01 02:14:51.916151 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8868 2025.02.01 02:14:51.916194 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part
8869 2025.02.01 02:14:51.916926 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part
8870 2025.02.01 02:14:51.917330 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8871 2025.02.01 02:14:51.917613 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 228 rows starting from the beginning of the part
8872 2025.02.01 02:14:51.917705 [ 197 ] {e624cc6f-45b5-418a-b64d-ee027c6f253f::all_1_61_12} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8873 2025.02.01 02:14:51.918012 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
8874 2025.02.01 02:14:51.918150 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part
8875 2025.02.01 02:14:51.918402 [ 188 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part
8876 2025.02.01 02:14:51.919299 [ 4 ] {89fee452-b1b6-421f-bdd4-2ac54a27b42e} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8877 2025.02.01 02:14:51.919366 [ 4 ] {89fee452-b1b6-421f-bdd4-2ac54a27b42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8878 2025.02.01 02:14:51.920394 [ 4 ] {89fee452-b1b6-421f-bdd4-2ac54a27b42e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8879 2025.02.01 02:14:51.920957 [ 4 ] {89fee452-b1b6-421f-bdd4-2ac54a27b42e} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8880 2025.02.01 02:14:51.921402 [ 193 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.007074939 sec., 74488.27473989529 rows/sec., 5.33 MiB/sec.
8881 2025.02.01 02:14:51.921530 [ 4 ] {89fee452-b1b6-421f-bdd4-2ac54a27b42e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00621 sec., 2093.3977455716586 rows/sec., 130.52 KiB/sec.
8882 2025.02.01 02:14:51.921660 [ 4 ] {89fee452-b1b6-421f-bdd4-2ac54a27b42e} <Debug> TCPHandler: Processed in 0.006864436 sec.
8883 2025.02.01 02:14:51.921664 [ 193 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8884 2025.02.01 02:14:51.921860 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8885 2025.02.01 02:14:51.922040 [ 255 ] {77e56df6-af5d-4060-b891-de08128e8bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8886 2025.02.01 02:14:51.922110 [ 255 ] {77e56df6-af5d-4060-b891-de08128e8bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8887 2025.02.01 02:14:51.922219 [ 193 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8888 2025.02.01 02:14:51.922407 [ 193 ] {6a2c5b87-8fb3-40a7-9653-ce63ba9922f1::all_1_41_8} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8889 2025.02.01 02:14:51.922610 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
8890 2025.02.01 02:14:51.923235 [ 255 ] {77e56df6-af5d-4060-b891-de08128e8bc1} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8891 2025.02.01 02:14:51.923278 [ 255 ] {77e56df6-af5d-4060-b891-de08128e8bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8892 2025.02.01 02:14:51.923664 [ 255 ] {77e56df6-af5d-4060-b891-de08128e8bc1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8893 2025.02.01 02:14:51.923903 [ 255 ] {77e56df6-af5d-4060-b891-de08128e8bc1} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8894 2025.02.01 02:14:51.924149 [ 255 ] {77e56df6-af5d-4060-b891-de08128e8bc1} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.002161 sec., 177695.5113373438 rows/sec., 12.58 MiB/sec.
8895 2025.02.01 02:14:51.924208 [ 255 ] {77e56df6-af5d-4060-b891-de08128e8bc1} <Debug> TCPHandler: Processed in 0.002445144 sec.
8896 2025.02.01 02:14:51.924385 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8897 2025.02.01 02:14:51.924515 [ 4 ] {b66bde0a-eafe-40f8-9b2f-2a621ababe7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
8898 2025.02.01 02:14:51.924571 [ 4 ] {b66bde0a-eafe-40f8-9b2f-2a621ababe7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
8899 2025.02.01 02:14:51.925076 [ 4 ] {b66bde0a-eafe-40f8-9b2f-2a621ababe7e} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8900 2025.02.01 02:14:51.925115 [ 4 ] {b66bde0a-eafe-40f8-9b2f-2a621ababe7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8901 2025.02.01 02:14:51.925476 [ 4 ] {b66bde0a-eafe-40f8-9b2f-2a621ababe7e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
8902 2025.02.01 02:14:51.925716 [ 4 ] {b66bde0a-eafe-40f8-9b2f-2a621ababe7e} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8903 2025.02.01 02:14:51.925946 [ 4 ] {b66bde0a-eafe-40f8-9b2f-2a621ababe7e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec.
8904 2025.02.01 02:14:51.926056 [ 4 ] {b66bde0a-eafe-40f8-9b2f-2a621ababe7e} <Debug> TCPHandler: Processed in 0.001734347 sec.
8905 2025.02.01 02:14:51.926203 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8906 2025.02.01 02:14:51.926331 [ 255 ] {e6ec6f8a-979c-43a1-a6cb-b094ce9b32ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8907 2025.02.01 02:14:51.926389 [ 255 ] {e6ec6f8a-979c-43a1-a6cb-b094ce9b32ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8908 2025.02.01 02:14:51.927003 [ 255 ] {e6ec6f8a-979c-43a1-a6cb-b094ce9b32ca} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8909 2025.02.01 02:14:51.927040 [ 255 ] {e6ec6f8a-979c-43a1-a6cb-b094ce9b32ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8910 2025.02.01 02:14:51.927428 [ 255 ] {e6ec6f8a-979c-43a1-a6cb-b094ce9b32ca} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8911 2025.02.01 02:14:51.927667 [ 255 ] {e6ec6f8a-979c-43a1-a6cb-b094ce9b32ca} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8912 2025.02.01 02:14:51.927894 [ 255 ] {e6ec6f8a-979c-43a1-a6cb-b094ce9b32ca} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001592 sec., 149497.48743718592 rows/sec., 10.02 MiB/sec.
8913 2025.02.01 02:14:51.927945 [ 255 ] {e6ec6f8a-979c-43a1-a6cb-b094ce9b32ca} <Debug> TCPHandler: Processed in 0.001804987 sec.
8914 2025.02.01 02:14:51.928086 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8915 2025.02.01 02:14:51.928214 [ 4 ] {74b715dd-b2b9-4413-bbcf-0c76e0c538d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
8916 2025.02.01 02:14:51.928270 [ 4 ] {74b715dd-b2b9-4413-bbcf-0c76e0c538d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
8917 2025.02.01 02:14:51.928771 [ 4 ] {74b715dd-b2b9-4413-bbcf-0c76e0c538d9} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8918 2025.02.01 02:14:51.928816 [ 4 ] {74b715dd-b2b9-4413-bbcf-0c76e0c538d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8919 2025.02.01 02:14:51.929201 [ 4 ] {74b715dd-b2b9-4413-bbcf-0c76e0c538d9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
8920 2025.02.01 02:14:51.929436 [ 4 ] {74b715dd-b2b9-4413-bbcf-0c76e0c538d9} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8921 2025.02.01 02:14:51.929684 [ 4 ] {74b715dd-b2b9-4413-bbcf-0c76e0c538d9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 45.16 KiB/sec.
8922 2025.02.01 02:14:51.929889 [ 4 ] {74b715dd-b2b9-4413-bbcf-0c76e0c538d9} <Debug> TCPHandler: Processed in 0.001860358 sec.
8923 2025.02.01 02:14:51.930067 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8924 2025.02.01 02:14:51.930176 [ 255 ] {b561a352-e8de-46ed-ba92-d8929712bbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8925 2025.02.01 02:14:51.930224 [ 255 ] {b561a352-e8de-46ed-ba92-d8929712bbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8926 2025.02.01 02:14:51.930686 [ 255 ] {b561a352-e8de-46ed-ba92-d8929712bbae} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8927 2025.02.01 02:14:51.930724 [ 255 ] {b561a352-e8de-46ed-ba92-d8929712bbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8928 2025.02.01 02:14:51.931115 [ 255 ] {b561a352-e8de-46ed-ba92-d8929712bbae} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8929 2025.02.01 02:14:51.931358 [ 255 ] {b561a352-e8de-46ed-ba92-d8929712bbae} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8930 2025.02.01 02:14:51.931581 [ 255 ] {b561a352-e8de-46ed-ba92-d8929712bbae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001427 sec., 57463.20953048353 rows/sec., 3.65 MiB/sec.
8931 2025.02.01 02:14:51.931636 [ 255 ] {b561a352-e8de-46ed-ba92-d8929712bbae} <Debug> TCPHandler: Processed in 0.001628825 sec.
8932 2025.02.01 02:14:53.889939 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618
8933 2025.02.01 02:14:53.890594 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8934 2025.02.01 02:14:53.890643 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8935 2025.02.01 02:14:53.891174 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8936 2025.02.01 02:14:53.891449 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8937 2025.02.01 02:14:53.891752 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618
8938 2025.02.01 02:14:55.383877 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
8939 2025.02.01 02:14:55.405443 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8940 2025.02.01 02:14:55.405497 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8941 2025.02.01 02:14:55.412803 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
8942 2025.02.01 02:14:55.413571 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8943 2025.02.01 02:14:55.416296 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
8944 2025.02.01 02:14:56.483907 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1248
8945 2025.02.01 02:14:56.487304 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8946 2025.02.01 02:14:56.487355 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8947 2025.02.01 02:14:56.488821 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
8948 2025.02.01 02:14:56.489119 [ 243 ] {} <Trace> system.query_log (2bd92a45-04ab-4a8f-a06d-c9ca872fcb50): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8949 2025.02.01 02:14:56.489680 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1248
8950 2025.02.01 02:14:56.898550 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8951 2025.02.01 02:14:56.898760 [ 255 ] {3edaa6ce-46af-4b18-8e45-a0ba697e474f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8952 2025.02.01 02:14:56.898839 [ 255 ] {3edaa6ce-46af-4b18-8e45-a0ba697e474f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8953 2025.02.01 02:14:56.899687 [ 255 ] {3edaa6ce-46af-4b18-8e45-a0ba697e474f} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8954 2025.02.01 02:14:56.899738 [ 255 ] {3edaa6ce-46af-4b18-8e45-a0ba697e474f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8955 2025.02.01 02:14:56.900177 [ 255 ] {3edaa6ce-46af-4b18-8e45-a0ba697e474f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8956 2025.02.01 02:14:56.900429 [ 255 ] {3edaa6ce-46af-4b18-8e45-a0ba697e474f} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8957 2025.02.01 02:14:56.900653 [ 153 ] {} <Debug> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8958 2025.02.01 02:14:56.900688 [ 255 ] {3edaa6ce-46af-4b18-8e45-a0ba697e474f} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001986 sec., 67472.30614300101 rows/sec., 5.82 MiB/sec.
8959 2025.02.01 02:14:56.900783 [ 153 ] {} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8960 2025.02.01 02:14:56.900833 [ 255 ] {3edaa6ce-46af-4b18-8e45-a0ba697e474f} <Debug> TCPHandler: Processed in 0.002415614 sec.
8961 2025.02.01 02:14:56.900866 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8962 2025.02.01 02:14:56.901092 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8963 2025.02.01 02:14:56.901275 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
8964 2025.02.01 02:14:56.901500 [ 4 ] {8f400cb0-87d9-4b7f-9334-6f4f621e4843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8965 2025.02.01 02:14:56.901694 [ 4 ] {8f400cb0-87d9-4b7f-9334-6f4f621e4843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8966 2025.02.01 02:14:56.901895 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8967 2025.02.01 02:14:56.902080 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1432 rows starting from the beginning of the part
8968 2025.02.01 02:14:56.902620 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1280 rows starting from the beginning of the part
8969 2025.02.01 02:14:56.903244 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 203 rows starting from the beginning of the part
8970 2025.02.01 02:14:56.903697 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 134 rows starting from the beginning of the part
8971 2025.02.01 02:14:56.904024 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 204 rows starting from the beginning of the part
8972 2025.02.01 02:14:56.904376 [ 201 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 134 rows starting from the beginning of the part
8973 2025.02.01 02:14:56.905369 [ 4 ] {8f400cb0-87d9-4b7f-9334-6f4f621e4843} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8974 2025.02.01 02:14:56.905431 [ 4 ] {8f400cb0-87d9-4b7f-9334-6f4f621e4843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8975 2025.02.01 02:14:56.906331 [ 4 ] {8f400cb0-87d9-4b7f-9334-6f4f621e4843} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8976 2025.02.01 02:14:56.906897 [ 4 ] {8f400cb0-87d9-4b7f-9334-6f4f621e4843} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8977 2025.02.01 02:14:56.907143 [ 4 ] {8f400cb0-87d9-4b7f-9334-6f4f621e4843} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00579 sec., 6735.751295336788 rows/sec., 506.50 KiB/sec.
8978 2025.02.01 02:14:56.907214 [ 4 ] {8f400cb0-87d9-4b7f-9334-6f4f621e4843} <Debug> TCPHandler: Processed in 0.006265501 sec.
8979 2025.02.01 02:14:56.907360 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8980 2025.02.01 02:14:56.907613 [ 255 ] {c70313f4-83e7-4855-a46a-9cda26d6cd81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8981 2025.02.01 02:14:56.907763 [ 255 ] {c70313f4-83e7-4855-a46a-9cda26d6cd81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8982 2025.02.01 02:14:56.907875 [ 193 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3387 rows, containing 5 columns (5 merged, 0 gathered) in 0.006860767 sec., 493676.5816416736 rows/sec., 43.36 MiB/sec.
8983 2025.02.01 02:14:56.908244 [ 193 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8984 2025.02.01 02:14:56.908755 [ 193 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8985 2025.02.01 02:14:56.908947 [ 193 ] {da4f3885-f9c1-41ee-8503-515a81d5bf71::all_1_66_13} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8986 2025.02.01 02:14:56.908976 [ 255 ] {c70313f4-83e7-4855-a46a-9cda26d6cd81} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8987 2025.02.01 02:14:56.909053 [ 255 ] {c70313f4-83e7-4855-a46a-9cda26d6cd81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8988 2025.02.01 02:14:56.909087 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB.
8989 2025.02.01 02:14:56.909473 [ 255 ] {c70313f4-83e7-4855-a46a-9cda26d6cd81} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8990 2025.02.01 02:14:56.909746 [ 255 ] {c70313f4-83e7-4855-a46a-9cda26d6cd81} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8991 2025.02.01 02:14:56.909915 [ 153 ] {} <Debug> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8992 2025.02.01 02:14:56.909963 [ 153 ] {} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8993 2025.02.01 02:14:56.909985 [ 255 ] {c70313f4-83e7-4855-a46a-9cda26d6cd81} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002466 sec., 41768.045417680456 rows/sec., 3.26 MiB/sec.
8994 2025.02.01 02:14:56.909998 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
8995 2025.02.01 02:14:56.910142 [ 255 ] {c70313f4-83e7-4855-a46a-9cda26d6cd81} <Debug> TCPHandler: Processed in 0.002838507 sec.
8996 2025.02.01 02:14:56.910196 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
8997 2025.02.01 02:14:56.910301 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8998 2025.02.01 02:14:56.910334 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part
8999 2025.02.01 02:14:56.910339 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9000 2025.02.01 02:14:56.910506 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 571 rows starting from the beginning of the part
9001 2025.02.01 02:14:56.910667 [ 4 ] {43cf4fe8-454d-43f1-b63c-1884cdea8c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9002 2025.02.01 02:14:56.910838 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 382 rows starting from the beginning of the part
9003 2025.02.01 02:14:56.910865 [ 4 ] {43cf4fe8-454d-43f1-b63c-1884cdea8c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9004 2025.02.01 02:14:56.911143 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 103 rows starting from the beginning of the part
9005 2025.02.01 02:14:56.911432 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 384 rows starting from the beginning of the part
9006 2025.02.01 02:14:56.911661 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 103 rows starting from the beginning of the part
9007 2025.02.01 02:14:56.912532 [ 4 ] {43cf4fe8-454d-43f1-b63c-1884cdea8c6f} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9008 2025.02.01 02:14:56.912576 [ 4 ] {43cf4fe8-454d-43f1-b63c-1884cdea8c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9009 2025.02.01 02:14:56.913156 [ 4 ] {43cf4fe8-454d-43f1-b63c-1884cdea8c6f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9010 2025.02.01 02:14:56.913412 [ 4 ] {43cf4fe8-454d-43f1-b63c-1884cdea8c6f} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9011 2025.02.01 02:14:56.913688 [ 153 ] {} <Debug> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9012 2025.02.01 02:14:56.913750 [ 199 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2456 rows, containing 5 columns (5 merged, 0 gathered) in 0.003624365 sec., 677635.944503382 rows/sec., 52.03 MiB/sec.
9013 2025.02.01 02:14:56.913777 [ 153 ] {} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9014 2025.02.01 02:14:56.913841 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9015 2025.02.01 02:14:56.913868 [ 4 ] {43cf4fe8-454d-43f1-b63c-1884cdea8c6f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003304 sec., 48426.15012106537 rows/sec., 3.37 MiB/sec.
9016 2025.02.01 02:14:56.914160 [ 4 ] {43cf4fe8-454d-43f1-b63c-1884cdea8c6f} <Debug> TCPHandler: Processed in 0.003880187 sec.
9017 2025.02.01 02:14:56.914160 [ 193 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9018 2025.02.01 02:14:56.914191 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9019 2025.02.01 02:14:56.914419 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9020 2025.02.01 02:14:56.914656 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9021 2025.02.01 02:14:56.914664 [ 255 ] {79baa71a-bd87-40e6-9c79-a7bb5ad37c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9022 2025.02.01 02:14:56.914749 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19257 rows starting from the beginning of the part
9023 2025.02.01 02:14:56.915026 [ 255 ] {79baa71a-bd87-40e6-9c79-a7bb5ad37c93} <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
9024 2025.02.01 02:14:56.915053 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 922 rows starting from the beginning of the part
9025 2025.02.01 02:14:56.915412 [ 193 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9026 2025.02.01 02:14:56.915592 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part
9027 2025.02.01 02:14:56.915887 [ 193 ] {39262477-c3ed-41bc-87c2-b58540b06c97::all_1_66_13} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9028 2025.02.01 02:14:56.916234 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part
9029 2025.02.01 02:14:56.916332 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB.
9030 2025.02.01 02:14:56.916679 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 238 rows starting from the beginning of the part
9031 2025.02.01 02:14:56.916985 [ 187 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part
9032 2025.02.01 02:14:56.918854 [ 255 ] {79baa71a-bd87-40e6-9c79-a7bb5ad37c93} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9033 2025.02.01 02:14:56.918898 [ 255 ] {79baa71a-bd87-40e6-9c79-a7bb5ad37c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9034 2025.02.01 02:14:56.919901 [ 255 ] {79baa71a-bd87-40e6-9c79-a7bb5ad37c93} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9035 2025.02.01 02:14:56.920243 [ 255 ] {79baa71a-bd87-40e6-9c79-a7bb5ad37c93} <Trace> oximeter.measurements_histogramu64 (020f0894-13f1-40d0-810f-1f25b7597fca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9036 2025.02.01 02:14:56.920931 [ 255 ] {79baa71a-bd87-40e6-9c79-a7bb5ad37c93} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006353 sec., 6138.832047851409 rows/sec., 11.00 MiB/sec.
9037 2025.02.01 02:14:56.921463 [ 255 ] {79baa71a-bd87-40e6-9c79-a7bb5ad37c93} <Debug> TCPHandler: Processed in 0.0071938 sec.
9038 2025.02.01 02:14:56.921652 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9039 2025.02.01 02:14:56.921787 [ 4 ] {0b96d1f6-cb11-4a98-b102-03953111f984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9040 2025.02.01 02:14:56.921841 [ 4 ] {0b96d1f6-cb11-4a98-b102-03953111f984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9041 2025.02.01 02:14:56.922353 [ 4 ] {0b96d1f6-cb11-4a98-b102-03953111f984} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9042 2025.02.01 02:14:56.922391 [ 4 ] {0b96d1f6-cb11-4a98-b102-03953111f984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9043 2025.02.01 02:14:56.923204 [ 4 ] {0b96d1f6-cb11-4a98-b102-03953111f984} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
9044 2025.02.01 02:14:56.923452 [ 4 ] {0b96d1f6-cb11-4a98-b102-03953111f984} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9045 2025.02.01 02:14:56.923639 [ 153 ] {} <Debug> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
9046 2025.02.01 02:14:56.923694 [ 153 ] {} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9047 2025.02.01 02:14:56.923698 [ 4 ] {0b96d1f6-cb11-4a98-b102-03953111f984} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00193 sec., 31088.082901554404 rows/sec., 2.10 MiB/sec.
9048 2025.02.01 02:14:56.923741 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9049 2025.02.01 02:14:56.923825 [ 4 ] {0b96d1f6-cb11-4a98-b102-03953111f984} <Debug> TCPHandler: Processed in 0.002247381 sec.
9050 2025.02.01 02:14:56.923940 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full
9051 2025.02.01 02:14:56.924061 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9052 2025.02.01 02:14:56.924090 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3988 rows starting from the beginning of the part
9053 2025.02.01 02:14:56.924195 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part
9054 2025.02.01 02:14:56.924411 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part
9055 2025.02.01 02:14:56.924651 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part
9056 2025.02.01 02:14:56.924851 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part
9057 2025.02.01 02:14:56.925004 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part
9058 2025.02.01 02:14:56.926376 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20974 rows, containing 5 columns (5 merged, 0 gathered) in 0.012415411 sec., 1689352.0480312735 rows/sec., 114.11 MiB/sec.
9059 2025.02.01 02:14:56.926939 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9060 2025.02.01 02:14:56.927026 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4332 rows, containing 4 columns (4 merged, 0 gathered) in 0.003175951 sec., 1364000.89296088 rows/sec., 88.98 MiB/sec.
9061 2025.02.01 02:14:56.927375 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9062 2025.02.01 02:14:56.927471 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
9063 2025.02.01 02:14:56.927517 [ 189 ] {d4e91557-fb56-465b-b095-2d4445f08078::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9064 2025.02.01 02:14:56.927679 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
9065 2025.02.01 02:14:56.927876 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9066 2025.02.01 02:14:56.927959 [ 199 ] {2809badf-2f90-4e18-beff-4040da005842::all_1_66_13} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
9067 2025.02.01 02:14:56.928036 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB.
9068 2025.02.01 02:15:01.248403 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
9069 2025.02.01 02:15:01.248463 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
9070 2025.02.01 02:15:01.392019 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106
9071 2025.02.01 02:15:01.392845 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9072 2025.02.01 02:15:01.392901 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9073 2025.02.01 02:15:01.393546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9074 2025.02.01 02:15:01.393828 [ 242 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9075 2025.02.01 02:15:01.394072 [ 128 ] {} <Debug> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9076 2025.02.01 02:15:01.394079 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
9077 2025.02.01 02:15:01.394168 [ 128 ] {} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9078 2025.02.01 02:15:01.394198 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9079 2025.02.01 02:15:01.394368 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::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
9080 2025.02.01 02:15:01.394726 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9081 2025.02.01 02:15:01.394828 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part
9082 2025.02.01 02:15:01.394939 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part
9083 2025.02.01 02:15:01.395186 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part
9084 2025.02.01 02:15:01.395353 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part
9085 2025.02.01 02:15:01.395558 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part
9086 2025.02.01 02:15:01.395782 [ 196 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part
9087 2025.02.01 02:15:01.398398 [ 189 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.00413481 sec., 5104466.7106832 rows/sec., 73.02 MiB/sec.
9088 2025.02.01 02:15:01.398828 [ 190 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9089 2025.02.01 02:15:01.399233 [ 190 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9090 2025.02.01 02:15:01.399338 [ 190 ] {3c86c5a3-d5c1-4ffe-971d-ce9282a7c724::all_1_46_9} <Trace> system.asynchronous_metric_log (3c86c5a3-d5c1-4ffe-971d-ce9282a7c724) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9091 2025.02.01 02:15:01.399461 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB.
9092 2025.02.01 02:15:01.900360 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9093 2025.02.01 02:15:01.900547 [ 255 ] {7a158004-7383-4e70-9af6-4fc25b41d07a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9094 2025.02.01 02:15:01.900620 [ 255 ] {7a158004-7383-4e70-9af6-4fc25b41d07a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9095 2025.02.01 02:15:01.901442 [ 255 ] {7a158004-7383-4e70-9af6-4fc25b41d07a} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9096 2025.02.01 02:15:01.901497 [ 255 ] {7a158004-7383-4e70-9af6-4fc25b41d07a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9097 2025.02.01 02:15:01.902034 [ 255 ] {7a158004-7383-4e70-9af6-4fc25b41d07a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9098 2025.02.01 02:15:01.902336 [ 255 ] {7a158004-7383-4e70-9af6-4fc25b41d07a} <Trace> oximeter.fields_i16 (0d76d73c-af7b-4747-9f0a-1b019b96a010): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9099 2025.02.01 02:15:01.902591 [ 255 ] {7a158004-7383-4e70-9af6-4fc25b41d07a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002095 sec., 6682.577565632458 rows/sec., 481.06 KiB/sec.
9100 2025.02.01 02:15:01.902654 [ 255 ] {7a158004-7383-4e70-9af6-4fc25b41d07a} <Debug> TCPHandler: Processed in 0.002427184 sec.
9101 2025.02.01 02:15:01.902821 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9102 2025.02.01 02:15:01.902936 [ 4 ] {618fe832-60d9-4b0b-aacb-05c3c549b239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9103 2025.02.01 02:15:01.902983 [ 4 ] {618fe832-60d9-4b0b-aacb-05c3c549b239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9104 2025.02.01 02:15:01.903595 [ 4 ] {618fe832-60d9-4b0b-aacb-05c3c549b239} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9105 2025.02.01 02:15:01.903637 [ 4 ] {618fe832-60d9-4b0b-aacb-05c3c549b239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9106 2025.02.01 02:15:01.904051 [ 4 ] {618fe832-60d9-4b0b-aacb-05c3c549b239} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9107 2025.02.01 02:15:01.904329 [ 4 ] {618fe832-60d9-4b0b-aacb-05c3c549b239} <Trace> oximeter.fields_string (da4f3885-f9c1-41ee-8503-515a81d5bf71): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9108 2025.02.01 02:15:01.904570 [ 4 ] {618fe832-60d9-4b0b-aacb-05c3c549b239} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001658 sec., 122436.67068757539 rows/sec., 10.60 MiB/sec.
9109 2025.02.01 02:15:01.904641 [ 4 ] {618fe832-60d9-4b0b-aacb-05c3c549b239} <Debug> TCPHandler: Processed in 0.001879308 sec.
9110 2025.02.01 02:15:01.904775 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9111 2025.02.01 02:15:01.904888 [ 255 ] {8b3007a1-5588-4cba-b677-e2882e6d5e1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9112 2025.02.01 02:15:01.904939 [ 255 ] {8b3007a1-5588-4cba-b677-e2882e6d5e1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9113 2025.02.01 02:15:01.905487 [ 255 ] {8b3007a1-5588-4cba-b677-e2882e6d5e1f} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9114 2025.02.01 02:15:01.905529 [ 255 ] {8b3007a1-5588-4cba-b677-e2882e6d5e1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9115 2025.02.01 02:15:01.905883 [ 255 ] {8b3007a1-5588-4cba-b677-e2882e6d5e1f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9116 2025.02.01 02:15:01.906137 [ 255 ] {8b3007a1-5588-4cba-b677-e2882e6d5e1f} <Trace> oximeter.fields_u16 (e624cc6f-45b5-418a-b64d-ee027c6f253f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9117 2025.02.01 02:15:01.906369 [ 255 ] {8b3007a1-5588-4cba-b677-e2882e6d5e1f} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001506 sec., 4648.074369189907 rows/sec., 302.83 KiB/sec.
9118 2025.02.01 02:15:01.906442 [ 255 ] {8b3007a1-5588-4cba-b677-e2882e6d5e1f} <Debug> TCPHandler: Processed in 0.001720827 sec.
9119 2025.02.01 02:15:01.906606 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9120 2025.02.01 02:15:01.906752 [ 4 ] {7b546773-7291-4db5-9f57-da2d262bce5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9121 2025.02.01 02:15:01.906811 [ 4 ] {7b546773-7291-4db5-9f57-da2d262bce5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9122 2025.02.01 02:15:01.907468 [ 4 ] {7b546773-7291-4db5-9f57-da2d262bce5e} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9123 2025.02.01 02:15:01.907510 [ 4 ] {7b546773-7291-4db5-9f57-da2d262bce5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9124 2025.02.01 02:15:01.907908 [ 4 ] {7b546773-7291-4db5-9f57-da2d262bce5e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9125 2025.02.01 02:15:01.908174 [ 4 ] {7b546773-7291-4db5-9f57-da2d262bce5e} <Trace> oximeter.fields_u32 (6a2c5b87-8fb3-40a7-9653-ce63ba9922f1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9126 2025.02.01 02:15:01.908419 [ 4 ] {7b546773-7291-4db5-9f57-da2d262bce5e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001691 sec., 8279.124778237729 rows/sec., 579.82 KiB/sec.
9127 2025.02.01 02:15:01.908496 [ 4 ] {7b546773-7291-4db5-9f57-da2d262bce5e} <Debug> TCPHandler: Processed in 0.001953699 sec.
9128 2025.02.01 02:15:01.908724 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9129 2025.02.01 02:15:01.908872 [ 255 ] {b8f1e995-52ef-4702-807c-419047899e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9130 2025.02.01 02:15:01.908923 [ 255 ] {b8f1e995-52ef-4702-807c-419047899e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9131 2025.02.01 02:15:01.909519 [ 255 ] {b8f1e995-52ef-4702-807c-419047899e8a} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9132 2025.02.01 02:15:01.909566 [ 255 ] {b8f1e995-52ef-4702-807c-419047899e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9133 2025.02.01 02:15:01.909923 [ 255 ] {b8f1e995-52ef-4702-807c-419047899e8a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9134 2025.02.01 02:15:01.910185 [ 255 ] {b8f1e995-52ef-4702-807c-419047899e8a} <Trace> oximeter.fields_u8 (2c839ff4-80ed-4f42-9517-52d7a9999da3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9135 2025.02.01 02:15:01.910402 [ 255 ] {b8f1e995-52ef-4702-807c-419047899e8a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001553 sec., 8370.895041854475 rows/sec., 521.92 KiB/sec.
9136 2025.02.01 02:15:01.910463 [ 255 ] {b8f1e995-52ef-4702-807c-419047899e8a} <Debug> TCPHandler: Processed in 0.001860119 sec.
9137 2025.02.01 02:15:01.910647 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9138 2025.02.01 02:15:01.910760 [ 4 ] {755e7cf9-4f2c-4fb7-9fb8-cf588e8dc4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9139 2025.02.01 02:15:01.910807 [ 4 ] {755e7cf9-4f2c-4fb7-9fb8-cf588e8dc4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9140 2025.02.01 02:15:01.911467 [ 4 ] {755e7cf9-4f2c-4fb7-9fb8-cf588e8dc4a3} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9141 2025.02.01 02:15:01.911510 [ 4 ] {755e7cf9-4f2c-4fb7-9fb8-cf588e8dc4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9142 2025.02.01 02:15:01.911956 [ 4 ] {755e7cf9-4f2c-4fb7-9fb8-cf588e8dc4a3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9143 2025.02.01 02:15:01.912224 [ 4 ] {755e7cf9-4f2c-4fb7-9fb8-cf588e8dc4a3} <Trace> oximeter.fields_uuid (39262477-c3ed-41bc-87c2-b58540b06c97): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9144 2025.02.01 02:15:01.912454 [ 4 ] {755e7cf9-4f2c-4fb7-9fb8-cf588e8dc4a3} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001713 sec., 223000.5837711617 rows/sec., 15.78 MiB/sec.
9145 2025.02.01 02:15:01.912514 [ 4 ] {755e7cf9-4f2c-4fb7-9fb8-cf588e8dc4a3} <Debug> TCPHandler: Processed in 0.001919699 sec.
9146 2025.02.01 02:15:01.912668 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9147 2025.02.01 02:15:01.912783 [ 255 ] {8f7c022a-5648-42e8-b404-6fc882a982c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
9148 2025.02.01 02:15:01.912834 [ 255 ] {8f7c022a-5648-42e8-b404-6fc882a982c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
9149 2025.02.01 02:15:01.913319 [ 255 ] {8f7c022a-5648-42e8-b404-6fc882a982c9} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9150 2025.02.01 02:15:01.913363 [ 255 ] {8f7c022a-5648-42e8-b404-6fc882a982c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9151 2025.02.01 02:15:01.913756 [ 255 ] {8f7c022a-5648-42e8-b404-6fc882a982c9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
9152 2025.02.01 02:15:01.914017 [ 255 ] {8f7c022a-5648-42e8-b404-6fc882a982c9} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9153 2025.02.01 02:15:01.914204 [ 128 ] {} <Debug> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
9154 2025.02.01 02:15:01.914271 [ 255 ] {8f7c022a-5648-42e8-b404-6fc882a982c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec.
9155 2025.02.01 02:15:01.914280 [ 128 ] {} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9156 2025.02.01 02:15:01.914364 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9157 2025.02.01 02:15:01.914400 [ 255 ] {8f7c022a-5648-42e8-b404-6fc882a982c9} <Debug> TCPHandler: Processed in 0.001779887 sec.
9158 2025.02.01 02:15:01.914716 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9159 2025.02.01 02:15:01.914838 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::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
9160 2025.02.01 02:15:01.915110 [ 4 ] {4cb3d3d3-efe4-4d01-8d13-b8ddc0c99889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9161 2025.02.01 02:15:01.915260 [ 4 ] {4cb3d3d3-efe4-4d01-8d13-b8ddc0c99889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9162 2025.02.01 02:15:01.915284 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9163 2025.02.01 02:15:01.915386 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part
9164 2025.02.01 02:15:01.915792 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part
9165 2025.02.01 02:15:01.916143 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part
9166 2025.02.01 02:15:01.916452 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part
9167 2025.02.01 02:15:01.916762 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part
9168 2025.02.01 02:15:01.917096 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part
9169 2025.02.01 02:15:01.917853 [ 4 ] {4cb3d3d3-efe4-4d01-8d13-b8ddc0c99889} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9170 2025.02.01 02:15:01.917930 [ 4 ] {4cb3d3d3-efe4-4d01-8d13-b8ddc0c99889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.89 GiB.
9171 2025.02.01 02:15:01.919045 [ 4 ] {4cb3d3d3-efe4-4d01-8d13-b8ddc0c99889} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9172 2025.02.01 02:15:01.919682 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.0051951 sec., 35802.9681815557 rows/sec., 1.83 MiB/sec.
9173 2025.02.01 02:15:01.919681 [ 4 ] {4cb3d3d3-efe4-4d01-8d13-b8ddc0c99889} <Trace> oximeter.measurements_cumulativeu64 (d4e91557-fb56-465b-b095-2d4445f08078): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9174 2025.02.01 02:15:01.919870 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
9175 2025.02.01 02:15:01.920206 [ 4 ] {4cb3d3d3-efe4-4d01-8d13-b8ddc0c99889} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005238 sec., 45246.277205040096 rows/sec., 3.03 MiB/sec.
9176 2025.02.01 02:15:01.920361 [ 4 ] {4cb3d3d3-efe4-4d01-8d13-b8ddc0c99889} <Debug> TCPHandler: Processed in 0.005833657 sec.
9177 2025.02.01 02:15:01.920552 [ 255 ] {} <Trace> TCP-Session: 5affced2-0766-44d9-ba95-da2835119562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9178 2025.02.01 02:15:01.920605 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9179 2025.02.01 02:15:01.920782 [ 255 ] {fdb79e2b-c57c-4848-bd2f-4d9cb9308b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
9180 2025.02.01 02:15:01.920790 [ 196 ] {08300b10-0744-44b6-9340-05691b499286::all_1_31_6} <Trace> oximeter.measurements_bool (08300b10-0744-44b6-9340-05691b499286) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
9181 2025.02.01 02:15:01.920878 [ 255 ] {fdb79e2b-c57c-4848-bd2f-4d9cb9308b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
9182 2025.02.01 02:15:01.920980 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9183 2025.02.01 02:15:01.921468 [ 255 ] {fdb79e2b-c57c-4848-bd2f-4d9cb9308b27} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9184 2025.02.01 02:15:01.921512 [ 255 ] {fdb79e2b-c57c-4848-bd2f-4d9cb9308b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9185 2025.02.01 02:15:01.921882 [ 255 ] {fdb79e2b-c57c-4848-bd2f-4d9cb9308b27} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
9186 2025.02.01 02:15:01.922193 [ 255 ] {fdb79e2b-c57c-4848-bd2f-4d9cb9308b27} <Trace> oximeter.measurements_f64 (152c618b-3b5a-4ee6-9d92-cd10ef966575): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9187 2025.02.01 02:15:01.922508 [ 255 ] {fdb79e2b-c57c-4848-bd2f-4d9cb9308b27} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001778 sec., 562.429696287964 rows/sec., 37.90 KiB/sec.
9188 2025.02.01 02:15:01.922760 [ 255 ] {fdb79e2b-c57c-4848-bd2f-4d9cb9308b27} <Debug> TCPHandler: Processed in 0.002286822 sec.
9189 2025.02.01 02:15:01.922984 [ 4 ] {} <Trace> TCP-Session: ad4845c8-da15-4d8f-a9b0-aefec5d26436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9190 2025.02.01 02:15:01.923097 [ 4 ] {e885e26b-5d4b-4cc2-9773-79be26ee19b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48710) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9191 2025.02.01 02:15:01.923151 [ 4 ] {e885e26b-5d4b-4cc2-9773-79be26ee19b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9192 2025.02.01 02:15:01.923657 [ 4 ] {e885e26b-5d4b-4cc2-9773-79be26ee19b5} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9193 2025.02.01 02:15:01.923698 [ 4 ] {e885e26b-5d4b-4cc2-9773-79be26ee19b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.
9194 2025.02.01 02:15:01.924099 [ 4 ] {e885e26b-5d4b-4cc2-9773-79be26ee19b5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
9195 2025.02.01 02:15:01.924347 [ 4 ] {e885e26b-5d4b-4cc2-9773-79be26ee19b5} <Trace> oximeter.measurements_u64 (2809badf-2f90-4e18-beff-4040da005842): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9196 2025.02.01 02:15:01.924563 [ 4 ] {e885e26b-5d4b-4cc2-9773-79be26ee19b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001488 sec., 55107.526881720434 rows/sec., 3.50 MiB/sec.
9197 2025.02.01 02:15:01.924621 [ 4 ] {e885e26b-5d4b-4cc2-9773-79be26ee19b5} <Debug> TCPHandler: Processed in 0.001699127 sec.
9198 2025.02.01 02:15:02.916495 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
9199 2025.02.01 02:15:02.942077 [ 244 ] {} <Trace> system.metric_log (9dc030d1-5a97-4623-8491-743ff29ad9c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9200 2025.02.01 02:15:02.942149 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.90 GiB.