Max level shown:
1 [ Mar 25 22:28:20 Enabled. ]
2 [ Mar 25 22:28:20 Rereading configuration. ]
3 [ Mar 25 22:28:21 Rereading configuration. ]
4 [ Mar 25 22:28:27 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Mar 25 22:28:27 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.03.25 22:28:28.044372 [ 1 ] {} <Information> Application: Will watch for the process with pid 23033
29 2025.03.25 22:28:28.044845 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.03.25 22:28:28.360671 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23033
31 2025.03.25 22:28:28.361376 [ 1 ] {} <Information> Application: starting up
32 2025.03.25 22:28:28.362046 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.03.25 22:28:28.446319 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.03.25 22:28:28.510376 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.03.25 22:28:28.510426 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.03.25 22:28:28.510441 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.03.25 22:28:28.510509 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.03.25 22:28:28.510923 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.03.25 22:28:28.512568 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.03.25 22:28:28.513304 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.03.25 22:28:28.514168 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.03.25 22:28:28.514191 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.03.25 22:28:28.514206 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.03.25 22:28:28.514423 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.03.25 22:28:28.515337 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.03.25 22:28:28.520255 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.03.25 22:28:28.521246 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.03.25 22:28:28.522651 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.03.25 22:28:28.522721 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.03.25 22:28:28.523773 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.03.25 22:28:28.524262 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.03.25 22:28:28.528509 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.03.25 22:28:28.529219 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.03.25 22:28:28.530854 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.03.25 22:28:28.531377 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.03.25 22:28:28.531769 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.03.25 22:28:28.532128 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.03.25 22:28:28.533540 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.03.25 22:28:28.533568 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.03.25 22:28:28.533659 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.03.25 22:28:28.533830 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.03.25 22:28:28.566016 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.03.25 22:28:28.566042 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000147063 sec
68 2025.03.25 22:28:28.566085 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.03.25 22:28:28.566100 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.03.25 22:28:28.567367 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.03.25 22:28:28.568377 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.03.25 22:28:28.581898 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.03.25 22:28:28.581941 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.03.25 22:28:28.581964 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.03.25 22:28:28.581977 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.03.25 22:28:28.582006 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.03.25 22:28:28.582027 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.03.25 22:28:28.584660 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.03.25 22:28:28.584704 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.03.25 22:28:28.584726 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.03.25 22:28:28.584911 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.03.25 22:28:28.584930 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.03.25 22:28:28.584964 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.03.25 22:28:28.584983 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.03.25 22:28:28.584996 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.03.25 22:28:28.585024 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.03.25 22:28:28.585041 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.03.25 22:28:28.611124 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.03.25 22:28:28.615945 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.03.25 22:28:28.615997 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.4171e-05 sec
91 2025.03.25 22:28:28.616020 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.03.25 22:28:28.616041 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.03.25 22:28:28.616078 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.03.25 22:28:28.616379 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.03.25 22:28:28.616455 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.03.25 22:28:28.616478 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.03.25 22:28:28.616500 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.03.25 22:28:28.616522 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.03.25 22:28:28.620988 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.03.25 22:28:28.621260 [ 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.03.25 22:28:28.622101 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.18e-05 sec.
102 2025.03.25 22:28:28.623013 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.03.25 22:28:28.623109 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.03.25 22:28:28.623126 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.03.25 22:28:29.174293 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47226
106 2025.03.25 22:28:29.175053 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.03.25 22:28:29.175120 [ 3 ] {} <Debug> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Authenticating user 'default' from [fd00:1122:3344:101::d]:47226
108 2025.03.25 22:28:29.175154 [ 3 ] {} <Debug> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.03.25 22:28:29.175180 [ 3 ] {} <Debug> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.03.25 22:28:29.175265 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.03.25 22:28:29.175294 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.03.25 22:28:29.175319 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.03.25 22:28:29.176622 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42591
114 2025.03.25 22:28:29.176684 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46055
115 2025.03.25 22:28:29.176791 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2025.03.25 22:28:29.176824 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
117 2025.03.25 22:28:29.176834 [ 4 ] {} <Debug> TCP-Session: 44b8fd21-632e-4e22-a61f-1b0f4d62f957 Authenticating user 'default' from [fd00:1122:3344:101::d]:42591
118 2025.03.25 22:28:29.176888 [ 5 ] {} <Debug> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46055
119 2025.03.25 22:28:29.176895 [ 4 ] {} <Debug> TCP-Session: 44b8fd21-632e-4e22-a61f-1b0f4d62f957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
120 2025.03.25 22:28:29.176931 [ 5 ] {} <Debug> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
121 2025.03.25 22:28:29.176941 [ 4 ] {} <Debug> TCP-Session: 44b8fd21-632e-4e22-a61f-1b0f4d62f957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
122 2025.03.25 22:28:29.176968 [ 5 ] {} <Debug> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2025.03.25 22:28:29.177645 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45654
124 2025.03.25 22:28:29.177801 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54306
125 2025.03.25 22:28:29.177815 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2025.03.25 22:28:29.177871 [ 253 ] {} <Debug> TCP-Session: f5893e11-8316-4d8c-8791-3a86982f366f Authenticating user 'default' from [fd00:1122:3344:101::d]:45654
127 2025.03.25 22:28:29.178506 [ 253 ] {} <Debug> TCP-Session: f5893e11-8316-4d8c-8791-3a86982f366f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2025.03.25 22:28:29.178635 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42730
129 2025.03.25 22:28:29.178653 [ 253 ] {} <Debug> TCP-Session: f5893e11-8316-4d8c-8791-3a86982f366f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
130 2025.03.25 22:28:29.178647 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
131 2025.03.25 22:28:29.179416 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35470
132 2025.03.25 22:28:29.179426 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2025.03.25 22:28:29.179501 [ 254 ] {} <Debug> TCP-Session: 138ec8b7-8f06-4d39-9868-cc352bb6248b Authenticating user 'default' from [fd00:1122:3344:101::d]:54306
134 2025.03.25 22:28:29.179623 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
135 2025.03.25 22:28:29.179645 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
136 2025.03.25 22:28:29.179633 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50836
137 2025.03.25 22:28:29.179692 [ 254 ] {} <Debug> TCP-Session: 138ec8b7-8f06-4d39-9868-cc352bb6248b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
138 2025.03.25 22:28:29.179706 [ 256 ] {} <Debug> TCP-Session: 697e536f-1aaf-4938-8e16-ce163c1134b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35470
139 2025.03.25 22:28:29.179572 [ 255 ] {} <Debug> TCP-Session: 1fb3f760-0261-4296-a89c-8aba0d5b4890 Authenticating user 'default' from [fd00:1122:3344:101::d]:42730
140 2025.03.25 22:28:29.179733 [ 254 ] {} <Debug> TCP-Session: 138ec8b7-8f06-4d39-9868-cc352bb6248b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2025.03.25 22:28:29.179960 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
142 2025.03.25 22:28:29.179974 [ 256 ] {} <Debug> TCP-Session: 697e536f-1aaf-4938-8e16-ce163c1134b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2025.03.25 22:28:29.179946 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63064
144 2025.03.25 22:28:29.180036 [ 256 ] {} <Debug> TCP-Session: 697e536f-1aaf-4938-8e16-ce163c1134b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.03.25 22:28:29.180008 [ 257 ] {} <Debug> TCP-Session: c6970aef-a9cd-405c-848a-1b286e56a1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50836
146 2025.03.25 22:28:29.180024 [ 255 ] {} <Debug> TCP-Session: 1fb3f760-0261-4296-a89c-8aba0d5b4890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.03.25 22:28:29.181281 [ 255 ] {} <Debug> TCP-Session: 1fb3f760-0261-4296-a89c-8aba0d5b4890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.03.25 22:28:29.181295 [ 257 ] {} <Debug> TCP-Session: c6970aef-a9cd-405c-848a-1b286e56a1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
149 2025.03.25 22:28:29.181292 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.03.25 22:28:29.181362 [ 257 ] {} <Debug> TCP-Session: c6970aef-a9cd-405c-848a-1b286e56a1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
151 2025.03.25 22:28:29.181847 [ 258 ] {} <Debug> TCP-Session: 389ec5bc-ace8-4f58-a943-14b661182d0c Authenticating user 'default' from [fd00:1122:3344:101::d]:63064
152 2025.03.25 22:28:29.181883 [ 258 ] {} <Debug> TCP-Session: 389ec5bc-ace8-4f58-a943-14b661182d0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2025.03.25 22:28:29.181931 [ 258 ] {} <Debug> TCP-Session: 389ec5bc-ace8-4f58-a943-14b661182d0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.03.25 22:28:29.183224 [ 3 ] {c3913d8c-38f8-4f81-9309-5f9981e306c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2025.03.25 22:28:29.235534 [ 3 ] {c3913d8c-38f8-4f81-9309-5f9981e306c1} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47226) (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.03.25 22:28:29.236797 [ 3 ] {c3913d8c-38f8-4f81-9309-5f9981e306c1} <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.03.25 22:28:29.236897 [ 3 ] {c3913d8c-38f8-4f81-9309-5f9981e306c1} <Debug> TCPHandler: Processed in 0.05919227 sec.
204 2025.03.25 22:28:29.237248 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2025.03.25 22:28:29.237462 [ 5 ] {a5d8d4e4-f931-435f-9c06-23b33354545e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2025.03.25 22:28:29.237848 [ 5 ] {a5d8d4e4-f931-435f-9c06-23b33354545e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46055) (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.03.25 22:28:29.238005 [ 5 ] {a5d8d4e4-f931-435f-9c06-23b33354545e} <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.03.25 22:28:29.238106 [ 5 ] {a5d8d4e4-f931-435f-9c06-23b33354545e} <Debug> TCPHandler: Processed in 0.001006268 sec.
255 2025.03.25 22:28:29.238336 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2025.03.25 22:28:29.239535 [ 3 ] {5b250913-9f2e-492c-962a-0eec6cda478b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
257 2025.03.25 22:28:29.239630 [ 3 ] {5b250913-9f2e-492c-962a-0eec6cda478b} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
258 2025.03.25 22:28:29.245634 [ 3 ] {5b250913-9f2e-492c-962a-0eec6cda478b} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
259 2025.03.25 22:28:29.245658 [ 3 ] {5b250913-9f2e-492c-962a-0eec6cda478b} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1262e-05 sec
260 2025.03.25 22:28:29.245674 [ 3 ] {5b250913-9f2e-492c-962a-0eec6cda478b} <Trace> ReferentialDeps: No tables
261 2025.03.25 22:28:29.245697 [ 3 ] {5b250913-9f2e-492c-962a-0eec6cda478b} <Trace> LoadingDeps: No tables
262 2025.03.25 22:28:29.245727 [ 3 ] {5b250913-9f2e-492c-962a-0eec6cda478b} <Information> DatabaseAtomic (oximeter): Starting up tables.
263 2025.03.25 22:28:29.246326 [ 3 ] {5b250913-9f2e-492c-962a-0eec6cda478b} <Debug> TCPHandler: Processed in 0.008063087 sec.
264 2025.03.25 22:28:29.246485 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
265 2025.03.25 22:28:29.246670 [ 3 ] {81ab74dc-44d0-403e-b9e8-efe142a08eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) /* The version table contains metadata about the `oximeter` database */
266 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
267 2025.03.25 22:28:29.246718 [ 3 ] {81ab74dc-44d0-403e-b9e8-efe142a08eed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
268 2025.03.25 22:28:29.254369 [ 3 ] {81ab74dc-44d0-403e-b9e8-efe142a08eed} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
269 2025.03.25 22:28:29.266391 [ 3 ] {81ab74dc-44d0-403e-b9e8-efe142a08eed} <Debug> oximeter.version (1e9a2144-ac54-4d5a-86fc-b817c24d0ecb): Loading data parts
270 2025.03.25 22:28:29.266928 [ 3 ] {81ab74dc-44d0-403e-b9e8-efe142a08eed} <Debug> oximeter.version (1e9a2144-ac54-4d5a-86fc-b817c24d0ecb): There are no data parts
271 2025.03.25 22:28:29.271277 [ 3 ] {81ab74dc-44d0-403e-b9e8-efe142a08eed} <Debug> TCPHandler: Processed in 0.024846693 sec.
272 2025.03.25 22:28:29.271435 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
273 2025.03.25 22:28:29.271639 [ 3 ] {f9f35a1f-d2a9-48dc-96ab-503ad914b48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) /* The measurement tables contain all individual samples from each timeseries.
274 *
275 * Each table stores a single datum type, and otherwise contains nearly the same
276 * structure. The primary sorting key is on the timeseries name, key, and then
277 * timestamp, so that all timeseries from the same schema are grouped, followed
278 * by all samples from the same timeseries.
279 *
280 * This reflects that one usually looks up the _key_ in one or more field table,
281 * and then uses that to index quickly into the measurements tables.
282 */
283 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)
284 2025.03.25 22:28:29.271708 [ 3 ] {f9f35a1f-d2a9-48dc-96ab-503ad914b48d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
285 2025.03.25 22:28:29.283356 [ 3 ] {f9f35a1f-d2a9-48dc-96ab-503ad914b48d} <Debug> oximeter.measurements_bool (1546ca4d-031c-48b4-92a4-4e30457e322f): Loading data parts
286 2025.03.25 22:28:29.283593 [ 3 ] {f9f35a1f-d2a9-48dc-96ab-503ad914b48d} <Debug> oximeter.measurements_bool (1546ca4d-031c-48b4-92a4-4e30457e322f): There are no data parts
287 2025.03.25 22:28:29.292151 [ 3 ] {f9f35a1f-d2a9-48dc-96ab-503ad914b48d} <Debug> TCPHandler: Processed in 0.020766559 sec.
288 2025.03.25 22:28:29.292441 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
289 2025.03.25 22:28:29.292849 [ 3 ] {6b142a38-8d2a-497a-8f2b-2ee1f081ff79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
290 2025.03.25 22:28:29.292960 [ 3 ] {6b142a38-8d2a-497a-8f2b-2ee1f081ff79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
291 2025.03.25 22:28:29.297722 [ 3 ] {6b142a38-8d2a-497a-8f2b-2ee1f081ff79} <Debug> oximeter.measurements_i8 (b4ea6e23-fb6f-4383-84ea-57e889a482e0): Loading data parts
292 2025.03.25 22:28:29.297896 [ 3 ] {6b142a38-8d2a-497a-8f2b-2ee1f081ff79} <Debug> oximeter.measurements_i8 (b4ea6e23-fb6f-4383-84ea-57e889a482e0): There are no data parts
293 2025.03.25 22:28:29.302831 [ 3 ] {6b142a38-8d2a-497a-8f2b-2ee1f081ff79} <Debug> TCPHandler: Processed in 0.010494062 sec.
294 2025.03.25 22:28:29.302984 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
295 2025.03.25 22:28:29.303178 [ 3 ] {2996b27b-1e31-4270-9bf1-85ae907b9b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
296 2025.03.25 22:28:29.303238 [ 3 ] {2996b27b-1e31-4270-9bf1-85ae907b9b66} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
297 2025.03.25 22:28:29.310556 [ 3 ] {2996b27b-1e31-4270-9bf1-85ae907b9b66} <Debug> oximeter.measurements_u8 (afe2fd42-5b8a-440e-8c0a-c45d7ffae41a): Loading data parts
298 2025.03.25 22:28:29.310728 [ 3 ] {2996b27b-1e31-4270-9bf1-85ae907b9b66} <Debug> oximeter.measurements_u8 (afe2fd42-5b8a-440e-8c0a-c45d7ffae41a): There are no data parts
299 2025.03.25 22:28:29.321930 [ 3 ] {2996b27b-1e31-4270-9bf1-85ae907b9b66} <Debug> TCPHandler: Processed in 0.018994957 sec.
300 2025.03.25 22:28:29.322207 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
301 2025.03.25 22:28:29.322412 [ 3 ] {7f7b93c8-555e-4c09-8b8e-1886d1eae96a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
302 2025.03.25 22:28:29.322460 [ 3 ] {7f7b93c8-555e-4c09-8b8e-1886d1eae96a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
303 2025.03.25 22:28:29.326368 [ 3 ] {7f7b93c8-555e-4c09-8b8e-1886d1eae96a} <Debug> oximeter.measurements_i16 (a2201cb6-7b73-411e-94f2-6bae87feb0df): Loading data parts
304 2025.03.25 22:28:29.326539 [ 3 ] {7f7b93c8-555e-4c09-8b8e-1886d1eae96a} <Debug> oximeter.measurements_i16 (a2201cb6-7b73-411e-94f2-6bae87feb0df): There are no data parts
305 2025.03.25 22:28:29.335044 [ 3 ] {7f7b93c8-555e-4c09-8b8e-1886d1eae96a} <Debug> TCPHandler: Processed in 0.012938736 sec.
306 2025.03.25 22:28:29.335192 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
307 2025.03.25 22:28:29.335389 [ 3 ] {e6bf72d5-3aed-4469-9600-cdde87502a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
308 2025.03.25 22:28:29.335445 [ 3 ] {e6bf72d5-3aed-4469-9600-cdde87502a12} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
309 2025.03.25 22:28:29.338536 [ 3 ] {e6bf72d5-3aed-4469-9600-cdde87502a12} <Debug> oximeter.measurements_u16 (277c6661-80cf-4c7c-9cd7-9ac74454b311): Loading data parts
310 2025.03.25 22:28:29.338698 [ 3 ] {e6bf72d5-3aed-4469-9600-cdde87502a12} <Debug> oximeter.measurements_u16 (277c6661-80cf-4c7c-9cd7-9ac74454b311): There are no data parts
311 2025.03.25 22:28:29.346638 [ 3 ] {e6bf72d5-3aed-4469-9600-cdde87502a12} <Debug> TCPHandler: Processed in 0.011497139 sec.
312 2025.03.25 22:28:29.346766 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
313 2025.03.25 22:28:29.346968 [ 3 ] {1fa2817b-eea6-4282-b47d-f183e71bebea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
314 2025.03.25 22:28:29.347014 [ 3 ] {1fa2817b-eea6-4282-b47d-f183e71bebea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
315 2025.03.25 22:28:29.358255 [ 3 ] {1fa2817b-eea6-4282-b47d-f183e71bebea} <Debug> oximeter.measurements_i32 (1e8df346-23a5-4af9-92c6-04bb117e240a): Loading data parts
316 2025.03.25 22:28:29.358532 [ 3 ] {1fa2817b-eea6-4282-b47d-f183e71bebea} <Debug> oximeter.measurements_i32 (1e8df346-23a5-4af9-92c6-04bb117e240a): There are no data parts
317 2025.03.25 22:28:29.364285 [ 3 ] {1fa2817b-eea6-4282-b47d-f183e71bebea} <Debug> TCPHandler: Processed in 0.01756899 sec.
318 2025.03.25 22:28:29.364467 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2025.03.25 22:28:29.364705 [ 3 ] {a15bb54b-42c5-4c17-b02d-fcc4f2f08b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
320 2025.03.25 22:28:29.364786 [ 3 ] {a15bb54b-42c5-4c17-b02d-fcc4f2f08b51} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
321 2025.03.25 22:28:29.367872 [ 3 ] {a15bb54b-42c5-4c17-b02d-fcc4f2f08b51} <Debug> oximeter.measurements_u32 (9a175287-c9f9-4284-ab01-d66f67e3f048): Loading data parts
322 2025.03.25 22:28:29.368059 [ 3 ] {a15bb54b-42c5-4c17-b02d-fcc4f2f08b51} <Debug> oximeter.measurements_u32 (9a175287-c9f9-4284-ab01-d66f67e3f048): There are no data parts
323 2025.03.25 22:28:29.379324 [ 3 ] {a15bb54b-42c5-4c17-b02d-fcc4f2f08b51} <Debug> TCPHandler: Processed in 0.014920323 sec.
324 2025.03.25 22:28:29.379465 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
325 2025.03.25 22:28:29.379652 [ 3 ] {16520760-2dde-4e52-9ef1-252afd38256f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
326 2025.03.25 22:28:29.379713 [ 3 ] {16520760-2dde-4e52-9ef1-252afd38256f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
327 2025.03.25 22:28:29.392325 [ 3 ] {16520760-2dde-4e52-9ef1-252afd38256f} <Debug> oximeter.measurements_i64 (42d98079-da65-44de-8982-68b6923cd9a9): Loading data parts
328 2025.03.25 22:28:29.392561 [ 3 ] {16520760-2dde-4e52-9ef1-252afd38256f} <Debug> oximeter.measurements_i64 (42d98079-da65-44de-8982-68b6923cd9a9): There are no data parts
329 2025.03.25 22:28:29.398930 [ 3 ] {16520760-2dde-4e52-9ef1-252afd38256f} <Debug> TCPHandler: Processed in 0.019512886 sec.
330 2025.03.25 22:28:29.399102 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
331 2025.03.25 22:28:29.399317 [ 3 ] {408e9d3c-2346-4206-92ee-8abe2f98f962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
332 2025.03.25 22:28:29.399376 [ 3 ] {408e9d3c-2346-4206-92ee-8abe2f98f962} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
333 2025.03.25 22:28:29.404505 [ 3 ] {408e9d3c-2346-4206-92ee-8abe2f98f962} <Debug> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Loading data parts
334 2025.03.25 22:28:29.404688 [ 3 ] {408e9d3c-2346-4206-92ee-8abe2f98f962} <Debug> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): There are no data parts
335 2025.03.25 22:28:29.406913 [ 3 ] {408e9d3c-2346-4206-92ee-8abe2f98f962} <Debug> TCPHandler: Processed in 0.007871084 sec.
336 2025.03.25 22:28:29.407049 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
337 2025.03.25 22:28:29.407240 [ 3 ] {dd1cb353-0bf2-4768-a911-9d065c357568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
338 2025.03.25 22:28:29.407303 [ 3 ] {dd1cb353-0bf2-4768-a911-9d065c357568} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
339 2025.03.25 22:28:29.411075 [ 3 ] {dd1cb353-0bf2-4768-a911-9d065c357568} <Debug> oximeter.measurements_f32 (0e7ca513-06ef-4980-9df7-13836a2c7549): Loading data parts
340 2025.03.25 22:28:29.411243 [ 3 ] {dd1cb353-0bf2-4768-a911-9d065c357568} <Debug> oximeter.measurements_f32 (0e7ca513-06ef-4980-9df7-13836a2c7549): There are no data parts
341 2025.03.25 22:28:29.414992 [ 3 ] {dd1cb353-0bf2-4768-a911-9d065c357568} <Debug> TCPHandler: Processed in 0.007989896 sec.
342 2025.03.25 22:28:29.415197 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
343 2025.03.25 22:28:29.415410 [ 3 ] {da567b73-16a9-4396-b505-9b3dfc9121cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
344 2025.03.25 22:28:29.415469 [ 3 ] {da567b73-16a9-4396-b505-9b3dfc9121cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
345 2025.03.25 22:28:29.420355 [ 3 ] {da567b73-16a9-4396-b505-9b3dfc9121cb} <Debug> oximeter.measurements_f64 (ec5f2af7-09f3-497e-86a4-7c41492ac127): Loading data parts
346 2025.03.25 22:28:29.420530 [ 3 ] {da567b73-16a9-4396-b505-9b3dfc9121cb} <Debug> oximeter.measurements_f64 (ec5f2af7-09f3-497e-86a4-7c41492ac127): There are no data parts
347 2025.03.25 22:28:29.422886 [ 3 ] {da567b73-16a9-4396-b505-9b3dfc9121cb} <Debug> TCPHandler: Processed in 0.007763772 sec.
348 2025.03.25 22:28:29.423024 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
349 2025.03.25 22:28:29.423244 [ 3 ] {7802b205-4a14-436c-aad8-9c1d6d69823e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
350 2025.03.25 22:28:29.423322 [ 3 ] {7802b205-4a14-436c-aad8-9c1d6d69823e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
351 2025.03.25 22:28:29.427201 [ 3 ] {7802b205-4a14-436c-aad8-9c1d6d69823e} <Debug> oximeter.measurements_string (ede0c6d8-fa97-4612-adef-32cc47bdad6a): Loading data parts
352 2025.03.25 22:28:29.427431 [ 3 ] {7802b205-4a14-436c-aad8-9c1d6d69823e} <Debug> oximeter.measurements_string (ede0c6d8-fa97-4612-adef-32cc47bdad6a): There are no data parts
353 2025.03.25 22:28:29.431296 [ 3 ] {7802b205-4a14-436c-aad8-9c1d6d69823e} <Debug> TCPHandler: Processed in 0.008321791 sec.
354 2025.03.25 22:28:29.431568 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
355 2025.03.25 22:28:29.431945 [ 3 ] {aa7350ab-6f1c-499b-8aad-f652655644dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
356 * NOTE: Right now we can't unambiguously record a nullable byte array.
357 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
358 * a string isn't palatable for a few reasons.
359 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
360 * details.
361 */
362 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
363 2025.03.25 22:28:29.432063 [ 3 ] {aa7350ab-6f1c-499b-8aad-f652655644dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
364 2025.03.25 22:28:29.439929 [ 3 ] {aa7350ab-6f1c-499b-8aad-f652655644dd} <Debug> oximeter.measurements_bytes (b3cc968d-76ce-484d-b2b3-5b9558489919): Loading data parts
365 2025.03.25 22:28:29.440158 [ 3 ] {aa7350ab-6f1c-499b-8aad-f652655644dd} <Debug> oximeter.measurements_bytes (b3cc968d-76ce-484d-b2b3-5b9558489919): There are no data parts
366 2025.03.25 22:28:29.449249 [ 3 ] {aa7350ab-6f1c-499b-8aad-f652655644dd} <Debug> TCPHandler: Processed in 0.017780944 sec.
367 2025.03.25 22:28:29.449415 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
368 2025.03.25 22:28:29.449665 [ 3 ] {f8adcff0-c011-4e48-ae30-2358e2f6b1d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
369 2025.03.25 22:28:29.449737 [ 3 ] {f8adcff0-c011-4e48-ae30-2358e2f6b1d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
370 2025.03.25 22:28:29.457378 [ 3 ] {f8adcff0-c011-4e48-ae30-2358e2f6b1d5} <Debug> oximeter.measurements_cumulativei64 (71636500-395b-4e07-82f8-641f1b17d44f): Loading data parts
371 2025.03.25 22:28:29.457580 [ 3 ] {f8adcff0-c011-4e48-ae30-2358e2f6b1d5} <Debug> oximeter.measurements_cumulativei64 (71636500-395b-4e07-82f8-641f1b17d44f): There are no data parts
372 2025.03.25 22:28:29.467551 [ 3 ] {f8adcff0-c011-4e48-ae30-2358e2f6b1d5} <Debug> TCPHandler: Processed in 0.018195762 sec.
373 2025.03.25 22:28:29.467700 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
374 2025.03.25 22:28:29.467965 [ 3 ] {86eba22b-e9a7-4b8d-825f-8421901d15c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
375 2025.03.25 22:28:29.468034 [ 3 ] {86eba22b-e9a7-4b8d-825f-8421901d15c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
376 2025.03.25 22:28:29.477717 [ 3 ] {86eba22b-e9a7-4b8d-825f-8421901d15c5} <Debug> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Loading data parts
377 2025.03.25 22:28:29.477949 [ 3 ] {86eba22b-e9a7-4b8d-825f-8421901d15c5} <Debug> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): There are no data parts
378 2025.03.25 22:28:29.484450 [ 3 ] {86eba22b-e9a7-4b8d-825f-8421901d15c5} <Debug> TCPHandler: Processed in 0.016809357 sec.
379 2025.03.25 22:28:29.484643 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
380 2025.03.25 22:28:29.484885 [ 3 ] {e44f73d6-238c-416f-a57e-4c1dae9bcac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
381 2025.03.25 22:28:29.484966 [ 3 ] {e44f73d6-238c-416f-a57e-4c1dae9bcac8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
382 2025.03.25 22:28:29.489738 [ 3 ] {e44f73d6-238c-416f-a57e-4c1dae9bcac8} <Debug> oximeter.measurements_cumulativef32 (e6f8a2b2-be8e-40f7-9ac6-24825e8d0ac0): Loading data parts
383 2025.03.25 22:28:29.489953 [ 3 ] {e44f73d6-238c-416f-a57e-4c1dae9bcac8} <Debug> oximeter.measurements_cumulativef32 (e6f8a2b2-be8e-40f7-9ac6-24825e8d0ac0): There are no data parts
384 2025.03.25 22:28:29.498395 [ 3 ] {e44f73d6-238c-416f-a57e-4c1dae9bcac8} <Debug> TCPHandler: Processed in 0.013810682 sec.
385 2025.03.25 22:28:29.498643 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2025.03.25 22:28:29.499076 [ 3 ] {054e8b95-de9a-4f05-80d5-e3cfc9220345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
387 2025.03.25 22:28:29.499194 [ 3 ] {054e8b95-de9a-4f05-80d5-e3cfc9220345} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
388 2025.03.25 22:28:29.508503 [ 3 ] {054e8b95-de9a-4f05-80d5-e3cfc9220345} <Debug> oximeter.measurements_cumulativef64 (e2d881fb-554d-41df-9d76-bf32e9788e65): Loading data parts
389 2025.03.25 22:28:29.508691 [ 3 ] {054e8b95-de9a-4f05-80d5-e3cfc9220345} <Debug> oximeter.measurements_cumulativef64 (e2d881fb-554d-41df-9d76-bf32e9788e65): There are no data parts
390 2025.03.25 22:28:29.511771 [ 3 ] {054e8b95-de9a-4f05-80d5-e3cfc9220345} <Debug> TCPHandler: Processed in 0.013230321 sec.
391 2025.03.25 22:28:29.511914 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
392 2025.03.25 22:28:29.512192 [ 3 ] {6b8a9f37-87f4-4e30-965a-ca637f15a703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
393 * NOTE: Array types cannot be Nullable, see
394 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
395 * for more details.
396 *
397 * This means we need to use empty arrays to indicate a missing value. This
398 * is unfortunate, and at this point relies on the fact that an
399 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
400 * to figure out another way to represent missing samples here.
401 */
402 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)
403 2025.03.25 22:28:29.512270 [ 3 ] {6b8a9f37-87f4-4e30-965a-ca637f15a703} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
404 2025.03.25 22:28:29.515516 [ 3 ] {6b8a9f37-87f4-4e30-965a-ca637f15a703} <Debug> oximeter.measurements_histogrami8 (afd2dbb9-9b5b-4e84-9b77-a561440c88d4): Loading data parts
405 2025.03.25 22:28:29.515940 [ 3 ] {6b8a9f37-87f4-4e30-965a-ca637f15a703} <Debug> oximeter.measurements_histogrami8 (afd2dbb9-9b5b-4e84-9b77-a561440c88d4): There are no data parts
406 2025.03.25 22:28:29.519661 [ 3 ] {6b8a9f37-87f4-4e30-965a-ca637f15a703} <Debug> TCPHandler: Processed in 0.007798542 sec.
407 2025.03.25 22:28:29.519807 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
408 2025.03.25 22:28:29.520152 [ 3 ] {649df09e-c0ea-4120-9564-16f5cc2d608a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
409 2025.03.25 22:28:29.520232 [ 3 ] {649df09e-c0ea-4120-9564-16f5cc2d608a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
410 2025.03.25 22:28:29.525655 [ 3 ] {649df09e-c0ea-4120-9564-16f5cc2d608a} <Debug> oximeter.measurements_histogramu8 (be535015-de46-455d-b288-2d5b9f1eb568): Loading data parts
411 2025.03.25 22:28:29.525838 [ 3 ] {649df09e-c0ea-4120-9564-16f5cc2d608a} <Debug> oximeter.measurements_histogramu8 (be535015-de46-455d-b288-2d5b9f1eb568): There are no data parts
412 2025.03.25 22:28:29.535647 [ 3 ] {649df09e-c0ea-4120-9564-16f5cc2d608a} <Debug> TCPHandler: Processed in 0.01588806 sec.
413 2025.03.25 22:28:29.535908 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2025.03.25 22:28:29.536334 [ 3 ] {5322b6be-9b67-4491-8612-c9d1a7b52d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
415 2025.03.25 22:28:29.536420 [ 3 ] {5322b6be-9b67-4491-8612-c9d1a7b52d61} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
416 2025.03.25 22:28:29.546286 [ 3 ] {5322b6be-9b67-4491-8612-c9d1a7b52d61} <Debug> oximeter.measurements_histogrami16 (4b118fa4-cf21-4eed-8989-0b2909b2b9da): Loading data parts
417 2025.03.25 22:28:29.546597 [ 3 ] {5322b6be-9b67-4491-8612-c9d1a7b52d61} <Debug> oximeter.measurements_histogrami16 (4b118fa4-cf21-4eed-8989-0b2909b2b9da): There are no data parts
418 2025.03.25 22:28:29.551819 [ 3 ] {5322b6be-9b67-4491-8612-c9d1a7b52d61} <Debug> TCPHandler: Processed in 0.016008363 sec.
419 2025.03.25 22:28:29.552014 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2025.03.25 22:28:29.552333 [ 3 ] {1b7b2601-2fab-4aca-b314-749ddb210826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
421 2025.03.25 22:28:29.552405 [ 3 ] {1b7b2601-2fab-4aca-b314-749ddb210826} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
422 2025.03.25 22:28:29.559624 [ 3 ] {1b7b2601-2fab-4aca-b314-749ddb210826} <Debug> oximeter.measurements_histogramu16 (96284850-5d8a-48dc-9a5f-f5602cf6be97): Loading data parts
423 2025.03.25 22:28:29.559806 [ 3 ] {1b7b2601-2fab-4aca-b314-749ddb210826} <Debug> oximeter.measurements_histogramu16 (96284850-5d8a-48dc-9a5f-f5602cf6be97): There are no data parts
424 2025.03.25 22:28:29.562775 [ 3 ] {1b7b2601-2fab-4aca-b314-749ddb210826} <Debug> TCPHandler: Processed in 0.010824027 sec.
425 2025.03.25 22:28:29.562963 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2025.03.25 22:28:29.563277 [ 3 ] {b18228d5-f2e3-4837-9723-9f75b328afe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
427 2025.03.25 22:28:29.563355 [ 3 ] {b18228d5-f2e3-4837-9723-9f75b328afe0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
428 2025.03.25 22:28:29.567970 [ 3 ] {b18228d5-f2e3-4837-9723-9f75b328afe0} <Debug> oximeter.measurements_histogrami32 (4f3e21df-9547-411e-abb0-1252c042a24d): Loading data parts
429 2025.03.25 22:28:29.568166 [ 3 ] {b18228d5-f2e3-4837-9723-9f75b328afe0} <Debug> oximeter.measurements_histogrami32 (4f3e21df-9547-411e-abb0-1252c042a24d): There are no data parts
430 2025.03.25 22:28:29.572716 [ 3 ] {b18228d5-f2e3-4837-9723-9f75b328afe0} <Debug> TCPHandler: Processed in 0.009812029 sec.
431 2025.03.25 22:28:29.572913 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2025.03.25 22:28:29.573239 [ 3 ] {87463358-3f54-4eab-9b2e-c8fc8bf6320a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
433 2025.03.25 22:28:29.573313 [ 3 ] {87463358-3f54-4eab-9b2e-c8fc8bf6320a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
434 2025.03.25 22:28:29.576499 [ 3 ] {87463358-3f54-4eab-9b2e-c8fc8bf6320a} <Debug> oximeter.measurements_histogramu32 (f1fee809-172d-4c1d-a4bd-e24bf29aea54): Loading data parts
435 2025.03.25 22:28:29.576660 [ 3 ] {87463358-3f54-4eab-9b2e-c8fc8bf6320a} <Debug> oximeter.measurements_histogramu32 (f1fee809-172d-4c1d-a4bd-e24bf29aea54): There are no data parts
436 2025.03.25 22:28:29.579210 [ 3 ] {87463358-3f54-4eab-9b2e-c8fc8bf6320a} <Debug> TCPHandler: Processed in 0.006357866 sec.
437 2025.03.25 22:28:29.579409 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
438 2025.03.25 22:28:29.579676 [ 3 ] {8fe8d407-ea56-4c03-a357-72eaad1d1412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
439 2025.03.25 22:28:29.579750 [ 3 ] {8fe8d407-ea56-4c03-a357-72eaad1d1412} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
440 2025.03.25 22:28:29.584115 [ 3 ] {8fe8d407-ea56-4c03-a357-72eaad1d1412} <Debug> oximeter.measurements_histogrami64 (74eb7e96-5b05-4514-8999-ee4dc33a0444): Loading data parts
441 2025.03.25 22:28:29.584345 [ 3 ] {8fe8d407-ea56-4c03-a357-72eaad1d1412} <Debug> oximeter.measurements_histogrami64 (74eb7e96-5b05-4514-8999-ee4dc33a0444): There are no data parts
442 2025.03.25 22:28:29.589182 [ 3 ] {8fe8d407-ea56-4c03-a357-72eaad1d1412} <Debug> TCPHandler: Processed in 0.009825819 sec.
443 2025.03.25 22:28:29.589365 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
444 2025.03.25 22:28:29.589672 [ 3 ] {d70706ac-5781-4ecb-8ef3-1233c1ca0290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
445 2025.03.25 22:28:29.589753 [ 3 ] {d70706ac-5781-4ecb-8ef3-1233c1ca0290} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
446 2025.03.25 22:28:29.592798 [ 3 ] {d70706ac-5781-4ecb-8ef3-1233c1ca0290} <Debug> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Loading data parts
447 2025.03.25 22:28:29.592962 [ 3 ] {d70706ac-5781-4ecb-8ef3-1233c1ca0290} <Debug> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): There are no data parts
448 2025.03.25 22:28:29.596173 [ 3 ] {d70706ac-5781-4ecb-8ef3-1233c1ca0290} <Debug> TCPHandler: Processed in 0.006868526 sec.
449 2025.03.25 22:28:29.596382 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
450 2025.03.25 22:28:29.596650 [ 3 ] {33132a57-dcc2-4297-857a-820d6d881df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
451 2025.03.25 22:28:29.596722 [ 3 ] {33132a57-dcc2-4297-857a-820d6d881df6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
452 2025.03.25 22:28:29.601293 [ 3 ] {33132a57-dcc2-4297-857a-820d6d881df6} <Debug> oximeter.measurements_histogramf32 (6ff376cd-d68c-4ce9-b86a-89add0118821): Loading data parts
453 2025.03.25 22:28:29.601466 [ 3 ] {33132a57-dcc2-4297-857a-820d6d881df6} <Debug> oximeter.measurements_histogramf32 (6ff376cd-d68c-4ce9-b86a-89add0118821): There are no data parts
454 2025.03.25 22:28:29.606100 [ 3 ] {33132a57-dcc2-4297-857a-820d6d881df6} <Debug> TCPHandler: Processed in 0.009775478 sec.
455 2025.03.25 22:28:29.606274 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
456 2025.03.25 22:28:29.606548 [ 3 ] {8056b5a8-0893-48a2-bd2c-602671c0d7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
457 2025.03.25 22:28:29.606614 [ 3 ] {8056b5a8-0893-48a2-bd2c-602671c0d7cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
458 2025.03.25 22:28:29.609704 [ 3 ] {8056b5a8-0893-48a2-bd2c-602671c0d7cc} <Debug> oximeter.measurements_histogramf64 (334468c3-71c4-4d43-80d6-3c78eeaa18aa): Loading data parts
459 2025.03.25 22:28:29.609864 [ 3 ] {8056b5a8-0893-48a2-bd2c-602671c0d7cc} <Debug> oximeter.measurements_histogramf64 (334468c3-71c4-4d43-80d6-3c78eeaa18aa): There are no data parts
460 2025.03.25 22:28:29.613239 [ 3 ] {8056b5a8-0893-48a2-bd2c-602671c0d7cc} <Debug> TCPHandler: Processed in 0.007011138 sec.
461 2025.03.25 22:28:29.613432 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
462 2025.03.25 22:28:29.613625 [ 3 ] {e0851406-bf07-445e-b27e-a4773a572be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) /* The field tables store named dimensions of each timeseries.
463 *
464 * As with the measurement tables, there is one field table for each field data
465 * type. Fields are deduplicated by using the "replacing merge tree", though
466 * this behavior **must not** be relied upon for query correctness.
467 *
468 * The index for the fields differs from the measurements, however. Rows are
469 * sorted by timeseries name, then field name, field value, and finally
470 * timeseries key. This reflects the most common pattern for looking them up:
471 * by field name and possibly value, within a timeseries. The resulting keys are
472 * usually then used to look up measurements.
473 *
474 * NOTE: We may want to consider a secondary index on these tables, sorting by
475 * timeseries name and then key, since it would improve lookups where one
476 * already has the key. Realistically though, these tables are quite small and
477 * so performance benefits will be low in absolute terms.
478 *
479 * TTL: We use a materialized column to expire old field table records. This
480 * column is generated automatically by the database whenever a new row is
481 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
482 * query. Since these tables are `ReplacingMergeTree`s, that means the last
483 * record will remain during a deduplication, which will have the last
484 * timestamp. ClickHouse will then expire old data for us, similar to the
485 * measurement tables.
486 */
487 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)
488 2025.03.25 22:28:29.613690 [ 3 ] {e0851406-bf07-445e-b27e-a4773a572be1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
489 2025.03.25 22:28:29.618453 [ 3 ] {e0851406-bf07-445e-b27e-a4773a572be1} <Debug> oximeter.fields_bool (61677911-2ea7-4bf8-8402-e9ba99260a4e): Loading data parts
490 2025.03.25 22:28:29.618665 [ 3 ] {e0851406-bf07-445e-b27e-a4773a572be1} <Debug> oximeter.fields_bool (61677911-2ea7-4bf8-8402-e9ba99260a4e): There are no data parts
491 2025.03.25 22:28:29.623204 [ 3 ] {e0851406-bf07-445e-b27e-a4773a572be1} <Debug> TCPHandler: Processed in 0.009829479 sec.
492 2025.03.25 22:28:29.623356 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
493 2025.03.25 22:28:29.623548 [ 3 ] {ec93ef7c-c6e0-449f-ac51-b13dc2d7f7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
494 2025.03.25 22:28:29.623624 [ 3 ] {ec93ef7c-c6e0-449f-ac51-b13dc2d7f7c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
495 2025.03.25 22:28:29.626664 [ 3 ] {ec93ef7c-c6e0-449f-ac51-b13dc2d7f7c9} <Debug> oximeter.fields_i8 (281d766f-18ba-4dd1-8f8b-e30a2766491a): Loading data parts
496 2025.03.25 22:28:29.626826 [ 3 ] {ec93ef7c-c6e0-449f-ac51-b13dc2d7f7c9} <Debug> oximeter.fields_i8 (281d766f-18ba-4dd1-8f8b-e30a2766491a): There are no data parts
497 2025.03.25 22:28:29.630145 [ 3 ] {ec93ef7c-c6e0-449f-ac51-b13dc2d7f7c9} <Debug> TCPHandler: Processed in 0.006837715 sec.
498 2025.03.25 22:28:29.630305 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
499 2025.03.25 22:28:29.630568 [ 3 ] {bb3d5760-364c-4402-8a85-fea6e14261ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
500 2025.03.25 22:28:29.630652 [ 3 ] {bb3d5760-364c-4402-8a85-fea6e14261ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
501 2025.03.25 22:28:29.635724 [ 3 ] {bb3d5760-364c-4402-8a85-fea6e14261ef} <Debug> oximeter.fields_u8 (26a24a24-682a-4490-9a4e-5218df99e35e): Loading data parts
502 2025.03.25 22:28:29.635907 [ 3 ] {bb3d5760-364c-4402-8a85-fea6e14261ef} <Debug> oximeter.fields_u8 (26a24a24-682a-4490-9a4e-5218df99e35e): There are no data parts
503 2025.03.25 22:28:29.642913 [ 3 ] {bb3d5760-364c-4402-8a85-fea6e14261ef} <Debug> TCPHandler: Processed in 0.012675031 sec.
504 2025.03.25 22:28:29.643056 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
505 2025.03.25 22:28:29.643253 [ 3 ] {1e128b7a-b4c2-4b51-9d5c-8ee78eab4c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
506 2025.03.25 22:28:29.643336 [ 3 ] {1e128b7a-b4c2-4b51-9d5c-8ee78eab4c34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
507 2025.03.25 22:28:29.648476 [ 3 ] {1e128b7a-b4c2-4b51-9d5c-8ee78eab4c34} <Debug> oximeter.fields_i16 (4631d38a-1b26-41a8-8121-281e348718a3): Loading data parts
508 2025.03.25 22:28:29.648722 [ 3 ] {1e128b7a-b4c2-4b51-9d5c-8ee78eab4c34} <Debug> oximeter.fields_i16 (4631d38a-1b26-41a8-8121-281e348718a3): There are no data parts
509 2025.03.25 22:28:29.657013 [ 3 ] {1e128b7a-b4c2-4b51-9d5c-8ee78eab4c34} <Debug> TCPHandler: Processed in 0.014005685 sec.
510 2025.03.25 22:28:29.657155 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
511 2025.03.25 22:28:29.657419 [ 3 ] {6a794bdb-8e73-4d05-a83a-3b18192dfb37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
512 2025.03.25 22:28:29.657501 [ 3 ] {6a794bdb-8e73-4d05-a83a-3b18192dfb37} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
513 2025.03.25 22:28:29.663718 [ 3 ] {6a794bdb-8e73-4d05-a83a-3b18192dfb37} <Debug> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Loading data parts
514 2025.03.25 22:28:29.663897 [ 3 ] {6a794bdb-8e73-4d05-a83a-3b18192dfb37} <Debug> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): There are no data parts
515 2025.03.25 22:28:29.666356 [ 3 ] {6a794bdb-8e73-4d05-a83a-3b18192dfb37} <Debug> TCPHandler: Processed in 0.009255719 sec.
516 2025.03.25 22:28:29.666522 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
517 2025.03.25 22:28:29.666758 [ 3 ] {2af844bb-4628-4b84-b736-b37c44124c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
518 2025.03.25 22:28:29.666843 [ 3 ] {2af844bb-4628-4b84-b736-b37c44124c55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
519 2025.03.25 22:28:29.670724 [ 3 ] {2af844bb-4628-4b84-b736-b37c44124c55} <Debug> oximeter.fields_i32 (be242436-33d9-43ef-be55-0ec441becc4f): Loading data parts
520 2025.03.25 22:28:29.670926 [ 3 ] {2af844bb-4628-4b84-b736-b37c44124c55} <Debug> oximeter.fields_i32 (be242436-33d9-43ef-be55-0ec441becc4f): There are no data parts
521 2025.03.25 22:28:29.675203 [ 3 ] {2af844bb-4628-4b84-b736-b37c44124c55} <Debug> TCPHandler: Processed in 0.008739309 sec.
522 2025.03.25 22:28:29.675370 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
523 2025.03.25 22:28:29.675656 [ 3 ] {eee0408b-e4a0-4a33-979f-ff716ea59228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
524 2025.03.25 22:28:29.675734 [ 3 ] {eee0408b-e4a0-4a33-979f-ff716ea59228} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
525 2025.03.25 22:28:29.681018 [ 3 ] {eee0408b-e4a0-4a33-979f-ff716ea59228} <Debug> oximeter.fields_u32 (0936aa9f-ec0a-46ea-97c9-06d7a1270e60): Loading data parts
526 2025.03.25 22:28:29.681239 [ 3 ] {eee0408b-e4a0-4a33-979f-ff716ea59228} <Debug> oximeter.fields_u32 (0936aa9f-ec0a-46ea-97c9-06d7a1270e60): There are no data parts
527 2025.03.25 22:28:29.686461 [ 3 ] {eee0408b-e4a0-4a33-979f-ff716ea59228} <Debug> TCPHandler: Processed in 0.011153213 sec.
528 2025.03.25 22:28:29.686618 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
529 2025.03.25 22:28:29.686814 [ 3 ] {f8f9d030-70af-4fa9-84e4-510ed5e738c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
530 2025.03.25 22:28:29.686891 [ 3 ] {f8f9d030-70af-4fa9-84e4-510ed5e738c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
531 2025.03.25 22:28:29.698966 [ 3 ] {f8f9d030-70af-4fa9-84e4-510ed5e738c9} <Debug> oximeter.fields_i64 (bbc0045a-2d4c-450d-8e06-e96deb74ec24): Loading data parts
532 2025.03.25 22:28:29.699186 [ 3 ] {f8f9d030-70af-4fa9-84e4-510ed5e738c9} <Debug> oximeter.fields_i64 (bbc0045a-2d4c-450d-8e06-e96deb74ec24): There are no data parts
533 2025.03.25 22:28:29.704211 [ 3 ] {f8f9d030-70af-4fa9-84e4-510ed5e738c9} <Debug> TCPHandler: Processed in 0.017644702 sec.
534 2025.03.25 22:28:29.704380 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
535 2025.03.25 22:28:29.704655 [ 3 ] {22c7230b-11a5-4f58-8f64-f28b2a4c15c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
536 2025.03.25 22:28:29.704740 [ 3 ] {22c7230b-11a5-4f58-8f64-f28b2a4c15c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
537 2025.03.25 22:28:29.713969 [ 3 ] {22c7230b-11a5-4f58-8f64-f28b2a4c15c4} <Debug> oximeter.fields_u64 (307f8204-f538-4ee8-b894-a436e285dbfe): Loading data parts
538 2025.03.25 22:28:29.714149 [ 3 ] {22c7230b-11a5-4f58-8f64-f28b2a4c15c4} <Debug> oximeter.fields_u64 (307f8204-f538-4ee8-b894-a436e285dbfe): There are no data parts
539 2025.03.25 22:28:29.718352 [ 3 ] {22c7230b-11a5-4f58-8f64-f28b2a4c15c4} <Debug> TCPHandler: Processed in 0.014035406 sec.
540 2025.03.25 22:28:29.718518 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
541 2025.03.25 22:28:29.718762 [ 3 ] {7e90f6bb-faf8-4dfd-a3fa-bc8a083b33c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
542 2025.03.25 22:28:29.718848 [ 3 ] {7e90f6bb-faf8-4dfd-a3fa-bc8a083b33c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
543 2025.03.25 22:28:29.727425 [ 3 ] {7e90f6bb-faf8-4dfd-a3fa-bc8a083b33c0} <Debug> oximeter.fields_ipaddr (eac68591-ef68-4eca-b4cf-b3b62444d8d4): Loading data parts
544 2025.03.25 22:28:29.727611 [ 3 ] {7e90f6bb-faf8-4dfd-a3fa-bc8a083b33c0} <Debug> oximeter.fields_ipaddr (eac68591-ef68-4eca-b4cf-b3b62444d8d4): There are no data parts
545 2025.03.25 22:28:29.731995 [ 3 ] {7e90f6bb-faf8-4dfd-a3fa-bc8a083b33c0} <Debug> TCPHandler: Processed in 0.013538667 sec.
546 2025.03.25 22:28:29.732164 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
547 2025.03.25 22:28:29.732376 [ 3 ] {197c0dbf-6e71-41cf-a55f-f060b9a55981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
548 2025.03.25 22:28:29.732452 [ 3 ] {197c0dbf-6e71-41cf-a55f-f060b9a55981} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
549 2025.03.25 22:28:29.746695 [ 3 ] {197c0dbf-6e71-41cf-a55f-f060b9a55981} <Debug> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Loading data parts
550 2025.03.25 22:28:29.746887 [ 3 ] {197c0dbf-6e71-41cf-a55f-f060b9a55981} <Debug> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): There are no data parts
551 2025.03.25 22:28:29.767502 [ 3 ] {197c0dbf-6e71-41cf-a55f-f060b9a55981} <Debug> TCPHandler: Processed in 0.035393145 sec.
552 2025.03.25 22:28:29.768001 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
553 2025.03.25 22:28:29.768225 [ 3 ] {97ac4ed3-23f7-408a-a4fd-2ddb90e8132f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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)
554 2025.03.25 22:28:29.768306 [ 3 ] {97ac4ed3-23f7-408a-a4fd-2ddb90e8132f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
555 2025.03.25 22:28:29.782603 [ 3 ] {97ac4ed3-23f7-408a-a4fd-2ddb90e8132f} <Debug> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Loading data parts
556 2025.03.25 22:28:29.782829 [ 3 ] {97ac4ed3-23f7-408a-a4fd-2ddb90e8132f} <Debug> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): There are no data parts
557 2025.03.25 22:28:29.788288 [ 3 ] {97ac4ed3-23f7-408a-a4fd-2ddb90e8132f} <Debug> TCPHandler: Processed in 0.020352241 sec.
558 2025.03.25 22:28:29.788514 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
559 2025.03.25 22:28:29.788853 [ 3 ] {4b4baff9-dabd-4c67-a3e8-62d00bfee9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) /* The timeseries schema table stores the extracted schema for the samples
560 * oximeter collects.
561 */
562 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)
563 2025.03.25 22:28:29.788956 [ 3 ] {4b4baff9-dabd-4c67-a3e8-62d00bfee9c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
564 2025.03.25 22:28:29.795233 [ 3 ] {4b4baff9-dabd-4c67-a3e8-62d00bfee9c2} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Loading data parts
565 2025.03.25 22:28:29.795905 [ 3 ] {4b4baff9-dabd-4c67-a3e8-62d00bfee9c2} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): There are no data parts
566 2025.03.25 22:28:29.802603 [ 3 ] {4b4baff9-dabd-4c67-a3e8-62d00bfee9c2} <Debug> TCPHandler: Processed in 0.014148078 sec.
567 2025.03.25 22:28:29.805011 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.03.25 22:28:29.805390 [ 5 ] {d559ef8f-76be-4f02-bc74-52d31aa3b062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
569 2025.03.25 22:28:29.806766 [ 5 ] {d559ef8f-76be-4f02-bc74-52d31aa3b062} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
570 2025.03.25 22:28:29.815153 [ 259 ] {d559ef8f-76be-4f02-bc74-52d31aa3b062} <Trace> oximeter.version (1e9a2144-ac54-4d5a-86fc-b817c24d0ecb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
571 2025.03.25 22:28:29.815335 [ 259 ] {d559ef8f-76be-4f02-bc74-52d31aa3b062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB.
572 2025.03.25 22:28:29.820539 [ 259 ] {d559ef8f-76be-4f02-bc74-52d31aa3b062} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
573 2025.03.25 22:28:29.821231 [ 259 ] {d559ef8f-76be-4f02-bc74-52d31aa3b062} <Trace> oximeter.version (1e9a2144-ac54-4d5a-86fc-b817c24d0ecb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
574 2025.03.25 22:28:29.821745 [ 5 ] {d559ef8f-76be-4f02-bc74-52d31aa3b062} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016521 sec., 60.52902366684825 rows/sec., 968.46 B/sec.
575 2025.03.25 22:28:29.822114 [ 5 ] {d559ef8f-76be-4f02-bc74-52d31aa3b062} <Debug> TCPHandler: Processed in 0.017233394 sec.
576 2025.03.25 22:28:29.904659 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64940
577 2025.03.25 22:28:29.905219 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
578 2025.03.25 22:28:29.905257 [ 261 ] {} <Debug> TCP-Session: 9bda0a98-81c2-4b7f-9858-059bc274ab7e Authenticating user 'default' from [fd00:1122:3344:101::a]:64940
579 2025.03.25 22:28:29.905283 [ 261 ] {} <Debug> TCP-Session: 9bda0a98-81c2-4b7f-9858-059bc274ab7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
580 2025.03.25 22:28:29.905396 [ 261 ] {} <Debug> TCP-Session: 9bda0a98-81c2-4b7f-9858-059bc274ab7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
581 2025.03.25 22:28:29.905456 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
582 2025.03.25 22:28:29.905482 [ 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
583 2025.03.25 22:28:29.905576 [ 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
584 2025.03.25 22:28:29.908097 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33081
585 2025.03.25 22:28:29.908426 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50197
586 2025.03.25 22:28:29.908309 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63646
587 2025.03.25 22:28:29.908236 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57356
588 2025.03.25 22:28:29.908170 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50365
589 2025.03.25 22:28:29.908525 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35349
590 2025.03.25 22:28:29.908710 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
591 2025.03.25 22:28:29.908720 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
592 2025.03.25 22:28:29.909216 [ 262 ] {} <Debug> TCP-Session: 3cd87570-4b40-4a41-ac87-66dc4f42908d Authenticating user 'default' from [fd00:1122:3344:101::a]:33081
593 2025.03.25 22:28:29.909232 [ 266 ] {} <Debug> TCP-Session: 6f828357-9964-402b-a4e5-0038e15121c2 Authenticating user 'default' from [fd00:1122:3344:101::a]:50197
594 2025.03.25 22:28:29.909243 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
595 2025.03.25 22:28:29.909285 [ 266 ] {} <Debug> TCP-Session: 6f828357-9964-402b-a4e5-0038e15121c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
596 2025.03.25 22:28:29.909275 [ 262 ] {} <Debug> TCP-Session: 3cd87570-4b40-4a41-ac87-66dc4f42908d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
597 2025.03.25 22:28:29.909258 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
598 2025.03.25 22:28:29.909415 [ 264 ] {} <Debug> TCP-Session: 2bcadc09-a3d0-4eb2-8e88-53cac10c9c0c Authenticating user 'default' from [fd00:1122:3344:101::a]:57356
599 2025.03.25 22:28:29.909430 [ 266 ] {} <Debug> TCP-Session: 6f828357-9964-402b-a4e5-0038e15121c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
600 2025.03.25 22:28:29.909425 [ 262 ] {} <Debug> TCP-Session: 3cd87570-4b40-4a41-ac87-66dc4f42908d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
601 2025.03.25 22:28:29.909518 [ 263 ] {} <Debug> TCP-Session: 01642684-2345-45e6-bc04-bd0cb2b14212 Authenticating user 'default' from [fd00:1122:3344:101::a]:50365
602 2025.03.25 22:28:29.909556 [ 264 ] {} <Debug> TCP-Session: 2bcadc09-a3d0-4eb2-8e88-53cac10c9c0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
603 2025.03.25 22:28:29.909681 [ 264 ] {} <Debug> TCP-Session: 2bcadc09-a3d0-4eb2-8e88-53cac10c9c0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
604 2025.03.25 22:28:29.909697 [ 263 ] {} <Debug> TCP-Session: 01642684-2345-45e6-bc04-bd0cb2b14212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
605 2025.03.25 22:28:29.909854 [ 263 ] {} <Debug> TCP-Session: 01642684-2345-45e6-bc04-bd0cb2b14212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
606 2025.03.25 22:28:29.910671 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
607 2025.03.25 22:28:29.910818 [ 267 ] {} <Debug> TCP-Session: eaaa61bf-4efb-40cc-9e78-353ed5771e06 Authenticating user 'default' from [fd00:1122:3344:101::a]:35349
608 2025.03.25 22:28:29.910837 [ 267 ] {} <Debug> TCP-Session: eaaa61bf-4efb-40cc-9e78-353ed5771e06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
609 2025.03.25 22:28:29.910850 [ 267 ] {} <Debug> TCP-Session: eaaa61bf-4efb-40cc-9e78-353ed5771e06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
610 2025.03.25 22:28:29.912728 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
611 2025.03.25 22:28:29.912780 [ 265 ] {} <Debug> TCP-Session: 01431645-2ca3-495b-878e-4fcd7f15a09e Authenticating user 'default' from [fd00:1122:3344:101::a]:63646
612 2025.03.25 22:28:29.912801 [ 265 ] {} <Debug> TCP-Session: 01431645-2ca3-495b-878e-4fcd7f15a09e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
613 2025.03.25 22:28:29.912883 [ 265 ] {} <Debug> TCP-Session: 01431645-2ca3-495b-878e-4fcd7f15a09e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
614 2025.03.25 22:28:29.918409 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44284
615 2025.03.25 22:28:29.918536 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
616 2025.03.25 22:28:29.918562 [ 268 ] {} <Debug> TCP-Session: b0950be0-2f88-4956-b070-7fd3d1b3bf23 Authenticating user 'default' from [fd00:1122:3344:101::a]:44284
617 2025.03.25 22:28:29.918676 [ 268 ] {} <Debug> TCP-Session: b0950be0-2f88-4956-b070-7fd3d1b3bf23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
618 2025.03.25 22:28:29.918691 [ 268 ] {} <Debug> TCP-Session: b0950be0-2f88-4956-b070-7fd3d1b3bf23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
619 2025.03.25 22:28:30.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.10 MiB, peak 125.10 MiB, free memory in arenas 0.00 B, will set to 139.64 MiB (RSS), difference: 14.53 MiB
620 2025.03.25 22:28:30.166372 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55519
621 2025.03.25 22:28:30.167069 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
622 2025.03.25 22:28:30.167108 [ 269 ] {} <Debug> TCP-Session: 1cdb8352-dc83-4d0e-8e67-8ba2781aa610 Authenticating user 'default' from [fd00:1122:3344:101::b]:55519
623 2025.03.25 22:28:30.167183 [ 269 ] {} <Debug> TCP-Session: 1cdb8352-dc83-4d0e-8e67-8ba2781aa610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
624 2025.03.25 22:28:30.167197 [ 269 ] {} <Debug> TCP-Session: 1cdb8352-dc83-4d0e-8e67-8ba2781aa610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
625 2025.03.25 22:28:30.167265 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
626 2025.03.25 22:28:30.167318 [ 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
627 2025.03.25 22:28:30.167336 [ 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
628 2025.03.25 22:28:30.169717 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35387
629 2025.03.25 22:28:30.169800 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51901
630 2025.03.25 22:28:30.170204 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
631 2025.03.25 22:28:30.170247 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35086
632 2025.03.25 22:28:30.170232 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50307
633 2025.03.25 22:28:30.170353 [ 270 ] {} <Debug> TCP-Session: 35c139a4-216f-43b5-985d-0ade9e1256a0 Authenticating user 'default' from [fd00:1122:3344:101::b]:35387
634 2025.03.25 22:28:30.170384 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59311
635 2025.03.25 22:28:30.170225 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
636 2025.03.25 22:28:30.170523 [ 270 ] {} <Debug> TCP-Session: 35c139a4-216f-43b5-985d-0ade9e1256a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
637 2025.03.25 22:28:30.170892 [ 270 ] {} <Debug> TCP-Session: 35c139a4-216f-43b5-985d-0ade9e1256a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
638 2025.03.25 22:28:30.170922 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36363
639 2025.03.25 22:28:30.170939 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
640 2025.03.25 22:28:30.170970 [ 271 ] {} <Debug> TCP-Session: a51bed3f-73aa-45af-9659-852505972a7c Authenticating user 'default' from [fd00:1122:3344:101::b]:51901
641 2025.03.25 22:28:30.170990 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
642 2025.03.25 22:28:30.170933 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
643 2025.03.25 22:28:30.171028 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65018
644 2025.03.25 22:28:30.171058 [ 273 ] {} <Debug> TCP-Session: d365cedf-2bdb-4f8c-8f42-6e172af725bd Authenticating user 'default' from [fd00:1122:3344:101::b]:50307
645 2025.03.25 22:28:30.171187 [ 271 ] {} <Debug> TCP-Session: a51bed3f-73aa-45af-9659-852505972a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
646 2025.03.25 22:28:30.171273 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
647 2025.03.25 22:28:30.171256 [ 274 ] {} <Debug> TCP-Session: 94b72b2c-0c77-43a0-933d-2fe1fab7284a Authenticating user 'default' from [fd00:1122:3344:101::b]:59311
648 2025.03.25 22:28:30.171327 [ 273 ] {} <Debug> TCP-Session: d365cedf-2bdb-4f8c-8f42-6e172af725bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
649 2025.03.25 22:28:30.171509 [ 275 ] {} <Debug> TCP-Session: 849ee516-58d6-47a0-a01d-8ea7974f8f24 Authenticating user 'default' from [fd00:1122:3344:101::b]:36363
650 2025.03.25 22:28:30.171518 [ 273 ] {} <Debug> TCP-Session: d365cedf-2bdb-4f8c-8f42-6e172af725bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
651 2025.03.25 22:28:30.171576 [ 275 ] {} <Debug> TCP-Session: 849ee516-58d6-47a0-a01d-8ea7974f8f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
652 2025.03.25 22:28:30.171581 [ 271 ] {} <Debug> TCP-Session: a51bed3f-73aa-45af-9659-852505972a7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
653 2025.03.25 22:28:30.171565 [ 272 ] {} <Debug> TCP-Session: 543741b3-1993-46eb-9e48-7877737e857d Authenticating user 'default' from [fd00:1122:3344:101::b]:35086
654 2025.03.25 22:28:30.171673 [ 275 ] {} <Debug> TCP-Session: 849ee516-58d6-47a0-a01d-8ea7974f8f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
655 2025.03.25 22:28:30.171537 [ 274 ] {} <Debug> TCP-Session: 94b72b2c-0c77-43a0-933d-2fe1fab7284a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
656 2025.03.25 22:28:30.171740 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
657 2025.03.25 22:28:30.171828 [ 272 ] {} <Debug> TCP-Session: 543741b3-1993-46eb-9e48-7877737e857d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
658 2025.03.25 22:28:30.171818 [ 274 ] {} <Debug> TCP-Session: 94b72b2c-0c77-43a0-933d-2fe1fab7284a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
659 2025.03.25 22:28:30.171911 [ 276 ] {} <Debug> TCP-Session: 22dcd005-5ed3-4e9b-b23d-420594560358 Authenticating user 'default' from [fd00:1122:3344:101::b]:65018
660 2025.03.25 22:28:30.171938 [ 272 ] {} <Debug> TCP-Session: 543741b3-1993-46eb-9e48-7877737e857d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
661 2025.03.25 22:28:30.172061 [ 276 ] {} <Debug> TCP-Session: 22dcd005-5ed3-4e9b-b23d-420594560358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2025.03.25 22:28:30.172085 [ 276 ] {} <Debug> TCP-Session: 22dcd005-5ed3-4e9b-b23d-420594560358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2025.03.25 22:28:31.507629 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54406
664 2025.03.25 22:28:31.508154 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
665 2025.03.25 22:28:31.508194 [ 277 ] {} <Debug> TCP-Session: 01d14195-7fc7-4994-9883-8fb29f0a3aba Authenticating user 'default' from [fd00:1122:3344:101::c]:54406
666 2025.03.25 22:28:31.508217 [ 277 ] {} <Debug> TCP-Session: 01d14195-7fc7-4994-9883-8fb29f0a3aba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
667 2025.03.25 22:28:31.508314 [ 277 ] {} <Debug> TCP-Session: 01d14195-7fc7-4994-9883-8fb29f0a3aba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
668 2025.03.25 22:28:31.508401 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
669 2025.03.25 22:28:31.508436 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
670 2025.03.25 22:28:31.508530 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
671 2025.03.25 22:28:31.510728 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59261
672 2025.03.25 22:28:31.510816 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42712
673 2025.03.25 22:28:31.510990 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48047
674 2025.03.25 22:28:31.510999 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
675 2025.03.25 22:28:31.511156 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48788
676 2025.03.25 22:28:31.511340 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
677 2025.03.25 22:28:31.511351 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
678 2025.03.25 22:28:31.511359 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42751
679 2025.03.25 22:28:31.511436 [ 278 ] {} <Debug> TCP-Session: 8f5b0379-d5f2-4f09-a157-a090172187fa Authenticating user 'default' from [fd00:1122:3344:101::c]:59261
680 2025.03.25 22:28:31.511440 [ 279 ] {} <Debug> TCP-Session: e7ddacf0-340a-49d5-ab0b-3de754ef55a8 Authenticating user 'default' from [fd00:1122:3344:101::c]:42712
681 2025.03.25 22:28:31.511602 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62059
682 2025.03.25 22:28:31.511647 [ 280 ] {} <Debug> TCP-Session: 81f83fbd-9402-4d7a-a9e3-e41ef06760f2 Authenticating user 'default' from [fd00:1122:3344:101::c]:48047
683 2025.03.25 22:28:31.511659 [ 278 ] {} <Debug> TCP-Session: 8f5b0379-d5f2-4f09-a157-a090172187fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
684 2025.03.25 22:28:31.511625 [ 279 ] {} <Debug> TCP-Session: e7ddacf0-340a-49d5-ab0b-3de754ef55a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
685 2025.03.25 22:28:31.511464 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51767
686 2025.03.25 22:28:31.511851 [ 278 ] {} <Debug> TCP-Session: 8f5b0379-d5f2-4f09-a157-a090172187fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
687 2025.03.25 22:28:31.511936 [ 280 ] {} <Debug> TCP-Session: 81f83fbd-9402-4d7a-a9e3-e41ef06760f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
688 2025.03.25 22:28:31.512121 [ 279 ] {} <Debug> TCP-Session: e7ddacf0-340a-49d5-ab0b-3de754ef55a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
689 2025.03.25 22:28:31.512092 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
690 2025.03.25 22:28:31.512184 [ 280 ] {} <Debug> TCP-Session: 81f83fbd-9402-4d7a-a9e3-e41ef06760f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
691 2025.03.25 22:28:31.512292 [ 284 ] {} <Debug> TCP-Session: 0121743f-db1a-4f66-95ac-1dfdbb58ebcc Authenticating user 'default' from [fd00:1122:3344:101::c]:62059
692 2025.03.25 22:28:31.512417 [ 284 ] {} <Debug> TCP-Session: 0121743f-db1a-4f66-95ac-1dfdbb58ebcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
693 2025.03.25 22:28:31.512434 [ 284 ] {} <Debug> TCP-Session: 0121743f-db1a-4f66-95ac-1dfdbb58ebcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
694 2025.03.25 22:28:31.513029 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
695 2025.03.25 22:28:31.513340 [ 282 ] {} <Debug> TCP-Session: 1e1a2772-c644-4fe7-920e-2b891483fef0 Authenticating user 'default' from [fd00:1122:3344:101::c]:42751
696 2025.03.25 22:28:31.513371 [ 282 ] {} <Debug> TCP-Session: 1e1a2772-c644-4fe7-920e-2b891483fef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
697 2025.03.25 22:28:31.513390 [ 282 ] {} <Debug> TCP-Session: 1e1a2772-c644-4fe7-920e-2b891483fef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2025.03.25 22:28:31.515390 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
699 2025.03.25 22:28:31.515430 [ 283 ] {} <Debug> TCP-Session: c4afd9df-8e82-4d09-ac8c-e92c57fc2774 Authenticating user 'default' from [fd00:1122:3344:101::c]:51767
700 2025.03.25 22:28:31.515452 [ 283 ] {} <Debug> TCP-Session: c4afd9df-8e82-4d09-ac8c-e92c57fc2774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
701 2025.03.25 22:28:31.515590 [ 283 ] {} <Debug> TCP-Session: c4afd9df-8e82-4d09-ac8c-e92c57fc2774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2025.03.25 22:28:31.520861 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
703 2025.03.25 22:28:31.520901 [ 281 ] {} <Debug> TCP-Session: 0e9facb2-dff0-45e9-bd35-0c42caab34e9 Authenticating user 'default' from [fd00:1122:3344:101::c]:48788
704 2025.03.25 22:28:31.521029 [ 281 ] {} <Debug> TCP-Session: 0e9facb2-dff0-45e9-bd35-0c42caab34e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2025.03.25 22:28:31.521045 [ 281 ] {} <Debug> TCP-Session: 0e9facb2-dff0-45e9-bd35-0c42caab34e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2025.03.25 22:28:36.085286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
707 2025.03.25 22:28:36.085300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
708 2025.03.25 22:28:36.085519 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
709 2025.03.25 22:28:36.085539 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
710 2025.03.25 22:28:36.092115 [ 244 ] {} <Debug> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Loading data parts
711 2025.03.25 22:28:36.092638 [ 244 ] {} <Debug> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): There are no data parts
712 2025.03.25 22:28:36.100133 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
713 2025.03.25 22:28:36.100236 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
714 2025.03.25 22:28:36.104241 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
715 2025.03.25 22:28:36.105246 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
716 2025.03.25 22:28:36.106099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
717 2025.03.25 22:28:36.112277 [ 243 ] {} <Debug> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Loading data parts
718 2025.03.25 22:28:36.112538 [ 243 ] {} <Debug> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): There are no data parts
719 2025.03.25 22:28:36.135855 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
720 2025.03.25 22:28:36.135899 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
721 2025.03.25 22:28:36.143385 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
722 2025.03.25 22:28:36.144660 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
723 2025.03.25 22:28:36.146949 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
724 2025.03.25 22:28:37.001022 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.76 MiB, peak 149.76 MiB, free memory in arenas 0.00 B, will set to 150.61 MiB (RSS), difference: 4.85 MiB
725 2025.03.25 22:28:38.585485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
726 2025.03.25 22:28:38.585585 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
727 2025.03.25 22:28:38.590800 [ 242 ] {} <Debug> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Loading data parts
728 2025.03.25 22:28:38.591111 [ 242 ] {} <Debug> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): There are no data parts
729 2025.03.25 22:28:38.597204 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
730 2025.03.25 22:28:38.597246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
731 2025.03.25 22:28:38.598940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
732 2025.03.25 22:28:38.599553 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
733 2025.03.25 22:28:38.600069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
734 2025.03.25 22:28:39.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.79 MiB, peak 154.79 MiB, free memory in arenas 0.00 B, will set to 151.00 MiB (RSS), difference: -3.79 MiB
735 2025.03.25 22:28:43.533889 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache
736 2025.03.25 22:28:43.533950 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache
737 2025.03.25 22:28:43.606600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
738 2025.03.25 22:28:43.607490 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
739 2025.03.25 22:28:43.607770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
740 2025.03.25 22:28:43.608761 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
741 2025.03.25 22:28:43.609364 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
742 2025.03.25 22:28:43.609732 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
743 2025.03.25 22:28:43.647303 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
744 2025.03.25 22:28:43.669079 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
745 2025.03.25 22:28:43.669138 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
746 2025.03.25 22:28:43.676113 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
747 2025.03.25 22:28:43.677438 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
748 2025.03.25 22:28:43.680436 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
749 2025.03.25 22:28:44.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.67 MiB, peak 155.67 MiB, free memory in arenas 0.00 B, will set to 152.73 MiB (RSS), difference: 1.06 MiB
750 2025.03.25 22:28:49.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.75 MiB, peak 155.67 MiB, free memory in arenas 0.00 B, will set to 152.76 MiB (RSS), difference: 4.02 MiB
751 2025.03.25 22:28:49.831547 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
752 2025.03.25 22:28:49.831849 [ 3 ] {d478a753-9f6f-4419-a861-397f769f9e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
753 2025.03.25 22:28:49.832276 [ 3 ] {d478a753-9f6f-4419-a861-397f769f9e0b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
754 2025.03.25 22:28:49.836403 [ 3 ] {d478a753-9f6f-4419-a861-397f769f9e0b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
755 2025.03.25 22:28:49.841085 [ 3 ] {d478a753-9f6f-4419-a861-397f769f9e0b} <Debug> TCPHandler: Processed in 0.009659787 sec.
756 2025.03.25 22:28:49.845436 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
757 2025.03.25 22:28:49.845618 [ 3 ] {5813b4af-0f8d-4e18-9724-128021e584a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
758 2025.03.25 22:28:49.851549 [ 3 ] {5813b4af-0f8d-4e18-9724-128021e584a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
759 2025.03.25 22:28:49.851617 [ 3 ] {5813b4af-0f8d-4e18-9724-128021e584a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
760 2025.03.25 22:28:49.852288 [ 3 ] {5813b4af-0f8d-4e18-9724-128021e584a4} <Debug> TCPHandler: Processed in 0.006912426 sec.
761 2025.03.25 22:28:49.852537 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
762 2025.03.25 22:28:49.852684 [ 3 ] {eccd1a1f-9ad0-4a7e-afe7-540d83a26f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
763 2025.03.25 22:28:49.853035 [ 3 ] {eccd1a1f-9ad0-4a7e-afe7-540d83a26f62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
764 2025.03.25 22:28:49.853088 [ 3 ] {eccd1a1f-9ad0-4a7e-afe7-540d83a26f62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
765 2025.03.25 22:28:49.853558 [ 3 ] {eccd1a1f-9ad0-4a7e-afe7-540d83a26f62} <Debug> TCPHandler: Processed in 0.001072529 sec.
766 2025.03.25 22:28:49.853765 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
767 2025.03.25 22:28:49.853903 [ 3 ] {05486aac-6abd-4b48-8794-5418c40286a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
768 2025.03.25 22:28:49.854215 [ 3 ] {05486aac-6abd-4b48-8794-5418c40286a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
769 2025.03.25 22:28:49.854267 [ 3 ] {05486aac-6abd-4b48-8794-5418c40286a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
770 2025.03.25 22:28:49.854728 [ 3 ] {05486aac-6abd-4b48-8794-5418c40286a1} <Debug> TCPHandler: Processed in 0.001011469 sec.
771 2025.03.25 22:28:49.854972 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
772 2025.03.25 22:28:49.855123 [ 3 ] {5f5741ed-cf37-4a80-9ddc-6f794518be6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
773 2025.03.25 22:28:49.855458 [ 3 ] {5f5741ed-cf37-4a80-9ddc-6f794518be6c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
774 2025.03.25 22:28:49.855514 [ 3 ] {5f5741ed-cf37-4a80-9ddc-6f794518be6c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
775 2025.03.25 22:28:49.856041 [ 3 ] {5f5741ed-cf37-4a80-9ddc-6f794518be6c} <Debug> TCPHandler: Processed in 0.00113047 sec.
776 2025.03.25 22:28:49.856307 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
777 2025.03.25 22:28:49.856447 [ 3 ] {036c50d4-a00f-460d-ba4b-f03344c78435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
778 2025.03.25 22:28:49.856776 [ 3 ] {036c50d4-a00f-460d-ba4b-f03344c78435} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
779 2025.03.25 22:28:49.856830 [ 3 ] {036c50d4-a00f-460d-ba4b-f03344c78435} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
780 2025.03.25 22:28:49.857329 [ 3 ] {036c50d4-a00f-460d-ba4b-f03344c78435} <Debug> TCPHandler: Processed in 0.00107392 sec.
781 2025.03.25 22:28:49.857544 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
782 2025.03.25 22:28:49.857684 [ 3 ] {3b76e5b2-6b01-4166-a86a-8b1e13e08ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
783 2025.03.25 22:28:49.858015 [ 3 ] {3b76e5b2-6b01-4166-a86a-8b1e13e08ab0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
784 2025.03.25 22:28:49.858069 [ 3 ] {3b76e5b2-6b01-4166-a86a-8b1e13e08ab0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
785 2025.03.25 22:28:49.858555 [ 3 ] {3b76e5b2-6b01-4166-a86a-8b1e13e08ab0} <Debug> TCPHandler: Processed in 0.001060749 sec.
786 2025.03.25 22:28:49.858766 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
787 2025.03.25 22:28:49.858905 [ 3 ] {3d5882d4-44d5-4680-9971-94d1ceb75659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
788 2025.03.25 22:28:49.859242 [ 3 ] {3d5882d4-44d5-4680-9971-94d1ceb75659} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
789 2025.03.25 22:28:49.859295 [ 3 ] {3d5882d4-44d5-4680-9971-94d1ceb75659} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
790 2025.03.25 22:28:49.859784 [ 3 ] {3d5882d4-44d5-4680-9971-94d1ceb75659} <Debug> TCPHandler: Processed in 0.00106736 sec.
791 2025.03.25 22:28:49.860017 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
792 2025.03.25 22:28:49.860156 [ 3 ] {9eab27b0-6884-460d-89f8-78da605e7457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
793 2025.03.25 22:28:49.860492 [ 3 ] {9eab27b0-6884-460d-89f8-78da605e7457} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
794 2025.03.25 22:28:49.860548 [ 3 ] {9eab27b0-6884-460d-89f8-78da605e7457} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
795 2025.03.25 22:28:49.861046 [ 3 ] {9eab27b0-6884-460d-89f8-78da605e7457} <Debug> TCPHandler: Processed in 0.00107864 sec.
796 2025.03.25 22:28:49.861258 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
797 2025.03.25 22:28:49.861399 [ 3 ] {127cb480-0ffa-4d2c-84e7-55db88da49f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
798 2025.03.25 22:28:49.861735 [ 3 ] {127cb480-0ffa-4d2c-84e7-55db88da49f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
799 2025.03.25 22:28:49.861788 [ 3 ] {127cb480-0ffa-4d2c-84e7-55db88da49f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
800 2025.03.25 22:28:49.862274 [ 3 ] {127cb480-0ffa-4d2c-84e7-55db88da49f6} <Debug> TCPHandler: Processed in 0.001065619 sec.
801 2025.03.25 22:28:49.862501 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
802 2025.03.25 22:28:49.862642 [ 3 ] {c0c101fb-ca6f-4451-8f0d-7be18cf1a912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
803 2025.03.25 22:28:49.862986 [ 3 ] {c0c101fb-ca6f-4451-8f0d-7be18cf1a912} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
804 2025.03.25 22:28:49.863040 [ 3 ] {c0c101fb-ca6f-4451-8f0d-7be18cf1a912} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
805 2025.03.25 22:28:49.863525 [ 3 ] {c0c101fb-ca6f-4451-8f0d-7be18cf1a912} <Debug> TCPHandler: Processed in 0.00107403 sec.
806 2025.03.25 22:28:49.863737 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
807 2025.03.25 22:28:49.863880 [ 3 ] {ca97059b-c311-4193-a275-169ac9c3b276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
808 2025.03.25 22:28:49.864312 [ 3 ] {ca97059b-c311-4193-a275-169ac9c3b276} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
809 2025.03.25 22:28:49.864368 [ 3 ] {ca97059b-c311-4193-a275-169ac9c3b276} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
810 2025.03.25 22:28:49.864868 [ 3 ] {ca97059b-c311-4193-a275-169ac9c3b276} <Debug> TCPHandler: Processed in 0.001181801 sec.
811 2025.03.25 22:28:49.865095 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
812 2025.03.25 22:28:49.865240 [ 3 ] {b2824e22-1929-4c3e-8bbf-ad6e84024b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
813 2025.03.25 22:28:49.865593 [ 3 ] {b2824e22-1929-4c3e-8bbf-ad6e84024b54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
814 2025.03.25 22:28:49.865646 [ 3 ] {b2824e22-1929-4c3e-8bbf-ad6e84024b54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
815 2025.03.25 22:28:49.866145 [ 3 ] {b2824e22-1929-4c3e-8bbf-ad6e84024b54} <Debug> TCPHandler: Processed in 0.00109985 sec.
816 2025.03.25 22:28:49.866367 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
817 2025.03.25 22:28:49.866517 [ 3 ] {73f8dc63-7d6f-45f0-922e-f5ec4cbcf45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
818 2025.03.25 22:28:49.866867 [ 3 ] {73f8dc63-7d6f-45f0-922e-f5ec4cbcf45e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
819 2025.03.25 22:28:49.866922 [ 3 ] {73f8dc63-7d6f-45f0-922e-f5ec4cbcf45e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
820 2025.03.25 22:28:49.867441 [ 3 ] {73f8dc63-7d6f-45f0-922e-f5ec4cbcf45e} <Debug> TCPHandler: Processed in 0.00112439 sec.
821 2025.03.25 22:28:49.867645 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
822 2025.03.25 22:28:49.867792 [ 3 ] {9d6146ee-cffe-4400-8870-9a6b4dab2117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
823 2025.03.25 22:28:49.868151 [ 3 ] {9d6146ee-cffe-4400-8870-9a6b4dab2117} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
824 2025.03.25 22:28:49.868205 [ 3 ] {9d6146ee-cffe-4400-8870-9a6b4dab2117} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
825 2025.03.25 22:28:49.868704 [ 3 ] {9d6146ee-cffe-4400-8870-9a6b4dab2117} <Debug> TCPHandler: Processed in 0.00110876 sec.
826 2025.03.25 22:28:49.868931 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
827 2025.03.25 22:28:49.869089 [ 3 ] {f78ce383-7b65-4633-b6a0-4e86256226b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
828 2025.03.25 22:28:49.869464 [ 3 ] {f78ce383-7b65-4633-b6a0-4e86256226b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
829 2025.03.25 22:28:49.869520 [ 3 ] {f78ce383-7b65-4633-b6a0-4e86256226b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
830 2025.03.25 22:28:49.870040 [ 3 ] {f78ce383-7b65-4633-b6a0-4e86256226b2} <Debug> TCPHandler: Processed in 0.001160802 sec.
831 2025.03.25 22:28:49.870263 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
832 2025.03.25 22:28:49.870411 [ 3 ] {fb9d38bb-e9bd-469b-85eb-a13db81c585a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
833 2025.03.25 22:28:49.870784 [ 3 ] {fb9d38bb-e9bd-469b-85eb-a13db81c585a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
834 2025.03.25 22:28:49.870840 [ 3 ] {fb9d38bb-e9bd-469b-85eb-a13db81c585a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
835 2025.03.25 22:28:49.871418 [ 3 ] {fb9d38bb-e9bd-469b-85eb-a13db81c585a} <Debug> TCPHandler: Processed in 0.001204352 sec.
836 2025.03.25 22:28:49.871639 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
837 2025.03.25 22:28:49.871787 [ 3 ] {24ba370d-65ba-408d-ac02-9943619ff578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
838 2025.03.25 22:28:49.872173 [ 3 ] {24ba370d-65ba-408d-ac02-9943619ff578} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
839 2025.03.25 22:28:49.872229 [ 3 ] {24ba370d-65ba-408d-ac02-9943619ff578} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
840 2025.03.25 22:28:49.872728 [ 3 ] {24ba370d-65ba-408d-ac02-9943619ff578} <Debug> TCPHandler: Processed in 0.001138751 sec.
841 2025.03.25 22:28:49.879329 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
842 2025.03.25 22:28:49.879500 [ 3 ] {690ac8f8-7096-43ff-a8a2-3e5fcdfcd915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
843 2025.03.25 22:28:49.879573 [ 3 ] {690ac8f8-7096-43ff-a8a2-3e5fcdfcd915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
844 2025.03.25 22:28:49.882414 [ 3 ] {690ac8f8-7096-43ff-a8a2-3e5fcdfcd915} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
845 2025.03.25 22:28:49.882465 [ 3 ] {690ac8f8-7096-43ff-a8a2-3e5fcdfcd915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
846 2025.03.25 22:28:49.883247 [ 3 ] {690ac8f8-7096-43ff-a8a2-3e5fcdfcd915} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
847 2025.03.25 22:28:49.883648 [ 3 ] {690ac8f8-7096-43ff-a8a2-3e5fcdfcd915} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
848 2025.03.25 22:28:49.883868 [ 3 ] {690ac8f8-7096-43ff-a8a2-3e5fcdfcd915} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.004414 sec., 4077.9338468509286 rows/sec., 570.36 KiB/sec.
849 2025.03.25 22:28:49.883950 [ 3 ] {690ac8f8-7096-43ff-a8a2-3e5fcdfcd915} <Debug> TCPHandler: Processed in 0.004698746 sec.
850 2025.03.25 22:28:49.884056 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
851 2025.03.25 22:28:49.884161 [ 3 ] {e3d0bdd9-ac4c-4ae5-86ce-1d0ca3fb22fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
852 2025.03.25 22:28:49.884206 [ 3 ] {e3d0bdd9-ac4c-4ae5-86ce-1d0ca3fb22fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
853 2025.03.25 22:28:49.888141 [ 3 ] {e3d0bdd9-ac4c-4ae5-86ce-1d0ca3fb22fe} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
854 2025.03.25 22:28:49.888179 [ 3 ] {e3d0bdd9-ac4c-4ae5-86ce-1d0ca3fb22fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
855 2025.03.25 22:28:49.890753 [ 3 ] {e3d0bdd9-ac4c-4ae5-86ce-1d0ca3fb22fe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
856 2025.03.25 22:28:49.891201 [ 3 ] {e3d0bdd9-ac4c-4ae5-86ce-1d0ca3fb22fe} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
857 2025.03.25 22:28:49.891418 [ 3 ] {e3d0bdd9-ac4c-4ae5-86ce-1d0ca3fb22fe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.007275 sec., 7697.594501718213 rows/sec., 601.78 KiB/sec.
858 2025.03.25 22:28:49.891478 [ 3 ] {e3d0bdd9-ac4c-4ae5-86ce-1d0ca3fb22fe} <Debug> TCPHandler: Processed in 0.007471846 sec.
859 2025.03.25 22:28:49.891600 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
860 2025.03.25 22:28:49.891708 [ 3 ] {90069ae0-b41e-4877-ad04-de94832f7992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
861 2025.03.25 22:28:49.891754 [ 3 ] {90069ae0-b41e-4877-ad04-de94832f7992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
862 2025.03.25 22:28:49.892310 [ 3 ] {90069ae0-b41e-4877-ad04-de94832f7992} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
863 2025.03.25 22:28:49.892350 [ 3 ] {90069ae0-b41e-4877-ad04-de94832f7992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
864 2025.03.25 22:28:49.892808 [ 3 ] {90069ae0-b41e-4877-ad04-de94832f7992} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
865 2025.03.25 22:28:49.893251 [ 3 ] {90069ae0-b41e-4877-ad04-de94832f7992} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
866 2025.03.25 22:28:49.893455 [ 3 ] {90069ae0-b41e-4877-ad04-de94832f7992} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00177 sec., 36158.19209039548 rows/sec., 2.82 MiB/sec.
867 2025.03.25 22:28:49.893507 [ 3 ] {90069ae0-b41e-4877-ad04-de94832f7992} <Debug> TCPHandler: Processed in 0.001959076 sec.
868 2025.03.25 22:28:49.893624 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2025.03.25 22:28:49.893730 [ 3 ] {25188f53-80ec-42fd-a06d-46c8450bfce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
870 2025.03.25 22:28:49.893779 [ 3 ] {25188f53-80ec-42fd-a06d-46c8450bfce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
871 2025.03.25 22:28:49.894327 [ 3 ] {25188f53-80ec-42fd-a06d-46c8450bfce5} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
872 2025.03.25 22:28:49.894364 [ 3 ] {25188f53-80ec-42fd-a06d-46c8450bfce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
873 2025.03.25 22:28:49.897188 [ 3 ] {25188f53-80ec-42fd-a06d-46c8450bfce5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
874 2025.03.25 22:28:49.897718 [ 3 ] {25188f53-80ec-42fd-a06d-46c8450bfce5} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
875 2025.03.25 22:28:49.897980 [ 3 ] {25188f53-80ec-42fd-a06d-46c8450bfce5} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.004267 sec., 22498.242324818373 rows/sec., 1.57 MiB/sec.
876 2025.03.25 22:28:49.898039 [ 3 ] {25188f53-80ec-42fd-a06d-46c8450bfce5} <Debug> TCPHandler: Processed in 0.004465551 sec.
877 2025.03.25 22:28:49.898153 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2025.03.25 22:28:49.898259 [ 3 ] {9af1ab1c-ff6d-42c7-a5d7-36f4f4df87ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
879 2025.03.25 22:28:49.898305 [ 3 ] {9af1ab1c-ff6d-42c7-a5d7-36f4f4df87ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
880 2025.03.25 22:28:49.898731 [ 3 ] {9af1ab1c-ff6d-42c7-a5d7-36f4f4df87ea} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
881 2025.03.25 22:28:49.898769 [ 3 ] {9af1ab1c-ff6d-42c7-a5d7-36f4f4df87ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
882 2025.03.25 22:28:49.899242 [ 3 ] {9af1ab1c-ff6d-42c7-a5d7-36f4f4df87ea} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
883 2025.03.25 22:28:49.899782 [ 3 ] {9af1ab1c-ff6d-42c7-a5d7-36f4f4df87ea} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
884 2025.03.25 22:28:49.899975 [ 3 ] {9af1ab1c-ff6d-42c7-a5d7-36f4f4df87ea} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001738 sec., 20713.463751438434 rows/sec., 1.40 MiB/sec.
885 2025.03.25 22:28:49.900023 [ 3 ] {9af1ab1c-ff6d-42c7-a5d7-36f4f4df87ea} <Debug> TCPHandler: Processed in 0.001918575 sec.
886 2025.03.25 22:28:51.109836 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
887 2025.03.25 22:28:51.110762 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
888 2025.03.25 22:28:51.110829 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
889 2025.03.25 22:28:51.111658 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
890 2025.03.25 22:28:51.112124 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
891 2025.03.25 22:28:51.112382 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
892 2025.03.25 22:28:51.180598 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
893 2025.03.25 22:28:51.199757 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
894 2025.03.25 22:28:51.199812 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
895 2025.03.25 22:28:51.206939 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
896 2025.03.25 22:28:51.208092 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
897 2025.03.25 22:28:51.210568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
898 2025.03.25 22:28:54.832651 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
899 2025.03.25 22:28:54.832852 [ 3 ] {b10ac48f-6890-46ef-880e-c90882947951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
900 2025.03.25 22:28:54.832925 [ 3 ] {b10ac48f-6890-46ef-880e-c90882947951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
901 2025.03.25 22:28:54.833693 [ 3 ] {b10ac48f-6890-46ef-880e-c90882947951} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
902 2025.03.25 22:28:54.833744 [ 3 ] {b10ac48f-6890-46ef-880e-c90882947951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
903 2025.03.25 22:28:54.834205 [ 3 ] {b10ac48f-6890-46ef-880e-c90882947951} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
904 2025.03.25 22:28:54.834469 [ 3 ] {b10ac48f-6890-46ef-880e-c90882947951} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
905 2025.03.25 22:28:54.834705 [ 3 ] {b10ac48f-6890-46ef-880e-c90882947951} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.24 MiB/sec.
906 2025.03.25 22:28:54.834768 [ 3 ] {b10ac48f-6890-46ef-880e-c90882947951} <Debug> TCPHandler: Processed in 0.002242121 sec.
907 2025.03.25 22:28:54.834899 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
908 2025.03.25 22:28:54.835015 [ 3 ] {d80ff908-210b-48dd-9e8e-d94d09b17186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
909 2025.03.25 22:28:54.835065 [ 3 ] {d80ff908-210b-48dd-9e8e-d94d09b17186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
910 2025.03.25 22:28:54.835634 [ 3 ] {d80ff908-210b-48dd-9e8e-d94d09b17186} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
911 2025.03.25 22:28:54.835676 [ 3 ] {d80ff908-210b-48dd-9e8e-d94d09b17186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
912 2025.03.25 22:28:54.836036 [ 3 ] {d80ff908-210b-48dd-9e8e-d94d09b17186} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
913 2025.03.25 22:28:54.836295 [ 3 ] {d80ff908-210b-48dd-9e8e-d94d09b17186} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
914 2025.03.25 22:28:54.836507 [ 3 ] {d80ff908-210b-48dd-9e8e-d94d09b17186} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00152 sec., 42105.26315789473 rows/sec., 3.29 MiB/sec.
915 2025.03.25 22:28:54.836560 [ 3 ] {d80ff908-210b-48dd-9e8e-d94d09b17186} <Debug> TCPHandler: Processed in 0.001712431 sec.
916 2025.03.25 22:28:54.836689 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
917 2025.03.25 22:28:54.836800 [ 3 ] {6c62fd2b-4061-4982-ba93-e712e41b1b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
918 2025.03.25 22:28:54.836851 [ 3 ] {6c62fd2b-4061-4982-ba93-e712e41b1b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
919 2025.03.25 22:28:54.837374 [ 3 ] {6c62fd2b-4061-4982-ba93-e712e41b1b8e} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2025.03.25 22:28:54.837416 [ 3 ] {6c62fd2b-4061-4982-ba93-e712e41b1b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
921 2025.03.25 22:28:54.837804 [ 3 ] {6c62fd2b-4061-4982-ba93-e712e41b1b8e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
922 2025.03.25 22:28:54.838054 [ 3 ] {6c62fd2b-4061-4982-ba93-e712e41b1b8e} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
923 2025.03.25 22:28:54.838270 [ 3 ] {6c62fd2b-4061-4982-ba93-e712e41b1b8e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001494 sec., 107095.04685408299 rows/sec., 7.46 MiB/sec.
924 2025.03.25 22:28:54.838322 [ 3 ] {6c62fd2b-4061-4982-ba93-e712e41b1b8e} <Debug> TCPHandler: Processed in 0.001682961 sec.
925 2025.03.25 22:28:54.838441 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2025.03.25 22:28:54.838547 [ 3 ] {0d086237-4488-4082-a4bc-312d545d0d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
927 2025.03.25 22:28:54.838594 [ 3 ] {0d086237-4488-4082-a4bc-312d545d0d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
928 2025.03.25 22:28:54.839026 [ 3 ] {0d086237-4488-4082-a4bc-312d545d0d0b} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2025.03.25 22:28:54.839065 [ 3 ] {0d086237-4488-4082-a4bc-312d545d0d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
930 2025.03.25 22:28:54.839426 [ 3 ] {0d086237-4488-4082-a4bc-312d545d0d0b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2025.03.25 22:28:54.839670 [ 3 ] {0d086237-4488-4082-a4bc-312d545d0d0b} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2025.03.25 22:28:54.839868 [ 3 ] {0d086237-4488-4082-a4bc-312d545d0d0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec.
933 2025.03.25 22:28:54.839916 [ 3 ] {0d086237-4488-4082-a4bc-312d545d0d0b} <Debug> TCPHandler: Processed in 0.001526487 sec.
934 2025.03.25 22:28:58.533992 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
935 2025.03.25 22:28:58.534088 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
936 2025.03.25 22:28:58.600423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142
937 2025.03.25 22:28:58.604490 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2025.03.25 22:28:58.604545 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
939 2025.03.25 22:28:58.606026 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2025.03.25 22:28:58.606339 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
941 2025.03.25 22:28:58.607216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142
942 2025.03.25 22:28:58.612513 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
943 2025.03.25 22:28:58.613612 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
944 2025.03.25 22:28:58.613679 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
945 2025.03.25 22:28:58.614259 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
946 2025.03.25 22:28:58.614523 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
947 2025.03.25 22:28:58.614768 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
948 2025.03.25 22:28:58.710622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
949 2025.03.25 22:28:58.730699 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
950 2025.03.25 22:28:58.730756 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
951 2025.03.25 22:28:58.739151 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
952 2025.03.25 22:28:58.739943 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
953 2025.03.25 22:28:58.742900 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
954 2025.03.25 22:28:59.828329 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
955 2025.03.25 22:28:59.828581 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
956 2025.03.25 22:28:59.830970 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
957 2025.03.25 22:28:59.833022 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
958 2025.03.25 22:28:59.833374 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
959 2025.03.25 22:28:59.833635 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
960 2025.03.25 22:28:59.833945 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
961 2025.03.25 22:28:59.837063 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
962 2025.03.25 22:28:59.837125 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
963 2025.03.25 22:28:59.837146 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
964 2025.03.25 22:28:59.837315 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
965 2025.03.25 22:28:59.837342 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
966 2025.03.25 22:28:59.847134 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.018659 sec., 964.6819229326331 rows/sec., 39.46 KiB/sec.
967 2025.03.25 22:28:59.847279 [ 3 ] {999cbaf0-f195-4577-a9f8-a08b42975923} <Debug> TCPHandler: Processed in 0.019083528 sec.
968 2025.03.25 22:28:59.852966 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
969 2025.03.25 22:28:59.853099 [ 3 ] {33830d51-7463-4e8b-9332-a89f54c9d4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
970 2025.03.25 22:28:59.853156 [ 3 ] {33830d51-7463-4e8b-9332-a89f54c9d4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
971 2025.03.25 22:28:59.853884 [ 3 ] {33830d51-7463-4e8b-9332-a89f54c9d4e6} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
972 2025.03.25 22:28:59.853933 [ 3 ] {33830d51-7463-4e8b-9332-a89f54c9d4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
973 2025.03.25 22:28:59.854447 [ 3 ] {33830d51-7463-4e8b-9332-a89f54c9d4e6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
974 2025.03.25 22:28:59.854667 [ 3 ] {33830d51-7463-4e8b-9332-a89f54c9d4e6} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
975 2025.03.25 22:28:59.854906 [ 3 ] {33830d51-7463-4e8b-9332-a89f54c9d4e6} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001847 sec., 541.4185165132648 rows/sec., 80.90 KiB/sec.
976 2025.03.25 22:28:59.854961 [ 3 ] {33830d51-7463-4e8b-9332-a89f54c9d4e6} <Debug> TCPHandler: Processed in 0.002056458 sec.
977 2025.03.25 22:28:59.855091 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
978 2025.03.25 22:28:59.855201 [ 3 ] {10e12b61-84ae-44ff-84b2-a266e179306e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
979 2025.03.25 22:28:59.855248 [ 3 ] {10e12b61-84ae-44ff-84b2-a266e179306e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
980 2025.03.25 22:28:59.855818 [ 3 ] {10e12b61-84ae-44ff-84b2-a266e179306e} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
981 2025.03.25 22:28:59.855858 [ 3 ] {10e12b61-84ae-44ff-84b2-a266e179306e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
982 2025.03.25 22:28:59.856209 [ 3 ] {10e12b61-84ae-44ff-84b2-a266e179306e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
983 2025.03.25 22:28:59.856446 [ 3 ] {10e12b61-84ae-44ff-84b2-a266e179306e} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
984 2025.03.25 22:28:59.856666 [ 3 ] {10e12b61-84ae-44ff-84b2-a266e179306e} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001491 sec., 48289.7384305835 rows/sec., 3.90 MiB/sec.
985 2025.03.25 22:28:59.856718 [ 3 ] {10e12b61-84ae-44ff-84b2-a266e179306e} <Debug> TCPHandler: Processed in 0.001679091 sec.
986 2025.03.25 22:28:59.856833 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
987 2025.03.25 22:28:59.856939 [ 3 ] {070321dc-4311-4447-b1a8-605149d41526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
988 2025.03.25 22:28:59.856983 [ 3 ] {070321dc-4311-4447-b1a8-605149d41526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
989 2025.03.25 22:28:59.857544 [ 3 ] {070321dc-4311-4447-b1a8-605149d41526} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Trying to reserve 1.00 MiB using storage policy from min volume index 0
990 2025.03.25 22:28:59.857579 [ 3 ] {070321dc-4311-4447-b1a8-605149d41526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
991 2025.03.25 22:28:59.857916 [ 3 ] {070321dc-4311-4447-b1a8-605149d41526} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
992 2025.03.25 22:28:59.858151 [ 3 ] {070321dc-4311-4447-b1a8-605149d41526} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
993 2025.03.25 22:28:59.858393 [ 3 ] {070321dc-4311-4447-b1a8-605149d41526} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001474 sec., 5427.408412483039 rows/sec., 408.12 KiB/sec.
994 2025.03.25 22:28:59.858528 [ 3 ] {070321dc-4311-4447-b1a8-605149d41526} <Debug> TCPHandler: Processed in 0.001744642 sec.
995 2025.03.25 22:28:59.858651 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
996 2025.03.25 22:28:59.858757 [ 3 ] {9d968cab-0d1f-4d65-9e52-011d1936353a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
997 2025.03.25 22:28:59.858801 [ 3 ] {9d968cab-0d1f-4d65-9e52-011d1936353a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
998 2025.03.25 22:28:59.859373 [ 3 ] {9d968cab-0d1f-4d65-9e52-011d1936353a} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
999 2025.03.25 22:28:59.859413 [ 3 ] {9d968cab-0d1f-4d65-9e52-011d1936353a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1000 2025.03.25 22:28:59.859772 [ 3 ] {9d968cab-0d1f-4d65-9e52-011d1936353a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1001 2025.03.25 22:28:59.860013 [ 3 ] {9d968cab-0d1f-4d65-9e52-011d1936353a} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1002 2025.03.25 22:28:59.860220 [ 3 ] {9d968cab-0d1f-4d65-9e52-011d1936353a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001485 sec., 48484.84848484849 rows/sec., 3.79 MiB/sec.
1003 2025.03.25 22:28:59.860272 [ 3 ] {9d968cab-0d1f-4d65-9e52-011d1936353a} <Debug> TCPHandler: Processed in 0.001669681 sec.
1004 2025.03.25 22:28:59.860385 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1005 2025.03.25 22:28:59.860490 [ 3 ] {de64ec0c-0c02-4786-9394-c6f6e9bf410c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1006 2025.03.25 22:28:59.860536 [ 3 ] {de64ec0c-0c02-4786-9394-c6f6e9bf410c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1007 2025.03.25 22:28:59.861036 [ 3 ] {de64ec0c-0c02-4786-9394-c6f6e9bf410c} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1008 2025.03.25 22:28:59.861075 [ 3 ] {de64ec0c-0c02-4786-9394-c6f6e9bf410c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1009 2025.03.25 22:28:59.861448 [ 3 ] {de64ec0c-0c02-4786-9394-c6f6e9bf410c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1010 2025.03.25 22:28:59.861677 [ 3 ] {de64ec0c-0c02-4786-9394-c6f6e9bf410c} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1011 2025.03.25 22:28:59.861880 [ 3 ] {de64ec0c-0c02-4786-9394-c6f6e9bf410c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001413 sec., 113234.2533616419 rows/sec., 7.89 MiB/sec.
1012 2025.03.25 22:28:59.861931 [ 3 ] {de64ec0c-0c02-4786-9394-c6f6e9bf410c} <Debug> TCPHandler: Processed in 0.0015966 sec.
1013 2025.03.25 22:28:59.862052 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1014 2025.03.25 22:28:59.862158 [ 3 ] {6ca84197-4228-4638-bc76-30a3fbe78d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1015 2025.03.25 22:28:59.862223 [ 3 ] {6ca84197-4228-4638-bc76-30a3fbe78d7b} <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
1016 2025.03.25 22:28:59.863211 [ 3 ] {6ca84197-4228-4638-bc76-30a3fbe78d7b} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1017 2025.03.25 22:28:59.863251 [ 3 ] {6ca84197-4228-4638-bc76-30a3fbe78d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1018 2025.03.25 22:28:59.865987 [ 3 ] {6ca84197-4228-4638-bc76-30a3fbe78d7b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1019 2025.03.25 22:28:59.867836 [ 3 ] {6ca84197-4228-4638-bc76-30a3fbe78d7b} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1020 2025.03.25 22:28:59.868264 [ 3 ] {6ca84197-4228-4638-bc76-30a3fbe78d7b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006126 sec., 1305.9092393078681 rows/sec., 2.34 MiB/sec.
1021 2025.03.25 22:28:59.868420 [ 3 ] {6ca84197-4228-4638-bc76-30a3fbe78d7b} <Debug> TCPHandler: Processed in 0.006415427 sec.
1022 2025.03.25 22:28:59.868588 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1023 2025.03.25 22:28:59.868705 [ 3 ] {5c29a170-2f08-4b4f-9977-f6141c616422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1024 2025.03.25 22:28:59.868758 [ 3 ] {5c29a170-2f08-4b4f-9977-f6141c616422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1025 2025.03.25 22:28:59.869262 [ 3 ] {5c29a170-2f08-4b4f-9977-f6141c616422} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1026 2025.03.25 22:28:59.869302 [ 3 ] {5c29a170-2f08-4b4f-9977-f6141c616422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1027 2025.03.25 22:28:59.869678 [ 3 ] {5c29a170-2f08-4b4f-9977-f6141c616422} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1028 2025.03.25 22:28:59.869922 [ 3 ] {5c29a170-2f08-4b4f-9977-f6141c616422} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1029 2025.03.25 22:28:59.870140 [ 3 ] {5c29a170-2f08-4b4f-9977-f6141c616422} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec.
1030 2025.03.25 22:28:59.870194 [ 3 ] {5c29a170-2f08-4b4f-9977-f6141c616422} <Debug> TCPHandler: Processed in 0.00166661 sec.
1031 2025.03.25 22:29:04.834439 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1032 2025.03.25 22:29:04.834644 [ 3 ] {baccd0e6-de50-441b-bac4-4fcb18b76954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1033 2025.03.25 22:29:04.834718 [ 3 ] {baccd0e6-de50-441b-bac4-4fcb18b76954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1034 2025.03.25 22:29:04.835576 [ 3 ] {baccd0e6-de50-441b-bac4-4fcb18b76954} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1035 2025.03.25 22:29:04.835632 [ 3 ] {baccd0e6-de50-441b-bac4-4fcb18b76954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1036 2025.03.25 22:29:04.836079 [ 3 ] {baccd0e6-de50-441b-bac4-4fcb18b76954} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1037 2025.03.25 22:29:04.836340 [ 3 ] {baccd0e6-de50-441b-bac4-4fcb18b76954} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1038 2025.03.25 22:29:04.836578 [ 3 ] {baccd0e6-de50-441b-bac4-4fcb18b76954} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001987 sec., 28183.190739808757 rows/sec., 2.15 MiB/sec.
1039 2025.03.25 22:29:04.836645 [ 3 ] {baccd0e6-de50-441b-bac4-4fcb18b76954} <Debug> TCPHandler: Processed in 0.002339513 sec.
1040 2025.03.25 22:29:04.836779 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1041 2025.03.25 22:29:04.836895 [ 3 ] {da9efd3d-9187-47fa-be45-d66ff32895e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1042 2025.03.25 22:29:04.836945 [ 3 ] {da9efd3d-9187-47fa-be45-d66ff32895e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1043 2025.03.25 22:29:04.837527 [ 3 ] {da9efd3d-9187-47fa-be45-d66ff32895e5} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1044 2025.03.25 22:29:04.837568 [ 3 ] {da9efd3d-9187-47fa-be45-d66ff32895e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1045 2025.03.25 22:29:04.837939 [ 3 ] {da9efd3d-9187-47fa-be45-d66ff32895e5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1046 2025.03.25 22:29:04.838178 [ 3 ] {da9efd3d-9187-47fa-be45-d66ff32895e5} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1047 2025.03.25 22:29:04.838400 [ 3 ] {da9efd3d-9187-47fa-be45-d66ff32895e5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001532 sec., 41775.45691906005 rows/sec., 3.26 MiB/sec.
1048 2025.03.25 22:29:04.838453 [ 3 ] {da9efd3d-9187-47fa-be45-d66ff32895e5} <Debug> TCPHandler: Processed in 0.001726762 sec.
1049 2025.03.25 22:29:04.838576 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1050 2025.03.25 22:29:04.838684 [ 3 ] {fb933ed8-af4c-48aa-8de0-3fb2d3cf539b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1051 2025.03.25 22:29:04.838734 [ 3 ] {fb933ed8-af4c-48aa-8de0-3fb2d3cf539b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1052 2025.03.25 22:29:04.839278 [ 3 ] {fb933ed8-af4c-48aa-8de0-3fb2d3cf539b} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1053 2025.03.25 22:29:04.839318 [ 3 ] {fb933ed8-af4c-48aa-8de0-3fb2d3cf539b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1054 2025.03.25 22:29:04.839714 [ 3 ] {fb933ed8-af4c-48aa-8de0-3fb2d3cf539b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1055 2025.03.25 22:29:04.839961 [ 3 ] {fb933ed8-af4c-48aa-8de0-3fb2d3cf539b} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1056 2025.03.25 22:29:04.840196 [ 3 ] {fb933ed8-af4c-48aa-8de0-3fb2d3cf539b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec.
1057 2025.03.25 22:29:04.840274 [ 3 ] {fb933ed8-af4c-48aa-8de0-3fb2d3cf539b} <Debug> TCPHandler: Processed in 0.001749232 sec.
1058 2025.03.25 22:29:04.840395 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1059 2025.03.25 22:29:04.840502 [ 3 ] {02a5edaf-56c1-4b63-8d8b-94f8360d6835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1060 2025.03.25 22:29:04.840549 [ 3 ] {02a5edaf-56c1-4b63-8d8b-94f8360d6835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1061 2025.03.25 22:29:04.840996 [ 3 ] {02a5edaf-56c1-4b63-8d8b-94f8360d6835} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1062 2025.03.25 22:29:04.841036 [ 3 ] {02a5edaf-56c1-4b63-8d8b-94f8360d6835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1063 2025.03.25 22:29:04.841396 [ 3 ] {02a5edaf-56c1-4b63-8d8b-94f8360d6835} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1064 2025.03.25 22:29:04.841643 [ 3 ] {02a5edaf-56c1-4b63-8d8b-94f8360d6835} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1065 2025.03.25 22:29:04.841832 [ 3 ] {02a5edaf-56c1-4b63-8d8b-94f8360d6835} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec.
1066 2025.03.25 22:29:04.841940 [ 3 ] {02a5edaf-56c1-4b63-8d8b-94f8360d6835} <Debug> TCPHandler: Processed in 0.001591629 sec.
1067 2025.03.25 22:29:06.114863 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1068 2025.03.25 22:29:06.115590 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1069 2025.03.25 22:29:06.115638 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1070 2025.03.25 22:29:06.116194 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1071 2025.03.25 22:29:06.116450 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1072 2025.03.25 22:29:06.116700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1073 2025.03.25 22:29:06.242949 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1074 2025.03.25 22:29:06.262727 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1075 2025.03.25 22:29:06.262783 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1076 2025.03.25 22:29:06.269739 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1077 2025.03.25 22:29:06.270513 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1078 2025.03.25 22:29:06.273554 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1079 2025.03.25 22:29:08.607632 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 166
1080 2025.03.25 22:29:08.610899 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1081 2025.03.25 22:29:08.610995 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1082 2025.03.25 22:29:08.612747 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1083 2025.03.25 22:29:08.613118 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1084 2025.03.25 22:29:08.614127 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166
1085 2025.03.25 22:29:09.832871 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1086 2025.03.25 22:29:09.833057 [ 3 ] {06484950-4e45-4581-840f-d5a97b0bb3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1087 2025.03.25 22:29:09.833130 [ 3 ] {06484950-4e45-4581-840f-d5a97b0bb3e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1088 2025.03.25 22:29:09.833911 [ 3 ] {06484950-4e45-4581-840f-d5a97b0bb3e4} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1089 2025.03.25 22:29:09.833957 [ 3 ] {06484950-4e45-4581-840f-d5a97b0bb3e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1090 2025.03.25 22:29:09.834393 [ 3 ] {06484950-4e45-4581-840f-d5a97b0bb3e4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1091 2025.03.25 22:29:09.834653 [ 3 ] {06484950-4e45-4581-840f-d5a97b0bb3e4} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1092 2025.03.25 22:29:09.834885 [ 3 ] {06484950-4e45-4581-840f-d5a97b0bb3e4} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001878 sec., 38338.65814696486 rows/sec., 3.10 MiB/sec.
1093 2025.03.25 22:29:09.835034 [ 3 ] {06484950-4e45-4581-840f-d5a97b0bb3e4} <Debug> TCPHandler: Processed in 0.002288341 sec.
1094 2025.03.25 22:29:09.835170 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1095 2025.03.25 22:29:09.835287 [ 3 ] {dc41b5ec-6082-4269-b758-0c1ac5602173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1096 2025.03.25 22:29:09.835337 [ 3 ] {dc41b5ec-6082-4269-b758-0c1ac5602173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1097 2025.03.25 22:29:09.835909 [ 3 ] {dc41b5ec-6082-4269-b758-0c1ac5602173} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1098 2025.03.25 22:29:09.835948 [ 3 ] {dc41b5ec-6082-4269-b758-0c1ac5602173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1099 2025.03.25 22:29:09.836309 [ 3 ] {dc41b5ec-6082-4269-b758-0c1ac5602173} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1100 2025.03.25 22:29:09.836549 [ 3 ] {dc41b5ec-6082-4269-b758-0c1ac5602173} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1101 2025.03.25 22:29:09.836729 [ 3 ] {dc41b5ec-6082-4269-b758-0c1ac5602173} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001472 sec., 5434.782608695652 rows/sec., 408.67 KiB/sec.
1102 2025.03.25 22:29:09.836783 [ 3 ] {dc41b5ec-6082-4269-b758-0c1ac5602173} <Debug> TCPHandler: Processed in 0.00166608 sec.
1103 2025.03.25 22:29:09.836959 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1104 2025.03.25 22:29:09.837070 [ 3 ] {bc50a9e1-e25b-480b-910f-111751263fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1105 2025.03.25 22:29:09.837118 [ 3 ] {bc50a9e1-e25b-480b-910f-111751263fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1106 2025.03.25 22:29:09.837671 [ 3 ] {bc50a9e1-e25b-480b-910f-111751263fc0} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1107 2025.03.25 22:29:09.837709 [ 3 ] {bc50a9e1-e25b-480b-910f-111751263fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1108 2025.03.25 22:29:09.838073 [ 3 ] {bc50a9e1-e25b-480b-910f-111751263fc0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1109 2025.03.25 22:29:09.838324 [ 3 ] {bc50a9e1-e25b-480b-910f-111751263fc0} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1110 2025.03.25 22:29:09.838509 [ 3 ] {bc50a9e1-e25b-480b-910f-111751263fc0} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001464 sec., 49180.32786885246 rows/sec., 3.84 MiB/sec.
1111 2025.03.25 22:29:09.838561 [ 3 ] {bc50a9e1-e25b-480b-910f-111751263fc0} <Debug> TCPHandler: Processed in 0.00165388 sec.
1112 2025.03.25 22:29:09.838680 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1113 2025.03.25 22:29:09.838788 [ 3 ] {a317a849-f3b9-4a4b-94f5-2885047df938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1114 2025.03.25 22:29:09.838840 [ 3 ] {a317a849-f3b9-4a4b-94f5-2885047df938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1115 2025.03.25 22:29:09.839384 [ 3 ] {a317a849-f3b9-4a4b-94f5-2885047df938} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1116 2025.03.25 22:29:09.839421 [ 3 ] {a317a849-f3b9-4a4b-94f5-2885047df938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1117 2025.03.25 22:29:09.839809 [ 3 ] {a317a849-f3b9-4a4b-94f5-2885047df938} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1118 2025.03.25 22:29:09.840048 [ 3 ] {a317a849-f3b9-4a4b-94f5-2885047df938} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1119 2025.03.25 22:29:09.840251 [ 3 ] {a317a849-f3b9-4a4b-94f5-2885047df938} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec.
1120 2025.03.25 22:29:09.840435 [ 3 ] {a317a849-f3b9-4a4b-94f5-2885047df938} <Debug> TCPHandler: Processed in 0.001800593 sec.
1121 2025.03.25 22:29:09.840576 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1122 2025.03.25 22:29:09.840683 [ 3 ] {3b97c8dc-c62a-4527-bd31-1a37ee122b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1123 2025.03.25 22:29:09.840755 [ 3 ] {3b97c8dc-c62a-4527-bd31-1a37ee122b8e} <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
1124 2025.03.25 22:29:09.841809 [ 3 ] {3b97c8dc-c62a-4527-bd31-1a37ee122b8e} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1125 2025.03.25 22:29:09.841847 [ 3 ] {3b97c8dc-c62a-4527-bd31-1a37ee122b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1126 2025.03.25 22:29:09.842451 [ 3 ] {3b97c8dc-c62a-4527-bd31-1a37ee122b8e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1127 2025.03.25 22:29:09.842708 [ 3 ] {3b97c8dc-c62a-4527-bd31-1a37ee122b8e} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1128 2025.03.25 22:29:09.842910 [ 3 ] {3b97c8dc-c62a-4527-bd31-1a37ee122b8e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00225 sec., 3555.5555555555557 rows/sec., 6.37 MiB/sec.
1129 2025.03.25 22:29:09.843013 [ 3 ] {3b97c8dc-c62a-4527-bd31-1a37ee122b8e} <Debug> TCPHandler: Processed in 0.002487216 sec.
1130 2025.03.25 22:29:09.843149 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1131 2025.03.25 22:29:09.843254 [ 3 ] {dd80cb45-bf3d-46c3-b8d8-6110ac5e95ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1132 2025.03.25 22:29:09.843302 [ 3 ] {dd80cb45-bf3d-46c3-b8d8-6110ac5e95ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1133 2025.03.25 22:29:09.843766 [ 3 ] {dd80cb45-bf3d-46c3-b8d8-6110ac5e95ef} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1134 2025.03.25 22:29:09.843804 [ 3 ] {dd80cb45-bf3d-46c3-b8d8-6110ac5e95ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1135 2025.03.25 22:29:09.844163 [ 3 ] {dd80cb45-bf3d-46c3-b8d8-6110ac5e95ef} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1136 2025.03.25 22:29:09.844409 [ 3 ] {dd80cb45-bf3d-46c3-b8d8-6110ac5e95ef} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1137 2025.03.25 22:29:09.844598 [ 3 ] {dd80cb45-bf3d-46c3-b8d8-6110ac5e95ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec.
1138 2025.03.25 22:29:09.844647 [ 3 ] {dd80cb45-bf3d-46c3-b8d8-6110ac5e95ef} <Debug> TCPHandler: Processed in 0.001547929 sec.
1139 2025.03.25 22:29:13.534145 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache
1140 2025.03.25 22:29:13.534216 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache
1141 2025.03.25 22:29:13.616814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1142 2025.03.25 22:29:13.617518 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1143 2025.03.25 22:29:13.617582 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1144 2025.03.25 22:29:13.618257 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1145 2025.03.25 22:29:13.618558 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1146 2025.03.25 22:29:13.618763 [ 64 ] {} <Debug> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1147 2025.03.25 22:29:13.618855 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1148 2025.03.25 22:29:13.618876 [ 64 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1149 2025.03.25 22:29:13.618908 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1150 2025.03.25 22:29:13.623058 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::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
1151 2025.03.25 22:29:13.623210 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1152 2025.03.25 22:29:13.623296 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
1153 2025.03.25 22:29:13.623411 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1154 2025.03.25 22:29:13.623620 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1155 2025.03.25 22:29:13.623820 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1156 2025.03.25 22:29:13.623919 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1157 2025.03.25 22:29:13.624058 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1158 2025.03.25 22:29:13.644267 [ 195 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.025273541 sec., 111025.20220652895 rows/sec., 1.59 MiB/sec.
1159 2025.03.25 22:29:13.645085 [ 201 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1160 2025.03.25 22:29:13.645470 [ 201 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1161 2025.03.25 22:29:13.645565 [ 201 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_6_1} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1162 2025.03.25 22:29:13.645709 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1163 2025.03.25 22:29:13.773615 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1164 2025.03.25 22:29:13.794006 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1165 2025.03.25 22:29:13.794074 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1166 2025.03.25 22:29:13.800899 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1167 2025.03.25 22:29:13.801712 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1168 2025.03.25 22:29:13.802097 [ 64 ] {} <Debug> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1169 2025.03.25 22:29:13.802222 [ 64 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1170 2025.03.25 22:29:13.802284 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1171 2025.03.25 22:29:13.802677 [ 201 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
1172 2025.03.25 22:29:13.817571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1173 2025.03.25 22:29:13.818894 [ 201 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1174 2025.03.25 22:29:13.820112 [ 201 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
1175 2025.03.25 22:29:13.825353 [ 201 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
1176 2025.03.25 22:29:13.830530 [ 201 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
1177 2025.03.25 22:29:13.835500 [ 201 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
1178 2025.03.25 22:29:13.844744 [ 201 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
1179 2025.03.25 22:29:13.849323 [ 201 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
1180 2025.03.25 22:29:13.910339 [ 195 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.107919679 sec., 426.24292831708664 rows/sec., 2.20 MiB/sec.
1181 2025.03.25 22:29:13.913008 [ 200 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1182 2025.03.25 22:29:13.915999 [ 200 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::all_1_6_1} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1183 2025.03.25 22:29:13.916156 [ 200 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::all_1_6_1} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1184 2025.03.25 22:29:13.918558 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1185 2025.03.25 22:29:14.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.68 MiB, peak 169.22 MiB, free memory in arenas 0.00 B, will set to 162.90 MiB (RSS), difference: 3.22 MiB
1186 2025.03.25 22:29:14.834290 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1187 2025.03.25 22:29:14.834508 [ 3 ] {0474295f-7250-49e5-bdb4-6b7f5f8f93c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1188 2025.03.25 22:29:14.834601 [ 3 ] {0474295f-7250-49e5-bdb4-6b7f5f8f93c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1189 2025.03.25 22:29:14.835440 [ 3 ] {0474295f-7250-49e5-bdb4-6b7f5f8f93c1} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1190 2025.03.25 22:29:14.835499 [ 3 ] {0474295f-7250-49e5-bdb4-6b7f5f8f93c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1191 2025.03.25 22:29:14.835964 [ 3 ] {0474295f-7250-49e5-bdb4-6b7f5f8f93c1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1192 2025.03.25 22:29:14.836240 [ 3 ] {0474295f-7250-49e5-bdb4-6b7f5f8f93c1} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1193 2025.03.25 22:29:14.836453 [ 61 ] {} <Debug> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1194 2025.03.25 22:29:14.836501 [ 3 ] {0474295f-7250-49e5-bdb4-6b7f5f8f93c1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002055 sec., 27250.608272506084 rows/sec., 2.08 MiB/sec.
1195 2025.03.25 22:29:14.836527 [ 61 ] {} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1196 2025.03.25 22:29:14.836597 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1197 2025.03.25 22:29:14.836646 [ 3 ] {0474295f-7250-49e5-bdb4-6b7f5f8f93c1} <Debug> TCPHandler: Processed in 0.002494136 sec.
1198 2025.03.25 22:29:14.836988 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1199 2025.03.25 22:29:14.836989 [ 188 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::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
1200 2025.03.25 22:29:14.837210 [ 3 ] {f62dc1a6-4d22-449d-ac86-bf339c60f3cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1201 2025.03.25 22:29:14.837285 [ 188 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1202 2025.03.25 22:29:14.837314 [ 3 ] {f62dc1a6-4d22-449d-ac86-bf339c60f3cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1203 2025.03.25 22:29:14.837356 [ 188 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1204 2025.03.25 22:29:14.837675 [ 188 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1205 2025.03.25 22:29:14.837996 [ 188 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1206 2025.03.25 22:29:14.838463 [ 188 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1207 2025.03.25 22:29:14.838823 [ 188 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1208 2025.03.25 22:29:14.839165 [ 188 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1209 2025.03.25 22:29:14.840077 [ 3 ] {f62dc1a6-4d22-449d-ac86-bf339c60f3cd} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1210 2025.03.25 22:29:14.840153 [ 3 ] {f62dc1a6-4d22-449d-ac86-bf339c60f3cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1211 2025.03.25 22:29:14.841328 [ 3 ] {f62dc1a6-4d22-449d-ac86-bf339c60f3cd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1212 2025.03.25 22:29:14.841978 [ 3 ] {f62dc1a6-4d22-449d-ac86-bf339c60f3cd} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1213 2025.03.25 22:29:14.842208 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 5 columns (5 merged, 0 gathered) in 0.0054686 sec., 67293.2743298102 rows/sec., 5.51 MiB/sec.
1214 2025.03.25 22:29:14.842357 [ 61 ] {} <Debug> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1215 2025.03.25 22:29:14.842462 [ 61 ] {} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1216 2025.03.25 22:29:14.842504 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1217 2025.03.25 22:29:14.842567 [ 3 ] {f62dc1a6-4d22-449d-ac86-bf339c60f3cd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005411 sec., 11827.758270190354 rows/sec., 945.34 KiB/sec.
1218 2025.03.25 22:29:14.842607 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1219 2025.03.25 22:29:14.842989 [ 3 ] {f62dc1a6-4d22-449d-ac86-bf339c60f3cd} <Debug> TCPHandler: Processed in 0.006150782 sec.
1220 2025.03.25 22:29:14.843044 [ 195 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1221 2025.03.25 22:29:14.843366 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1222 2025.03.25 22:29:14.843575 [ 195 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1223 2025.03.25 22:29:14.843636 [ 3 ] {d5cfccf0-cb45-4b2d-b79e-7324fd0ee860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1224 2025.03.25 22:29:14.843645 [ 195 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part
1225 2025.03.25 22:29:14.843760 [ 3 ] {d5cfccf0-cb45-4b2d-b79e-7324fd0ee860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1226 2025.03.25 22:29:14.844149 [ 195 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part
1227 2025.03.25 22:29:14.844516 [ 188 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1228 2025.03.25 22:29:14.844756 [ 195 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1229 2025.03.25 22:29:14.845379 [ 195 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1230 2025.03.25 22:29:14.845472 [ 188 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_6_1} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1231 2025.03.25 22:29:14.845852 [ 195 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1232 2025.03.25 22:29:14.846210 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1233 2025.03.25 22:29:14.846335 [ 195 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1234 2025.03.25 22:29:14.847228 [ 3 ] {d5cfccf0-cb45-4b2d-b79e-7324fd0ee860} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1235 2025.03.25 22:29:14.847274 [ 3 ] {d5cfccf0-cb45-4b2d-b79e-7324fd0ee860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1236 2025.03.25 22:29:14.847861 [ 3 ] {d5cfccf0-cb45-4b2d-b79e-7324fd0ee860} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1237 2025.03.25 22:29:14.848184 [ 3 ] {d5cfccf0-cb45-4b2d-b79e-7324fd0ee860} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1238 2025.03.25 22:29:14.848444 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1239 2025.03.25 22:29:14.848534 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1240 2025.03.25 22:29:14.848569 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1241 2025.03.25 22:29:14.848587 [ 3 ] {d5cfccf0-cb45-4b2d-b79e-7324fd0ee860} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004992 sec., 32051.28205128205 rows/sec., 2.23 MiB/sec.
1242 2025.03.25 22:29:14.849078 [ 3 ] {d5cfccf0-cb45-4b2d-b79e-7324fd0ee860} <Debug> TCPHandler: Processed in 0.005846616 sec.
1243 2025.03.25 22:29:14.849187 [ 190 ] {679e6232-1b66-4728-8640-a1b4897b4577::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
1244 2025.03.25 22:29:14.849455 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1245 2025.03.25 22:29:14.849782 [ 190 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1246 2025.03.25 22:29:14.849798 [ 195 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 5 columns (5 merged, 0 gathered) in 0.00715635 sec., 55894.41544921643 rows/sec., 4.58 MiB/sec.
1247 2025.03.25 22:29:14.849834 [ 3 ] {b2fa39d1-c9f5-436a-98dd-d5f3693dfcac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1248 2025.03.25 22:29:14.849889 [ 190 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 96 rows starting from the beginning of the part
1249 2025.03.25 22:29:14.849962 [ 3 ] {b2fa39d1-c9f5-436a-98dd-d5f3693dfcac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1250 2025.03.25 22:29:14.850308 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1251 2025.03.25 22:29:14.850408 [ 190 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part
1252 2025.03.25 22:29:14.851057 [ 190 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part
1253 2025.03.25 22:29:14.851575 [ 190 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part
1254 2025.03.25 22:29:14.851883 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1255 2025.03.25 22:29:14.851962 [ 190 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part
1256 2025.03.25 22:29:14.852308 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_6_1} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1257 2025.03.25 22:29:14.852429 [ 190 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part
1258 2025.03.25 22:29:14.852738 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1259 2025.03.25 22:29:14.853454 [ 3 ] {b2fa39d1-c9f5-436a-98dd-d5f3693dfcac} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1260 2025.03.25 22:29:14.853540 [ 3 ] {b2fa39d1-c9f5-436a-98dd-d5f3693dfcac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1261 2025.03.25 22:29:14.854705 [ 3 ] {b2fa39d1-c9f5-436a-98dd-d5f3693dfcac} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1262 2025.03.25 22:29:14.855196 [ 3 ] {b2fa39d1-c9f5-436a-98dd-d5f3693dfcac} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1263 2025.03.25 22:29:14.855533 [ 62 ] {} <Debug> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1264 2025.03.25 22:29:14.855746 [ 3 ] {b2fa39d1-c9f5-436a-98dd-d5f3693dfcac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005982 sec., 10030.090270812436 rows/sec., 692.18 KiB/sec.
1265 2025.03.25 22:29:14.855807 [ 62 ] {} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1266 2025.03.25 22:29:14.856121 [ 3 ] {b2fa39d1-c9f5-436a-98dd-d5f3693dfcac} <Debug> TCPHandler: Processed in 0.006777764 sec.
1267 2025.03.25 22:29:14.856133 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1268 2025.03.25 22:29:14.856183 [ 197 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 5 columns (5 merged, 0 gathered) in 0.007424496 sec., 120681.59239361163 rows/sec., 8.41 MiB/sec.
1269 2025.03.25 22:29:14.856449 [ 195 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::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
1270 2025.03.25 22:29:14.856606 [ 198 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1271 2025.03.25 22:29:14.856753 [ 195 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1272 2025.03.25 22:29:14.856827 [ 195 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part
1273 2025.03.25 22:29:14.857138 [ 195 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part
1274 2025.03.25 22:29:14.857401 [ 198 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1275 2025.03.25 22:29:14.857450 [ 195 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part
1276 2025.03.25 22:29:14.857642 [ 198 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1277 2025.03.25 22:29:14.857823 [ 195 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part
1278 2025.03.25 22:29:14.857889 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
1279 2025.03.25 22:29:14.858072 [ 195 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
1280 2025.03.25 22:29:14.858227 [ 195 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part
1281 2025.03.25 22:29:14.859601 [ 197 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.00330711 sec., 101599.28154793763 rows/sec., 6.85 MiB/sec.
1282 2025.03.25 22:29:14.859773 [ 198 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1283 2025.03.25 22:29:14.860103 [ 198 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1284 2025.03.25 22:29:14.860186 [ 198 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_6_1} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1285 2025.03.25 22:29:14.860270 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1286 2025.03.25 22:29:16.240096 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1287 2025.03.25 22:29:16.240375 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1288 2025.03.25 22:29:16.240813 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1289 2025.03.25 22:29:16.240859 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1290 2025.03.25 22:29:16.241174 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1291 2025.03.25 22:29:16.241262 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1292 2025.03.25 22:29:16.241445 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1293 2025.03.25 22:29:16.241716 [ 286 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1294 2025.03.25 22:29:16.241742 [ 287 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1295 2025.03.25 22:29:16.241854 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1296 2025.03.25 22:29:16.241880 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1297 2025.03.25 22:29:16.241933 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1298 2025.03.25 22:29:16.241958 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1299 2025.03.25 22:29:16.242753 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002503 sec., 7191.370355573312 rows/sec., 294.18 KiB/sec.
1300 2025.03.25 22:29:16.242881 [ 3 ] {eff8ed05-283b-4073-b646-12940d0107ba} <Debug> TCPHandler: Processed in 0.002923414 sec.
1301 2025.03.25 22:29:16.243325 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1302 2025.03.25 22:29:16.243504 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1303 2025.03.25 22:29:16.243807 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1304 2025.03.25 22:29:16.243852 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE
1305 2025.03.25 22:29:16.244123 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1306 2025.03.25 22:29:16.244189 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1307 2025.03.25 22:29:16.244342 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1308 2025.03.25 22:29:16.244450 [ 286 ] {cc28e024-bec6-439d-9269-01517c628c92} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1309 2025.03.25 22:29:16.244462 [ 287 ] {cc28e024-bec6-439d-9269-01517c628c92} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1310 2025.03.25 22:29:16.244565 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1311 2025.03.25 22:29:16.244592 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1312 2025.03.25 22:29:16.244643 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))"
1313 2025.03.25 22:29:16.244665 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1314 2025.03.25 22:29:16.245262 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001847 sec., 9745.533297238766 rows/sec., 398.66 KiB/sec.
1315 2025.03.25 22:29:16.245377 [ 3 ] {cc28e024-bec6-439d-9269-01517c628c92} <Debug> TCPHandler: Processed in 0.002105618 sec.
1316 2025.03.25 22:29:16.245676 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1317 2025.03.25 22:29:16.245839 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1318 2025.03.25 22:29:16.246163 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1319 2025.03.25 22:29:16.246209 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1320 2025.03.25 22:29:16.246485 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1321 2025.03.25 22:29:16.246553 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1322 2025.03.25 22:29:16.246697 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1323 2025.03.25 22:29:16.246799 [ 286 ] {4249931b-4bab-4622-909e-88f097141503} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1324 2025.03.25 22:29:16.246810 [ 287 ] {4249931b-4bab-4622-909e-88f097141503} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1325 2025.03.25 22:29:16.246906 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1326 2025.03.25 22:29:16.246929 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1327 2025.03.25 22:29:16.246977 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1328 2025.03.25 22:29:16.247001 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1329 2025.03.25 22:29:16.247574 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001806 sec., 9966.777408637874 rows/sec., 407.71 KiB/sec.
1330 2025.03.25 22:29:16.247689 [ 3 ] {4249931b-4bab-4622-909e-88f097141503} <Debug> TCPHandler: Processed in 0.002063437 sec.
1331 2025.03.25 22:29:16.247999 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1332 2025.03.25 22:29:16.248155 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1333 2025.03.25 22:29:16.248424 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1334 2025.03.25 22:29:16.248467 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1335 2025.03.25 22:29:16.248734 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1336 2025.03.25 22:29:16.248798 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1337 2025.03.25 22:29:16.248939 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1338 2025.03.25 22:29:16.249039 [ 286 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1339 2025.03.25 22:29:16.249053 [ 287 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1340 2025.03.25 22:29:16.249140 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1341 2025.03.25 22:29:16.249162 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1342 2025.03.25 22:29:16.249207 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1343 2025.03.25 22:29:16.249230 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1344 2025.03.25 22:29:16.249792 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001707 sec., 10544.81546572935 rows/sec., 431.36 KiB/sec.
1345 2025.03.25 22:29:16.249903 [ 3 ] {6ab2f3d3-e0a7-466b-986a-3d797602f3de} <Debug> TCPHandler: Processed in 0.001955576 sec.
1346 2025.03.25 22:29:16.250161 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1347 2025.03.25 22:29:16.250315 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1348 2025.03.25 22:29:16.250585 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1349 2025.03.25 22:29:16.250656 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE
1350 2025.03.25 22:29:16.250931 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1351 2025.03.25 22:29:16.250996 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1352 2025.03.25 22:29:16.251163 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1353 2025.03.25 22:29:16.251273 [ 287 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1354 2025.03.25 22:29:16.251284 [ 286 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1355 2025.03.25 22:29:16.251384 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1356 2025.03.25 22:29:16.251413 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1357 2025.03.25 22:29:16.251459 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1358 2025.03.25 22:29:16.251483 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1359 2025.03.25 22:29:16.252047 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0018 sec., 10000 rows/sec., 409.07 KiB/sec.
1360 2025.03.25 22:29:16.252128 [ 3 ] {cd1eba97-e036-4e92-85d2-30fe3eb562ba} <Debug> TCPHandler: Processed in 0.002017667 sec.
1361 2025.03.25 22:29:16.252393 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1362 2025.03.25 22:29:16.252548 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1363 2025.03.25 22:29:16.252813 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1364 2025.03.25 22:29:16.252855 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE
1365 2025.03.25 22:29:16.253128 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1366 2025.03.25 22:29:16.253193 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1367 2025.03.25 22:29:16.253334 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1368 2025.03.25 22:29:16.253415 [ 287 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1369 2025.03.25 22:29:16.253435 [ 286 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1370 2025.03.25 22:29:16.253528 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1371 2025.03.25 22:29:16.253556 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1372 2025.03.25 22:29:16.253603 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1373 2025.03.25 22:29:16.253626 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1374 2025.03.25 22:29:16.254194 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001711 sec., 10520.163646990064 rows/sec., 430.35 KiB/sec.
1375 2025.03.25 22:29:16.254294 [ 3 ] {dcba6021-9e0d-451d-8e11-8cf6730e153f} <Debug> TCPHandler: Processed in 0.001948625 sec.
1376 2025.03.25 22:29:16.261863 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1377 2025.03.25 22:29:16.262037 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1378 2025.03.25 22:29:16.262329 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1379 2025.03.25 22:29:16.262377 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1380 2025.03.25 22:29:16.262673 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1381 2025.03.25 22:29:16.262740 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1382 2025.03.25 22:29:16.262885 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1383 2025.03.25 22:29:16.262982 [ 287 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1384 2025.03.25 22:29:16.263002 [ 286 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1385 2025.03.25 22:29:16.263102 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1386 2025.03.25 22:29:16.263130 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1387 2025.03.25 22:29:16.263178 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1388 2025.03.25 22:29:16.263202 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1389 2025.03.25 22:29:16.263753 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001791 sec., 10050.251256281406 rows/sec., 411.13 KiB/sec.
1390 2025.03.25 22:29:16.263841 [ 3 ] {bfa09233-93de-41a4-9059-d7f845c95cde} <Debug> TCPHandler: Processed in 0.002039478 sec.
1391 2025.03.25 22:29:16.264189 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1392 2025.03.25 22:29:16.264345 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1393 2025.03.25 22:29:16.264617 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1394 2025.03.25 22:29:16.264662 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1395 2025.03.25 22:29:16.264950 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1396 2025.03.25 22:29:16.265014 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1397 2025.03.25 22:29:16.265156 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1398 2025.03.25 22:29:16.265213 [ 287 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1399 2025.03.25 22:29:16.265242 [ 286 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1400 2025.03.25 22:29:16.265338 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1401 2025.03.25 22:29:16.265365 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1402 2025.03.25 22:29:16.265411 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1403 2025.03.25 22:29:16.265434 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1404 2025.03.25 22:29:16.265933 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001659 sec., 10849.9095840868 rows/sec., 443.84 KiB/sec.
1405 2025.03.25 22:29:16.266018 [ 3 ] {59e1ca46-274a-4347-b94e-e1a050e83533} <Debug> TCPHandler: Processed in 0.001881164 sec.
1406 2025.03.25 22:29:16.266291 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1407 2025.03.25 22:29:16.266446 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1408 2025.03.25 22:29:16.266724 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1409 2025.03.25 22:29:16.266770 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1410 2025.03.25 22:29:16.267056 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1411 2025.03.25 22:29:16.267120 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1412 2025.03.25 22:29:16.267261 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1413 2025.03.25 22:29:16.267319 [ 287 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1414 2025.03.25 22:29:16.267352 [ 286 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1415 2025.03.25 22:29:16.267445 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1416 2025.03.25 22:29:16.267472 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1417 2025.03.25 22:29:16.267520 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1418 2025.03.25 22:29:16.267544 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1419 2025.03.25 22:29:16.268048 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001672 sec., 10765.55023923445 rows/sec., 440.39 KiB/sec.
1420 2025.03.25 22:29:16.268131 [ 3 ] {f8057c51-3935-4862-975b-aba5a70e4850} <Debug> TCPHandler: Processed in 0.001891195 sec.
1421 2025.03.25 22:29:16.268359 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1422 2025.03.25 22:29:16.268520 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1423 2025.03.25 22:29:16.268800 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1424 2025.03.25 22:29:16.268845 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1425 2025.03.25 22:29:16.269138 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1426 2025.03.25 22:29:16.269203 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1427 2025.03.25 22:29:16.269369 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1428 2025.03.25 22:29:16.269447 [ 286 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1429 2025.03.25 22:29:16.269487 [ 287 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1430 2025.03.25 22:29:16.269564 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1431 2025.03.25 22:29:16.269606 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1432 2025.03.25 22:29:16.269655 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1433 2025.03.25 22:29:16.269679 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1434 2025.03.25 22:29:16.270204 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001755 sec., 10256.410256410256 rows/sec., 419.56 KiB/sec.
1435 2025.03.25 22:29:16.270287 [ 3 ] {bd69d091-1dd1-4ab3-a828-d4a7131cf20a} <Debug> TCPHandler: Processed in 0.001977716 sec.
1436 2025.03.25 22:29:16.270530 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1437 2025.03.25 22:29:16.270709 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1438 2025.03.25 22:29:16.270990 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1439 2025.03.25 22:29:16.271036 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1440 2025.03.25 22:29:16.271330 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1441 2025.03.25 22:29:16.271394 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1442 2025.03.25 22:29:16.271555 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1443 2025.03.25 22:29:16.271623 [ 287 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1444 2025.03.25 22:29:16.271645 [ 286 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1445 2025.03.25 22:29:16.271731 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1446 2025.03.25 22:29:16.271758 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1447 2025.03.25 22:29:16.271805 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1448 2025.03.25 22:29:16.271828 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1449 2025.03.25 22:29:16.272318 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001681 sec., 10707.911957168351 rows/sec., 438.03 KiB/sec.
1450 2025.03.25 22:29:16.272402 [ 3 ] {4266b414-ca7e-499b-9777-70889a8899cb} <Debug> TCPHandler: Processed in 0.001941865 sec.
1451 2025.03.25 22:29:16.272628 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1452 2025.03.25 22:29:16.272783 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1453 2025.03.25 22:29:16.273063 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1454 2025.03.25 22:29:16.273109 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1455 2025.03.25 22:29:16.273405 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1456 2025.03.25 22:29:16.273469 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1457 2025.03.25 22:29:16.273610 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1458 2025.03.25 22:29:16.273678 [ 287 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1459 2025.03.25 22:29:16.273698 [ 286 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1460 2025.03.25 22:29:16.273784 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
1461 2025.03.25 22:29:16.273810 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1462 2025.03.25 22:29:16.273859 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1463 2025.03.25 22:29:16.273883 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1464 2025.03.25 22:29:16.274417 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001703 sec., 10569.583088667057 rows/sec., 432.37 KiB/sec.
1465 2025.03.25 22:29:16.274500 [ 3 ] {952a5360-1fb8-4b4a-8d6d-f2672526b6c9} <Debug> TCPHandler: Processed in 0.001920575 sec.
1466 2025.03.25 22:29:16.367855 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1467 2025.03.25 22:29:16.368034 [ 3 ] {f980b6a0-067c-46c4-82d2-93cbf9628397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1468 2025.03.25 22:29:16.368111 [ 3 ] {f980b6a0-067c-46c4-82d2-93cbf9628397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1469 2025.03.25 22:29:16.369031 [ 3 ] {f980b6a0-067c-46c4-82d2-93cbf9628397} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1470 2025.03.25 22:29:16.369075 [ 3 ] {f980b6a0-067c-46c4-82d2-93cbf9628397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1471 2025.03.25 22:29:16.369588 [ 3 ] {f980b6a0-067c-46c4-82d2-93cbf9628397} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1472 2025.03.25 22:29:16.369805 [ 3 ] {f980b6a0-067c-46c4-82d2-93cbf9628397} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): 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.03.25 22:29:16.370006 [ 3 ] {f980b6a0-067c-46c4-82d2-93cbf9628397} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.002024 sec., 5928.853754940711 rows/sec., 2.02 MiB/sec.
1474 2025.03.25 22:29:16.370074 [ 3 ] {f980b6a0-067c-46c4-82d2-93cbf9628397} <Debug> TCPHandler: Processed in 0.002340832 sec.
1475 2025.03.25 22:29:16.370231 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1476 2025.03.25 22:29:16.370348 [ 3 ] {08c9e085-e295-463b-9fb5-3ce59fc8afaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1477 2025.03.25 22:29:16.370396 [ 3 ] {08c9e085-e295-463b-9fb5-3ce59fc8afaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1478 2025.03.25 22:29:16.371530 [ 3 ] {08c9e085-e295-463b-9fb5-3ce59fc8afaf} <Trace> oximeter.fields_i16 (4631d38a-1b26-41a8-8121-281e348718a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1479 2025.03.25 22:29:16.371566 [ 3 ] {08c9e085-e295-463b-9fb5-3ce59fc8afaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1480 2025.03.25 22:29:16.371935 [ 3 ] {08c9e085-e295-463b-9fb5-3ce59fc8afaf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1481 2025.03.25 22:29:16.372169 [ 3 ] {08c9e085-e295-463b-9fb5-3ce59fc8afaf} <Trace> oximeter.fields_i16 (4631d38a-1b26-41a8-8121-281e348718a3): 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.03.25 22:29:16.372382 [ 3 ] {08c9e085-e295-463b-9fb5-3ce59fc8afaf} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002059 sec., 11656.143759106362 rows/sec., 990.32 KiB/sec.
1483 2025.03.25 22:29:16.372548 [ 3 ] {08c9e085-e295-463b-9fb5-3ce59fc8afaf} <Debug> TCPHandler: Processed in 0.002363973 sec.
1484 2025.03.25 22:29:16.372683 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1485 2025.03.25 22:29:16.372793 [ 3 ] {f9c04ba9-98f2-49da-a434-55d5b3609fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1486 2025.03.25 22:29:16.372840 [ 3 ] {f9c04ba9-98f2-49da-a434-55d5b3609fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1487 2025.03.25 22:29:16.374405 [ 3 ] {f9c04ba9-98f2-49da-a434-55d5b3609fc5} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1488 2025.03.25 22:29:16.374446 [ 3 ] {f9c04ba9-98f2-49da-a434-55d5b3609fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1489 2025.03.25 22:29:16.374902 [ 3 ] {f9c04ba9-98f2-49da-a434-55d5b3609fc5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1490 2025.03.25 22:29:16.375135 [ 3 ] {f9c04ba9-98f2-49da-a434-55d5b3609fc5} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1491 2025.03.25 22:29:16.375347 [ 3 ] {f9c04ba9-98f2-49da-a434-55d5b3609fc5} <Debug> executeQuery: Read 1332 rows, 113.52 KiB in 0.002579 sec., 516479.2555253974 rows/sec., 42.98 MiB/sec.
1492 2025.03.25 22:29:16.375404 [ 3 ] {f9c04ba9-98f2-49da-a434-55d5b3609fc5} <Debug> TCPHandler: Processed in 0.00277399 sec.
1493 2025.03.25 22:29:16.375523 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1494 2025.03.25 22:29:16.375631 [ 3 ] {3e2a6a5e-809b-48a4-acab-39614a21872f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1495 2025.03.25 22:29:16.375676 [ 3 ] {3e2a6a5e-809b-48a4-acab-39614a21872f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1496 2025.03.25 22:29:16.376200 [ 3 ] {3e2a6a5e-809b-48a4-acab-39614a21872f} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1497 2025.03.25 22:29:16.376239 [ 3 ] {3e2a6a5e-809b-48a4-acab-39614a21872f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1498 2025.03.25 22:29:16.376584 [ 3 ] {3e2a6a5e-809b-48a4-acab-39614a21872f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1499 2025.03.25 22:29:16.376812 [ 3 ] {3e2a6a5e-809b-48a4-acab-39614a21872f} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1500 2025.03.25 22:29:16.377020 [ 3 ] {3e2a6a5e-809b-48a4-acab-39614a21872f} <Debug> executeQuery: Read 20 rows, 1.56 KiB in 0.001412 sec., 14164.305949008498 rows/sec., 1.08 MiB/sec.
1501 2025.03.25 22:29:16.377071 [ 3 ] {3e2a6a5e-809b-48a4-acab-39614a21872f} <Debug> TCPHandler: Processed in 0.001599849 sec.
1502 2025.03.25 22:29:16.377173 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1503 2025.03.25 22:29:16.377275 [ 3 ] {741330a8-6c6f-4328-93de-5f09e0303f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1504 2025.03.25 22:29:16.377319 [ 3 ] {741330a8-6c6f-4328-93de-5f09e0303f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1505 2025.03.25 22:29:16.377952 [ 3 ] {741330a8-6c6f-4328-93de-5f09e0303f25} <Trace> oximeter.fields_u32 (0936aa9f-ec0a-46ea-97c9-06d7a1270e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1506 2025.03.25 22:29:16.377991 [ 3 ] {741330a8-6c6f-4328-93de-5f09e0303f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1507 2025.03.25 22:29:16.378346 [ 3 ] {741330a8-6c6f-4328-93de-5f09e0303f25} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1508 2025.03.25 22:29:16.378572 [ 3 ] {741330a8-6c6f-4328-93de-5f09e0303f25} <Trace> oximeter.fields_u32 (0936aa9f-ec0a-46ea-97c9-06d7a1270e60): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1509 2025.03.25 22:29:16.378825 [ 3 ] {741330a8-6c6f-4328-93de-5f09e0303f25} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001553 sec., 162266.5808113329 rows/sec., 11.22 MiB/sec.
1510 2025.03.25 22:29:16.378917 [ 3 ] {741330a8-6c6f-4328-93de-5f09e0303f25} <Debug> TCPHandler: Processed in 0.001792043 sec.
1511 2025.03.25 22:29:16.379053 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1512 2025.03.25 22:29:16.379189 [ 3 ] {4b37df02-2a55-4b55-9758-217b87561658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1513 2025.03.25 22:29:16.379245 [ 3 ] {4b37df02-2a55-4b55-9758-217b87561658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1514 2025.03.25 22:29:16.379874 [ 3 ] {4b37df02-2a55-4b55-9758-217b87561658} <Trace> oximeter.fields_u8 (26a24a24-682a-4490-9a4e-5218df99e35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1515 2025.03.25 22:29:16.379915 [ 3 ] {4b37df02-2a55-4b55-9758-217b87561658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1516 2025.03.25 22:29:16.380273 [ 3 ] {4b37df02-2a55-4b55-9758-217b87561658} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1517 2025.03.25 22:29:16.380521 [ 3 ] {4b37df02-2a55-4b55-9758-217b87561658} <Trace> oximeter.fields_u8 (26a24a24-682a-4490-9a4e-5218df99e35e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1518 2025.03.25 22:29:16.380776 [ 3 ] {4b37df02-2a55-4b55-9758-217b87561658} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001605 sec., 7476.6355140186915 rows/sec., 584.11 KiB/sec.
1519 2025.03.25 22:29:16.380834 [ 3 ] {4b37df02-2a55-4b55-9758-217b87561658} <Debug> TCPHandler: Processed in 0.001846184 sec.
1520 2025.03.25 22:29:16.380938 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1521 2025.03.25 22:29:16.381041 [ 3 ] {577ebaad-4eb6-44ea-8eb4-ad7d24110852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1522 2025.03.25 22:29:16.381086 [ 3 ] {577ebaad-4eb6-44ea-8eb4-ad7d24110852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1523 2025.03.25 22:29:16.381880 [ 3 ] {577ebaad-4eb6-44ea-8eb4-ad7d24110852} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1524 2025.03.25 22:29:16.381920 [ 3 ] {577ebaad-4eb6-44ea-8eb4-ad7d24110852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1525 2025.03.25 22:29:16.382285 [ 3 ] {577ebaad-4eb6-44ea-8eb4-ad7d24110852} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1526 2025.03.25 22:29:16.382523 [ 3 ] {577ebaad-4eb6-44ea-8eb4-ad7d24110852} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1527 2025.03.25 22:29:16.382800 [ 3 ] {577ebaad-4eb6-44ea-8eb4-ad7d24110852} <Debug> executeQuery: Read 564 rows, 43.30 KiB in 0.001764 sec., 319727.8911564626 rows/sec., 23.97 MiB/sec.
1528 2025.03.25 22:29:16.382870 [ 3 ] {577ebaad-4eb6-44ea-8eb4-ad7d24110852} <Debug> TCPHandler: Processed in 0.001981146 sec.
1529 2025.03.25 22:29:16.382992 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1530 2025.03.25 22:29:16.383104 [ 3 ] {b633d796-9cd2-43c1-a234-73e61895b8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1531 2025.03.25 22:29:16.383153 [ 3 ] {b633d796-9cd2-43c1-a234-73e61895b8fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1532 2025.03.25 22:29:16.386407 [ 3 ] {b633d796-9cd2-43c1-a234-73e61895b8fd} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1533 2025.03.25 22:29:16.386446 [ 3 ] {b633d796-9cd2-43c1-a234-73e61895b8fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1534 2025.03.25 22:29:16.387020 [ 3 ] {b633d796-9cd2-43c1-a234-73e61895b8fd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1535 2025.03.25 22:29:16.387255 [ 3 ] {b633d796-9cd2-43c1-a234-73e61895b8fd} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1536 2025.03.25 22:29:16.387469 [ 3 ] {b633d796-9cd2-43c1-a234-73e61895b8fd} <Debug> executeQuery: Read 2464 rows, 171.18 KiB in 0.004387 sec., 561659.4483701846 rows/sec., 38.10 MiB/sec.
1537 2025.03.25 22:29:16.387522 [ 3 ] {b633d796-9cd2-43c1-a234-73e61895b8fd} <Debug> TCPHandler: Processed in 0.004583854 sec.
1538 2025.03.25 22:29:16.387664 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1539 2025.03.25 22:29:16.387790 [ 3 ] {af92deb0-348c-4e10-b24e-9e87b5c9717a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1540 2025.03.25 22:29:16.387856 [ 3 ] {af92deb0-348c-4e10-b24e-9e87b5c9717a} <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
1541 2025.03.25 22:29:16.388867 [ 3 ] {af92deb0-348c-4e10-b24e-9e87b5c9717a} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1542 2025.03.25 22:29:16.388906 [ 3 ] {af92deb0-348c-4e10-b24e-9e87b5c9717a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1543 2025.03.25 22:29:16.389490 [ 3 ] {af92deb0-348c-4e10-b24e-9e87b5c9717a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1544 2025.03.25 22:29:16.389734 [ 3 ] {af92deb0-348c-4e10-b24e-9e87b5c9717a} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1545 2025.03.25 22:29:16.389962 [ 3 ] {af92deb0-348c-4e10-b24e-9e87b5c9717a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002212 sec., 3616.6365280289333 rows/sec., 6.48 MiB/sec.
1546 2025.03.25 22:29:16.390059 [ 3 ] {af92deb0-348c-4e10-b24e-9e87b5c9717a} <Debug> TCPHandler: Processed in 0.002444515 sec.
1547 2025.03.25 22:29:16.390198 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1548 2025.03.25 22:29:16.390303 [ 3 ] {944b3cd1-cfab-40f6-b13b-fe238f3815e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1549 2025.03.25 22:29:16.390349 [ 3 ] {944b3cd1-cfab-40f6-b13b-fe238f3815e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1550 2025.03.25 22:29:16.390777 [ 3 ] {944b3cd1-cfab-40f6-b13b-fe238f3815e3} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1551 2025.03.25 22:29:16.390814 [ 3 ] {944b3cd1-cfab-40f6-b13b-fe238f3815e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB.
1552 2025.03.25 22:29:16.391156 [ 3 ] {944b3cd1-cfab-40f6-b13b-fe238f3815e3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1553 2025.03.25 22:29:16.391380 [ 3 ] {944b3cd1-cfab-40f6-b13b-fe238f3815e3} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1554 2025.03.25 22:29:16.391643 [ 3 ] {944b3cd1-cfab-40f6-b13b-fe238f3815e3} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001341 sec., 17897.09172259508 rows/sec., 1.21 MiB/sec.
1555 2025.03.25 22:29:16.391767 [ 3 ] {944b3cd1-cfab-40f6-b13b-fe238f3815e3} <Debug> TCPHandler: Processed in 0.00161975 sec.
1556 2025.03.25 22:29:17.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.44 MiB, peak 169.22 MiB, free memory in arenas 0.00 B, will set to 163.31 MiB (RSS), difference: -1.13 MiB
1557 2025.03.25 22:29:18.614276 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 230
1558 2025.03.25 22:29:18.618089 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1559 2025.03.25 22:29:18.618146 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1560 2025.03.25 22:29:18.619724 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1561 2025.03.25 22:29:18.620052 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1562 2025.03.25 22:29:18.620795 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230
1563 2025.03.25 22:29:19.829152 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1564 2025.03.25 22:29:19.829343 [ 3 ] {bee1f767-5a22-4c75-9720-5356f4be78d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1565 2025.03.25 22:29:19.829426 [ 3 ] {bee1f767-5a22-4c75-9720-5356f4be78d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1566 2025.03.25 22:29:19.830226 [ 3 ] {bee1f767-5a22-4c75-9720-5356f4be78d1} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1567 2025.03.25 22:29:19.830278 [ 3 ] {bee1f767-5a22-4c75-9720-5356f4be78d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1568 2025.03.25 22:29:19.830729 [ 3 ] {bee1f767-5a22-4c75-9720-5356f4be78d1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1569 2025.03.25 22:29:19.831049 [ 3 ] {bee1f767-5a22-4c75-9720-5356f4be78d1} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1570 2025.03.25 22:29:19.831272 [ 3 ] {bee1f767-5a22-4c75-9720-5356f4be78d1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001983 sec., 28240.040342914777 rows/sec., 2.16 MiB/sec.
1571 2025.03.25 22:29:19.831339 [ 3 ] {bee1f767-5a22-4c75-9720-5356f4be78d1} <Debug> TCPHandler: Processed in 0.002315822 sec.
1572 2025.03.25 22:29:19.831476 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1573 2025.03.25 22:29:19.831592 [ 3 ] {c372ab44-2576-405f-b35e-2a2779a18578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1574 2025.03.25 22:29:19.831642 [ 3 ] {c372ab44-2576-405f-b35e-2a2779a18578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1575 2025.03.25 22:29:19.832217 [ 3 ] {c372ab44-2576-405f-b35e-2a2779a18578} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1576 2025.03.25 22:29:19.832258 [ 3 ] {c372ab44-2576-405f-b35e-2a2779a18578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1577 2025.03.25 22:29:19.832625 [ 3 ] {c372ab44-2576-405f-b35e-2a2779a18578} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1578 2025.03.25 22:29:19.832877 [ 3 ] {c372ab44-2576-405f-b35e-2a2779a18578} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1579 2025.03.25 22:29:19.833061 [ 3 ] {c372ab44-2576-405f-b35e-2a2779a18578} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001497 sec., 42752.17100868403 rows/sec., 3.34 MiB/sec.
1580 2025.03.25 22:29:19.833115 [ 3 ] {c372ab44-2576-405f-b35e-2a2779a18578} <Debug> TCPHandler: Processed in 0.00169362 sec.
1581 2025.03.25 22:29:19.833238 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1582 2025.03.25 22:29:19.833347 [ 3 ] {6c545ce5-7ce0-48a2-9e0d-cb5ff14d362e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1583 2025.03.25 22:29:19.833400 [ 3 ] {6c545ce5-7ce0-48a2-9e0d-cb5ff14d362e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1584 2025.03.25 22:29:19.833906 [ 3 ] {6c545ce5-7ce0-48a2-9e0d-cb5ff14d362e} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1585 2025.03.25 22:29:19.833943 [ 3 ] {6c545ce5-7ce0-48a2-9e0d-cb5ff14d362e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1586 2025.03.25 22:29:19.834327 [ 3 ] {6c545ce5-7ce0-48a2-9e0d-cb5ff14d362e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1587 2025.03.25 22:29:19.834573 [ 3 ] {6c545ce5-7ce0-48a2-9e0d-cb5ff14d362e} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1588 2025.03.25 22:29:19.834753 [ 3 ] {6c545ce5-7ce0-48a2-9e0d-cb5ff14d362e} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001431 sec., 67085.95387840671 rows/sec., 4.67 MiB/sec.
1589 2025.03.25 22:29:19.834804 [ 3 ] {6c545ce5-7ce0-48a2-9e0d-cb5ff14d362e} <Debug> TCPHandler: Processed in 0.001617589 sec.
1590 2025.03.25 22:29:19.834922 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1591 2025.03.25 22:29:19.835031 [ 3 ] {156ee485-2398-4687-af06-a14b21aae111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1592 2025.03.25 22:29:19.835078 [ 3 ] {156ee485-2398-4687-af06-a14b21aae111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1593 2025.03.25 22:29:19.835524 [ 3 ] {156ee485-2398-4687-af06-a14b21aae111} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1594 2025.03.25 22:29:19.835561 [ 3 ] {156ee485-2398-4687-af06-a14b21aae111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1595 2025.03.25 22:29:19.835923 [ 3 ] {156ee485-2398-4687-af06-a14b21aae111} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1596 2025.03.25 22:29:19.836174 [ 3 ] {156ee485-2398-4687-af06-a14b21aae111} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1597 2025.03.25 22:29:19.836383 [ 3 ] {156ee485-2398-4687-af06-a14b21aae111} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001364 sec., 26392.961876832844 rows/sec., 1.78 MiB/sec.
1598 2025.03.25 22:29:19.836581 [ 3 ] {156ee485-2398-4687-af06-a14b21aae111} <Debug> TCPHandler: Processed in 0.001706961 sec.
1599 2025.03.25 22:29:21.118963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1600 2025.03.25 22:29:21.119757 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1601 2025.03.25 22:29:21.119813 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1602 2025.03.25 22:29:21.120376 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1603 2025.03.25 22:29:21.120644 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1604 2025.03.25 22:29:21.120914 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1605 2025.03.25 22:29:21.317668 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1606 2025.03.25 22:29:21.337215 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1607 2025.03.25 22:29:21.337280 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1608 2025.03.25 22:29:21.344439 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1609 2025.03.25 22:29:21.345198 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1610 2025.03.25 22:29:21.348463 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1611 2025.03.25 22:29:22.000206 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.88 MiB, peak 169.22 MiB, free memory in arenas 0.00 B, will set to 165.07 MiB (RSS), difference: 1.19 MiB
1612 2025.03.25 22:29:24.832052 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1613 2025.03.25 22:29:24.832255 [ 3 ] {127dcb59-b2f0-4615-8a5e-61022dae6790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1614 2025.03.25 22:29:24.832329 [ 3 ] {127dcb59-b2f0-4615-8a5e-61022dae6790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1615 2025.03.25 22:29:24.833130 [ 3 ] {127dcb59-b2f0-4615-8a5e-61022dae6790} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1616 2025.03.25 22:29:24.833180 [ 3 ] {127dcb59-b2f0-4615-8a5e-61022dae6790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1617 2025.03.25 22:29:24.833632 [ 3 ] {127dcb59-b2f0-4615-8a5e-61022dae6790} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1618 2025.03.25 22:29:24.833896 [ 3 ] {127dcb59-b2f0-4615-8a5e-61022dae6790} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1619 2025.03.25 22:29:24.834145 [ 3 ] {127dcb59-b2f0-4615-8a5e-61022dae6790} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec.
1620 2025.03.25 22:29:24.834259 [ 3 ] {127dcb59-b2f0-4615-8a5e-61022dae6790} <Debug> TCPHandler: Processed in 0.002330402 sec.
1621 2025.03.25 22:29:24.834405 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1622 2025.03.25 22:29:24.834521 [ 3 ] {23564fe3-2c3d-4039-9a79-5a9c91c45a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1623 2025.03.25 22:29:24.834573 [ 3 ] {23564fe3-2c3d-4039-9a79-5a9c91c45a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1624 2025.03.25 22:29:24.835147 [ 3 ] {23564fe3-2c3d-4039-9a79-5a9c91c45a85} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1625 2025.03.25 22:29:24.835187 [ 3 ] {23564fe3-2c3d-4039-9a79-5a9c91c45a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1626 2025.03.25 22:29:24.835554 [ 3 ] {23564fe3-2c3d-4039-9a79-5a9c91c45a85} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1627 2025.03.25 22:29:24.835792 [ 3 ] {23564fe3-2c3d-4039-9a79-5a9c91c45a85} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1628 2025.03.25 22:29:24.836019 [ 3 ] {23564fe3-2c3d-4039-9a79-5a9c91c45a85} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001525 sec., 41967.21311475409 rows/sec., 3.28 MiB/sec.
1629 2025.03.25 22:29:24.836071 [ 3 ] {23564fe3-2c3d-4039-9a79-5a9c91c45a85} <Debug> TCPHandler: Processed in 0.001719561 sec.
1630 2025.03.25 22:29:24.836192 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1631 2025.03.25 22:29:24.836304 [ 3 ] {3d638892-336f-42cf-a03f-fe3b7fa9b065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1632 2025.03.25 22:29:24.836356 [ 3 ] {3d638892-336f-42cf-a03f-fe3b7fa9b065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1633 2025.03.25 22:29:24.836891 [ 3 ] {3d638892-336f-42cf-a03f-fe3b7fa9b065} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1634 2025.03.25 22:29:24.836931 [ 3 ] {3d638892-336f-42cf-a03f-fe3b7fa9b065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1635 2025.03.25 22:29:24.837316 [ 3 ] {3d638892-336f-42cf-a03f-fe3b7fa9b065} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1636 2025.03.25 22:29:24.837563 [ 3 ] {3d638892-336f-42cf-a03f-fe3b7fa9b065} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1637 2025.03.25 22:29:24.837772 [ 3 ] {3d638892-336f-42cf-a03f-fe3b7fa9b065} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001493 sec., 107166.7782987274 rows/sec., 7.46 MiB/sec.
1638 2025.03.25 22:29:24.837824 [ 3 ] {3d638892-336f-42cf-a03f-fe3b7fa9b065} <Debug> TCPHandler: Processed in 0.00168506 sec.
1639 2025.03.25 22:29:24.837955 [ 3 ] {} <Trace> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1640 2025.03.25 22:29:24.838062 [ 3 ] {95c3ded6-0cfa-4d69-913e-f77fce96e767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47226) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1641 2025.03.25 22:29:24.838109 [ 3 ] {95c3ded6-0cfa-4d69-913e-f77fce96e767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1642 2025.03.25 22:29:24.838556 [ 3 ] {95c3ded6-0cfa-4d69-913e-f77fce96e767} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1643 2025.03.25 22:29:24.838596 [ 3 ] {95c3ded6-0cfa-4d69-913e-f77fce96e767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1644 2025.03.25 22:29:24.838955 [ 3 ] {95c3ded6-0cfa-4d69-913e-f77fce96e767} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1645 2025.03.25 22:29:24.839187 [ 3 ] {95c3ded6-0cfa-4d69-913e-f77fce96e767} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1646 2025.03.25 22:29:24.839405 [ 3 ] {95c3ded6-0cfa-4d69-913e-f77fce96e767} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec.
1647 2025.03.25 22:29:24.839455 [ 3 ] {95c3ded6-0cfa-4d69-913e-f77fce96e767} <Debug> TCPHandler: Processed in 0.001551888 sec.
1648 2025.03.25 22:29:28.534290 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache
1649 2025.03.25 22:29:28.534363 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache
1650 2025.03.25 22:29:28.621141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1651 2025.03.25 22:29:28.621496 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 246
1652 2025.03.25 22:29:28.623532 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1653 2025.03.25 22:29:28.623603 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1654 2025.03.25 22:29:28.625307 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1655 2025.03.25 22:29:28.625975 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1656 2025.03.25 22:29:28.626770 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1657 2025.03.25 22:29:28.627998 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1658 2025.03.25 22:29:28.628053 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1659 2025.03.25 22:29:28.629532 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1660 2025.03.25 22:29:28.629853 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1661 2025.03.25 22:29:28.630846 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 246
1662 2025.03.25 22:29:28.848523 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1663 2025.03.25 22:29:28.868394 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1664 2025.03.25 22:29:28.868459 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1665 2025.03.25 22:29:28.875395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1666 2025.03.25 22:29:28.876165 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1667 2025.03.25 22:29:28.878929 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1668 2025.03.25 22:29:29.177637 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
1669 2025.03.25 22:29:29.177741 [ 3 ] {} <Debug> TCP-Session: c9c14000-c80f-4f2e-aa30-dd0df88f9794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1670 2025.03.25 22:29:29.830436 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1671 2025.03.25 22:29:29.830737 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1672 2025.03.25 22:29:29.831236 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1673 2025.03.25 22:29:29.831290 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1674 2025.03.25 22:29:29.831665 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1675 2025.03.25 22:29:29.831750 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1676 2025.03.25 22:29:29.831935 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1677 2025.03.25 22:29:29.832162 [ 286 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1678 2025.03.25 22:29:29.832249 [ 288 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1679 2025.03.25 22:29:29.832283 [ 287 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1680 2025.03.25 22:29:29.832495 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1681 2025.03.25 22:29:29.832530 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1682 2025.03.25 22:29:29.835436 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1683 2025.03.25 22:29:29.835470 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Reading approx. 30 rows with 2 streams
1684 2025.03.25 22:29:29.835537 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1685 2025.03.25 22:29:29.835590 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1686 2025.03.25 22:29:29.837218 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.006622 sec., 4530.3533675626695 rows/sec., 189.94 KiB/sec.
1687 2025.03.25 22:29:29.837362 [ 5 ] {fbeb2202-12c3-4057-b0b3-c38739c42d5c} <Debug> TCPHandler: Processed in 0.007070699 sec.
1688 2025.03.25 22:29:29.837653 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1689 2025.03.25 22:29:29.837834 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1690 2025.03.25 22:29:29.838151 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1691 2025.03.25 22:29:29.838201 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1692 2025.03.25 22:29:29.838513 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1693 2025.03.25 22:29:29.838580 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1694 2025.03.25 22:29:29.838727 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1695 2025.03.25 22:29:29.838850 [ 286 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1696 2025.03.25 22:29:29.838881 [ 287 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1697 2025.03.25 22:29:29.838881 [ 288 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1698 2025.03.25 22:29:29.839005 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1699 2025.03.25 22:29:29.839034 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1700 2025.03.25 22:29:29.839119 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1701 2025.03.25 22:29:29.839142 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Reading approx. 30 rows with 2 streams
1702 2025.03.25 22:29:29.839183 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1703 2025.03.25 22:29:29.839229 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1704 2025.03.25 22:29:29.840064 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002314 sec., 12964.563526361278 rows/sec., 543.57 KiB/sec.
1705 2025.03.25 22:29:29.840212 [ 5 ] {247d2d88-10ee-4395-81ed-afb8996e7ea4} <Debug> TCPHandler: Processed in 0.002615568 sec.
1706 2025.03.25 22:29:29.840431 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1707 2025.03.25 22:29:29.840599 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1708 2025.03.25 22:29:29.840898 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1709 2025.03.25 22:29:29.840947 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1710 2025.03.25 22:29:29.841256 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1711 2025.03.25 22:29:29.841323 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1712 2025.03.25 22:29:29.841469 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1713 2025.03.25 22:29:29.841608 [ 288 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1714 2025.03.25 22:29:29.841621 [ 287 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1715 2025.03.25 22:29:29.841629 [ 286 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1716 2025.03.25 22:29:29.841747 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1717 2025.03.25 22:29:29.841772 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
1718 2025.03.25 22:29:29.841855 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1719 2025.03.25 22:29:29.841877 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Reading approx. 30 rows with 2 streams
1720 2025.03.25 22:29:29.841917 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1721 2025.03.25 22:29:29.841961 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1722 2025.03.25 22:29:29.842957 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002438 sec., 12305.168170631665 rows/sec., 515.92 KiB/sec.
1723 2025.03.25 22:29:29.843087 [ 5 ] {373b4191-47d3-455d-a82c-9515aa8051ac} <Debug> TCPHandler: Processed in 0.002707819 sec.
1724 2025.03.25 22:29:29.848647 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1725 2025.03.25 22:29:29.848789 [ 5 ] {0b781fb8-7a82-4cdc-9c15-f47504b6239f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1726 2025.03.25 22:29:29.848847 [ 5 ] {0b781fb8-7a82-4cdc-9c15-f47504b6239f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1727 2025.03.25 22:29:29.849642 [ 5 ] {0b781fb8-7a82-4cdc-9c15-f47504b6239f} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1728 2025.03.25 22:29:29.849688 [ 5 ] {0b781fb8-7a82-4cdc-9c15-f47504b6239f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1729 2025.03.25 22:29:29.850191 [ 5 ] {0b781fb8-7a82-4cdc-9c15-f47504b6239f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1730 2025.03.25 22:29:29.850417 [ 5 ] {0b781fb8-7a82-4cdc-9c15-f47504b6239f} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1731 2025.03.25 22:29:29.850692 [ 5 ] {0b781fb8-7a82-4cdc-9c15-f47504b6239f} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001933 sec., 1551.9917227108122 rows/sec., 141.46 KiB/sec.
1732 2025.03.25 22:29:29.850975 [ 5 ] {0b781fb8-7a82-4cdc-9c15-f47504b6239f} <Debug> TCPHandler: Processed in 0.002384033 sec.
1733 2025.03.25 22:29:29.851144 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1734 2025.03.25 22:29:29.851253 [ 5 ] {c49dc506-9995-488d-86ec-8c3741f09d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1735 2025.03.25 22:29:29.851298 [ 5 ] {c49dc506-9995-488d-86ec-8c3741f09d5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1736 2025.03.25 22:29:29.851919 [ 5 ] {c49dc506-9995-488d-86ec-8c3741f09d5d} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1737 2025.03.25 22:29:29.851959 [ 5 ] {c49dc506-9995-488d-86ec-8c3741f09d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1738 2025.03.25 22:29:29.852327 [ 5 ] {c49dc506-9995-488d-86ec-8c3741f09d5d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1739 2025.03.25 22:29:29.852563 [ 5 ] {c49dc506-9995-488d-86ec-8c3741f09d5d} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1740 2025.03.25 22:29:29.852843 [ 5 ] {c49dc506-9995-488d-86ec-8c3741f09d5d} <Debug> executeQuery: Read 124 rows, 10.83 KiB in 0.001586 sec., 78184.11097099622 rows/sec., 6.67 MiB/sec.
1741 2025.03.25 22:29:29.852968 [ 5 ] {c49dc506-9995-488d-86ec-8c3741f09d5d} <Debug> TCPHandler: Processed in 0.001876405 sec.
1742 2025.03.25 22:29:29.853088 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1743 2025.03.25 22:29:29.853194 [ 5 ] {34da02e3-277c-4416-84f7-7dfaf77f22f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1744 2025.03.25 22:29:29.853238 [ 5 ] {34da02e3-277c-4416-84f7-7dfaf77f22f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1745 2025.03.25 22:29:29.853777 [ 5 ] {34da02e3-277c-4416-84f7-7dfaf77f22f9} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1746 2025.03.25 22:29:29.853816 [ 5 ] {34da02e3-277c-4416-84f7-7dfaf77f22f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1747 2025.03.25 22:29:29.854155 [ 5 ] {34da02e3-277c-4416-84f7-7dfaf77f22f9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1748 2025.03.25 22:29:29.854389 [ 5 ] {34da02e3-277c-4416-84f7-7dfaf77f22f9} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1749 2025.03.25 22:29:29.854661 [ 5 ] {34da02e3-277c-4416-84f7-7dfaf77f22f9} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001456 sec., 23351.64835164835 rows/sec., 1.71 MiB/sec.
1750 2025.03.25 22:29:29.854909 [ 5 ] {34da02e3-277c-4416-84f7-7dfaf77f22f9} <Debug> TCPHandler: Processed in 0.001868064 sec.
1751 2025.03.25 22:29:29.855053 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1752 2025.03.25 22:29:29.855160 [ 5 ] {5eb3118a-f442-4baf-97bc-c24b15348913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1753 2025.03.25 22:29:29.855204 [ 5 ] {5eb3118a-f442-4baf-97bc-c24b15348913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1754 2025.03.25 22:29:29.855787 [ 5 ] {5eb3118a-f442-4baf-97bc-c24b15348913} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1755 2025.03.25 22:29:29.855827 [ 5 ] {5eb3118a-f442-4baf-97bc-c24b15348913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1756 2025.03.25 22:29:29.856180 [ 5 ] {5eb3118a-f442-4baf-97bc-c24b15348913} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1757 2025.03.25 22:29:29.856412 [ 5 ] {5eb3118a-f442-4baf-97bc-c24b15348913} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1758 2025.03.25 22:29:29.856775 [ 5 ] {5eb3118a-f442-4baf-97bc-c24b15348913} <Debug> executeQuery: Read 108 rows, 8.65 KiB in 0.001601 sec., 67457.8388507183 rows/sec., 5.28 MiB/sec.
1759 2025.03.25 22:29:29.857041 [ 5 ] {5eb3118a-f442-4baf-97bc-c24b15348913} <Debug> TCPHandler: Processed in 0.002037827 sec.
1760 2025.03.25 22:29:29.857178 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1761 2025.03.25 22:29:29.857281 [ 5 ] {31d99382-4ed4-41e2-a209-5929dc634881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1762 2025.03.25 22:29:29.857330 [ 5 ] {31d99382-4ed4-41e2-a209-5929dc634881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1763 2025.03.25 22:29:29.857874 [ 5 ] {31d99382-4ed4-41e2-a209-5929dc634881} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1764 2025.03.25 22:29:29.857913 [ 5 ] {31d99382-4ed4-41e2-a209-5929dc634881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1765 2025.03.25 22:29:29.858282 [ 5 ] {31d99382-4ed4-41e2-a209-5929dc634881} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1766 2025.03.25 22:29:29.858518 [ 5 ] {31d99382-4ed4-41e2-a209-5929dc634881} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1767 2025.03.25 22:29:29.858830 [ 5 ] {31d99382-4ed4-41e2-a209-5929dc634881} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec.
1768 2025.03.25 22:29:29.858958 [ 5 ] {31d99382-4ed4-41e2-a209-5929dc634881} <Debug> TCPHandler: Processed in 0.001830554 sec.
1769 2025.03.25 22:29:29.859064 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1770 2025.03.25 22:29:29.859166 [ 5 ] {ec568a83-2baa-4510-b8b4-b93ed811228f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1771 2025.03.25 22:29:29.859233 [ 5 ] {ec568a83-2baa-4510-b8b4-b93ed811228f} <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
1772 2025.03.25 22:29:29.860337 [ 5 ] {ec568a83-2baa-4510-b8b4-b93ed811228f} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1773 2025.03.25 22:29:29.860376 [ 5 ] {ec568a83-2baa-4510-b8b4-b93ed811228f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1774 2025.03.25 22:29:29.861009 [ 5 ] {ec568a83-2baa-4510-b8b4-b93ed811228f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1775 2025.03.25 22:29:29.861260 [ 5 ] {ec568a83-2baa-4510-b8b4-b93ed811228f} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1776 2025.03.25 22:29:29.861695 [ 5 ] {ec568a83-2baa-4510-b8b4-b93ed811228f} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002509 sec., 13551.215623754484 rows/sec., 24.28 MiB/sec.
1777 2025.03.25 22:29:29.861927 [ 5 ] {ec568a83-2baa-4510-b8b4-b93ed811228f} <Debug> TCPHandler: Processed in 0.002910923 sec.
1778 2025.03.25 22:29:29.862042 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1779 2025.03.25 22:29:29.862145 [ 5 ] {be3efa59-4f31-4924-92c9-542de8ddc65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1780 2025.03.25 22:29:29.862190 [ 5 ] {be3efa59-4f31-4924-92c9-542de8ddc65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1781 2025.03.25 22:29:29.862609 [ 5 ] {be3efa59-4f31-4924-92c9-542de8ddc65e} <Trace> oximeter.measurements_i64 (42d98079-da65-44de-8982-68b6923cd9a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1782 2025.03.25 22:29:29.862649 [ 5 ] {be3efa59-4f31-4924-92c9-542de8ddc65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1783 2025.03.25 22:29:29.862992 [ 5 ] {be3efa59-4f31-4924-92c9-542de8ddc65e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1784 2025.03.25 22:29:29.863227 [ 5 ] {be3efa59-4f31-4924-92c9-542de8ddc65e} <Trace> oximeter.measurements_i64 (42d98079-da65-44de-8982-68b6923cd9a9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1785 2025.03.25 22:29:29.863556 [ 5 ] {be3efa59-4f31-4924-92c9-542de8ddc65e} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001412 sec., 12747.875354107648 rows/sec., 960.66 KiB/sec.
1786 2025.03.25 22:29:29.863667 [ 5 ] {be3efa59-4f31-4924-92c9-542de8ddc65e} <Debug> TCPHandler: Processed in 0.001675131 sec.
1787 2025.03.25 22:29:29.863771 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1788 2025.03.25 22:29:29.863874 [ 5 ] {ba497058-ea25-48c7-a333-5087a8dca803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1789 2025.03.25 22:29:29.863919 [ 5 ] {ba497058-ea25-48c7-a333-5087a8dca803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1790 2025.03.25 22:29:29.864352 [ 5 ] {ba497058-ea25-48c7-a333-5087a8dca803} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1791 2025.03.25 22:29:29.864390 [ 5 ] {ba497058-ea25-48c7-a333-5087a8dca803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1792 2025.03.25 22:29:29.864733 [ 5 ] {ba497058-ea25-48c7-a333-5087a8dca803} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1793 2025.03.25 22:29:29.864963 [ 5 ] {ba497058-ea25-48c7-a333-5087a8dca803} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1794 2025.03.25 22:29:29.865333 [ 5 ] {ba497058-ea25-48c7-a333-5087a8dca803} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec.
1795 2025.03.25 22:29:29.865705 [ 5 ] {ba497058-ea25-48c7-a333-5087a8dca803} <Debug> TCPHandler: Processed in 0.001983336 sec.
1796 2025.03.25 22:29:30.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.16 MiB, peak 169.63 MiB, free memory in arenas 0.00 B, will set to 165.71 MiB (RSS), difference: 1.55 MiB
1797 2025.03.25 22:29:34.837671 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1798 2025.03.25 22:29:34.837881 [ 5 ] {6778f1f0-4b6a-468d-85c3-ae7b6c119fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1799 2025.03.25 22:29:34.837956 [ 5 ] {6778f1f0-4b6a-468d-85c3-ae7b6c119fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1800 2025.03.25 22:29:34.838773 [ 5 ] {6778f1f0-4b6a-468d-85c3-ae7b6c119fa6} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1801 2025.03.25 22:29:34.838826 [ 5 ] {6778f1f0-4b6a-468d-85c3-ae7b6c119fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1802 2025.03.25 22:29:34.839257 [ 5 ] {6778f1f0-4b6a-468d-85c3-ae7b6c119fa6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1803 2025.03.25 22:29:34.839514 [ 5 ] {6778f1f0-4b6a-468d-85c3-ae7b6c119fa6} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1804 2025.03.25 22:29:34.839746 [ 34 ] {} <Debug> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1805 2025.03.25 22:29:34.839770 [ 5 ] {6778f1f0-4b6a-468d-85c3-ae7b6c119fa6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.20 MiB/sec.
1806 2025.03.25 22:29:34.839843 [ 34 ] {} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1807 2025.03.25 22:29:34.839914 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1808 2025.03.25 22:29:34.839919 [ 5 ] {6778f1f0-4b6a-468d-85c3-ae7b6c119fa6} <Debug> TCPHandler: Processed in 0.002378824 sec.
1809 2025.03.25 22:29:34.840243 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1810 2025.03.25 22:29:34.840242 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::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
1811 2025.03.25 22:29:34.840455 [ 5 ] {930261d8-4088-459f-9d2d-559df8344271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1812 2025.03.25 22:29:34.840494 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1813 2025.03.25 22:29:34.840544 [ 5 ] {930261d8-4088-459f-9d2d-559df8344271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1814 2025.03.25 22:29:34.840565 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part
1815 2025.03.25 22:29:34.840827 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1332 rows starting from the beginning of the part
1816 2025.03.25 22:29:34.841095 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::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
1817 2025.03.25 22:29:34.841419 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
1818 2025.03.25 22:29:34.841812 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 124 rows starting from the beginning of the part
1819 2025.03.25 22:29:34.842366 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
1820 2025.03.25 22:29:34.843749 [ 5 ] {930261d8-4088-459f-9d2d-559df8344271} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1821 2025.03.25 22:29:34.843811 [ 5 ] {930261d8-4088-459f-9d2d-559df8344271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1822 2025.03.25 22:29:34.844769 [ 5 ] {930261d8-4088-459f-9d2d-559df8344271} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1823 2025.03.25 22:29:34.845167 [ 5 ] {930261d8-4088-459f-9d2d-559df8344271} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1824 2025.03.25 22:29:34.845495 [ 34 ] {} <Debug> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1825 2025.03.25 22:29:34.845622 [ 34 ] {} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1826 2025.03.25 22:29:34.845720 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1827 2025.03.25 22:29:34.845955 [ 5 ] {930261d8-4088-459f-9d2d-559df8344271} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005551 sec., 11529.454152404971 rows/sec., 921.50 KiB/sec.
1828 2025.03.25 22:29:34.846106 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1696 rows, containing 5 columns (5 merged, 0 gathered) in 0.006083921 sec., 278767.5908349237 rows/sec., 24.09 MiB/sec.
1829 2025.03.25 22:29:34.846164 [ 5 ] {930261d8-4088-459f-9d2d-559df8344271} <Debug> TCPHandler: Processed in 0.00603821 sec.
1830 2025.03.25 22:29:34.846163 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::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
1831 2025.03.25 22:29:34.846378 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1832 2025.03.25 22:29:34.846436 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1833 2025.03.25 22:29:34.846496 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1834 2025.03.25 22:29:34.846516 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part
1835 2025.03.25 22:29:34.846596 [ 5 ] {b0bc1735-9f74-407c-9bce-1c0bdddc0525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1836 2025.03.25 22:29:34.846886 [ 5 ] {b0bc1735-9f74-407c-9bce-1c0bdddc0525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1837 2025.03.25 22:29:34.846960 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 564 rows starting from the beginning of the part
1838 2025.03.25 22:29:34.847448 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::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
1839 2025.03.25 22:29:34.847786 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_11_2} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1840 2025.03.25 22:29:34.847952 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
1841 2025.03.25 22:29:34.848349 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 108 rows starting from the beginning of the part
1842 2025.03.25 22:29:34.848364 [ 195 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_11_2} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1843 2025.03.25 22:29:34.848794 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
1844 2025.03.25 22:29:34.848838 [ 197 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
1845 2025.03.25 22:29:34.850163 [ 5 ] {b0bc1735-9f74-407c-9bce-1c0bdddc0525} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1846 2025.03.25 22:29:34.850206 [ 5 ] {b0bc1735-9f74-407c-9bce-1c0bdddc0525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1847 2025.03.25 22:29:34.850804 [ 5 ] {b0bc1735-9f74-407c-9bce-1c0bdddc0525} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1848 2025.03.25 22:29:34.851152 [ 5 ] {b0bc1735-9f74-407c-9bce-1c0bdddc0525} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1849 2025.03.25 22:29:34.851241 [ 196 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 936 rows, containing 5 columns (5 merged, 0 gathered) in 0.005349018 sec., 174985.38984164945 rows/sec., 14.01 MiB/sec.
1850 2025.03.25 22:29:34.851378 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1851 2025.03.25 22:29:34.851476 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1852 2025.03.25 22:29:34.851520 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1853 2025.03.25 22:29:34.851577 [ 5 ] {b0bc1735-9f74-407c-9bce-1c0bdddc0525} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005023 sec., 31853.474019510253 rows/sec., 2.22 MiB/sec.
1854 2025.03.25 22:29:34.851785 [ 194 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1855 2025.03.25 22:29:34.851858 [ 5 ] {b0bc1735-9f74-407c-9bce-1c0bdddc0525} <Debug> TCPHandler: Processed in 0.005560991 sec.
1856 2025.03.25 22:29:34.852154 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::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
1857 2025.03.25 22:29:34.852173 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1858 2025.03.25 22:29:34.852558 [ 5 ] {de4469db-a2cd-45b7-a765-09e0564ba190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1859 2025.03.25 22:29:34.852725 [ 5 ] {de4469db-a2cd-45b7-a765-09e0564ba190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1860 2025.03.25 22:29:34.852782 [ 194 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_11_2} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1861 2025.03.25 22:29:34.852785 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1862 2025.03.25 22:29:34.853071 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 896 rows starting from the beginning of the part
1863 2025.03.25 22:29:34.853171 [ 194 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_11_2} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1864 2025.03.25 22:29:34.853704 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2464 rows starting from the beginning of the part
1865 2025.03.25 22:29:34.853697 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1866 2025.03.25 22:29:34.854142 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 96 rows starting from the beginning of the part
1867 2025.03.25 22:29:34.854394 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
1868 2025.03.25 22:29:34.854749 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::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
1869 2025.03.25 22:29:34.855053 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
1870 2025.03.25 22:29:34.855720 [ 5 ] {de4469db-a2cd-45b7-a765-09e0564ba190} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1871 2025.03.25 22:29:34.855773 [ 5 ] {de4469db-a2cd-45b7-a765-09e0564ba190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1872 2025.03.25 22:29:34.856592 [ 5 ] {de4469db-a2cd-45b7-a765-09e0564ba190} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1873 2025.03.25 22:29:34.857100 [ 5 ] {de4469db-a2cd-45b7-a765-09e0564ba190} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1874 2025.03.25 22:29:34.857451 [ 34 ] {} <Debug> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1875 2025.03.25 22:29:34.857552 [ 34 ] {} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2025.03.25 22:29:34.857630 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1877 2025.03.25 22:29:34.857782 [ 5 ] {de4469db-a2cd-45b7-a765-09e0564ba190} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005341 sec., 11233.851338700617 rows/sec., 775.25 KiB/sec.
1878 2025.03.25 22:29:34.858422 [ 5 ] {de4469db-a2cd-45b7-a765-09e0564ba190} <Debug> TCPHandler: Processed in 0.006335336 sec.
1879 2025.03.25 22:29:34.858458 [ 197 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::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
1880 2025.03.25 22:29:34.858774 [ 197 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1881 2025.03.25 22:29:34.858825 [ 197 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 336 rows starting from the beginning of the part
1882 2025.03.25 22:29:34.858888 [ 197 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::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
1883 2025.03.25 22:29:34.859213 [ 197 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part
1884 2025.03.25 22:29:34.859502 [ 197 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
1885 2025.03.25 22:29:34.859815 [ 197 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::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
1886 2025.03.25 22:29:34.860156 [ 197 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
1887 2025.03.25 22:29:34.860495 [ 194 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3936 rows, containing 5 columns (5 merged, 0 gathered) in 0.008827432 sec., 445882.78901497065 rows/sec., 30.55 MiB/sec.
1888 2025.03.25 22:29:34.861060 [ 194 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1889 2025.03.25 22:29:34.861859 [ 194 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1890 2025.03.25 22:29:34.862094 [ 194 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1891 2025.03.25 22:29:34.862284 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
1892 2025.03.25 22:29:34.862569 [ 193 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 4 columns (4 merged, 0 gathered) in 0.004792978 sec., 120175.80719127023 rows/sec., 8.10 MiB/sec.
1893 2025.03.25 22:29:34.862767 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1894 2025.03.25 22:29:34.863076 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_11_2} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1895 2025.03.25 22:29:34.863179 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_11_2} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1896 2025.03.25 22:29:34.863287 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
1897 2025.03.25 22:29:36.126899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
1898 2025.03.25 22:29:36.127642 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1899 2025.03.25 22:29:36.127692 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1900 2025.03.25 22:29:36.128226 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1901 2025.03.25 22:29:36.128494 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1902 2025.03.25 22:29:36.128784 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
1903 2025.03.25 22:29:36.378985 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1904 2025.03.25 22:29:36.399229 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1905 2025.03.25 22:29:36.399293 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1906 2025.03.25 22:29:36.406159 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1907 2025.03.25 22:29:36.406932 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1908 2025.03.25 22:29:36.410286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1909 2025.03.25 22:29:38.630996 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 276
1910 2025.03.25 22:29:38.635276 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1911 2025.03.25 22:29:38.635350 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1912 2025.03.25 22:29:38.637179 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1913 2025.03.25 22:29:38.637502 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1914 2025.03.25 22:29:38.637714 [ 28 ] {} <Debug> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1915 2025.03.25 22:29:38.637839 [ 28 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1916 2025.03.25 22:29:38.637898 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1917 2025.03.25 22:29:38.638533 [ 191 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::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
1918 2025.03.25 22:29:38.640596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276
1919 2025.03.25 22:29:38.640905 [ 191 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1920 2025.03.25 22:29:38.641102 [ 191 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part
1921 2025.03.25 22:29:38.641770 [ 191 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part
1922 2025.03.25 22:29:38.642401 [ 191 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
1923 2025.03.25 22:29:38.643013 [ 191 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1924 2025.03.25 22:29:38.643604 [ 191 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
1925 2025.03.25 22:29:38.644082 [ 191 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part
1926 2025.03.25 22:29:38.654775 [ 193 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 72 columns (72 merged, 0 gathered) in 0.016736305 sec., 16491.095256688975 rows/sec., 16.78 MiB/sec.
1927 2025.03.25 22:29:38.655669 [ 193 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1928 2025.03.25 22:29:38.656506 [ 193 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1929 2025.03.25 22:29:38.656602 [ 193 ] {69fc6151-a581-41d9-b77c-f8e52a74ea18::all_1_6_1} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1930 2025.03.25 22:29:38.656934 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB.
1931 2025.03.25 22:29:39.834230 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1932 2025.03.25 22:29:39.834434 [ 5 ] {e813791b-d1d0-49a9-b79f-7affac2fd9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1933 2025.03.25 22:29:39.834508 [ 5 ] {e813791b-d1d0-49a9-b79f-7affac2fd9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1934 2025.03.25 22:29:39.835332 [ 5 ] {e813791b-d1d0-49a9-b79f-7affac2fd9c3} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1935 2025.03.25 22:29:39.835381 [ 5 ] {e813791b-d1d0-49a9-b79f-7affac2fd9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1936 2025.03.25 22:29:39.835838 [ 5 ] {e813791b-d1d0-49a9-b79f-7affac2fd9c3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1937 2025.03.25 22:29:39.836105 [ 5 ] {e813791b-d1d0-49a9-b79f-7affac2fd9c3} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1938 2025.03.25 22:29:39.836306 [ 5 ] {e813791b-d1d0-49a9-b79f-7affac2fd9c3} <Debug> executeQuery: Read 124 rows, 10.83 KiB in 0.001931 sec., 64215.432418436045 rows/sec., 5.48 MiB/sec.
1939 2025.03.25 22:29:39.836370 [ 5 ] {e813791b-d1d0-49a9-b79f-7affac2fd9c3} <Debug> TCPHandler: Processed in 0.002281842 sec.
1940 2025.03.25 22:29:39.836501 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1941 2025.03.25 22:29:39.836616 [ 5 ] {e1cc6448-b043-4452-98f9-018f5a27e49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1942 2025.03.25 22:29:39.836664 [ 5 ] {e1cc6448-b043-4452-98f9-018f5a27e49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1943 2025.03.25 22:29:39.837203 [ 5 ] {e1cc6448-b043-4452-98f9-018f5a27e49a} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1944 2025.03.25 22:29:39.837241 [ 5 ] {e1cc6448-b043-4452-98f9-018f5a27e49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1945 2025.03.25 22:29:39.837598 [ 5 ] {e1cc6448-b043-4452-98f9-018f5a27e49a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1946 2025.03.25 22:29:39.837842 [ 5 ] {e1cc6448-b043-4452-98f9-018f5a27e49a} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1947 2025.03.25 22:29:39.838017 [ 5 ] {e1cc6448-b043-4452-98f9-018f5a27e49a} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.00143 sec., 23776.223776223775 rows/sec., 1.75 MiB/sec.
1948 2025.03.25 22:29:39.838068 [ 5 ] {e1cc6448-b043-4452-98f9-018f5a27e49a} <Debug> TCPHandler: Processed in 0.0016231 sec.
1949 2025.03.25 22:29:39.838196 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1950 2025.03.25 22:29:39.838301 [ 5 ] {a089c139-1189-4cae-abc3-af14a5566654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1951 2025.03.25 22:29:39.838349 [ 5 ] {a089c139-1189-4cae-abc3-af14a5566654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1952 2025.03.25 22:29:39.838909 [ 5 ] {a089c139-1189-4cae-abc3-af14a5566654} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1953 2025.03.25 22:29:39.838948 [ 5 ] {a089c139-1189-4cae-abc3-af14a5566654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1954 2025.03.25 22:29:39.839307 [ 5 ] {a089c139-1189-4cae-abc3-af14a5566654} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1955 2025.03.25 22:29:39.839572 [ 5 ] {a089c139-1189-4cae-abc3-af14a5566654} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1956 2025.03.25 22:29:39.839774 [ 5 ] {a089c139-1189-4cae-abc3-af14a5566654} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.00149 sec., 65771.81208053691 rows/sec., 5.14 MiB/sec.
1957 2025.03.25 22:29:39.839957 [ 5 ] {a089c139-1189-4cae-abc3-af14a5566654} <Debug> TCPHandler: Processed in 0.001812373 sec.
1958 2025.03.25 22:29:39.840111 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1959 2025.03.25 22:29:39.840217 [ 5 ] {ff1567d5-8fe8-4fe3-96be-d71cef5e1e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1960 2025.03.25 22:29:39.840267 [ 5 ] {ff1567d5-8fe8-4fe3-96be-d71cef5e1e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1961 2025.03.25 22:29:39.840811 [ 5 ] {ff1567d5-8fe8-4fe3-96be-d71cef5e1e1a} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1962 2025.03.25 22:29:39.840850 [ 5 ] {ff1567d5-8fe8-4fe3-96be-d71cef5e1e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1963 2025.03.25 22:29:39.841239 [ 5 ] {ff1567d5-8fe8-4fe3-96be-d71cef5e1e1a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1964 2025.03.25 22:29:39.841487 [ 5 ] {ff1567d5-8fe8-4fe3-96be-d71cef5e1e1a} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1965 2025.03.25 22:29:39.841681 [ 5 ] {ff1567d5-8fe8-4fe3-96be-d71cef5e1e1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec.
1966 2025.03.25 22:29:39.841872 [ 5 ] {ff1567d5-8fe8-4fe3-96be-d71cef5e1e1a} <Debug> TCPHandler: Processed in 0.001806653 sec.
1967 2025.03.25 22:29:39.842027 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1968 2025.03.25 22:29:39.842129 [ 5 ] {2d937ac3-7f90-4874-ad75-d134c1628b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1969 2025.03.25 22:29:39.842200 [ 5 ] {2d937ac3-7f90-4874-ad75-d134c1628b77} <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
1970 2025.03.25 22:29:39.843345 [ 5 ] {2d937ac3-7f90-4874-ad75-d134c1628b77} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1971 2025.03.25 22:29:39.843383 [ 5 ] {2d937ac3-7f90-4874-ad75-d134c1628b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1972 2025.03.25 22:29:39.844034 [ 5 ] {2d937ac3-7f90-4874-ad75-d134c1628b77} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1973 2025.03.25 22:29:39.844303 [ 5 ] {2d937ac3-7f90-4874-ad75-d134c1628b77} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1974 2025.03.25 22:29:39.844589 [ 5 ] {2d937ac3-7f90-4874-ad75-d134c1628b77} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002456 sec., 13843.648208469056 rows/sec., 24.81 MiB/sec.
1975 2025.03.25 22:29:39.844734 [ 5 ] {2d937ac3-7f90-4874-ad75-d134c1628b77} <Debug> TCPHandler: Processed in 0.00275783 sec.
1976 2025.03.25 22:29:39.844849 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1977 2025.03.25 22:29:39.844952 [ 5 ] {843a1d35-22b0-4e97-bc02-c2ab975ad3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1978 2025.03.25 22:29:39.844998 [ 5 ] {843a1d35-22b0-4e97-bc02-c2ab975ad3d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1979 2025.03.25 22:29:39.845428 [ 5 ] {843a1d35-22b0-4e97-bc02-c2ab975ad3d1} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1980 2025.03.25 22:29:39.845467 [ 5 ] {843a1d35-22b0-4e97-bc02-c2ab975ad3d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1981 2025.03.25 22:29:39.845823 [ 5 ] {843a1d35-22b0-4e97-bc02-c2ab975ad3d1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1982 2025.03.25 22:29:39.846070 [ 5 ] {843a1d35-22b0-4e97-bc02-c2ab975ad3d1} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1983 2025.03.25 22:29:39.846246 [ 5 ] {843a1d35-22b0-4e97-bc02-c2ab975ad3d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001316 sec., 45592.705167173255 rows/sec., 3.07 MiB/sec.
1984 2025.03.25 22:29:39.846293 [ 5 ] {843a1d35-22b0-4e97-bc02-c2ab975ad3d1} <Debug> TCPHandler: Processed in 0.001494467 sec.
1985 2025.03.25 22:29:43.534431 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache
1986 2025.03.25 22:29:43.534525 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache
1987 2025.03.25 22:29:43.628909 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
1988 2025.03.25 22:29:43.629644 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1989 2025.03.25 22:29:43.629698 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1990 2025.03.25 22:29:43.630225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1991 2025.03.25 22:29:43.630502 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1992 2025.03.25 22:29:43.630781 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
1993 2025.03.25 22:29:43.910346 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
1994 2025.03.25 22:29:43.930862 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1995 2025.03.25 22:29:43.930921 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
1996 2025.03.25 22:29:43.938340 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1997 2025.03.25 22:29:43.939100 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1998 2025.03.25 22:29:43.941992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
1999 2025.03.25 22:29:44.832905 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2000 2025.03.25 22:29:44.833097 [ 5 ] {c78f33df-cf04-4c32-98ec-1ae91ff26b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2001 2025.03.25 22:29:44.833175 [ 5 ] {c78f33df-cf04-4c32-98ec-1ae91ff26b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2002 2025.03.25 22:29:44.833957 [ 5 ] {c78f33df-cf04-4c32-98ec-1ae91ff26b6f} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2003 2025.03.25 22:29:44.834008 [ 5 ] {c78f33df-cf04-4c32-98ec-1ae91ff26b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2004 2025.03.25 22:29:44.834497 [ 5 ] {c78f33df-cf04-4c32-98ec-1ae91ff26b6f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2005 2025.03.25 22:29:44.834778 [ 5 ] {c78f33df-cf04-4c32-98ec-1ae91ff26b6f} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2006 2025.03.25 22:29:44.835050 [ 5 ] {c78f33df-cf04-4c32-98ec-1ae91ff26b6f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.14 MiB/sec.
2007 2025.03.25 22:29:44.835224 [ 5 ] {c78f33df-cf04-4c32-98ec-1ae91ff26b6f} <Debug> TCPHandler: Processed in 0.002444174 sec.
2008 2025.03.25 22:29:44.835395 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2009 2025.03.25 22:29:44.835510 [ 5 ] {828202c4-5bf6-4e8a-930f-08c737945a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2010 2025.03.25 22:29:44.835562 [ 5 ] {828202c4-5bf6-4e8a-930f-08c737945a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2011 2025.03.25 22:29:44.836149 [ 5 ] {828202c4-5bf6-4e8a-930f-08c737945a27} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2012 2025.03.25 22:29:44.836193 [ 5 ] {828202c4-5bf6-4e8a-930f-08c737945a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2013 2025.03.25 22:29:44.836567 [ 5 ] {828202c4-5bf6-4e8a-930f-08c737945a27} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2014 2025.03.25 22:29:44.836813 [ 5 ] {828202c4-5bf6-4e8a-930f-08c737945a27} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2015 2025.03.25 22:29:44.837037 [ 5 ] {828202c4-5bf6-4e8a-930f-08c737945a27} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001554 sec., 41184.04118404118 rows/sec., 3.21 MiB/sec.
2016 2025.03.25 22:29:44.837095 [ 5 ] {828202c4-5bf6-4e8a-930f-08c737945a27} <Debug> TCPHandler: Processed in 0.001753622 sec.
2017 2025.03.25 22:29:44.837216 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2018 2025.03.25 22:29:44.837335 [ 5 ] {61420393-3450-4799-81a2-07c9489cf12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2019 2025.03.25 22:29:44.837391 [ 5 ] {61420393-3450-4799-81a2-07c9489cf12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2020 2025.03.25 22:29:44.837944 [ 5 ] {61420393-3450-4799-81a2-07c9489cf12d} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2021 2025.03.25 22:29:44.837988 [ 5 ] {61420393-3450-4799-81a2-07c9489cf12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2022 2025.03.25 22:29:44.838410 [ 5 ] {61420393-3450-4799-81a2-07c9489cf12d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2023 2025.03.25 22:29:44.838663 [ 5 ] {61420393-3450-4799-81a2-07c9489cf12d} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2024 2025.03.25 22:29:44.838884 [ 5 ] {61420393-3450-4799-81a2-07c9489cf12d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec.
2025 2025.03.25 22:29:44.838939 [ 5 ] {61420393-3450-4799-81a2-07c9489cf12d} <Debug> TCPHandler: Processed in 0.001778373 sec.
2026 2025.03.25 22:29:44.839047 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2027 2025.03.25 22:29:44.839155 [ 5 ] {747a65a8-923a-4776-b21b-7eaf44c914c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2028 2025.03.25 22:29:44.839205 [ 5 ] {747a65a8-923a-4776-b21b-7eaf44c914c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2029 2025.03.25 22:29:44.839671 [ 5 ] {747a65a8-923a-4776-b21b-7eaf44c914c3} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2030 2025.03.25 22:29:44.839714 [ 5 ] {747a65a8-923a-4776-b21b-7eaf44c914c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2031 2025.03.25 22:29:44.840086 [ 5 ] {747a65a8-923a-4776-b21b-7eaf44c914c3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2032 2025.03.25 22:29:44.840329 [ 5 ] {747a65a8-923a-4776-b21b-7eaf44c914c3} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2033 2025.03.25 22:29:44.840562 [ 5 ] {747a65a8-923a-4776-b21b-7eaf44c914c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001429 sec., 41987.40377886634 rows/sec., 2.83 MiB/sec.
2034 2025.03.25 22:29:44.840683 [ 5 ] {747a65a8-923a-4776-b21b-7eaf44c914c3} <Debug> TCPHandler: Processed in 0.001688751 sec.
2035 2025.03.25 22:29:46.197643 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2036 2025.03.25 22:29:46.197944 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2037 2025.03.25 22:29:46.198435 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2038 2025.03.25 22:29:46.198499 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
2039 2025.03.25 22:29:46.198884 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2040 2025.03.25 22:29:46.198966 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2041 2025.03.25 22:29:46.199142 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2042 2025.03.25 22:29:46.199542 [ 291 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2043 2025.03.25 22:29:46.199564 [ 292 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2044 2025.03.25 22:29:46.199604 [ 287 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2045 2025.03.25 22:29:46.199592 [ 293 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2046 2025.03.25 22:29:46.199794 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2047 2025.03.25 22:29:46.199824 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
2048 2025.03.25 22:29:46.199947 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2049 2025.03.25 22:29:46.199970 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Reading approx. 33 rows with 3 streams
2050 2025.03.25 22:29:46.200015 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2051 2025.03.25 22:29:46.200060 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2052 2025.03.25 22:29:46.200105 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2053 2025.03.25 22:29:46.201624 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Debug> executeQuery: Read 33 rows, 1.40 KiB in 0.003824 sec., 8629.707112970711 rows/sec., 365.19 KiB/sec.
2054 2025.03.25 22:29:46.201818 [ 5 ] {ab31f440-a849-47b8-a15c-75b397155261} <Debug> TCPHandler: Processed in 0.004315139 sec.
2055 2025.03.25 22:29:46.241229 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2056 2025.03.25 22:29:46.241385 [ 5 ] {e900cb7a-e830-4acf-9be8-35ec402c025a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2057 2025.03.25 22:29:46.241453 [ 5 ] {e900cb7a-e830-4acf-9be8-35ec402c025a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2058 2025.03.25 22:29:46.242229 [ 5 ] {e900cb7a-e830-4acf-9be8-35ec402c025a} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2059 2025.03.25 22:29:46.242273 [ 5 ] {e900cb7a-e830-4acf-9be8-35ec402c025a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2060 2025.03.25 22:29:46.242775 [ 5 ] {e900cb7a-e830-4acf-9be8-35ec402c025a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2061 2025.03.25 22:29:46.242994 [ 5 ] {e900cb7a-e830-4acf-9be8-35ec402c025a} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2062 2025.03.25 22:29:46.243233 [ 5 ] {e900cb7a-e830-4acf-9be8-35ec402c025a} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001894 sec., 527.9831045406547 rows/sec., 119.62 KiB/sec.
2063 2025.03.25 22:29:46.243291 [ 5 ] {e900cb7a-e830-4acf-9be8-35ec402c025a} <Debug> TCPHandler: Processed in 0.002131299 sec.
2064 2025.03.25 22:29:46.243403 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2065 2025.03.25 22:29:46.243509 [ 5 ] {bedf4e15-32f3-4c99-af49-13835d39e03a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2066 2025.03.25 22:29:46.243554 [ 5 ] {bedf4e15-32f3-4c99-af49-13835d39e03a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2067 2025.03.25 22:29:46.244100 [ 5 ] {bedf4e15-32f3-4c99-af49-13835d39e03a} <Trace> oximeter.fields_i16 (4631d38a-1b26-41a8-8121-281e348718a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2068 2025.03.25 22:29:46.244140 [ 5 ] {bedf4e15-32f3-4c99-af49-13835d39e03a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2069 2025.03.25 22:29:46.244492 [ 5 ] {bedf4e15-32f3-4c99-af49-13835d39e03a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2070 2025.03.25 22:29:46.244727 [ 5 ] {bedf4e15-32f3-4c99-af49-13835d39e03a} <Trace> oximeter.fields_i16 (4631d38a-1b26-41a8-8121-281e348718a3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2071 2025.03.25 22:29:46.244947 [ 5 ] {bedf4e15-32f3-4c99-af49-13835d39e03a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001459 sec., 16449.62302947224 rows/sec., 1.36 MiB/sec.
2072 2025.03.25 22:29:46.245029 [ 5 ] {bedf4e15-32f3-4c99-af49-13835d39e03a} <Debug> TCPHandler: Processed in 0.001679171 sec.
2073 2025.03.25 22:29:46.245133 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2074 2025.03.25 22:29:46.245235 [ 5 ] {48c2efec-fbda-4592-b3c4-3c2bdaaf0b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2075 2025.03.25 22:29:46.245281 [ 5 ] {48c2efec-fbda-4592-b3c4-3c2bdaaf0b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2076 2025.03.25 22:29:46.245793 [ 5 ] {48c2efec-fbda-4592-b3c4-3c2bdaaf0b75} <Trace> oximeter.fields_ipaddr (eac68591-ef68-4eca-b4cf-b3b62444d8d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2077 2025.03.25 22:29:46.245831 [ 5 ] {48c2efec-fbda-4592-b3c4-3c2bdaaf0b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2078 2025.03.25 22:29:46.246161 [ 5 ] {48c2efec-fbda-4592-b3c4-3c2bdaaf0b75} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2079 2025.03.25 22:29:46.246403 [ 5 ] {48c2efec-fbda-4592-b3c4-3c2bdaaf0b75} <Trace> oximeter.fields_ipaddr (eac68591-ef68-4eca-b4cf-b3b62444d8d4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2080 2025.03.25 22:29:46.246653 [ 5 ] {48c2efec-fbda-4592-b3c4-3c2bdaaf0b75} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001421 sec., 8444.75721323012 rows/sec., 688.61 KiB/sec.
2081 2025.03.25 22:29:46.246753 [ 5 ] {48c2efec-fbda-4592-b3c4-3c2bdaaf0b75} <Debug> TCPHandler: Processed in 0.00166892 sec.
2082 2025.03.25 22:29:46.246858 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2083 2025.03.25 22:29:46.246960 [ 5 ] {8b19e0d9-e214-4d27-a172-cf02b1f026fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2084 2025.03.25 22:29:46.247004 [ 5 ] {8b19e0d9-e214-4d27-a172-cf02b1f026fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2085 2025.03.25 22:29:46.248206 [ 5 ] {8b19e0d9-e214-4d27-a172-cf02b1f026fc} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2086 2025.03.25 22:29:46.248245 [ 5 ] {8b19e0d9-e214-4d27-a172-cf02b1f026fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2087 2025.03.25 22:29:46.248669 [ 5 ] {8b19e0d9-e214-4d27-a172-cf02b1f026fc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2088 2025.03.25 22:29:46.248905 [ 5 ] {8b19e0d9-e214-4d27-a172-cf02b1f026fc} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2089 2025.03.25 22:29:46.249109 [ 5 ] {8b19e0d9-e214-4d27-a172-cf02b1f026fc} <Debug> executeQuery: Read 1390 rows, 118.83 KiB in 0.00217 sec., 640552.9953917051 rows/sec., 53.47 MiB/sec.
2090 2025.03.25 22:29:46.249161 [ 5 ] {8b19e0d9-e214-4d27-a172-cf02b1f026fc} <Debug> TCPHandler: Processed in 0.002352433 sec.
2091 2025.03.25 22:29:46.249274 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2092 2025.03.25 22:29:46.249378 [ 5 ] {a3320d7c-b6ec-4f92-97dd-c14aaa910cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2093 2025.03.25 22:29:46.249422 [ 5 ] {a3320d7c-b6ec-4f92-97dd-c14aaa910cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2094 2025.03.25 22:29:46.249969 [ 5 ] {a3320d7c-b6ec-4f92-97dd-c14aaa910cd7} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2095 2025.03.25 22:29:46.250008 [ 5 ] {a3320d7c-b6ec-4f92-97dd-c14aaa910cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2096 2025.03.25 22:29:46.250344 [ 5 ] {a3320d7c-b6ec-4f92-97dd-c14aaa910cd7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2097 2025.03.25 22:29:46.250575 [ 5 ] {a3320d7c-b6ec-4f92-97dd-c14aaa910cd7} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2098 2025.03.25 22:29:46.250729 [ 113 ] {} <Debug> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2099 2025.03.25 22:29:46.250803 [ 5 ] {a3320d7c-b6ec-4f92-97dd-c14aaa910cd7} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.00144 sec., 40277.777777777774 rows/sec., 2.95 MiB/sec.
2100 2025.03.25 22:29:46.250806 [ 113 ] {} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2101 2025.03.25 22:29:46.250892 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2102 2025.03.25 22:29:46.250917 [ 5 ] {a3320d7c-b6ec-4f92-97dd-c14aaa910cd7} <Debug> TCPHandler: Processed in 0.001692011 sec.
2103 2025.03.25 22:29:46.251199 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2104 2025.03.25 22:29:46.251284 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::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
2105 2025.03.25 22:29:46.251399 [ 5 ] {2da3a4b5-e904-44bf-a750-edc9bffe17ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2106 2025.03.25 22:29:46.251506 [ 5 ] {2da3a4b5-e904-44bf-a750-edc9bffe17ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2107 2025.03.25 22:29:46.251534 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2108 2025.03.25 22:29:46.251624 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::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
2109 2025.03.25 22:29:46.251949 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::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
2110 2025.03.25 22:29:46.252231 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part
2111 2025.03.25 22:29:46.252686 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2112 2025.03.25 22:29:46.253207 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part
2113 2025.03.25 22:29:46.253719 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 58 rows starting from the beginning of the part
2114 2025.03.25 22:29:46.255165 [ 5 ] {2da3a4b5-e904-44bf-a750-edc9bffe17ea} <Trace> oximeter.fields_u32 (0936aa9f-ec0a-46ea-97c9-06d7a1270e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2115 2025.03.25 22:29:46.255226 [ 5 ] {2da3a4b5-e904-44bf-a750-edc9bffe17ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2116 2025.03.25 22:29:46.256257 [ 5 ] {2da3a4b5-e904-44bf-a750-edc9bffe17ea} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2117 2025.03.25 22:29:46.256496 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.005503681 sec., 29434.84551521064 rows/sec., 2.28 MiB/sec.
2118 2025.03.25 22:29:46.256673 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2119 2025.03.25 22:29:46.256734 [ 5 ] {2da3a4b5-e904-44bf-a750-edc9bffe17ea} <Trace> oximeter.fields_u32 (0936aa9f-ec0a-46ea-97c9-06d7a1270e60): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2120 2025.03.25 22:29:46.257209 [ 5 ] {2da3a4b5-e904-44bf-a750-edc9bffe17ea} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.005852 sec., 43062.2009569378 rows/sec., 2.98 MiB/sec.
2121 2025.03.25 22:29:46.257370 [ 5 ] {2da3a4b5-e904-44bf-a750-edc9bffe17ea} <Debug> TCPHandler: Processed in 0.006289415 sec.
2122 2025.03.25 22:29:46.257370 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::all_1_6_1} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2123 2025.03.25 22:29:46.257533 [ 187 ] {676fbec7-31ab-4272-b939-4c090cae3802::all_1_6_1} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2124 2025.03.25 22:29:46.257556 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2125 2025.03.25 22:29:46.257656 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2126 2025.03.25 22:29:46.257734 [ 5 ] {a6572e8c-ecc7-4678-8304-fda53df9e7eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2127 2025.03.25 22:29:46.257783 [ 5 ] {a6572e8c-ecc7-4678-8304-fda53df9e7eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2128 2025.03.25 22:29:46.258325 [ 5 ] {a6572e8c-ecc7-4678-8304-fda53df9e7eb} <Trace> oximeter.fields_u8 (26a24a24-682a-4490-9a4e-5218df99e35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2129 2025.03.25 22:29:46.258364 [ 5 ] {a6572e8c-ecc7-4678-8304-fda53df9e7eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2130 2025.03.25 22:29:46.258717 [ 5 ] {a6572e8c-ecc7-4678-8304-fda53df9e7eb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2131 2025.03.25 22:29:46.258951 [ 5 ] {a6572e8c-ecc7-4678-8304-fda53df9e7eb} <Trace> oximeter.fields_u8 (26a24a24-682a-4490-9a4e-5218df99e35e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2132 2025.03.25 22:29:46.259231 [ 5 ] {a6572e8c-ecc7-4678-8304-fda53df9e7eb} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001512 sec., 7936.507936507936 rows/sec., 620.04 KiB/sec.
2133 2025.03.25 22:29:46.259289 [ 5 ] {a6572e8c-ecc7-4678-8304-fda53df9e7eb} <Debug> TCPHandler: Processed in 0.001805663 sec.
2134 2025.03.25 22:29:46.259400 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2135 2025.03.25 22:29:46.259541 [ 5 ] {920b23fa-e263-4bc8-bd6e-90e71124f297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2136 2025.03.25 22:29:46.259589 [ 5 ] {920b23fa-e263-4bc8-bd6e-90e71124f297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2137 2025.03.25 22:29:46.260509 [ 5 ] {920b23fa-e263-4bc8-bd6e-90e71124f297} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2138 2025.03.25 22:29:46.260559 [ 5 ] {920b23fa-e263-4bc8-bd6e-90e71124f297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2139 2025.03.25 22:29:46.260961 [ 5 ] {920b23fa-e263-4bc8-bd6e-90e71124f297} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2140 2025.03.25 22:29:46.261205 [ 5 ] {920b23fa-e263-4bc8-bd6e-90e71124f297} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2141 2025.03.25 22:29:46.261409 [ 5 ] {920b23fa-e263-4bc8-bd6e-90e71124f297} <Debug> executeQuery: Read 602 rows, 46.36 KiB in 0.001891 sec., 318350.0793231095 rows/sec., 23.94 MiB/sec.
2142 2025.03.25 22:29:46.261462 [ 5 ] {920b23fa-e263-4bc8-bd6e-90e71124f297} <Debug> TCPHandler: Processed in 0.002116959 sec.
2143 2025.03.25 22:29:46.261570 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2144 2025.03.25 22:29:46.261672 [ 5 ] {fdf31254-74b8-4d08-b32b-f468f2d63a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2145 2025.03.25 22:29:46.261721 [ 5 ] {fdf31254-74b8-4d08-b32b-f468f2d63a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2146 2025.03.25 22:29:46.262449 [ 5 ] {fdf31254-74b8-4d08-b32b-f468f2d63a6f} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2147 2025.03.25 22:29:46.262489 [ 5 ] {fdf31254-74b8-4d08-b32b-f468f2d63a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2148 2025.03.25 22:29:46.262925 [ 5 ] {fdf31254-74b8-4d08-b32b-f468f2d63a6f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2149 2025.03.25 22:29:46.263174 [ 5 ] {fdf31254-74b8-4d08-b32b-f468f2d63a6f} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2150 2025.03.25 22:29:46.263352 [ 5 ] {fdf31254-74b8-4d08-b32b-f468f2d63a6f} <Debug> executeQuery: Read 952 rows, 65.81 KiB in 0.001702 sec., 559341.9506462985 rows/sec., 37.76 MiB/sec.
2151 2025.03.25 22:29:46.263403 [ 5 ] {fdf31254-74b8-4d08-b32b-f468f2d63a6f} <Debug> TCPHandler: Processed in 0.001884615 sec.
2152 2025.03.25 22:29:46.263521 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2153 2025.03.25 22:29:46.263628 [ 5 ] {6f5af146-8ac9-4459-80b2-5818c0630af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2154 2025.03.25 22:29:46.263694 [ 5 ] {6f5af146-8ac9-4459-80b2-5818c0630af3} <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.03.25 22:29:46.264835 [ 5 ] {6f5af146-8ac9-4459-80b2-5818c0630af3} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2156 2025.03.25 22:29:46.264873 [ 5 ] {6f5af146-8ac9-4459-80b2-5818c0630af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2157 2025.03.25 22:29:46.265509 [ 5 ] {6f5af146-8ac9-4459-80b2-5818c0630af3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2158 2025.03.25 22:29:46.265769 [ 5 ] {6f5af146-8ac9-4459-80b2-5818c0630af3} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2159 2025.03.25 22:29:46.265901 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2160 2025.03.25 22:29:46.265951 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2161 2025.03.25 22:29:46.265977 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2162 2025.03.25 22:29:46.265994 [ 5 ] {6f5af146-8ac9-4459-80b2-5818c0630af3} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002388 sec., 14237.85594639866 rows/sec., 25.51 MiB/sec.
2163 2025.03.25 22:29:46.266198 [ 193 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::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
2164 2025.03.25 22:29:46.266224 [ 5 ] {6f5af146-8ac9-4459-80b2-5818c0630af3} <Debug> TCPHandler: Processed in 0.00275456 sec.
2165 2025.03.25 22:29:46.266388 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2166 2025.03.25 22:29:46.266538 [ 5 ] {319e9040-ecd4-4da2-8466-7a7083ffef62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2167 2025.03.25 22:29:46.266559 [ 193 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2168 2025.03.25 22:29:46.266601 [ 5 ] {319e9040-ecd4-4da2-8466-7a7083ffef62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2169 2025.03.25 22:29:46.266651 [ 193 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::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
2170 2025.03.25 22:29:46.267256 [ 193 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::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
2171 2025.03.25 22:29:46.267802 [ 193 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2172 2025.03.25 22:29:46.268296 [ 5 ] {319e9040-ecd4-4da2-8466-7a7083ffef62} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2173 2025.03.25 22:29:46.268356 [ 5 ] {319e9040-ecd4-4da2-8466-7a7083ffef62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2174 2025.03.25 22:29:46.268369 [ 193 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2175 2025.03.25 22:29:46.268871 [ 193 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part
2176 2025.03.25 22:29:46.269381 [ 193 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part
2177 2025.03.25 22:29:46.269411 [ 5 ] {319e9040-ecd4-4da2-8466-7a7083ffef62} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2178 2025.03.25 22:29:46.270012 [ 5 ] {319e9040-ecd4-4da2-8466-7a7083ffef62} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2179 2025.03.25 22:29:46.270290 [ 5 ] {319e9040-ecd4-4da2-8466-7a7083ffef62} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.003792 sec., 6329.113924050634 rows/sec., 436.77 KiB/sec.
2180 2025.03.25 22:29:46.270365 [ 5 ] {319e9040-ecd4-4da2-8466-7a7083ffef62} <Debug> TCPHandler: Processed in 0.004034804 sec.
2181 2025.03.25 22:29:46.272248 [ 186 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.006196453 sec., 20334.213783272462 rows/sec., 36.44 MiB/sec.
2182 2025.03.25 22:29:46.272674 [ 186 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2183 2025.03.25 22:29:46.273161 [ 186 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2184 2025.03.25 22:29:46.273253 [ 186 ] {a6fbed12-7c87-4941-8b55-39ead94c5c26::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2185 2025.03.25 22:29:46.273427 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
2186 2025.03.25 22:29:48.640850 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 320
2187 2025.03.25 22:29:48.644278 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2188 2025.03.25 22:29:48.644322 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2189 2025.03.25 22:29:48.645810 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2190 2025.03.25 22:29:48.646108 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2191 2025.03.25 22:29:48.646579 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320
2192 2025.03.25 22:29:49.830010 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2193 2025.03.25 22:29:49.830207 [ 5 ] {81b47643-e4ad-49a9-96c7-a03c8e93fd2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2194 2025.03.25 22:29:49.830285 [ 5 ] {81b47643-e4ad-49a9-96c7-a03c8e93fd2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2195 2025.03.25 22:29:49.831223 [ 5 ] {81b47643-e4ad-49a9-96c7-a03c8e93fd2d} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2196 2025.03.25 22:29:49.831278 [ 5 ] {81b47643-e4ad-49a9-96c7-a03c8e93fd2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2197 2025.03.25 22:29:49.831751 [ 5 ] {81b47643-e4ad-49a9-96c7-a03c8e93fd2d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2198 2025.03.25 22:29:49.832030 [ 5 ] {81b47643-e4ad-49a9-96c7-a03c8e93fd2d} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2199 2025.03.25 22:29:49.832261 [ 5 ] {81b47643-e4ad-49a9-96c7-a03c8e93fd2d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002107 sec., 26578.073089700996 rows/sec., 2.03 MiB/sec.
2200 2025.03.25 22:29:49.832332 [ 5 ] {81b47643-e4ad-49a9-96c7-a03c8e93fd2d} <Debug> TCPHandler: Processed in 0.002462025 sec.
2201 2025.03.25 22:29:49.832472 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2202 2025.03.25 22:29:49.832592 [ 5 ] {cc953d2b-35a8-44eb-aa03-c985486d310e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2203 2025.03.25 22:29:49.832644 [ 5 ] {cc953d2b-35a8-44eb-aa03-c985486d310e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2204 2025.03.25 22:29:49.833219 [ 5 ] {cc953d2b-35a8-44eb-aa03-c985486d310e} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2205 2025.03.25 22:29:49.833263 [ 5 ] {cc953d2b-35a8-44eb-aa03-c985486d310e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2206 2025.03.25 22:29:49.833864 [ 5 ] {cc953d2b-35a8-44eb-aa03-c985486d310e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2207 2025.03.25 22:29:49.834139 [ 5 ] {cc953d2b-35a8-44eb-aa03-c985486d310e} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2208 2025.03.25 22:29:49.834388 [ 5 ] {cc953d2b-35a8-44eb-aa03-c985486d310e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001826 sec., 35049.28806133626 rows/sec., 2.74 MiB/sec.
2209 2025.03.25 22:29:49.834446 [ 5 ] {cc953d2b-35a8-44eb-aa03-c985486d310e} <Debug> TCPHandler: Processed in 0.002029507 sec.
2210 2025.03.25 22:29:49.834583 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2211 2025.03.25 22:29:49.834697 [ 5 ] {1be1c544-0039-4747-a0ae-273a71d99581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2212 2025.03.25 22:29:49.834751 [ 5 ] {1be1c544-0039-4747-a0ae-273a71d99581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2213 2025.03.25 22:29:49.835275 [ 5 ] {1be1c544-0039-4747-a0ae-273a71d99581} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2214 2025.03.25 22:29:49.835317 [ 5 ] {1be1c544-0039-4747-a0ae-273a71d99581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2215 2025.03.25 22:29:49.835821 [ 5 ] {1be1c544-0039-4747-a0ae-273a71d99581} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2216 2025.03.25 22:29:49.836110 [ 5 ] {1be1c544-0039-4747-a0ae-273a71d99581} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2217 2025.03.25 22:29:49.836343 [ 5 ] {1be1c544-0039-4747-a0ae-273a71d99581} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001674 sec., 57347.67025089606 rows/sec., 3.99 MiB/sec.
2218 2025.03.25 22:29:49.836399 [ 5 ] {1be1c544-0039-4747-a0ae-273a71d99581} <Debug> TCPHandler: Processed in 0.001869734 sec.
2219 2025.03.25 22:29:49.836529 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2220 2025.03.25 22:29:49.836640 [ 5 ] {888645d8-b161-4546-969a-859cf15865c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2221 2025.03.25 22:29:49.836690 [ 5 ] {888645d8-b161-4546-969a-859cf15865c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2222 2025.03.25 22:29:49.837143 [ 5 ] {888645d8-b161-4546-969a-859cf15865c4} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2223 2025.03.25 22:29:49.837191 [ 5 ] {888645d8-b161-4546-969a-859cf15865c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2224 2025.03.25 22:29:49.837614 [ 5 ] {888645d8-b161-4546-969a-859cf15865c4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2225 2025.03.25 22:29:49.837882 [ 5 ] {888645d8-b161-4546-969a-859cf15865c4} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2226 2025.03.25 22:29:49.838129 [ 5 ] {888645d8-b161-4546-969a-859cf15865c4} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.0015 sec., 24000 rows/sec., 1.62 MiB/sec.
2227 2025.03.25 22:29:49.838275 [ 5 ] {888645d8-b161-4546-969a-859cf15865c4} <Debug> TCPHandler: Processed in 0.001797853 sec.
2228 2025.03.25 22:29:51.130931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2229 2025.03.25 22:29:51.132102 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2230 2025.03.25 22:29:51.132161 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2231 2025.03.25 22:29:51.132705 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2232 2025.03.25 22:29:51.132970 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2233 2025.03.25 22:29:51.133196 [ 96 ] {} <Debug> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2234 2025.03.25 22:29:51.133232 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2235 2025.03.25 22:29:51.133282 [ 96 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2236 2025.03.25 22:29:51.133315 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2237 2025.03.25 22:29:51.133497 [ 193 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::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
2238 2025.03.25 22:29:51.133716 [ 193 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2239 2025.03.25 22:29:51.133782 [ 193 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::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
2240 2025.03.25 22:29:51.133865 [ 193 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2241 2025.03.25 22:29:51.134060 [ 193 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2242 2025.03.25 22:29:51.134240 [ 193 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2243 2025.03.25 22:29:51.134419 [ 193 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2244 2025.03.25 22:29:51.134554 [ 193 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2245 2025.03.25 22:29:51.136201 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002801481 sec., 1829032.5724143763 rows/sec., 26.16 MiB/sec.
2246 2025.03.25 22:29:51.136973 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2247 2025.03.25 22:29:51.137278 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_11_2} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2248 2025.03.25 22:29:51.137370 [ 192 ] {5e9ebdda-3757-4e69-9b49-466a0c9fed74::all_1_11_2} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2249 2025.03.25 22:29:51.137476 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2250 2025.03.25 22:29:51.442068 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2251 2025.03.25 22:29:51.464357 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2252 2025.03.25 22:29:51.464435 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2253 2025.03.25 22:29:51.472372 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2254 2025.03.25 22:29:51.473283 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2255 2025.03.25 22:29:51.473719 [ 96 ] {} <Debug> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2256 2025.03.25 22:29:51.473847 [ 96 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2257 2025.03.25 22:29:51.473909 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2258 2025.03.25 22:29:51.474299 [ 188 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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.03.25 22:29:51.491799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2260 2025.03.25 22:29:51.492955 [ 188 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2261 2025.03.25 22:29:51.494753 [ 188 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
2262 2025.03.25 22:29:51.501182 [ 188 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
2263 2025.03.25 22:29:51.506778 [ 188 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
2264 2025.03.25 22:29:51.512229 [ 188 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
2265 2025.03.25 22:29:51.517818 [ 188 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
2266 2025.03.25 22:29:51.522328 [ 188 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::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
2267 2025.03.25 22:29:51.578626 [ 200 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.104562357 sec., 793.7847078179387 rows/sec., 4.10 MiB/sec.
2268 2025.03.25 22:29:51.581256 [ 198 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2269 2025.03.25 22:29:51.584283 [ 198 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::all_1_11_2} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2270 2025.03.25 22:29:51.584407 [ 198 ] {b0b6287e-9d77-4361-b0fb-9dec8ccaea31::all_1_11_2} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2271 2025.03.25 22:29:51.586935 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.43 MiB.
2272 2025.03.25 22:29:54.832919 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2273 2025.03.25 22:29:54.833135 [ 5 ] {07e71da1-c0d0-49e0-b94b-39f3add2d7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2274 2025.03.25 22:29:54.833209 [ 5 ] {07e71da1-c0d0-49e0-b94b-39f3add2d7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2275 2025.03.25 22:29:54.834015 [ 5 ] {07e71da1-c0d0-49e0-b94b-39f3add2d7ab} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2276 2025.03.25 22:29:54.834063 [ 5 ] {07e71da1-c0d0-49e0-b94b-39f3add2d7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2277 2025.03.25 22:29:54.834514 [ 5 ] {07e71da1-c0d0-49e0-b94b-39f3add2d7ab} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2278 2025.03.25 22:29:54.834792 [ 5 ] {07e71da1-c0d0-49e0-b94b-39f3add2d7ab} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2279 2025.03.25 22:29:54.834943 [ 169 ] {} <Debug> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2280 2025.03.25 22:29:54.834989 [ 169 ] {} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2281 2025.03.25 22:29:54.835003 [ 5 ] {07e71da1-c0d0-49e0-b94b-39f3add2d7ab} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.23 MiB/sec.
2282 2025.03.25 22:29:54.835015 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2283 2025.03.25 22:29:54.835165 [ 5 ] {07e71da1-c0d0-49e0-b94b-39f3add2d7ab} <Debug> TCPHandler: Processed in 0.002383883 sec.
2284 2025.03.25 22:29:54.835474 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::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
2285 2025.03.25 22:29:54.835517 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2286 2025.03.25 22:29:54.835769 [ 5 ] {a12c41a9-d8e5-41db-83c4-787a737d2ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2287 2025.03.25 22:29:54.835787 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2288 2025.03.25 22:29:54.835872 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1384 rows starting from the beginning of the part
2289 2025.03.25 22:29:54.835877 [ 5 ] {a12c41a9-d8e5-41db-83c4-787a737d2ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2290 2025.03.25 22:29:54.836239 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 124 rows starting from the beginning of the part
2291 2025.03.25 22:29:54.836561 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
2292 2025.03.25 22:29:54.836962 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1390 rows starting from the beginning of the part
2293 2025.03.25 22:29:54.837269 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2294 2025.03.25 22:29:54.837678 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part
2295 2025.03.25 22:29:54.838903 [ 5 ] {a12c41a9-d8e5-41db-83c4-787a737d2ded} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2296 2025.03.25 22:29:54.838979 [ 5 ] {a12c41a9-d8e5-41db-83c4-787a737d2ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2297 2025.03.25 22:29:54.840026 [ 5 ] {a12c41a9-d8e5-41db-83c4-787a737d2ded} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2298 2025.03.25 22:29:54.840534 [ 5 ] {a12c41a9-d8e5-41db-83c4-787a737d2ded} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2299 2025.03.25 22:29:54.840693 [ 169 ] {} <Debug> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2300 2025.03.25 22:29:54.840747 [ 169 ] {} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2301 2025.03.25 22:29:54.840772 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2302 2025.03.25 22:29:54.840796 [ 5 ] {a12c41a9-d8e5-41db-83c4-787a737d2ded} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005125 sec., 12487.80487804878 rows/sec., 998.09 KiB/sec.
2303 2025.03.25 22:29:54.841067 [ 5 ] {a12c41a9-d8e5-41db-83c4-787a737d2ded} <Debug> TCPHandler: Processed in 0.005612352 sec.
2304 2025.03.25 22:29:54.841121 [ 198 ] {e773adfa-478b-4019-84d4-040118a820e1::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
2305 2025.03.25 22:29:54.841449 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2306 2025.03.25 22:29:54.841577 [ 198 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2307 2025.03.25 22:29:54.841740 [ 198 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part
2308 2025.03.25 22:29:54.841812 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3066 rows, containing 5 columns (5 merged, 0 gathered) in 0.006662002 sec., 460222.0173455367 rows/sec., 40.04 MiB/sec.
2309 2025.03.25 22:29:54.841911 [ 5 ] {765ce0f5-2399-4bf3-8efe-a64529d30416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2310 2025.03.25 22:29:54.842082 [ 198 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 98 rows starting from the beginning of the part
2311 2025.03.25 22:29:54.842163 [ 5 ] {765ce0f5-2399-4bf3-8efe-a64529d30416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2312 2025.03.25 22:29:54.842257 [ 190 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2313 2025.03.25 22:29:54.842623 [ 198 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
2314 2025.03.25 22:29:54.843146 [ 198 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 602 rows starting from the beginning of the part
2315 2025.03.25 22:29:54.843765 [ 198 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2316 2025.03.25 22:29:54.843854 [ 201 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2317 2025.03.25 22:29:54.844375 [ 198 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part
2318 2025.03.25 22:29:54.844499 [ 201 ] {2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d::all_1_16_3} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2319 2025.03.25 22:29:54.844968 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
2320 2025.03.25 22:29:54.846182 [ 5 ] {765ce0f5-2399-4bf3-8efe-a64529d30416} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2321 2025.03.25 22:29:54.846252 [ 5 ] {765ce0f5-2399-4bf3-8efe-a64529d30416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2322 2025.03.25 22:29:54.847403 [ 5 ] {765ce0f5-2399-4bf3-8efe-a64529d30416} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2323 2025.03.25 22:29:54.847765 [ 199 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1492 rows, containing 5 columns (5 merged, 0 gathered) in 0.006905445 sec., 216061.38344451372 rows/sec., 17.19 MiB/sec.
2324 2025.03.25 22:29:54.847957 [ 5 ] {765ce0f5-2399-4bf3-8efe-a64529d30416} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2325 2025.03.25 22:29:54.848092 [ 199 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2326 2025.03.25 22:29:54.848231 [ 169 ] {} <Debug> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2327 2025.03.25 22:29:54.848358 [ 169 ] {} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2328 2025.03.25 22:29:54.848442 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2329 2025.03.25 22:29:54.848564 [ 5 ] {765ce0f5-2399-4bf3-8efe-a64529d30416} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006794 sec., 23550.19134530468 rows/sec., 1.64 MiB/sec.
2330 2025.03.25 22:29:54.848972 [ 5 ] {765ce0f5-2399-4bf3-8efe-a64529d30416} <Debug> TCPHandler: Processed in 0.007687341 sec.
2331 2025.03.25 22:29:54.849071 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::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
2332 2025.03.25 22:29:54.849168 [ 199 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2333 2025.03.25 22:29:54.849273 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2334 2025.03.25 22:29:54.849471 [ 199 ] {e773adfa-478b-4019-84d4-040118a820e1::all_1_16_3} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2335 2025.03.25 22:29:54.849587 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2336 2025.03.25 22:29:54.849667 [ 5 ] {33d4f154-14c4-46b6-9168-929819f45851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2337 2025.03.25 22:29:54.849744 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
2338 2025.03.25 22:29:54.849763 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3936 rows starting from the beginning of the part
2339 2025.03.25 22:29:54.849829 [ 5 ] {33d4f154-14c4-46b6-9168-929819f45851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2340 2025.03.25 22:29:54.850138 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::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
2341 2025.03.25 22:29:54.850482 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
2342 2025.03.25 22:29:54.850871 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 952 rows starting from the beginning of the part
2343 2025.03.25 22:29:54.851290 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 96 rows starting from the beginning of the part
2344 2025.03.25 22:29:54.851545 [ 196 ] {679e6232-1b66-4728-8640-a1b4897b4577::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
2345 2025.03.25 22:29:54.852351 [ 5 ] {33d4f154-14c4-46b6-9168-929819f45851} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2346 2025.03.25 22:29:54.852417 [ 5 ] {33d4f154-14c4-46b6-9168-929819f45851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2347 2025.03.25 22:29:54.853310 [ 5 ] {33d4f154-14c4-46b6-9168-929819f45851} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2348 2025.03.25 22:29:54.853899 [ 5 ] {33d4f154-14c4-46b6-9168-929819f45851} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2349 2025.03.25 22:29:54.854254 [ 166 ] {} <Debug> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2350 2025.03.25 22:29:54.854383 [ 166 ] {} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2351 2025.03.25 22:29:54.854481 [ 166 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2352 2025.03.25 22:29:54.854555 [ 5 ] {33d4f154-14c4-46b6-9168-929819f45851} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005016 sec., 11961.722488038278 rows/sec., 825.48 KiB/sec.
2353 2025.03.25 22:29:54.855131 [ 5 ] {33d4f154-14c4-46b6-9168-929819f45851} <Debug> TCPHandler: Processed in 0.005971409 sec.
2354 2025.03.25 22:29:54.855336 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::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
2355 2025.03.25 22:29:54.855917 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2356 2025.03.25 22:29:54.855950 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 576 rows starting from the beginning of the part
2357 2025.03.25 22:29:54.856053 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::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
2358 2025.03.25 22:29:54.856174 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
2359 2025.03.25 22:29:54.856402 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part
2360 2025.03.25 22:29:54.856543 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
2361 2025.03.25 22:29:54.856779 [ 194 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::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
2362 2025.03.25 22:29:54.857463 [ 199 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5464 rows, containing 5 columns (5 merged, 0 gathered) in 0.008893342 sec., 614392.2048651676 rows/sec., 42.06 MiB/sec.
2363 2025.03.25 22:29:54.858110 [ 199 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2364 2025.03.25 22:29:54.858834 [ 195 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2365 2025.03.25 22:29:54.858852 [ 189 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 816 rows, containing 4 columns (4 merged, 0 gathered) in 0.004183427 sec., 195055.3935804306 rows/sec., 13.15 MiB/sec.
2366 2025.03.25 22:29:54.858971 [ 195 ] {679e6232-1b66-4728-8640-a1b4897b4577::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2367 2025.03.25 22:29:54.859114 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB.
2368 2025.03.25 22:29:54.859131 [ 189 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2369 2025.03.25 22:29:54.859451 [ 189 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_16_3} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2370 2025.03.25 22:29:54.859529 [ 189 ] {2b516edf-e734-4ba3-a04d-e6fd8aa6f516::all_1_16_3} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2371 2025.03.25 22:29:54.859617 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2372 2025.03.25 22:29:58.064478 [ 154 ] {} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2373 2025.03.25 22:29:58.064551 [ 154 ] {} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2374 2025.03.25 22:29:58.064578 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2375 2025.03.25 22:29:58.064817 [ 199 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::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
2376 2025.03.25 22:29:58.065339 [ 199 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2377 2025.03.25 22:29:58.065420 [ 199 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
2378 2025.03.25 22:29:58.065615 [ 199 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::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
2379 2025.03.25 22:29:58.065839 [ 199 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::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
2380 2025.03.25 22:29:58.066066 [ 199 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part
2381 2025.03.25 22:29:58.066193 [ 199 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::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
2382 2025.03.25 22:29:58.068482 [ 194 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 6 columns (6 merged, 0 gathered) in 0.00380203 sec., 9205.608582783407 rows/sec., 1.89 MiB/sec.
2383 2025.03.25 22:29:58.068710 [ 194 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2384 2025.03.25 22:29:58.069212 [ 194 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::all_1_5_1} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2385 2025.03.25 22:29:58.069304 [ 194 ] {a2bb3165-bcc4-4ef1-8863-8dc0fde6b141::all_1_5_1} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2386 2025.03.25 22:29:58.069423 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2387 2025.03.25 22:29:58.534589 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache
2388 2025.03.25 22:29:58.534645 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache
2389 2025.03.25 22:29:58.633363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2390 2025.03.25 22:29:58.634031 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2391 2025.03.25 22:29:58.634080 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2392 2025.03.25 22:29:58.634632 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2393 2025.03.25 22:29:58.634895 [ 244 ] {} <Trace> system.asynchronous_metric_log (5e9ebdda-3757-4e69-9b49-466a0c9fed74): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2394 2025.03.25 22:29:58.635192 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2395 2025.03.25 22:29:58.646813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 336
2396 2025.03.25 22:29:58.649585 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2397 2025.03.25 22:29:58.649645 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2398 2025.03.25 22:29:58.651117 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2399 2025.03.25 22:29:58.651442 [ 242 ] {} <Trace> system.query_log (69fc6151-a581-41d9-b77c-f8e52a74ea18): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2400 2025.03.25 22:29:58.652412 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 336
2401 2025.03.25 22:29:58.991883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2402 2025.03.25 22:29:59.011643 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2403 2025.03.25 22:29:59.011697 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2404 2025.03.25 22:29:59.018740 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2405 2025.03.25 22:29:59.019521 [ 243 ] {} <Trace> system.metric_log (b0b6287e-9d77-4361-b0fb-9dec8ccaea31): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2406 2025.03.25 22:29:59.022475 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2407 2025.03.25 22:29:59.827593 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2408 2025.03.25 22:29:59.828033 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2409 2025.03.25 22:29:59.828493 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2410 2025.03.25 22:29:59.828549 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
2411 2025.03.25 22:29:59.828924 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2412 2025.03.25 22:29:59.829007 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2413 2025.03.25 22:29:59.829190 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2414 2025.03.25 22:29:59.829232 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2415 2025.03.25 22:29:59.829257 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Debug> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (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
2416 2025.03.25 22:29:59.829275 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141) (SelectExecutor): Spreading mark ranges among streams (default reading)
2417 2025.03.25 22:29:59.829326 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2418 2025.03.25 22:29:59.829351 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0
2419 2025.03.25 22:29:59.830412 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Debug> executeQuery: Read 35 rows, 1.48 KiB in 0.002598 sec., 13471.901462663587 rows/sec., 569.85 KiB/sec.
2420 2025.03.25 22:29:59.830544 [ 5 ] {d0420ef0-17a6-4f6d-b690-8897972956e0} <Debug> TCPHandler: Processed in 0.003139638 sec.
2421 2025.03.25 22:29:59.839000 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2422 2025.03.25 22:29:59.839130 [ 5 ] {3ae6a16f-9927-4b5c-a194-449e33fe9f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2423 2025.03.25 22:29:59.839181 [ 5 ] {3ae6a16f-9927-4b5c-a194-449e33fe9f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2424 2025.03.25 22:29:59.839936 [ 5 ] {3ae6a16f-9927-4b5c-a194-449e33fe9f54} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2425 2025.03.25 22:29:59.839982 [ 5 ] {3ae6a16f-9927-4b5c-a194-449e33fe9f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2426 2025.03.25 22:29:59.840528 [ 5 ] {3ae6a16f-9927-4b5c-a194-449e33fe9f54} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2427 2025.03.25 22:29:59.840757 [ 5 ] {3ae6a16f-9927-4b5c-a194-449e33fe9f54} <Trace> oximeter.timeseries_schema (a2bb3165-bcc4-4ef1-8863-8dc0fde6b141): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2428 2025.03.25 22:29:59.841004 [ 5 ] {3ae6a16f-9927-4b5c-a194-449e33fe9f54} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001909 sec., 523.8344683080146 rows/sec., 54.23 KiB/sec.
2429 2025.03.25 22:29:59.841062 [ 5 ] {3ae6a16f-9927-4b5c-a194-449e33fe9f54} <Debug> TCPHandler: Processed in 0.002129109 sec.
2430 2025.03.25 22:29:59.841184 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2431 2025.03.25 22:29:59.841294 [ 5 ] {788eed25-62c1-4365-8ee0-4c09255a6533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2432 2025.03.25 22:29:59.841341 [ 5 ] {788eed25-62c1-4365-8ee0-4c09255a6533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2433 2025.03.25 22:29:59.841967 [ 5 ] {788eed25-62c1-4365-8ee0-4c09255a6533} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2434 2025.03.25 22:29:59.842008 [ 5 ] {788eed25-62c1-4365-8ee0-4c09255a6533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2435 2025.03.25 22:29:59.842384 [ 5 ] {788eed25-62c1-4365-8ee0-4c09255a6533} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2436 2025.03.25 22:29:59.842639 [ 5 ] {788eed25-62c1-4365-8ee0-4c09255a6533} <Trace> oximeter.fields_string (2a4a1bb6-ab2b-4fd5-bfec-571eac25ae6d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2437 2025.03.25 22:29:59.842854 [ 5 ] {788eed25-62c1-4365-8ee0-4c09255a6533} <Debug> executeQuery: Read 135 rows, 11.89 KiB in 0.001585 sec., 85173.50157728707 rows/sec., 7.33 MiB/sec.
2438 2025.03.25 22:29:59.842907 [ 5 ] {788eed25-62c1-4365-8ee0-4c09255a6533} <Debug> TCPHandler: Processed in 0.001775862 sec.
2439 2025.03.25 22:29:59.843028 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2440 2025.03.25 22:29:59.843134 [ 5 ] {5006ab65-f8da-4646-97cd-127dd1732a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2441 2025.03.25 22:29:59.843179 [ 5 ] {5006ab65-f8da-4646-97cd-127dd1732a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2442 2025.03.25 22:29:59.843783 [ 5 ] {5006ab65-f8da-4646-97cd-127dd1732a4e} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2443 2025.03.25 22:29:59.843826 [ 5 ] {5006ab65-f8da-4646-97cd-127dd1732a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2444 2025.03.25 22:29:59.844174 [ 5 ] {5006ab65-f8da-4646-97cd-127dd1732a4e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2445 2025.03.25 22:29:59.844412 [ 5 ] {5006ab65-f8da-4646-97cd-127dd1732a4e} <Trace> oximeter.fields_u16 (676fbec7-31ab-4272-b939-4c090cae3802): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2446 2025.03.25 22:29:59.844682 [ 5 ] {5006ab65-f8da-4646-97cd-127dd1732a4e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00156 sec., 25000 rows/sec., 1.84 MiB/sec.
2447 2025.03.25 22:29:59.844821 [ 5 ] {5006ab65-f8da-4646-97cd-127dd1732a4e} <Debug> TCPHandler: Processed in 0.001844574 sec.
2448 2025.03.25 22:29:59.844931 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2449 2025.03.25 22:29:59.845036 [ 5 ] {6ebb6ab0-b1f9-47a7-bde4-77c80468b4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2450 2025.03.25 22:29:59.845081 [ 5 ] {6ebb6ab0-b1f9-47a7-bde4-77c80468b4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2451 2025.03.25 22:29:59.845610 [ 5 ] {6ebb6ab0-b1f9-47a7-bde4-77c80468b4a9} <Trace> oximeter.fields_u32 (0936aa9f-ec0a-46ea-97c9-06d7a1270e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2452 2025.03.25 22:29:59.845650 [ 5 ] {6ebb6ab0-b1f9-47a7-bde4-77c80468b4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2453 2025.03.25 22:29:59.845991 [ 5 ] {6ebb6ab0-b1f9-47a7-bde4-77c80468b4a9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2454 2025.03.25 22:29:59.846232 [ 5 ] {6ebb6ab0-b1f9-47a7-bde4-77c80468b4a9} <Trace> oximeter.fields_u32 (0936aa9f-ec0a-46ea-97c9-06d7a1270e60): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2455 2025.03.25 22:29:59.846462 [ 5 ] {6ebb6ab0-b1f9-47a7-bde4-77c80468b4a9} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001441 sec., 693.9625260235947 rows/sec., 46.08 KiB/sec.
2456 2025.03.25 22:29:59.846532 [ 5 ] {6ebb6ab0-b1f9-47a7-bde4-77c80468b4a9} <Debug> TCPHandler: Processed in 0.00165228 sec.
2457 2025.03.25 22:29:59.846638 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2458 2025.03.25 22:29:59.846739 [ 5 ] {4b641090-a0ee-44b2-820c-ef6968ed5797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2459 2025.03.25 22:29:59.846784 [ 5 ] {4b641090-a0ee-44b2-820c-ef6968ed5797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2460 2025.03.25 22:29:59.847334 [ 5 ] {4b641090-a0ee-44b2-820c-ef6968ed5797} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2461 2025.03.25 22:29:59.847435 [ 5 ] {4b641090-a0ee-44b2-820c-ef6968ed5797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2462 2025.03.25 22:29:59.847801 [ 5 ] {4b641090-a0ee-44b2-820c-ef6968ed5797} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2463 2025.03.25 22:29:59.848039 [ 5 ] {4b641090-a0ee-44b2-820c-ef6968ed5797} <Trace> oximeter.fields_uuid (e773adfa-478b-4019-84d4-040118a820e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2464 2025.03.25 22:29:59.848255 [ 5 ] {4b641090-a0ee-44b2-820c-ef6968ed5797} <Debug> executeQuery: Read 112 rows, 8.96 KiB in 0.001538 sec., 72821.84655396618 rows/sec., 5.69 MiB/sec.
2465 2025.03.25 22:29:59.848307 [ 5 ] {4b641090-a0ee-44b2-820c-ef6968ed5797} <Debug> TCPHandler: Processed in 0.001720052 sec.
2466 2025.03.25 22:29:59.848424 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2467 2025.03.25 22:29:59.848531 [ 5 ] {8dea9b5d-57eb-463c-ac3f-bcf6d26c5a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2468 2025.03.25 22:29:59.848581 [ 5 ] {8dea9b5d-57eb-463c-ac3f-bcf6d26c5a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2469 2025.03.25 22:29:59.849101 [ 5 ] {8dea9b5d-57eb-463c-ac3f-bcf6d26c5a12} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2470 2025.03.25 22:29:59.849224 [ 5 ] {8dea9b5d-57eb-463c-ac3f-bcf6d26c5a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2471 2025.03.25 22:29:59.849632 [ 5 ] {8dea9b5d-57eb-463c-ac3f-bcf6d26c5a12} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2472 2025.03.25 22:29:59.849872 [ 5 ] {8dea9b5d-57eb-463c-ac3f-bcf6d26c5a12} <Trace> oximeter.measurements_cumulativeu64 (679e6232-1b66-4728-8640-a1b4897b4577): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2473 2025.03.25 22:29:59.850172 [ 5 ] {8dea9b5d-57eb-463c-ac3f-bcf6d26c5a12} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec.
2474 2025.03.25 22:29:59.850368 [ 5 ] {8dea9b5d-57eb-463c-ac3f-bcf6d26c5a12} <Debug> TCPHandler: Processed in 0.001991326 sec.
2475 2025.03.25 22:29:59.850484 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2476 2025.03.25 22:29:59.850586 [ 5 ] {a7813a2b-1162-46c1-83d6-8c7da4e5ef6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2477 2025.03.25 22:29:59.850634 [ 5 ] {a7813a2b-1162-46c1-83d6-8c7da4e5ef6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2478 2025.03.25 22:29:59.851078 [ 5 ] {a7813a2b-1162-46c1-83d6-8c7da4e5ef6e} <Trace> oximeter.measurements_f64 (ec5f2af7-09f3-497e-86a4-7c41492ac127): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2479 2025.03.25 22:29:59.851118 [ 5 ] {a7813a2b-1162-46c1-83d6-8c7da4e5ef6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2480 2025.03.25 22:29:59.851465 [ 5 ] {a7813a2b-1162-46c1-83d6-8c7da4e5ef6e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2481 2025.03.25 22:29:59.851701 [ 5 ] {a7813a2b-1162-46c1-83d6-8c7da4e5ef6e} <Trace> oximeter.measurements_f64 (ec5f2af7-09f3-497e-86a4-7c41492ac127): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2482 2025.03.25 22:29:59.851943 [ 5 ] {a7813a2b-1162-46c1-83d6-8c7da4e5ef6e} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001372 sec., 728.862973760933 rows/sec., 46.27 KiB/sec.
2483 2025.03.25 22:29:59.852082 [ 5 ] {a7813a2b-1162-46c1-83d6-8c7da4e5ef6e} <Debug> TCPHandler: Processed in 0.001648161 sec.
2484 2025.03.25 22:29:59.852189 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2485 2025.03.25 22:29:59.852291 [ 5 ] {4250aa02-5571-48ff-af9d-3ebb19927b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2486 2025.03.25 22:29:59.852358 [ 5 ] {4250aa02-5571-48ff-af9d-3ebb19927b18} <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
2487 2025.03.25 22:29:59.853496 [ 5 ] {4250aa02-5571-48ff-af9d-3ebb19927b18} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2488 2025.03.25 22:29:59.853537 [ 5 ] {4250aa02-5571-48ff-af9d-3ebb19927b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2489 2025.03.25 22:29:59.854199 [ 5 ] {4250aa02-5571-48ff-af9d-3ebb19927b18} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2490 2025.03.25 22:29:59.854456 [ 5 ] {4250aa02-5571-48ff-af9d-3ebb19927b18} <Trace> oximeter.measurements_histogramu64 (a6fbed12-7c87-4941-8b55-39ead94c5c26): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2491 2025.03.25 22:29:59.854799 [ 5 ] {4250aa02-5571-48ff-af9d-3ebb19927b18} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002519 sec., 15482.334259626836 rows/sec., 27.74 MiB/sec.
2492 2025.03.25 22:29:59.854913 [ 5 ] {4250aa02-5571-48ff-af9d-3ebb19927b18} <Debug> TCPHandler: Processed in 0.0027734 sec.
2493 2025.03.25 22:29:59.855031 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2494 2025.03.25 22:29:59.855133 [ 5 ] {1b442c00-0174-4a5a-8553-72c0abc1cbde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2495 2025.03.25 22:29:59.855180 [ 5 ] {1b442c00-0174-4a5a-8553-72c0abc1cbde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2496 2025.03.25 22:29:59.855601 [ 5 ] {1b442c00-0174-4a5a-8553-72c0abc1cbde} <Trace> oximeter.measurements_i64 (42d98079-da65-44de-8982-68b6923cd9a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2497 2025.03.25 22:29:59.855640 [ 5 ] {1b442c00-0174-4a5a-8553-72c0abc1cbde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2498 2025.03.25 22:29:59.856021 [ 5 ] {1b442c00-0174-4a5a-8553-72c0abc1cbde} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2499 2025.03.25 22:29:59.856265 [ 5 ] {1b442c00-0174-4a5a-8553-72c0abc1cbde} <Trace> oximeter.measurements_i64 (42d98079-da65-44de-8982-68b6923cd9a9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2500 2025.03.25 22:29:59.856559 [ 5 ] {1b442c00-0174-4a5a-8553-72c0abc1cbde} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001438 sec., 6258.692628650904 rows/sec., 442.10 KiB/sec.
2501 2025.03.25 22:29:59.856614 [ 5 ] {1b442c00-0174-4a5a-8553-72c0abc1cbde} <Debug> TCPHandler: Processed in 0.0016348 sec.
2502 2025.03.25 22:29:59.856721 [ 5 ] {} <Trace> TCP-Session: 9b622de8-1b61-45df-aaff-48a66fec89c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2503 2025.03.25 22:29:59.856823 [ 5 ] {fb576f89-199b-4d47-ae2d-85b0283ad612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46055) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2504 2025.03.25 22:29:59.856870 [ 5 ] {fb576f89-199b-4d47-ae2d-85b0283ad612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2505 2025.03.25 22:29:59.857314 [ 5 ] {fb576f89-199b-4d47-ae2d-85b0283ad612} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2506 2025.03.25 22:29:59.857354 [ 5 ] {fb576f89-199b-4d47-ae2d-85b0283ad612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB.
2507 2025.03.25 22:29:59.857707 [ 5 ] {fb576f89-199b-4d47-ae2d-85b0283ad612} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2508 2025.03.25 22:29:59.857949 [ 5 ] {fb576f89-199b-4d47-ae2d-85b0283ad612} <Trace> oximeter.measurements_u64 (2b516edf-e734-4ba3-a04d-e6fd8aa6f516): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2509 2025.03.25 22:29:59.858156 [ 5 ] {fb576f89-199b-4d47-ae2d-85b0283ad612} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec.
2510 2025.03.25 22:29:59.858206 [ 5 ] {fb576f89-199b-4d47-ae2d-85b0283ad612} <Debug> TCPHandler: Processed in 0.001535748 sec.