Max level shown:
1 [ Mar 4 05:58:37 Enabled. ]
2 [ Mar 4 05:58:37 Rereading configuration. ]
3 [ Mar 4 05:58:38 Rereading configuration. ]
4 [ Mar 4 05:58:41 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Mar 4 05:58:41 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.03.04 05:58:42.421367 [ 1 ] {} <Information> Application: Will watch for the process with pid 23008
29 2025.03.04 05:58:42.421847 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.03.04 05:58:42.790370 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23008
31 2025.03.04 05:58:42.791125 [ 1 ] {} <Information> Application: starting up
32 2025.03.04 05:58:42.791832 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.03.04 05:58:42.882330 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.03.04 05:58:42.952603 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.03.04 05:58:42.952700 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.03.04 05:58:42.952714 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.03.04 05:58:42.952797 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.03.04 05:58:42.953634 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.03.04 05:58:42.955265 [ 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.04 05:58:42.956121 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.03.04 05:58:42.957005 [ 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.04 05:58:42.957060 [ 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.04 05:58:42.957105 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.03.04 05:58:42.957287 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.03.04 05:58:42.958264 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.03.04 05:58:42.963628 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.03.04 05:58:42.964513 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.03.04 05:58:42.966014 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.03.04 05:58:42.966106 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.03.04 05:58:42.967713 [ 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.04 05:58:42.968252 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.03.04 05:58:42.972773 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.03.04 05:58:42.973264 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.03.04 05:58:42.974738 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.03.04 05:58:42.975199 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.03.04 05:58:42.975608 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.03.04 05:58:42.975974 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.03.04 05:58:42.977384 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.03.04 05:58:42.977410 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.03.04 05:58:42.977501 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.03.04 05:58:42.977632 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.03.04 05:58:42.997833 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.03.04 05:58:42.997866 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000177361 sec
68 2025.03.04 05:58:42.997955 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.03.04 05:58:42.998005 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.03.04 05:58:42.999304 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.03.04 05:58:43.000395 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.03.04 05:58:43.014288 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.03.04 05:58:43.014334 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.03.04 05:58:43.014413 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.03.04 05:58:43.014428 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.03.04 05:58:43.014459 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.03.04 05:58:43.014546 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.03.04 05:58:43.019167 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.03.04 05:58:43.019212 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.03.04 05:58:43.019265 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.03.04 05:58:43.019485 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.03.04 05:58:43.019508 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.03.04 05:58:43.019545 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.03.04 05:58:43.019622 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.03.04 05:58:43.019636 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.03.04 05:58:43.019666 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.03.04 05:58:43.019752 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.03.04 05:58:43.050796 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.03.04 05:58:43.054735 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.03.04 05:58:43.054844 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000128601 sec
91 2025.03.04 05:58:43.054863 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.03.04 05:58:43.054877 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.03.04 05:58:43.054908 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.03.04 05:58:43.055169 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.03.04 05:58:43.055303 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.03.04 05:58:43.055321 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.03.04 05:58:43.055335 [ 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.04 05:58:43.055350 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.03.04 05:58:43.066124 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.03.04 05:58:43.066355 [ 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.04 05:58:43.067258 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.543e-05 sec.
102 2025.03.04 05:58:43.068247 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.03.04 05:58:43.068343 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.03.04 05:58:43.068361 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.03.04 05:58:43.506359 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53758
106 2025.03.04 05:58:43.507504 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.03.04 05:58:43.507576 [ 3 ] {} <Debug> TCP-Session: ac1f9e90-bbbf-4760-8153-7d97817e0fb3 Authenticating user 'default' from [fd00:1122:3344:101::b]:53758
108 2025.03.04 05:58:43.507610 [ 3 ] {} <Debug> TCP-Session: ac1f9e90-bbbf-4760-8153-7d97817e0fb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.03.04 05:58:43.507636 [ 3 ] {} <Debug> TCP-Session: ac1f9e90-bbbf-4760-8153-7d97817e0fb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.03.04 05:58:43.507722 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.03.04 05:58:43.507751 [ 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.04 05:58:43.507780 [ 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.04 05:58:43.508773 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33556
114 2025.03.04 05:58:43.508910 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.03.04 05:58:43.508949 [ 4 ] {} <Debug> TCP-Session: 891021cb-b967-4a42-9797-040fbf2004e2 Authenticating user 'default' from [fd00:1122:3344:101::b]:33556
116 2025.03.04 05:58:43.508983 [ 4 ] {} <Debug> TCP-Session: 891021cb-b967-4a42-9797-040fbf2004e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.03.04 05:58:43.509033 [ 4 ] {} <Debug> TCP-Session: 891021cb-b967-4a42-9797-040fbf2004e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.03.04 05:58:43.509644 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55213
119 2025.03.04 05:58:43.509662 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32783
120 2025.03.04 05:58:43.509746 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
121 2025.03.04 05:58:43.509757 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38476
122 2025.03.04 05:58:43.509873 [ 253 ] {} <Debug> TCP-Session: 153b3f75-711e-417f-a226-569629fc51cc Authenticating user 'default' from [fd00:1122:3344:101::b]:55213
123 2025.03.04 05:58:43.510064 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56700
124 2025.03.04 05:58:43.510084 [ 253 ] {} <Debug> TCP-Session: 153b3f75-711e-417f-a226-569629fc51cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
125 2025.03.04 05:58:43.510086 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2025.03.04 05:58:43.510157 [ 253 ] {} <Debug> TCP-Session: 153b3f75-711e-417f-a226-569629fc51cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
127 2025.03.04 05:58:43.510083 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
128 2025.03.04 05:58:43.510236 [ 5 ] {} <Debug> TCP-Session: 9e3903ff-d780-4de8-8a08-70132e5442fc Authenticating user 'default' from [fd00:1122:3344:101::b]:32783
129 2025.03.04 05:58:43.510325 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
130 2025.03.04 05:58:43.510346 [ 254 ] {} <Debug> TCP-Session: 45d66a2c-e5dd-428e-85a0-5c628be72606 Authenticating user 'default' from [fd00:1122:3344:101::b]:38476
131 2025.03.04 05:58:43.510315 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32928
132 2025.03.04 05:58:43.510386 [ 5 ] {} <Debug> TCP-Session: 9e3903ff-d780-4de8-8a08-70132e5442fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
133 2025.03.04 05:58:43.510407 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60775
134 2025.03.04 05:58:43.510441 [ 254 ] {} <Debug> TCP-Session: 45d66a2c-e5dd-428e-85a0-5c628be72606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.03.04 05:58:43.510458 [ 5 ] {} <Debug> TCP-Session: 9e3903ff-d780-4de8-8a08-70132e5442fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2025.03.04 05:58:43.510418 [ 255 ] {} <Debug> TCP-Session: 7c9803da-b7f7-4100-932b-5a02c16a55b3 Authenticating user 'default' from [fd00:1122:3344:101::b]:56700
137 2025.03.04 05:58:43.510582 [ 254 ] {} <Debug> TCP-Session: 45d66a2c-e5dd-428e-85a0-5c628be72606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
138 2025.03.04 05:58:43.510800 [ 255 ] {} <Debug> TCP-Session: 7c9803da-b7f7-4100-932b-5a02c16a55b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.03.04 05:58:43.510805 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
140 2025.03.04 05:58:43.510848 [ 255 ] {} <Debug> TCP-Session: 7c9803da-b7f7-4100-932b-5a02c16a55b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2025.03.04 05:58:43.510876 [ 257 ] {} <Debug> TCP-Session: 270f8125-0aeb-4f55-bae8-7b1a9acb8f31 Authenticating user 'default' from [fd00:1122:3344:101::b]:60775
142 2025.03.04 05:58:43.510907 [ 257 ] {} <Debug> TCP-Session: 270f8125-0aeb-4f55-bae8-7b1a9acb8f31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2025.03.04 05:58:43.510935 [ 257 ] {} <Debug> TCP-Session: 270f8125-0aeb-4f55-bae8-7b1a9acb8f31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2025.03.04 05:58:43.514991 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
145 2025.03.04 05:58:43.515042 [ 256 ] {} <Debug> TCP-Session: 5cf7f47a-26a9-48b1-be5e-f7bd1429fea4 Authenticating user 'default' from [fd00:1122:3344:101::b]:32928
146 2025.03.04 05:58:43.515070 [ 256 ] {} <Debug> TCP-Session: 5cf7f47a-26a9-48b1-be5e-f7bd1429fea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.03.04 05:58:43.515104 [ 256 ] {} <Debug> TCP-Session: 5cf7f47a-26a9-48b1-be5e-f7bd1429fea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.03.04 05:58:43.666235 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57807
149 2025.03.04 05:58:43.670088 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.03.04 05:58:43.670224 [ 258 ] {} <Debug> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Authenticating user 'default' from [fd00:1122:3344:101::d]:57807
151 2025.03.04 05:58:43.670250 [ 258 ] {} <Debug> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.03.04 05:58:43.670264 [ 258 ] {} <Debug> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.03.04 05:58:43.670460 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2025.03.04 05:58:43.670502 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2025.03.04 05:58:43.670605 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.03.04 05:58:43.674926 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49214
157 2025.03.04 05:58:43.674999 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38508
158 2025.03.04 05:58:43.675252 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2025.03.04 05:58:43.675283 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36310
160 2025.03.04 05:58:43.675298 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58635
161 2025.03.04 05:58:43.675350 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46660
162 2025.03.04 05:58:43.675315 [ 260 ] {} <Debug> TCP-Session: ee30caf4-f988-4aac-a365-c440b4a226e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38508
163 2025.03.04 05:58:43.675490 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37735
164 2025.03.04 05:58:43.675502 [ 260 ] {} <Debug> TCP-Session: ee30caf4-f988-4aac-a365-c440b4a226e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
165 2025.03.04 05:58:43.675693 [ 260 ] {} <Debug> TCP-Session: ee30caf4-f988-4aac-a365-c440b4a226e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
166 2025.03.04 05:58:43.675702 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61647
167 2025.03.04 05:58:43.676804 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
168 2025.03.04 05:58:43.676837 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
169 2025.03.04 05:58:43.676902 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
170 2025.03.04 05:58:43.676918 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
171 2025.03.04 05:58:43.676966 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
172 2025.03.04 05:58:43.677022 [ 261 ] {} <Debug> TCP-Session: 2d9f965e-5dc7-48d1-b9c1-78cac05c56a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58635
173 2025.03.04 05:58:43.677047 [ 263 ] {} <Debug> TCP-Session: 6e9e6d60-da1d-4f4a-af0b-dbbfdbfc6906 Authenticating user 'default' from [fd00:1122:3344:101::d]:46660
174 2025.03.04 05:58:43.677039 [ 265 ] {} <Debug> TCP-Session: f567239e-3a47-480b-8273-2f545d8c1503 Authenticating user 'default' from [fd00:1122:3344:101::d]:61647
175 2025.03.04 05:58:43.677122 [ 262 ] {} <Debug> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Authenticating user 'default' from [fd00:1122:3344:101::d]:36310
176 2025.03.04 05:58:43.677142 [ 263 ] {} <Debug> TCP-Session: 6e9e6d60-da1d-4f4a-af0b-dbbfdbfc6906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
177 2025.03.04 05:58:43.677087 [ 264 ] {} <Debug> TCP-Session: fa87a9fe-8b55-438d-b389-9598bd9a755d Authenticating user 'default' from [fd00:1122:3344:101::d]:37735
178 2025.03.04 05:58:43.677207 [ 265 ] {} <Debug> TCP-Session: f567239e-3a47-480b-8273-2f545d8c1503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
179 2025.03.04 05:58:43.677228 [ 263 ] {} <Debug> TCP-Session: 6e9e6d60-da1d-4f4a-af0b-dbbfdbfc6906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
180 2025.03.04 05:58:43.677244 [ 262 ] {} <Debug> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
181 2025.03.04 05:58:43.677285 [ 264 ] {} <Debug> TCP-Session: fa87a9fe-8b55-438d-b389-9598bd9a755d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2025.03.04 05:58:43.677171 [ 261 ] {} <Debug> TCP-Session: 2d9f965e-5dc7-48d1-b9c1-78cac05c56a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
183 2025.03.04 05:58:43.676990 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
184 2025.03.04 05:58:43.677382 [ 265 ] {} <Debug> TCP-Session: f567239e-3a47-480b-8273-2f545d8c1503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
185 2025.03.04 05:58:43.676966 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37512
186 2025.03.04 05:58:43.677435 [ 264 ] {} <Debug> TCP-Session: fa87a9fe-8b55-438d-b389-9598bd9a755d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2025.03.04 05:58:43.677411 [ 261 ] {} <Debug> TCP-Session: 2d9f965e-5dc7-48d1-b9c1-78cac05c56a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2025.03.04 05:58:43.677454 [ 259 ] {} <Debug> TCP-Session: efc2b86d-0e4f-4ee9-bdc4-e956ec0f0849 Authenticating user 'default' from [fd00:1122:3344:101::d]:49214
189 2025.03.04 05:58:43.677611 [ 262 ] {} <Debug> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
190 2025.03.04 05:58:43.677655 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
191 2025.03.04 05:58:43.677666 [ 259 ] {} <Debug> TCP-Session: efc2b86d-0e4f-4ee9-bdc4-e956ec0f0849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
192 2025.03.04 05:58:43.677805 [ 266 ] {} <Debug> TCP-Session: fa88f749-a3da-49e8-acd2-1d2979684c3e Authenticating user 'default' from [fd00:1122:3344:101::d]:37512
193 2025.03.04 05:58:43.677813 [ 259 ] {} <Debug> TCP-Session: efc2b86d-0e4f-4ee9-bdc4-e956ec0f0849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
194 2025.03.04 05:58:43.677843 [ 266 ] {} <Debug> TCP-Session: fa88f749-a3da-49e8-acd2-1d2979684c3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2025.03.04 05:58:43.677984 [ 266 ] {} <Debug> TCP-Session: fa88f749-a3da-49e8-acd2-1d2979684c3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2025.03.04 05:58:43.680596 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
197 2025.03.04 05:58:43.683513 [ 258 ] {873a946c-020f-4e12-89ab-f4591d465fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
198 2025.03.04 05:58:43.685368 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57142
199 2025.03.04 05:58:43.687268 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
200 2025.03.04 05:58:43.687374 [ 267 ] {} <Debug> TCP-Session: dcc4f3d7-a7b0-41d0-a020-7e1bf0829870 Authenticating user 'default' from [fd00:1122:3344:101::a]:57142
201 2025.03.04 05:58:43.687393 [ 267 ] {} <Debug> TCP-Session: dcc4f3d7-a7b0-41d0-a020-7e1bf0829870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
202 2025.03.04 05:58:43.687407 [ 267 ] {} <Debug> TCP-Session: dcc4f3d7-a7b0-41d0-a020-7e1bf0829870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
203 2025.03.04 05:58:43.687510 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
204 2025.03.04 05:58:43.687535 [ 267 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
205 2025.03.04 05:58:43.687614 [ 267 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
206 2025.03.04 05:58:43.688657 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40372
207 2025.03.04 05:58:43.689829 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34189
208 2025.03.04 05:58:43.691517 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
209 2025.03.04 05:58:43.691520 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57623
210 2025.03.04 05:58:43.693314 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
211 2025.03.04 05:58:43.693326 [ 268 ] {} <Debug> TCP-Session: 87515de9-d008-4b38-93fc-bb570895ce3e Authenticating user 'default' from [fd00:1122:3344:101::a]:40372
212 2025.03.04 05:58:43.695587 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52944
213 2025.03.04 05:58:43.695591 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
214 2025.03.04 05:58:43.695627 [ 268 ] {} <Debug> TCP-Session: 87515de9-d008-4b38-93fc-bb570895ce3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
215 2025.03.04 05:58:43.695606 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41652
216 2025.03.04 05:58:43.697301 [ 269 ] {} <Debug> TCP-Session: d0601d21-6f48-48ef-ae2d-3c1b4433eefa Authenticating user 'default' from [fd00:1122:3344:101::a]:34189
217 2025.03.04 05:58:43.697325 [ 268 ] {} <Debug> TCP-Session: 87515de9-d008-4b38-93fc-bb570895ce3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
218 2025.03.04 05:58:43.699082 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
219 2025.03.04 05:58:43.699070 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64075
220 2025.03.04 05:58:43.699115 [ 270 ] {} <Debug> TCP-Session: 51699109-fd5d-494f-9601-df408bb22a43 Authenticating user 'default' from [fd00:1122:3344:101::a]:57623
221 2025.03.04 05:58:43.699169 [ 271 ] {} <Debug> TCP-Session: 5a254dee-6ce5-4e98-a777-a0889392bbe3 Authenticating user 'default' from [fd00:1122:3344:101::a]:41652
222 2025.03.04 05:58:43.699129 [ 269 ] {} <Debug> TCP-Session: d0601d21-6f48-48ef-ae2d-3c1b4433eefa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
223 2025.03.04 05:58:43.697317 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
224 2025.03.04 05:58:43.698432 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51604
225 2025.03.04 05:58:43.701865 [ 269 ] {} <Debug> TCP-Session: d0601d21-6f48-48ef-ae2d-3c1b4433eefa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
226 2025.03.04 05:58:43.703016 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
227 2025.03.04 05:58:43.703058 [ 270 ] {} <Debug> TCP-Session: 51699109-fd5d-494f-9601-df408bb22a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
228 2025.03.04 05:58:43.703100 [ 271 ] {} <Debug> TCP-Session: 5a254dee-6ce5-4e98-a777-a0889392bbe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
229 2025.03.04 05:58:43.703128 [ 274 ] {} <Debug> TCP-Session: 44990830-67a7-420f-b27b-3df3f7a98526 Authenticating user 'default' from [fd00:1122:3344:101::a]:64075
230 2025.03.04 05:58:43.703080 [ 272 ] {} <Debug> TCP-Session: 641a5c73-ccd9-40ad-a5b7-c25c3dfff657 Authenticating user 'default' from [fd00:1122:3344:101::a]:52944
231 2025.03.04 05:58:43.703214 [ 274 ] {} <Debug> TCP-Session: 44990830-67a7-420f-b27b-3df3f7a98526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
232 2025.03.04 05:58:43.703200 [ 270 ] {} <Debug> TCP-Session: 51699109-fd5d-494f-9601-df408bb22a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
233 2025.03.04 05:58:43.703254 [ 271 ] {} <Debug> TCP-Session: 5a254dee-6ce5-4e98-a777-a0889392bbe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.03.04 05:58:43.703293 [ 272 ] {} <Debug> TCP-Session: 641a5c73-ccd9-40ad-a5b7-c25c3dfff657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
235 2025.03.04 05:58:43.703046 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
236 2025.03.04 05:58:43.703387 [ 274 ] {} <Debug> TCP-Session: 44990830-67a7-420f-b27b-3df3f7a98526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
237 2025.03.04 05:58:43.703544 [ 272 ] {} <Debug> TCP-Session: 641a5c73-ccd9-40ad-a5b7-c25c3dfff657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
238 2025.03.04 05:58:43.703584 [ 273 ] {} <Debug> TCP-Session: 6fb0c935-962a-4092-8113-b7b39ef95199 Authenticating user 'default' from [fd00:1122:3344:101::a]:51604
239 2025.03.04 05:58:43.703618 [ 273 ] {} <Debug> TCP-Session: 6fb0c935-962a-4092-8113-b7b39ef95199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
240 2025.03.04 05:58:43.703699 [ 273 ] {} <Debug> TCP-Session: 6fb0c935-962a-4092-8113-b7b39ef95199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
241 2025.03.04 05:58:43.735684 [ 258 ] {873a946c-020f-4e12-89ab-f4591d465fb8} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57807) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
242 
243 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
244 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
245 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
246 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
247 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
248 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
249 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
250 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
251 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
252 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
253 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
254 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
255 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
256 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
257 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
258 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
259 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
260 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
261 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
262 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
263 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
264 
265 2025.03.04 05:58:43.737149 [ 258 ] {873a946c-020f-4e12-89ab-f4591d465fb8} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
266 
267 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
268 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
269 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
270 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
271 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
272 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
273 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
274 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
275 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
276 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
277 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
278 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
279 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
280 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
281 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
282 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
283 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
284 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
285 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
286 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
287 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
288 
289 2025.03.04 05:58:43.737443 [ 258 ] {873a946c-020f-4e12-89ab-f4591d465fb8} <Debug> TCPHandler: Processed in 0.058390011 sec.
290 2025.03.04 05:58:43.739870 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
291 2025.03.04 05:58:43.740041 [ 262 ] {81b8c204-bc74-4c17-bafc-90a665bee399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
292 2025.03.04 05:58:43.740333 [ 262 ] {81b8c204-bc74-4c17-bafc-90a665bee399} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36310) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
293 
294 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
295 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
296 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
297 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
298 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
299 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
300 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
301 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
302 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
303 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
304 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
305 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
306 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
307 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
308 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
309 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
310 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
311 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
312 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
313 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
314 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
315 
316 2025.03.04 05:58:43.740630 [ 262 ] {81b8c204-bc74-4c17-bafc-90a665bee399} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
317 
318 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
319 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
320 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
321 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
322 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
323 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
324 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
325 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
326 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
327 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
328 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
329 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
330 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
331 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
332 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
333 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
334 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
335 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
336 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
337 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
338 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
339 
340 2025.03.04 05:58:43.740857 [ 262 ] {81b8c204-bc74-4c17-bafc-90a665bee399} <Debug> TCPHandler: Processed in 0.001123438 sec.
341 2025.03.04 05:58:43.741061 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
342 2025.03.04 05:58:43.742426 [ 258 ] {364b1975-22f7-4f73-9caa-a73348ff1ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
343 2025.03.04 05:58:43.742514 [ 258 ] {364b1975-22f7-4f73-9caa-a73348ff1ab9} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
344 2025.03.04 05:58:43.757211 [ 258 ] {364b1975-22f7-4f73-9caa-a73348ff1ab9} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
345 2025.03.04 05:58:43.757302 [ 258 ] {364b1975-22f7-4f73-9caa-a73348ff1ab9} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000126141 sec
346 2025.03.04 05:58:43.757322 [ 258 ] {364b1975-22f7-4f73-9caa-a73348ff1ab9} <Trace> ReferentialDeps: No tables
347 2025.03.04 05:58:43.757338 [ 258 ] {364b1975-22f7-4f73-9caa-a73348ff1ab9} <Trace> LoadingDeps: No tables
348 2025.03.04 05:58:43.757365 [ 258 ] {364b1975-22f7-4f73-9caa-a73348ff1ab9} <Information> DatabaseAtomic (oximeter): Starting up tables.
349 2025.03.04 05:58:43.758083 [ 258 ] {364b1975-22f7-4f73-9caa-a73348ff1ab9} <Debug> TCPHandler: Processed in 0.017073518 sec.
350 2025.03.04 05:58:43.758234 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
351 2025.03.04 05:58:43.758389 [ 258 ] {439b9f5f-d74b-49f5-9a29-f5443a9b40ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) /* The version table contains metadata about the `oximeter` database */
352 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
353 2025.03.04 05:58:43.758493 [ 258 ] {439b9f5f-d74b-49f5-9a29-f5443a9b40ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
354 2025.03.04 05:58:43.766215 [ 258 ] {439b9f5f-d74b-49f5-9a29-f5443a9b40ca} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
355 2025.03.04 05:58:43.781622 [ 258 ] {439b9f5f-d74b-49f5-9a29-f5443a9b40ca} <Debug> oximeter.version (524319c0-b6ff-4498-9149-be8fc5be359d): Loading data parts
356 2025.03.04 05:58:43.782120 [ 258 ] {439b9f5f-d74b-49f5-9a29-f5443a9b40ca} <Debug> oximeter.version (524319c0-b6ff-4498-9149-be8fc5be359d): There are no data parts
357 2025.03.04 05:58:43.791841 [ 258 ] {439b9f5f-d74b-49f5-9a29-f5443a9b40ca} <Debug> TCPHandler: Processed in 0.033657805 sec.
358 2025.03.04 05:58:43.792007 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
359 2025.03.04 05:58:43.792294 [ 258 ] {d92602ae-8b12-472f-998a-fc8b79a6a043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) /* The measurement tables contain all individual samples from each timeseries.
360 *
361 * Each table stores a single datum type, and otherwise contains nearly the same
362 * structure. The primary sorting key is on the timeseries name, key, and then
363 * timestamp, so that all timeseries from the same schema are grouped, followed
364 * by all samples from the same timeseries.
365 *
366 * This reflects that one usually looks up the _key_ in one or more field table,
367 * and then uses that to index quickly into the measurements tables.
368 */
369 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
370 2025.03.04 05:58:43.792419 [ 258 ] {d92602ae-8b12-472f-998a-fc8b79a6a043} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
371 2025.03.04 05:58:43.815810 [ 258 ] {d92602ae-8b12-472f-998a-fc8b79a6a043} <Debug> oximeter.measurements_bool (8167aa26-88fb-4322-9e45-7b427b90e0db): Loading data parts
372 2025.03.04 05:58:43.816060 [ 258 ] {d92602ae-8b12-472f-998a-fc8b79a6a043} <Debug> oximeter.measurements_bool (8167aa26-88fb-4322-9e45-7b427b90e0db): There are no data parts
373 2025.03.04 05:58:43.818982 [ 258 ] {d92602ae-8b12-472f-998a-fc8b79a6a043} <Debug> TCPHandler: Processed in 0.027033485 sec.
374 2025.03.04 05:58:43.819149 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
375 2025.03.04 05:58:43.819370 [ 258 ] {fb775db3-fbea-49b6-8963-f4a37b0c3199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
376 2025.03.04 05:58:43.819507 [ 258 ] {fb775db3-fbea-49b6-8963-f4a37b0c3199} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
377 2025.03.04 05:58:43.842098 [ 258 ] {fb775db3-fbea-49b6-8963-f4a37b0c3199} <Debug> oximeter.measurements_i8 (ac69ec17-bd8a-42d4-a570-11ee4e453f01): Loading data parts
378 2025.03.04 05:58:43.842308 [ 258 ] {fb775db3-fbea-49b6-8963-f4a37b0c3199} <Debug> oximeter.measurements_i8 (ac69ec17-bd8a-42d4-a570-11ee4e453f01): There are no data parts
379 2025.03.04 05:58:43.865176 [ 258 ] {fb775db3-fbea-49b6-8963-f4a37b0c3199} <Debug> TCPHandler: Processed in 0.046085997 sec.
380 2025.03.04 05:58:43.865346 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
381 2025.03.04 05:58:43.865662 [ 258 ] {b5b7d31e-116e-4fb0-86e9-b6af60e1193d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
382 2025.03.04 05:58:43.865797 [ 258 ] {b5b7d31e-116e-4fb0-86e9-b6af60e1193d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
383 2025.03.04 05:58:43.881869 [ 258 ] {b5b7d31e-116e-4fb0-86e9-b6af60e1193d} <Debug> oximeter.measurements_u8 (923957f1-1482-4469-ad59-9b8ae26ef665): Loading data parts
384 2025.03.04 05:58:43.882070 [ 258 ] {b5b7d31e-116e-4fb0-86e9-b6af60e1193d} <Debug> oximeter.measurements_u8 (923957f1-1482-4469-ad59-9b8ae26ef665): There are no data parts
385 2025.03.04 05:58:43.902406 [ 258 ] {b5b7d31e-116e-4fb0-86e9-b6af60e1193d} <Debug> TCPHandler: Processed in 0.037122681 sec.
386 2025.03.04 05:58:43.902576 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
387 2025.03.04 05:58:43.902800 [ 258 ] {e0a9c849-35d0-4345-a532-d5a19d3391b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
388 2025.03.04 05:58:43.902929 [ 258 ] {e0a9c849-35d0-4345-a532-d5a19d3391b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
389 2025.03.04 05:58:43.916969 [ 258 ] {e0a9c849-35d0-4345-a532-d5a19d3391b2} <Debug> oximeter.measurements_i16 (ab6b02b4-4d63-4ed7-9bb7-ac0138eef6fe): Loading data parts
390 2025.03.04 05:58:43.917258 [ 258 ] {e0a9c849-35d0-4345-a532-d5a19d3391b2} <Debug> oximeter.measurements_i16 (ab6b02b4-4d63-4ed7-9bb7-ac0138eef6fe): There are no data parts
391 2025.03.04 05:58:43.940953 [ 258 ] {e0a9c849-35d0-4345-a532-d5a19d3391b2} <Debug> TCPHandler: Processed in 0.03843889 sec.
392 2025.03.04 05:58:43.941122 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
393 2025.03.04 05:58:43.941434 [ 258 ] {d854a976-0652-46da-8ce0-8d7ef9a21db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
394 2025.03.04 05:58:43.941577 [ 258 ] {d854a976-0652-46da-8ce0-8d7ef9a21db3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
395 2025.03.04 05:58:43.963232 [ 258 ] {d854a976-0652-46da-8ce0-8d7ef9a21db3} <Debug> oximeter.measurements_u16 (cc8ebe59-42e0-4b77-9496-5cd569d53505): Loading data parts
396 2025.03.04 05:58:43.963425 [ 258 ] {d854a976-0652-46da-8ce0-8d7ef9a21db3} <Debug> oximeter.measurements_u16 (cc8ebe59-42e0-4b77-9496-5cd569d53505): There are no data parts
397 2025.03.04 05:58:43.966378 [ 258 ] {d854a976-0652-46da-8ce0-8d7ef9a21db3} <Debug> TCPHandler: Processed in 0.025315651 sec.
398 2025.03.04 05:58:43.966585 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
399 2025.03.04 05:58:43.966812 [ 258 ] {9548dda3-0c6c-43ac-bafc-f8f8574e9a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
400 2025.03.04 05:58:43.966963 [ 258 ] {9548dda3-0c6c-43ac-bafc-f8f8574e9a58} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
401 2025.03.04 05:58:43.989634 [ 258 ] {9548dda3-0c6c-43ac-bafc-f8f8574e9a58} <Debug> oximeter.measurements_i32 (c0f616dc-9900-40dd-9106-423c460e1227): Loading data parts
402 2025.03.04 05:58:43.989871 [ 258 ] {9548dda3-0c6c-43ac-bafc-f8f8574e9a58} <Debug> oximeter.measurements_i32 (c0f616dc-9900-40dd-9106-423c460e1227): There are no data parts
403 2025.03.04 05:58:43.993745 [ 258 ] {9548dda3-0c6c-43ac-bafc-f8f8574e9a58} <Debug> TCPHandler: Processed in 0.027229036 sec.
404 2025.03.04 05:58:43.993945 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
405 2025.03.04 05:58:43.994256 [ 258 ] {7a0d5832-003b-4c7f-8a65-15d50279cbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
406 2025.03.04 05:58:43.994385 [ 258 ] {7a0d5832-003b-4c7f-8a65-15d50279cbfa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
407 2025.03.04 05:58:44.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.88 MiB, peak 121.88 MiB, free memory in arenas 0.00 B, will set to 133.88 MiB (RSS), difference: 12.00 MiB
408 2025.03.04 05:58:44.006577 [ 258 ] {7a0d5832-003b-4c7f-8a65-15d50279cbfa} <Debug> oximeter.measurements_u32 (96a10d22-e610-4e9b-b935-0ea7929f817b): Loading data parts
409 2025.03.04 05:58:44.006851 [ 258 ] {7a0d5832-003b-4c7f-8a65-15d50279cbfa} <Debug> oximeter.measurements_u32 (96a10d22-e610-4e9b-b935-0ea7929f817b): There are no data parts
410 2025.03.04 05:58:44.018158 [ 258 ] {7a0d5832-003b-4c7f-8a65-15d50279cbfa} <Debug> TCPHandler: Processed in 0.024276114 sec.
411 2025.03.04 05:58:44.018316 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
412 2025.03.04 05:58:44.018583 [ 258 ] {6bea785a-abf3-450d-a18b-f7f90c0c1263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
413 2025.03.04 05:58:44.018706 [ 258 ] {6bea785a-abf3-450d-a18b-f7f90c0c1263} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
414 2025.03.04 05:58:44.031013 [ 258 ] {6bea785a-abf3-450d-a18b-f7f90c0c1263} <Debug> oximeter.measurements_i64 (5ea17b6b-7c44-4cc7-a4de-d2e5ef14dd7d): Loading data parts
415 2025.03.04 05:58:44.031201 [ 258 ] {6bea785a-abf3-450d-a18b-f7f90c0c1263} <Debug> oximeter.measurements_i64 (5ea17b6b-7c44-4cc7-a4de-d2e5ef14dd7d): There are no data parts
416 2025.03.04 05:58:44.042416 [ 258 ] {6bea785a-abf3-450d-a18b-f7f90c0c1263} <Debug> TCPHandler: Processed in 0.024154322 sec.
417 2025.03.04 05:58:44.042635 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
418 2025.03.04 05:58:44.042863 [ 258 ] {ee0c834a-0477-4dd1-8766-4b438b20f532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
419 2025.03.04 05:58:44.043002 [ 258 ] {ee0c834a-0477-4dd1-8766-4b438b20f532} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
420 2025.03.04 05:58:44.055376 [ 258 ] {ee0c834a-0477-4dd1-8766-4b438b20f532} <Debug> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Loading data parts
421 2025.03.04 05:58:44.055715 [ 258 ] {ee0c834a-0477-4dd1-8766-4b438b20f532} <Debug> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): There are no data parts
422 2025.03.04 05:58:44.066731 [ 258 ] {ee0c834a-0477-4dd1-8766-4b438b20f532} <Debug> TCPHandler: Processed in 0.024164343 sec.
423 2025.03.04 05:58:44.066899 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
424 2025.03.04 05:58:44.067220 [ 258 ] {124b756a-6037-4eab-a5b5-a53e16505812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
425 2025.03.04 05:58:44.067328 [ 258 ] {124b756a-6037-4eab-a5b5-a53e16505812} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
426 2025.03.04 05:58:44.090526 [ 258 ] {124b756a-6037-4eab-a5b5-a53e16505812} <Debug> oximeter.measurements_f32 (72fad60c-9ec9-40b1-aa2c-dd7ea893147e): Loading data parts
427 2025.03.04 05:58:44.090717 [ 258 ] {124b756a-6037-4eab-a5b5-a53e16505812} <Debug> oximeter.measurements_f32 (72fad60c-9ec9-40b1-aa2c-dd7ea893147e): There are no data parts
428 2025.03.04 05:58:44.100202 [ 258 ] {124b756a-6037-4eab-a5b5-a53e16505812} <Debug> TCPHandler: Processed in 0.033372422 sec.
429 2025.03.04 05:58:44.100432 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
430 2025.03.04 05:58:44.100665 [ 258 ] {cb261918-9d1d-40a2-8b3d-d1a9245435ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
431 2025.03.04 05:58:44.100798 [ 258 ] {cb261918-9d1d-40a2-8b3d-d1a9245435ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
432 2025.03.04 05:58:44.106671 [ 258 ] {cb261918-9d1d-40a2-8b3d-d1a9245435ac} <Debug> oximeter.measurements_f64 (cb244bb5-9c3c-4f4b-99da-007efb06cc14): Loading data parts
433 2025.03.04 05:58:44.106998 [ 258 ] {cb261918-9d1d-40a2-8b3d-d1a9245435ac} <Debug> oximeter.measurements_f64 (cb244bb5-9c3c-4f4b-99da-007efb06cc14): There are no data parts
434 2025.03.04 05:58:44.142296 [ 258 ] {cb261918-9d1d-40a2-8b3d-d1a9245435ac} <Debug> TCPHandler: Processed in 0.041926027 sec.
435 2025.03.04 05:58:44.142465 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
436 2025.03.04 05:58:44.142775 [ 258 ] {49589024-844c-40c9-b3e0-722c62d973f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
437 2025.03.04 05:58:44.142860 [ 258 ] {49589024-844c-40c9-b3e0-722c62d973f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
438 2025.03.04 05:58:44.176369 [ 258 ] {49589024-844c-40c9-b3e0-722c62d973f9} <Debug> oximeter.measurements_string (3e765ff5-dd7e-4466-bbc4-70d19dadc446): Loading data parts
439 2025.03.04 05:58:44.176567 [ 258 ] {49589024-844c-40c9-b3e0-722c62d973f9} <Debug> oximeter.measurements_string (3e765ff5-dd7e-4466-bbc4-70d19dadc446): There are no data parts
440 2025.03.04 05:58:44.182555 [ 258 ] {49589024-844c-40c9-b3e0-722c62d973f9} <Debug> TCPHandler: Processed in 0.040152063 sec.
441 2025.03.04 05:58:44.182833 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
442 2025.03.04 05:58:44.183069 [ 258 ] {8cef61dd-1263-4abf-8215-6c168ac9c71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
443 * NOTE: Right now we can't unambiguously record a nullable byte array.
444 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
445 * a string isn't palatable for a few reasons.
446 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
447 * details.
448 */
449 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
450 2025.03.04 05:58:44.183207 [ 258 ] {8cef61dd-1263-4abf-8215-6c168ac9c71f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
451 2025.03.04 05:58:44.203805 [ 258 ] {8cef61dd-1263-4abf-8215-6c168ac9c71f} <Debug> oximeter.measurements_bytes (b4b71f50-daeb-4887-8d2d-a64d72d53453): Loading data parts
452 2025.03.04 05:58:44.203983 [ 258 ] {8cef61dd-1263-4abf-8215-6c168ac9c71f} <Debug> oximeter.measurements_bytes (b4b71f50-daeb-4887-8d2d-a64d72d53453): There are no data parts
453 2025.03.04 05:58:44.209208 [ 258 ] {8cef61dd-1263-4abf-8215-6c168ac9c71f} <Debug> TCPHandler: Processed in 0.02647473 sec.
454 2025.03.04 05:58:44.209434 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2025.03.04 05:58:44.209708 [ 258 ] {a85c7009-715a-4d72-aac3-2c633c76f950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
456 2025.03.04 05:58:44.209861 [ 258 ] {a85c7009-715a-4d72-aac3-2c633c76f950} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
457 2025.03.04 05:58:44.229397 [ 258 ] {a85c7009-715a-4d72-aac3-2c633c76f950} <Debug> oximeter.measurements_cumulativei64 (f1c28348-52bf-40cb-b25e-3a7bb7c920cf): Loading data parts
458 2025.03.04 05:58:44.229591 [ 258 ] {a85c7009-715a-4d72-aac3-2c633c76f950} <Debug> oximeter.measurements_cumulativei64 (f1c28348-52bf-40cb-b25e-3a7bb7c920cf): There are no data parts
459 2025.03.04 05:58:44.235330 [ 258 ] {a85c7009-715a-4d72-aac3-2c633c76f950} <Debug> TCPHandler: Processed in 0.025993817 sec.
460 2025.03.04 05:58:44.235555 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2025.03.04 05:58:44.235840 [ 258 ] {4c0d183c-7590-40dd-b9d7-5c3c5f6fa517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
462 2025.03.04 05:58:44.235959 [ 258 ] {4c0d183c-7590-40dd-b9d7-5c3c5f6fa517} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
463 2025.03.04 05:58:44.245707 [ 258 ] {4c0d183c-7590-40dd-b9d7-5c3c5f6fa517} <Debug> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Loading data parts
464 2025.03.04 05:58:44.245973 [ 258 ] {4c0d183c-7590-40dd-b9d7-5c3c5f6fa517} <Debug> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): There are no data parts
465 2025.03.04 05:58:44.267696 [ 258 ] {4c0d183c-7590-40dd-b9d7-5c3c5f6fa517} <Debug> TCPHandler: Processed in 0.032206074 sec.
466 2025.03.04 05:58:44.267849 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2025.03.04 05:58:44.268129 [ 258 ] {101f09eb-949e-4413-be7f-ead126aa9527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
468 2025.03.04 05:58:44.268269 [ 258 ] {101f09eb-949e-4413-be7f-ead126aa9527} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
469 2025.03.04 05:58:44.284154 [ 258 ] {101f09eb-949e-4413-be7f-ead126aa9527} <Debug> oximeter.measurements_cumulativef32 (18056eeb-15d5-428f-802d-a48f80ee4689): Loading data parts
470 2025.03.04 05:58:44.284354 [ 258 ] {101f09eb-949e-4413-be7f-ead126aa9527} <Debug> oximeter.measurements_cumulativef32 (18056eeb-15d5-428f-802d-a48f80ee4689): There are no data parts
471 2025.03.04 05:58:44.293310 [ 258 ] {101f09eb-949e-4413-be7f-ead126aa9527} <Debug> TCPHandler: Processed in 0.025511523 sec.
472 2025.03.04 05:58:44.293476 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2025.03.04 05:58:44.293718 [ 258 ] {ad51c731-119d-486e-8646-1943cc8617db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
474 2025.03.04 05:58:44.293849 [ 258 ] {ad51c731-119d-486e-8646-1943cc8617db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
475 2025.03.04 05:58:44.297035 [ 258 ] {ad51c731-119d-486e-8646-1943cc8617db} <Debug> oximeter.measurements_cumulativef64 (27831b1d-7c61-482c-9ba4-5d91de96affb): Loading data parts
476 2025.03.04 05:58:44.297227 [ 258 ] {ad51c731-119d-486e-8646-1943cc8617db} <Debug> oximeter.measurements_cumulativef64 (27831b1d-7c61-482c-9ba4-5d91de96affb): There are no data parts
477 2025.03.04 05:58:44.320659 [ 258 ] {ad51c731-119d-486e-8646-1943cc8617db} <Debug> TCPHandler: Processed in 0.027244986 sec.
478 2025.03.04 05:58:44.320866 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2025.03.04 05:58:44.321247 [ 258 ] {c6f7f1f4-7ea1-4b9a-a21b-80536e5995f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
480 * NOTE: Array types cannot be Nullable, see
481 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
482 * for more details.
483 *
484 * This means we need to use empty arrays to indicate a missing value. This
485 * is unfortunate, and at this point relies on the fact that an
486 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
487 * to figure out another way to represent missing samples here.
488 */
489 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)
490 2025.03.04 05:58:44.321387 [ 258 ] {c6f7f1f4-7ea1-4b9a-a21b-80536e5995f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
491 2025.03.04 05:58:44.331000 [ 258 ] {c6f7f1f4-7ea1-4b9a-a21b-80536e5995f6} <Debug> oximeter.measurements_histogrami8 (74a30460-b201-47d9-9ac6-b8938c48b88e): Loading data parts
492 2025.03.04 05:58:44.331193 [ 258 ] {c6f7f1f4-7ea1-4b9a-a21b-80536e5995f6} <Debug> oximeter.measurements_histogrami8 (74a30460-b201-47d9-9ac6-b8938c48b88e): There are no data parts
493 2025.03.04 05:58:44.336007 [ 258 ] {c6f7f1f4-7ea1-4b9a-a21b-80536e5995f6} <Debug> TCPHandler: Processed in 0.015205785 sec.
494 2025.03.04 05:58:44.336250 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
495 2025.03.04 05:58:44.336585 [ 258 ] {e826e958-77b8-4e44-bf49-44934a5b4d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
496 2025.03.04 05:58:44.336731 [ 258 ] {e826e958-77b8-4e44-bf49-44934a5b4d6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
497 2025.03.04 05:58:44.355729 [ 258 ] {e826e958-77b8-4e44-bf49-44934a5b4d6c} <Debug> oximeter.measurements_histogramu8 (ae5e495b-60a6-4619-b171-6ee6352a16c5): Loading data parts
498 2025.03.04 05:58:44.355964 [ 258 ] {e826e958-77b8-4e44-bf49-44934a5b4d6c} <Debug> oximeter.measurements_histogramu8 (ae5e495b-60a6-4619-b171-6ee6352a16c5): There are no data parts
499 2025.03.04 05:58:44.360902 [ 258 ] {e826e958-77b8-4e44-bf49-44934a5b4d6c} <Debug> TCPHandler: Processed in 0.024720047 sec.
500 2025.03.04 05:58:44.361141 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
501 2025.03.04 05:58:44.361639 [ 258 ] {459f2803-8b2a-4c80-8de9-2e96fa51e542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
502 2025.03.04 05:58:44.361819 [ 258 ] {459f2803-8b2a-4c80-8de9-2e96fa51e542} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
503 2025.03.04 05:58:44.371484 [ 258 ] {459f2803-8b2a-4c80-8de9-2e96fa51e542} <Debug> oximeter.measurements_histogrami16 (c5edd676-c0ff-48e8-a0d3-23af844f437b): Loading data parts
504 2025.03.04 05:58:44.371684 [ 258 ] {459f2803-8b2a-4c80-8de9-2e96fa51e542} <Debug> oximeter.measurements_histogrami16 (c5edd676-c0ff-48e8-a0d3-23af844f437b): There are no data parts
505 2025.03.04 05:58:44.384506 [ 258 ] {459f2803-8b2a-4c80-8de9-2e96fa51e542} <Debug> TCPHandler: Processed in 0.023444147 sec.
506 2025.03.04 05:58:44.384673 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
507 2025.03.04 05:58:44.384933 [ 258 ] {fcc3a39f-feba-47aa-8879-e6e823e18965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
508 2025.03.04 05:58:44.385069 [ 258 ] {fcc3a39f-feba-47aa-8879-e6e823e18965} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
509 2025.03.04 05:58:44.403908 [ 258 ] {fcc3a39f-feba-47aa-8879-e6e823e18965} <Debug> oximeter.measurements_histogramu16 (ef3e95d9-9845-4714-abc8-3dd56a05d2f5): Loading data parts
510 2025.03.04 05:58:44.404266 [ 258 ] {fcc3a39f-feba-47aa-8879-e6e823e18965} <Debug> oximeter.measurements_histogramu16 (ef3e95d9-9845-4714-abc8-3dd56a05d2f5): There are no data parts
511 2025.03.04 05:58:44.439940 [ 258 ] {fcc3a39f-feba-47aa-8879-e6e823e18965} <Debug> TCPHandler: Processed in 0.055315648 sec.
512 2025.03.04 05:58:44.440171 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
513 2025.03.04 05:58:44.440662 [ 258 ] {940cd3e3-7255-4299-a573-351d40bdcf50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
514 2025.03.04 05:58:44.440836 [ 258 ] {940cd3e3-7255-4299-a573-351d40bdcf50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
515 2025.03.04 05:58:44.463101 [ 258 ] {940cd3e3-7255-4299-a573-351d40bdcf50} <Debug> oximeter.measurements_histogrami32 (351a54fc-06df-42c8-9a1f-2579c5f6eedc): Loading data parts
516 2025.03.04 05:58:44.463334 [ 258 ] {940cd3e3-7255-4299-a573-351d40bdcf50} <Debug> oximeter.measurements_histogrami32 (351a54fc-06df-42c8-9a1f-2579c5f6eedc): There are no data parts
517 2025.03.04 05:58:44.467036 [ 258 ] {940cd3e3-7255-4299-a573-351d40bdcf50} <Debug> TCPHandler: Processed in 0.026941454 sec.
518 2025.03.04 05:58:44.467220 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
519 2025.03.04 05:58:44.467542 [ 258 ] {48b52f08-85c4-4430-820d-20a6e1719823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
520 2025.03.04 05:58:44.467691 [ 258 ] {48b52f08-85c4-4430-820d-20a6e1719823} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
521 2025.03.04 05:58:44.479423 [ 258 ] {48b52f08-85c4-4430-820d-20a6e1719823} <Debug> oximeter.measurements_histogramu32 (c7836ca5-704b-4b0e-b9f9-4fbf06315355): Loading data parts
522 2025.03.04 05:58:44.479688 [ 258 ] {48b52f08-85c4-4430-820d-20a6e1719823} <Debug> oximeter.measurements_histogramu32 (c7836ca5-704b-4b0e-b9f9-4fbf06315355): There are no data parts
523 2025.03.04 05:58:44.490470 [ 258 ] {48b52f08-85c4-4430-820d-20a6e1719823} <Debug> TCPHandler: Processed in 0.023311096 sec.
524 2025.03.04 05:58:44.490639 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
525 2025.03.04 05:58:44.491037 [ 258 ] {0a3d1192-2f7f-4ee2-8010-c8afad273d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
526 2025.03.04 05:58:44.491183 [ 258 ] {0a3d1192-2f7f-4ee2-8010-c8afad273d07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
527 2025.03.04 05:58:44.513545 [ 258 ] {0a3d1192-2f7f-4ee2-8010-c8afad273d07} <Debug> oximeter.measurements_histogrami64 (c8e4f9e8-e91a-4c88-bdb0-19bd9c2b5707): Loading data parts
528 2025.03.04 05:58:44.513725 [ 258 ] {0a3d1192-2f7f-4ee2-8010-c8afad273d07} <Debug> oximeter.measurements_histogrami64 (c8e4f9e8-e91a-4c88-bdb0-19bd9c2b5707): There are no data parts
529 2025.03.04 05:58:44.522636 [ 258 ] {0a3d1192-2f7f-4ee2-8010-c8afad273d07} <Debug> TCPHandler: Processed in 0.032047342 sec.
530 2025.03.04 05:58:44.522842 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
531 2025.03.04 05:58:44.523103 [ 258 ] {50fd6728-2d91-4116-b572-6cbb8005e9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
532 2025.03.04 05:58:44.523244 [ 258 ] {50fd6728-2d91-4116-b572-6cbb8005e9c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
533 2025.03.04 05:58:44.527598 [ 258 ] {50fd6728-2d91-4116-b572-6cbb8005e9c2} <Debug> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Loading data parts
534 2025.03.04 05:58:44.527917 [ 258 ] {50fd6728-2d91-4116-b572-6cbb8005e9c2} <Debug> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): There are no data parts
535 2025.03.04 05:58:44.538602 [ 258 ] {50fd6728-2d91-4116-b572-6cbb8005e9c2} <Debug> TCPHandler: Processed in 0.01583926 sec.
536 2025.03.04 05:58:44.538773 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
537 2025.03.04 05:58:44.539128 [ 258 ] {375838e2-a9b2-43e2-b779-9d6875ab9bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
538 2025.03.04 05:58:44.539336 [ 258 ] {375838e2-a9b2-43e2-b779-9d6875ab9bc9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
539 2025.03.04 05:58:44.551531 [ 258 ] {375838e2-a9b2-43e2-b779-9d6875ab9bc9} <Debug> oximeter.measurements_histogramf32 (3222fd21-5f1e-4cd5-90b3-a2579f4ea506): Loading data parts
540 2025.03.04 05:58:44.551715 [ 258 ] {375838e2-a9b2-43e2-b779-9d6875ab9bc9} <Debug> oximeter.measurements_histogramf32 (3222fd21-5f1e-4cd5-90b3-a2579f4ea506): There are no data parts
541 2025.03.04 05:58:44.562641 [ 258 ] {375838e2-a9b2-43e2-b779-9d6875ab9bc9} <Debug> TCPHandler: Processed in 0.023921721 sec.
542 2025.03.04 05:58:44.562797 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
543 2025.03.04 05:58:44.563064 [ 258 ] {8b431162-2f48-48ef-b7d4-b877202c6957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
544 2025.03.04 05:58:44.563245 [ 258 ] {8b431162-2f48-48ef-b7d4-b877202c6957} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
545 2025.03.04 05:58:44.575647 [ 258 ] {8b431162-2f48-48ef-b7d4-b877202c6957} <Debug> oximeter.measurements_histogramf64 (6fea93d1-e4a9-4b31-994f-be7fae6d6782): Loading data parts
546 2025.03.04 05:58:44.576051 [ 258 ] {8b431162-2f48-48ef-b7d4-b877202c6957} <Debug> oximeter.measurements_histogramf64 (6fea93d1-e4a9-4b31-994f-be7fae6d6782): There are no data parts
547 2025.03.04 05:58:44.587307 [ 258 ] {8b431162-2f48-48ef-b7d4-b877202c6957} <Debug> TCPHandler: Processed in 0.024561286 sec.
548 2025.03.04 05:58:44.587511 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
549 2025.03.04 05:58:44.587844 [ 258 ] {34cb66d8-d3f0-4a8c-adf4-dd670fa7c6f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) /* The field tables store named dimensions of each timeseries.
550 *
551 * As with the measurement tables, there is one field table for each field data
552 * type. Fields are deduplicated by using the "replacing merge tree", though
553 * this behavior **must not** be relied upon for query correctness.
554 *
555 * The index for the fields differs from the measurements, however. Rows are
556 * sorted by timeseries name, then field name, field value, and finally
557 * timeseries key. This reflects the most common pattern for looking them up:
558 * by field name and possibly value, within a timeseries. The resulting keys are
559 * usually then used to look up measurements.
560 *
561 * NOTE: We may want to consider a secondary index on these tables, sorting by
562 * timeseries name and then key, since it would improve lookups where one
563 * already has the key. Realistically though, these tables are quite small and
564 * so performance benefits will be low in absolute terms.
565 *
566 * TTL: We use a materialized column to expire old field table records. This
567 * column is generated automatically by the database whenever a new row is
568 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
569 * query. Since these tables are `ReplacingMergeTree`s, that means the last
570 * record will remain during a deduplication, which will have the last
571 * timestamp. ClickHouse will then expire old data for us, similar to the
572 * measurement tables.
573 */
574 CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
575 2025.03.04 05:58:44.587991 [ 258 ] {34cb66d8-d3f0-4a8c-adf4-dd670fa7c6f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
576 2025.03.04 05:58:44.599659 [ 258 ] {34cb66d8-d3f0-4a8c-adf4-dd670fa7c6f1} <Debug> oximeter.fields_bool (9b3b189f-c03c-4de0-9a51-06e15bf6f83a): Loading data parts
577 2025.03.04 05:58:44.599829 [ 258 ] {34cb66d8-d3f0-4a8c-adf4-dd670fa7c6f1} <Debug> oximeter.fields_bool (9b3b189f-c03c-4de0-9a51-06e15bf6f83a): There are no data parts
578 2025.03.04 05:58:44.610802 [ 258 ] {34cb66d8-d3f0-4a8c-adf4-dd670fa7c6f1} <Debug> TCPHandler: Processed in 0.023355146 sec.
579 2025.03.04 05:58:44.611040 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
580 2025.03.04 05:58:44.611233 [ 258 ] {270a60a1-7007-4b0c-8a66-33c8783a013d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
581 2025.03.04 05:58:44.611424 [ 258 ] {270a60a1-7007-4b0c-8a66-33c8783a013d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
582 2025.03.04 05:58:44.623445 [ 258 ] {270a60a1-7007-4b0c-8a66-33c8783a013d} <Debug> oximeter.fields_i8 (dfc60955-e64b-42ca-a0a0-f3813788ffe6): Loading data parts
583 2025.03.04 05:58:44.623798 [ 258 ] {270a60a1-7007-4b0c-8a66-33c8783a013d} <Debug> oximeter.fields_i8 (dfc60955-e64b-42ca-a0a0-f3813788ffe6): There are no data parts
584 2025.03.04 05:58:44.634319 [ 258 ] {270a60a1-7007-4b0c-8a66-33c8783a013d} <Debug> TCPHandler: Processed in 0.023329676 sec.
585 2025.03.04 05:58:44.634466 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
586 2025.03.04 05:58:44.634785 [ 258 ] {a4614770-0214-4e78-90b4-c22ea8777600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
587 2025.03.04 05:58:44.634875 [ 258 ] {a4614770-0214-4e78-90b4-c22ea8777600} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
588 2025.03.04 05:58:44.646954 [ 258 ] {a4614770-0214-4e78-90b4-c22ea8777600} <Debug> oximeter.fields_u8 (14ee976d-266d-4605-957c-4dc6f0ba2829): Loading data parts
589 2025.03.04 05:58:44.647147 [ 258 ] {a4614770-0214-4e78-90b4-c22ea8777600} <Debug> oximeter.fields_u8 (14ee976d-266d-4605-957c-4dc6f0ba2829): There are no data parts
590 2025.03.04 05:58:44.658653 [ 258 ] {a4614770-0214-4e78-90b4-c22ea8777600} <Debug> TCPHandler: Processed in 0.024238533 sec.
591 2025.03.04 05:58:44.658945 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
592 2025.03.04 05:58:44.659135 [ 258 ] {a025c3c4-858e-4dbf-b5f8-b3692377a990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
593 2025.03.04 05:58:44.659304 [ 258 ] {a025c3c4-858e-4dbf-b5f8-b3692377a990} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
594 2025.03.04 05:58:44.671334 [ 258 ] {a025c3c4-858e-4dbf-b5f8-b3692377a990} <Debug> oximeter.fields_i16 (8b90fa2f-0060-4ab5-beae-04481d9fea5e): Loading data parts
595 2025.03.04 05:58:44.671652 [ 258 ] {a025c3c4-858e-4dbf-b5f8-b3692377a990} <Debug> oximeter.fields_i16 (8b90fa2f-0060-4ab5-beae-04481d9fea5e): There are no data parts
596 2025.03.04 05:58:44.682631 [ 258 ] {a025c3c4-858e-4dbf-b5f8-b3692377a990} <Debug> TCPHandler: Processed in 0.023737559 sec.
597 2025.03.04 05:58:44.682791 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
598 2025.03.04 05:58:44.683098 [ 258 ] {83bc0775-cc66-4432-ae99-8047add4c916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
599 2025.03.04 05:58:44.683233 [ 258 ] {83bc0775-cc66-4432-ae99-8047add4c916} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
600 2025.03.04 05:58:44.715820 [ 258 ] {83bc0775-cc66-4432-ae99-8047add4c916} <Debug> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Loading data parts
601 2025.03.04 05:58:44.716108 [ 258 ] {83bc0775-cc66-4432-ae99-8047add4c916} <Debug> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): There are no data parts
602 2025.03.04 05:58:44.721505 [ 258 ] {83bc0775-cc66-4432-ae99-8047add4c916} <Debug> TCPHandler: Processed in 0.038767633 sec.
603 2025.03.04 05:58:44.721700 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
604 2025.03.04 05:58:44.721889 [ 258 ] {27a78e70-f132-4da1-b39e-fe2165eacb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
605 2025.03.04 05:58:44.722018 [ 258 ] {27a78e70-f132-4da1-b39e-fe2165eacb68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
606 2025.03.04 05:58:44.732119 [ 258 ] {27a78e70-f132-4da1-b39e-fe2165eacb68} <Debug> oximeter.fields_i32 (64148c4a-86c3-4435-94be-358de4f16178): Loading data parts
607 2025.03.04 05:58:44.732419 [ 258 ] {27a78e70-f132-4da1-b39e-fe2165eacb68} <Debug> oximeter.fields_i32 (64148c4a-86c3-4435-94be-358de4f16178): There are no data parts
608 2025.03.04 05:58:44.745322 [ 258 ] {27a78e70-f132-4da1-b39e-fe2165eacb68} <Debug> TCPHandler: Processed in 0.023672089 sec.
609 2025.03.04 05:58:44.745461 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
610 2025.03.04 05:58:44.745744 [ 258 ] {7381c4ee-e984-410f-9467-b82ef17850d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
611 2025.03.04 05:58:44.745878 [ 258 ] {7381c4ee-e984-410f-9467-b82ef17850d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
612 2025.03.04 05:58:44.755913 [ 258 ] {7381c4ee-e984-410f-9467-b82ef17850d5} <Debug> oximeter.fields_u32 (cf466378-4893-443d-ab11-1577a1b0e693): Loading data parts
613 2025.03.04 05:58:44.756099 [ 258 ] {7381c4ee-e984-410f-9467-b82ef17850d5} <Debug> oximeter.fields_u32 (cf466378-4893-443d-ab11-1577a1b0e693): There are no data parts
614 2025.03.04 05:58:44.769369 [ 258 ] {7381c4ee-e984-410f-9467-b82ef17850d5} <Debug> TCPHandler: Processed in 0.02395831 sec.
615 2025.03.04 05:58:44.769542 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
616 2025.03.04 05:58:44.769775 [ 258 ] {e94e9f98-8f53-43ed-ba96-eef639ee7ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
617 2025.03.04 05:58:44.770006 [ 258 ] {e94e9f98-8f53-43ed-ba96-eef639ee7ec1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
618 2025.03.04 05:58:44.779921 [ 258 ] {e94e9f98-8f53-43ed-ba96-eef639ee7ec1} <Debug> oximeter.fields_i64 (26a202ff-b4c3-4d26-8195-e99ae22b336f): Loading data parts
619 2025.03.04 05:58:44.780257 [ 258 ] {e94e9f98-8f53-43ed-ba96-eef639ee7ec1} <Debug> oximeter.fields_i64 (26a202ff-b4c3-4d26-8195-e99ae22b336f): There are no data parts
620 2025.03.04 05:58:44.793250 [ 258 ] {e94e9f98-8f53-43ed-ba96-eef639ee7ec1} <Debug> TCPHandler: Processed in 0.023768009 sec.
621 2025.03.04 05:58:44.793499 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
622 2025.03.04 05:58:44.794039 [ 258 ] {757ebc87-8966-489d-89bd-6ff1d4fc0bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
623 2025.03.04 05:58:44.794250 [ 258 ] {757ebc87-8966-489d-89bd-6ff1d4fc0bfb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
624 2025.03.04 05:58:44.803894 [ 258 ] {757ebc87-8966-489d-89bd-6ff1d4fc0bfb} <Debug> oximeter.fields_u64 (60732fd7-d8dc-41b8-b8d7-ddb313a30575): Loading data parts
625 2025.03.04 05:58:44.804090 [ 258 ] {757ebc87-8966-489d-89bd-6ff1d4fc0bfb} <Debug> oximeter.fields_u64 (60732fd7-d8dc-41b8-b8d7-ddb313a30575): There are no data parts
626 2025.03.04 05:58:44.817141 [ 258 ] {757ebc87-8966-489d-89bd-6ff1d4fc0bfb} <Debug> TCPHandler: Processed in 0.02373614 sec.
627 2025.03.04 05:58:44.817304 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
628 2025.03.04 05:58:44.817535 [ 258 ] {bc4e6a3b-18c3-419b-a679-f34b531884b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
629 2025.03.04 05:58:44.817695 [ 258 ] {bc4e6a3b-18c3-419b-a679-f34b531884b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
630 2025.03.04 05:58:44.827620 [ 258 ] {bc4e6a3b-18c3-419b-a679-f34b531884b5} <Debug> oximeter.fields_ipaddr (67e5cb30-8a9b-44a5-9a5d-f342589134b9): Loading data parts
631 2025.03.04 05:58:44.827851 [ 258 ] {bc4e6a3b-18c3-419b-a679-f34b531884b5} <Debug> oximeter.fields_ipaddr (67e5cb30-8a9b-44a5-9a5d-f342589134b9): There are no data parts
632 2025.03.04 05:58:44.840579 [ 258 ] {bc4e6a3b-18c3-419b-a679-f34b531884b5} <Debug> TCPHandler: Processed in 0.023333196 sec.
633 2025.03.04 05:58:44.840803 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
634 2025.03.04 05:58:44.841113 [ 258 ] {6727dab2-0452-4ff8-9614-b20b50b85687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
635 2025.03.04 05:58:44.841251 [ 258 ] {6727dab2-0452-4ff8-9614-b20b50b85687} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
636 2025.03.04 05:58:44.850938 [ 258 ] {6727dab2-0452-4ff8-9614-b20b50b85687} <Debug> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Loading data parts
637 2025.03.04 05:58:44.851116 [ 258 ] {6727dab2-0452-4ff8-9614-b20b50b85687} <Debug> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): There are no data parts
638 2025.03.04 05:58:44.864213 [ 258 ] {6727dab2-0452-4ff8-9614-b20b50b85687} <Debug> TCPHandler: Processed in 0.023506237 sec.
639 2025.03.04 05:58:44.864355 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
640 2025.03.04 05:58:44.864544 [ 258 ] {aac35c3f-129c-424f-9a54-863b8392c2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete)
641 2025.03.04 05:58:44.864690 [ 258 ] {aac35c3f-129c-424f-9a54-863b8392c2cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
642 2025.03.04 05:58:44.875372 [ 258 ] {aac35c3f-129c-424f-9a54-863b8392c2cd} <Debug> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Loading data parts
643 2025.03.04 05:58:44.875550 [ 258 ] {aac35c3f-129c-424f-9a54-863b8392c2cd} <Debug> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): There are no data parts
644 2025.03.04 05:58:44.888504 [ 258 ] {aac35c3f-129c-424f-9a54-863b8392c2cd} <Debug> TCPHandler: Processed in 0.024199323 sec.
645 2025.03.04 05:58:44.888742 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
646 2025.03.04 05:58:44.889060 [ 258 ] {28aed062-673b-460c-928d-5db52f9835a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) /* The timeseries schema table stores the extracted schema for the samples
647 * oximeter collects.
648 */
649 CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete)
650 2025.03.04 05:58:44.889214 [ 258 ] {28aed062-673b-460c-928d-5db52f9835a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
651 2025.03.04 05:58:44.899624 [ 258 ] {28aed062-673b-460c-928d-5db52f9835a5} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Loading data parts
652 2025.03.04 05:58:44.900026 [ 258 ] {28aed062-673b-460c-928d-5db52f9835a5} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): There are no data parts
653 2025.03.04 05:58:44.912981 [ 258 ] {28aed062-673b-460c-928d-5db52f9835a5} <Debug> TCPHandler: Processed in 0.024300084 sec.
654 2025.03.04 05:58:44.913214 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
655 2025.03.04 05:58:44.913532 [ 262 ] {b3f46dfc-26c7-4733-8711-e26bdbadbe28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
656 2025.03.04 05:58:44.914841 [ 262 ] {b3f46dfc-26c7-4733-8711-e26bdbadbe28} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
657 2025.03.04 05:58:44.923016 [ 275 ] {b3f46dfc-26c7-4733-8711-e26bdbadbe28} <Trace> oximeter.version (524319c0-b6ff-4498-9149-be8fc5be359d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
658 2025.03.04 05:58:44.923215 [ 275 ] {b3f46dfc-26c7-4733-8711-e26bdbadbe28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB.
659 2025.03.04 05:58:44.928610 [ 275 ] {b3f46dfc-26c7-4733-8711-e26bdbadbe28} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
660 2025.03.04 05:58:44.929319 [ 275 ] {b3f46dfc-26c7-4733-8711-e26bdbadbe28} <Trace> oximeter.version (524319c0-b6ff-4498-9149-be8fc5be359d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
661 2025.03.04 05:58:44.929677 [ 262 ] {b3f46dfc-26c7-4733-8711-e26bdbadbe28} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016253 sec., 61.52710268873439 rows/sec., 984.43 B/sec.
662 2025.03.04 05:58:44.930063 [ 262 ] {b3f46dfc-26c7-4733-8711-e26bdbadbe28} <Debug> TCPHandler: Processed in 0.016908358 sec.
663 2025.03.04 05:58:45.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.57 MiB, peak 136.57 MiB, free memory in arenas 0.00 B, will set to 140.37 MiB (RSS), difference: 3.80 MiB
664 2025.03.04 05:58:49.056669 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48326
665 2025.03.04 05:58:49.057903 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
666 2025.03.04 05:58:49.057949 [ 277 ] {} <Debug> TCP-Session: b9457108-6f96-468c-a12e-595b293fb0c8 Authenticating user 'default' from [fd00:1122:3344:101::c]:48326
667 2025.03.04 05:58:49.058068 [ 277 ] {} <Debug> TCP-Session: b9457108-6f96-468c-a12e-595b293fb0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
668 2025.03.04 05:58:49.058084 [ 277 ] {} <Debug> TCP-Session: b9457108-6f96-468c-a12e-595b293fb0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
669 2025.03.04 05:58:49.058149 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
670 2025.03.04 05:58:49.058256 [ 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
671 2025.03.04 05:58:49.058276 [ 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
672 2025.03.04 05:58:49.059482 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52193
673 2025.03.04 05:58:49.059483 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60480
674 2025.03.04 05:58:49.059561 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43374
675 2025.03.04 05:58:49.059688 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48347
676 2025.03.04 05:58:49.059695 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
677 2025.03.04 05:58:49.059780 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39717
678 2025.03.04 05:58:49.059807 [ 279 ] {} <Debug> TCP-Session: a8600a7d-3b7f-419f-b8b3-7b17844ca1db Authenticating user 'default' from [fd00:1122:3344:101::c]:52193
679 2025.03.04 05:58:49.060044 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
680 2025.03.04 05:58:49.060218 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
681 2025.03.04 05:58:49.060288 [ 278 ] {} <Debug> TCP-Session: ee2709e3-0ddd-435f-b652-e59f9ecca4ef Authenticating user 'default' from [fd00:1122:3344:101::c]:60480
682 2025.03.04 05:58:49.060267 [ 279 ] {} <Debug> TCP-Session: a8600a7d-3b7f-419f-b8b3-7b17844ca1db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
683 2025.03.04 05:58:49.060262 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53447
684 2025.03.04 05:58:49.060345 [ 280 ] {} <Debug> TCP-Session: 5c55980b-7b2f-4549-9c56-34051890033b Authenticating user 'default' from [fd00:1122:3344:101::c]:43374
685 2025.03.04 05:58:49.060327 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63665
686 2025.03.04 05:58:49.060408 [ 278 ] {} <Debug> TCP-Session: ee2709e3-0ddd-435f-b652-e59f9ecca4ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
687 2025.03.04 05:58:49.060435 [ 280 ] {} <Debug> TCP-Session: 5c55980b-7b2f-4549-9c56-34051890033b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
688 2025.03.04 05:58:49.060636 [ 278 ] {} <Debug> TCP-Session: ee2709e3-0ddd-435f-b652-e59f9ecca4ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
689 2025.03.04 05:58:49.060648 [ 280 ] {} <Debug> TCP-Session: 5c55980b-7b2f-4549-9c56-34051890033b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
690 2025.03.04 05:58:49.060645 [ 279 ] {} <Debug> TCP-Session: a8600a7d-3b7f-419f-b8b3-7b17844ca1db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
691 2025.03.04 05:58:49.060732 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
692 2025.03.04 05:58:49.060671 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
693 2025.03.04 05:58:49.060874 [ 282 ] {} <Debug> TCP-Session: 6c552986-f3dc-465b-b79b-b9227d11711a Authenticating user 'default' from [fd00:1122:3344:101::c]:39717
694 2025.03.04 05:58:49.060874 [ 284 ] {} <Debug> TCP-Session: cd2d45af-90a0-47c8-9985-39ab1e58d7d9 Authenticating user 'default' from [fd00:1122:3344:101::c]:63665
695 2025.03.04 05:58:49.060973 [ 282 ] {} <Debug> TCP-Session: 6c552986-f3dc-465b-b79b-b9227d11711a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
696 2025.03.04 05:58:49.061045 [ 284 ] {} <Debug> TCP-Session: cd2d45af-90a0-47c8-9985-39ab1e58d7d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
697 2025.03.04 05:58:49.061054 [ 282 ] {} <Debug> TCP-Session: 6c552986-f3dc-465b-b79b-b9227d11711a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2025.03.04 05:58:49.061117 [ 284 ] {} <Debug> TCP-Session: cd2d45af-90a0-47c8-9985-39ab1e58d7d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2025.03.04 05:58:49.069182 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
700 2025.03.04 05:58:49.069219 [ 283 ] {} <Debug> TCP-Session: afee0366-1e3e-4e4f-bb1b-4252ceac5f2f Authenticating user 'default' from [fd00:1122:3344:101::c]:53447
701 2025.03.04 05:58:49.069246 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
702 2025.03.04 05:58:49.069359 [ 283 ] {} <Debug> TCP-Session: afee0366-1e3e-4e4f-bb1b-4252ceac5f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
703 2025.03.04 05:58:49.069418 [ 281 ] {} <Debug> TCP-Session: e643b694-bdd8-4e08-a995-ad79e8276d40 Authenticating user 'default' from [fd00:1122:3344:101::c]:48347
704 2025.03.04 05:58:49.069432 [ 283 ] {} <Debug> TCP-Session: afee0366-1e3e-4e4f-bb1b-4252ceac5f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
705 2025.03.04 05:58:49.069569 [ 281 ] {} <Debug> TCP-Session: e643b694-bdd8-4e08-a995-ad79e8276d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
706 2025.03.04 05:58:49.069605 [ 281 ] {} <Debug> TCP-Session: e643b694-bdd8-4e08-a995-ad79e8276d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
707 2025.03.04 05:58:50.520102 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
708 2025.03.04 05:58:50.520124 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
709 2025.03.04 05:58:50.520202 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
710 2025.03.04 05:58:50.520235 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
711 2025.03.04 05:58:50.535597 [ 244 ] {} <Debug> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Loading data parts
712 2025.03.04 05:58:50.536280 [ 244 ] {} <Debug> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): There are no data parts
713 2025.03.04 05:58:50.545707 [ 243 ] {} <Debug> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Loading data parts
714 2025.03.04 05:58:50.546276 [ 243 ] {} <Debug> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): There are no data parts
715 2025.03.04 05:58:50.551078 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
716 2025.03.04 05:58:50.551163 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
717 2025.03.04 05:58:50.554509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
718 2025.03.04 05:58:50.555253 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
719 2025.03.04 05:58:50.555550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
720 2025.03.04 05:58:50.593935 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
721 2025.03.04 05:58:50.594255 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
722 2025.03.04 05:58:50.604881 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
723 2025.03.04 05:58:50.607215 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
724 2025.03.04 05:58:50.611406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
725 2025.03.04 05:58:51.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.79 MiB, peak 149.79 MiB, free memory in arenas 0.00 B, will set to 150.58 MiB (RSS), difference: 4.79 MiB
726 2025.03.04 05:58:53.020100 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
727 2025.03.04 05:58:53.020373 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
728 2025.03.04 05:58:53.035377 [ 242 ] {} <Debug> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Loading data parts
729 2025.03.04 05:58:53.035586 [ 242 ] {} <Debug> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): There are no data parts
730 2025.03.04 05:58:53.057023 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.03.04 05:58:53.057171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
732 2025.03.04 05:58:53.058936 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.03.04 05:58:53.059562 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
734 2025.03.04 05:58:53.060081 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
735 2025.03.04 05:58:54.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.77 MiB, peak 154.77 MiB, free memory in arenas 0.00 B, will set to 151.05 MiB (RSS), difference: -3.72 MiB
736 2025.03.04 05:58:57.977696 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache
737 2025.03.04 05:58:57.977789 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache
738 2025.03.04 05:58:58.055700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
739 2025.03.04 05:58:58.056663 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.03.04 05:58:58.056701 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
741 2025.03.04 05:58:58.057405 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
742 2025.03.04 05:58:58.057949 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
743 2025.03.04 05:58:58.058191 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
744 2025.03.04 05:58:58.111546 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
745 2025.03.04 05:58:58.131890 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
746 2025.03.04 05:58:58.131990 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
747 2025.03.04 05:58:58.138911 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
748 2025.03.04 05:58:58.140105 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
749 2025.03.04 05:58:58.142528 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
750 2025.03.04 05:59:04.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.73 MiB, peak 155.73 MiB, free memory in arenas 0.00 B, will set to 152.75 MiB (RSS), difference: 4.02 MiB
751 2025.03.04 05:59:04.940887 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
752 2025.03.04 05:59:04.941147 [ 258 ] {95ec4efa-a73e-4ae7-970a-f6989008b4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
753 2025.03.04 05:59:04.941535 [ 258 ] {95ec4efa-a73e-4ae7-970a-f6989008b4f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
754 2025.03.04 05:59:04.941819 [ 258 ] {95ec4efa-a73e-4ae7-970a-f6989008b4f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
755 2025.03.04 05:59:04.942593 [ 258 ] {95ec4efa-a73e-4ae7-970a-f6989008b4f9} <Debug> TCPHandler: Processed in 0.001830994 sec.
756 2025.03.04 05:59:04.945064 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
757 2025.03.04 05:59:04.945274 [ 258 ] {ab3f19aa-e9e2-45c5-a49f-3b9113ba47e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
758 2025.03.04 05:59:04.946909 [ 258 ] {ab3f19aa-e9e2-45c5-a49f-3b9113ba47e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
759 2025.03.04 05:59:04.946965 [ 258 ] {ab3f19aa-e9e2-45c5-a49f-3b9113ba47e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
760 2025.03.04 05:59:04.947506 [ 258 ] {ab3f19aa-e9e2-45c5-a49f-3b9113ba47e9} <Debug> TCPHandler: Processed in 0.002494329 sec.
761 2025.03.04 05:59:04.947786 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
762 2025.03.04 05:59:04.947919 [ 258 ] {f1e840e1-6c3e-46bc-b969-335e30de9ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.948265 [ 258 ] {f1e840e1-6c3e-46bc-b969-335e30de9ee5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
764 2025.03.04 05:59:04.948318 [ 258 ] {f1e840e1-6c3e-46bc-b969-335e30de9ee5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
765 2025.03.04 05:59:04.948803 [ 258 ] {f1e840e1-6c3e-46bc-b969-335e30de9ee5} <Debug> TCPHandler: Processed in 0.001068498 sec.
766 2025.03.04 05:59:04.949051 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
767 2025.03.04 05:59:04.949184 [ 258 ] {45b13037-8494-4a12-a190-fd358c58bdf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.949503 [ 258 ] {45b13037-8494-4a12-a190-fd358c58bdf9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
769 2025.03.04 05:59:04.949556 [ 258 ] {45b13037-8494-4a12-a190-fd358c58bdf9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
770 2025.03.04 05:59:04.950029 [ 258 ] {45b13037-8494-4a12-a190-fd358c58bdf9} <Debug> TCPHandler: Processed in 0.001028758 sec.
771 2025.03.04 05:59:04.950238 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
772 2025.03.04 05:59:04.950371 [ 258 ] {4b93cd99-a357-4d50-9d57-02ffc7e81af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.950686 [ 258 ] {4b93cd99-a357-4d50-9d57-02ffc7e81af8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
774 2025.03.04 05:59:04.950737 [ 258 ] {4b93cd99-a357-4d50-9d57-02ffc7e81af8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
775 2025.03.04 05:59:04.951203 [ 258 ] {4b93cd99-a357-4d50-9d57-02ffc7e81af8} <Debug> TCPHandler: Processed in 0.001015227 sec.
776 2025.03.04 05:59:04.951413 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
777 2025.03.04 05:59:04.951547 [ 258 ] {8a26dc6a-b09f-485d-976c-49c108a6a265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.951858 [ 258 ] {8a26dc6a-b09f-485d-976c-49c108a6a265} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
779 2025.03.04 05:59:04.951909 [ 258 ] {8a26dc6a-b09f-485d-976c-49c108a6a265} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
780 2025.03.04 05:59:04.952373 [ 258 ] {8a26dc6a-b09f-485d-976c-49c108a6a265} <Debug> TCPHandler: Processed in 0.001008907 sec.
781 2025.03.04 05:59:04.952559 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
782 2025.03.04 05:59:04.952685 [ 258 ] {6cbddf5d-d2cf-42d6-9e95-16e7163f7c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.952981 [ 258 ] {6cbddf5d-d2cf-42d6-9e95-16e7163f7c00} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
784 2025.03.04 05:59:04.953029 [ 258 ] {6cbddf5d-d2cf-42d6-9e95-16e7163f7c00} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
785 2025.03.04 05:59:04.953535 [ 258 ] {6cbddf5d-d2cf-42d6-9e95-16e7163f7c00} <Debug> TCPHandler: Processed in 0.001013708 sec.
786 2025.03.04 05:59:04.953727 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
787 2025.03.04 05:59:04.953860 [ 258 ] {baa357b3-4743-4677-8d7c-8e61b99adf2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.954178 [ 258 ] {baa357b3-4743-4677-8d7c-8e61b99adf2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
789 2025.03.04 05:59:04.954229 [ 258 ] {baa357b3-4743-4677-8d7c-8e61b99adf2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
790 2025.03.04 05:59:04.954691 [ 258 ] {baa357b3-4743-4677-8d7c-8e61b99adf2b} <Debug> TCPHandler: Processed in 0.001012387 sec.
791 2025.03.04 05:59:04.954913 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
792 2025.03.04 05:59:04.955047 [ 258 ] {532cf430-7bce-4d72-addd-9a6b47011b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.955373 [ 258 ] {532cf430-7bce-4d72-addd-9a6b47011b79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
794 2025.03.04 05:59:04.955425 [ 258 ] {532cf430-7bce-4d72-addd-9a6b47011b79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
795 2025.03.04 05:59:04.955889 [ 258 ] {532cf430-7bce-4d72-addd-9a6b47011b79} <Debug> TCPHandler: Processed in 0.001025448 sec.
796 2025.03.04 05:59:04.956100 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
797 2025.03.04 05:59:04.956247 [ 258 ] {58987b17-7ebb-4951-99b0-f656b3af5aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.956576 [ 258 ] {58987b17-7ebb-4951-99b0-f656b3af5aec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
799 2025.03.04 05:59:04.956627 [ 258 ] {58987b17-7ebb-4951-99b0-f656b3af5aec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
800 2025.03.04 05:59:04.957087 [ 258 ] {58987b17-7ebb-4951-99b0-f656b3af5aec} <Debug> TCPHandler: Processed in 0.001040748 sec.
801 2025.03.04 05:59:04.957353 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
802 2025.03.04 05:59:04.957495 [ 258 ] {71330f36-56a2-4582-aade-e12943621f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.957832 [ 258 ] {71330f36-56a2-4582-aade-e12943621f11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
804 2025.03.04 05:59:04.957885 [ 258 ] {71330f36-56a2-4582-aade-e12943621f11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
805 2025.03.04 05:59:04.958372 [ 258 ] {71330f36-56a2-4582-aade-e12943621f11} <Debug> TCPHandler: Processed in 0.001078218 sec.
806 2025.03.04 05:59:04.958589 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
807 2025.03.04 05:59:04.958729 [ 258 ] {42c6d7fa-8874-4eac-ade5-053864d377ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.959099 [ 258 ] {42c6d7fa-8874-4eac-ade5-053864d377ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
809 2025.03.04 05:59:04.959151 [ 258 ] {42c6d7fa-8874-4eac-ade5-053864d377ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
810 2025.03.04 05:59:04.959763 [ 258 ] {42c6d7fa-8874-4eac-ade5-053864d377ad} <Debug> TCPHandler: Processed in 0.001223649 sec.
811 2025.03.04 05:59:04.960005 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
812 2025.03.04 05:59:04.960149 [ 258 ] {cbbd73b7-fea4-48b6-a313-a2aa157dd5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.960496 [ 258 ] {cbbd73b7-fea4-48b6-a313-a2aa157dd5cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
814 2025.03.04 05:59:04.960549 [ 258 ] {cbbd73b7-fea4-48b6-a313-a2aa157dd5cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
815 2025.03.04 05:59:04.961041 [ 258 ] {cbbd73b7-fea4-48b6-a313-a2aa157dd5cc} <Debug> TCPHandler: Processed in 0.001085458 sec.
816 2025.03.04 05:59:04.961275 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
817 2025.03.04 05:59:04.961416 [ 258 ] {081b381e-a2bb-453f-83fd-f7f5b70de826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.961762 [ 258 ] {081b381e-a2bb-453f-83fd-f7f5b70de826} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
819 2025.03.04 05:59:04.961818 [ 258 ] {081b381e-a2bb-453f-83fd-f7f5b70de826} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
820 2025.03.04 05:59:04.962295 [ 258 ] {081b381e-a2bb-453f-83fd-f7f5b70de826} <Debug> TCPHandler: Processed in 0.001070188 sec.
821 2025.03.04 05:59:04.962512 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
822 2025.03.04 05:59:04.962653 [ 258 ] {3464afda-f733-4fd1-8440-124efa1a7b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.963014 [ 258 ] {3464afda-f733-4fd1-8440-124efa1a7b62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
824 2025.03.04 05:59:04.963065 [ 258 ] {3464afda-f733-4fd1-8440-124efa1a7b62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
825 2025.03.04 05:59:04.963550 [ 258 ] {3464afda-f733-4fd1-8440-124efa1a7b62} <Debug> TCPHandler: Processed in 0.001087228 sec.
826 2025.03.04 05:59:04.963782 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
827 2025.03.04 05:59:04.963924 [ 258 ] {b220a9f2-754f-4f44-9c3b-4d3031304e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.964306 [ 258 ] {b220a9f2-754f-4f44-9c3b-4d3031304e08} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
829 2025.03.04 05:59:04.964361 [ 258 ] {b220a9f2-754f-4f44-9c3b-4d3031304e08} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
830 2025.03.04 05:59:04.964889 [ 258 ] {b220a9f2-754f-4f44-9c3b-4d3031304e08} <Debug> TCPHandler: Processed in 0.001156519 sec.
831 2025.03.04 05:59:04.965094 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
832 2025.03.04 05:59:04.965238 [ 258 ] {29bab320-df97-4b93-8afb-4cfc46657dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.965592 [ 258 ] {29bab320-df97-4b93-8afb-4cfc46657dd3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
834 2025.03.04 05:59:04.965652 [ 258 ] {29bab320-df97-4b93-8afb-4cfc46657dd3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
835 2025.03.04 05:59:04.966154 [ 258 ] {29bab320-df97-4b93-8afb-4cfc46657dd3} <Debug> TCPHandler: Processed in 0.001108588 sec.
836 2025.03.04 05:59:04.966374 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
837 2025.03.04 05:59:04.966518 [ 258 ] {5f68dc2a-1238-4303-a74e-e8394e0fbdc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:04.966877 [ 258 ] {5f68dc2a-1238-4303-a74e-e8394e0fbdc5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
839 2025.03.04 05:59:04.966929 [ 258 ] {5f68dc2a-1238-4303-a74e-e8394e0fbdc5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
840 2025.03.04 05:59:04.967413 [ 258 ] {5f68dc2a-1238-4303-a74e-e8394e0fbdc5} <Debug> TCPHandler: Processed in 0.001087879 sec.
841 2025.03.04 05:59:04.973519 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
842 2025.03.04 05:59:04.973640 [ 258 ] {bdbb2fd6-a059-45aa-b860-1ae12b9623cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
843 2025.03.04 05:59:04.973687 [ 258 ] {bdbb2fd6-a059-45aa-b860-1ae12b9623cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
844 2025.03.04 05:59:04.974433 [ 258 ] {bdbb2fd6-a059-45aa-b860-1ae12b9623cd} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
845 2025.03.04 05:59:04.974483 [ 258 ] {bdbb2fd6-a059-45aa-b860-1ae12b9623cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
846 2025.03.04 05:59:04.975184 [ 258 ] {bdbb2fd6-a059-45aa-b860-1ae12b9623cd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
847 2025.03.04 05:59:04.975635 [ 258 ] {bdbb2fd6-a059-45aa-b860-1ae12b9623cd} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): 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.04 05:59:04.975911 [ 258 ] {bdbb2fd6-a059-45aa-b860-1ae12b9623cd} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002284 sec., 7880.910683012259 rows/sec., 1.08 MiB/sec.
849 2025.03.04 05:59:04.976016 [ 258 ] {bdbb2fd6-a059-45aa-b860-1ae12b9623cd} <Debug> TCPHandler: Processed in 0.002548009 sec.
850 2025.03.04 05:59:04.976147 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
851 2025.03.04 05:59:04.976255 [ 258 ] {58aa1bca-ea82-4da3-b400-5adf5b0c6c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
852 2025.03.04 05:59:04.976297 [ 258 ] {58aa1bca-ea82-4da3-b400-5adf5b0c6c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
853 2025.03.04 05:59:04.978092 [ 258 ] {58aa1bca-ea82-4da3-b400-5adf5b0c6c41} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
854 2025.03.04 05:59:04.978128 [ 258 ] {58aa1bca-ea82-4da3-b400-5adf5b0c6c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
855 2025.03.04 05:59:04.978644 [ 258 ] {58aa1bca-ea82-4da3-b400-5adf5b0c6c41} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
856 2025.03.04 05:59:04.979184 [ 258 ] {58aa1bca-ea82-4da3-b400-5adf5b0c6c41} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): 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.04 05:59:04.979447 [ 258 ] {58aa1bca-ea82-4da3-b400-5adf5b0c6c41} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.003195 sec., 17527.38654147105 rows/sec., 1.34 MiB/sec.
858 2025.03.04 05:59:04.979535 [ 258 ] {58aa1bca-ea82-4da3-b400-5adf5b0c6c41} <Debug> TCPHandler: Processed in 0.003438666 sec.
859 2025.03.04 05:59:04.979654 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
860 2025.03.04 05:59:04.979759 [ 258 ] {07af64fd-4185-4208-8a49-bb7b49e2de0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
861 2025.03.04 05:59:04.979803 [ 258 ] {07af64fd-4185-4208-8a49-bb7b49e2de0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
862 2025.03.04 05:59:04.980360 [ 258 ] {07af64fd-4185-4208-8a49-bb7b49e2de0e} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
863 2025.03.04 05:59:04.980400 [ 258 ] {07af64fd-4185-4208-8a49-bb7b49e2de0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
864 2025.03.04 05:59:04.980934 [ 258 ] {07af64fd-4185-4208-8a49-bb7b49e2de0e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
865 2025.03.04 05:59:04.981522 [ 258 ] {07af64fd-4185-4208-8a49-bb7b49e2de0e} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): 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.04 05:59:04.981732 [ 258 ] {07af64fd-4185-4208-8a49-bb7b49e2de0e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001996 sec., 32064.128256513028 rows/sec., 2.50 MiB/sec.
867 2025.03.04 05:59:04.981785 [ 258 ] {07af64fd-4185-4208-8a49-bb7b49e2de0e} <Debug> TCPHandler: Processed in 0.002181196 sec.
868 2025.03.04 05:59:04.981901 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2025.03.04 05:59:04.982005 [ 258 ] {37a33d60-b894-45ee-9046-37b3e28ef149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
870 2025.03.04 05:59:04.982053 [ 258 ] {37a33d60-b894-45ee-9046-37b3e28ef149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
871 2025.03.04 05:59:04.982602 [ 258 ] {37a33d60-b894-45ee-9046-37b3e28ef149} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
872 2025.03.04 05:59:04.982641 [ 258 ] {37a33d60-b894-45ee-9046-37b3e28ef149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
873 2025.03.04 05:59:04.983211 [ 258 ] {37a33d60-b894-45ee-9046-37b3e28ef149} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
874 2025.03.04 05:59:04.983822 [ 258 ] {37a33d60-b894-45ee-9046-37b3e28ef149} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): 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.04 05:59:04.984038 [ 258 ] {37a33d60-b894-45ee-9046-37b3e28ef149} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002055 sec., 62287.10462287105 rows/sec., 4.34 MiB/sec.
876 2025.03.04 05:59:04.984090 [ 258 ] {37a33d60-b894-45ee-9046-37b3e28ef149} <Debug> TCPHandler: Processed in 0.002239677 sec.
877 2025.03.04 05:59:04.984207 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2025.03.04 05:59:04.984311 [ 258 ] {521de127-8b87-4ca8-a527-db41b57fc494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
879 2025.03.04 05:59:04.984357 [ 258 ] {521de127-8b87-4ca8-a527-db41b57fc494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
880 2025.03.04 05:59:04.984844 [ 258 ] {521de127-8b87-4ca8-a527-db41b57fc494} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
881 2025.03.04 05:59:04.984895 [ 258 ] {521de127-8b87-4ca8-a527-db41b57fc494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
882 2025.03.04 05:59:04.985474 [ 258 ] {521de127-8b87-4ca8-a527-db41b57fc494} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
883 2025.03.04 05:59:04.986019 [ 258 ] {521de127-8b87-4ca8-a527-db41b57fc494} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): 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.04 05:59:04.986231 [ 258 ] {521de127-8b87-4ca8-a527-db41b57fc494} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001942 sec., 24716.7868177137 rows/sec., 1.67 MiB/sec.
885 2025.03.04 05:59:04.986282 [ 258 ] {521de127-8b87-4ca8-a527-db41b57fc494} <Debug> TCPHandler: Processed in 0.002127656 sec.
886 2025.03.04 05:59:05.558362 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
887 2025.03.04 05:59:05.559068 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
888 2025.03.04 05:59:05.559121 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
889 2025.03.04 05:59:05.559842 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
890 2025.03.04 05:59:05.560370 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): 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.04 05:59:05.560598 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
892 2025.03.04 05:59:05.642659 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
893 2025.03.04 05:59:05.661320 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
894 2025.03.04 05:59:05.661387 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
895 2025.03.04 05:59:05.668154 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
896 2025.03.04 05:59:05.669461 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): 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.04 05:59:05.672541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
898 2025.03.04 05:59:09.946177 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
899 2025.03.04 05:59:09.946377 [ 258 ] {02ff79c9-373b-4a69-8d19-9e18766f9e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
900 2025.03.04 05:59:09.946450 [ 258 ] {02ff79c9-373b-4a69-8d19-9e18766f9e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
901 2025.03.04 05:59:09.947202 [ 258 ] {02ff79c9-373b-4a69-8d19-9e18766f9e8a} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
902 2025.03.04 05:59:09.947247 [ 258 ] {02ff79c9-373b-4a69-8d19-9e18766f9e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
903 2025.03.04 05:59:09.947900 [ 258 ] {02ff79c9-373b-4a69-8d19-9e18766f9e8a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
904 2025.03.04 05:59:09.948496 [ 258 ] {02ff79c9-373b-4a69-8d19-9e18766f9e8a} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): 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.04 05:59:09.948705 [ 258 ] {02ff79c9-373b-4a69-8d19-9e18766f9e8a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002379 sec., 23539.302227826818 rows/sec., 1.80 MiB/sec.
906 2025.03.04 05:59:09.948772 [ 258 ] {02ff79c9-373b-4a69-8d19-9e18766f9e8a} <Debug> TCPHandler: Processed in 0.00272279 sec.
907 2025.03.04 05:59:09.948890 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
908 2025.03.04 05:59:09.949003 [ 258 ] {0a13e90c-fa2e-4d19-bfc6-d18e31ca69b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
909 2025.03.04 05:59:09.949052 [ 258 ] {0a13e90c-fa2e-4d19-bfc6-d18e31ca69b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
910 2025.03.04 05:59:09.949591 [ 258 ] {0a13e90c-fa2e-4d19-bfc6-d18e31ca69b0} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
911 2025.03.04 05:59:09.949631 [ 258 ] {0a13e90c-fa2e-4d19-bfc6-d18e31ca69b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
912 2025.03.04 05:59:09.950212 [ 258 ] {0a13e90c-fa2e-4d19-bfc6-d18e31ca69b0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
913 2025.03.04 05:59:09.950829 [ 258 ] {0a13e90c-fa2e-4d19-bfc6-d18e31ca69b0} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): 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.04 05:59:09.951044 [ 258 ] {0a13e90c-fa2e-4d19-bfc6-d18e31ca69b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002069 sec., 30932.817786370226 rows/sec., 2.41 MiB/sec.
915 2025.03.04 05:59:09.951099 [ 258 ] {0a13e90c-fa2e-4d19-bfc6-d18e31ca69b0} <Debug> TCPHandler: Processed in 0.002263887 sec.
916 2025.03.04 05:59:09.951215 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
917 2025.03.04 05:59:09.951325 [ 258 ] {562e3626-bba0-48c7-9262-e20935709211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
918 2025.03.04 05:59:09.951376 [ 258 ] {562e3626-bba0-48c7-9262-e20935709211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
919 2025.03.04 05:59:09.951888 [ 258 ] {562e3626-bba0-48c7-9262-e20935709211} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2025.03.04 05:59:09.951926 [ 258 ] {562e3626-bba0-48c7-9262-e20935709211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
921 2025.03.04 05:59:09.952470 [ 258 ] {562e3626-bba0-48c7-9262-e20935709211} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
922 2025.03.04 05:59:09.953094 [ 258 ] {562e3626-bba0-48c7-9262-e20935709211} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): 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.04 05:59:09.953304 [ 258 ] {562e3626-bba0-48c7-9262-e20935709211} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002003 sec., 79880.17973040439 rows/sec., 5.56 MiB/sec.
924 2025.03.04 05:59:09.953357 [ 258 ] {562e3626-bba0-48c7-9262-e20935709211} <Debug> TCPHandler: Processed in 0.002194167 sec.
925 2025.03.04 05:59:09.953462 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2025.03.04 05:59:09.953575 [ 258 ] {d1b3bea9-b092-46ac-9c5f-f5bd3428f6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
927 2025.03.04 05:59:09.953623 [ 258 ] {d1b3bea9-b092-46ac-9c5f-f5bd3428f6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
928 2025.03.04 05:59:09.954062 [ 258 ] {d1b3bea9-b092-46ac-9c5f-f5bd3428f6f9} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2025.03.04 05:59:09.954103 [ 258 ] {d1b3bea9-b092-46ac-9c5f-f5bd3428f6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
930 2025.03.04 05:59:09.954600 [ 258 ] {d1b3bea9-b092-46ac-9c5f-f5bd3428f6f9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2025.03.04 05:59:09.955157 [ 258 ] {d1b3bea9-b092-46ac-9c5f-f5bd3428f6f9} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): 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.04 05:59:09.955430 [ 258 ] {d1b3bea9-b092-46ac-9c5f-f5bd3428f6f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001863 sec., 32206.1191626409 rows/sec., 2.17 MiB/sec.
933 2025.03.04 05:59:09.955523 [ 258 ] {d1b3bea9-b092-46ac-9c5f-f5bd3428f6f9} <Debug> TCPHandler: Processed in 0.002111987 sec.
934 2025.03.04 05:59:12.978044 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache
935 2025.03.04 05:59:12.978107 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache
936 2025.03.04 05:59:13.060709 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142
937 2025.03.04 05:59:13.060791 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
938 2025.03.04 05:59:13.064563 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
939 2025.03.04 05:59:13.064647 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
940 2025.03.04 05:59:13.066350 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
941 2025.03.04 05:59:13.067018 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
942 2025.03.04 05:59:13.067596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
943 2025.03.04 05:59:13.070138 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Trying to reserve 1.00 MiB using storage policy from min volume index 0
944 2025.03.04 05:59:13.070191 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
945 2025.03.04 05:59:13.071859 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
946 2025.03.04 05:59:13.072466 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
947 2025.03.04 05:59:13.073246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142
948 2025.03.04 05:59:13.172679 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
949 2025.03.04 05:59:13.191559 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
950 2025.03.04 05:59:13.191607 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
951 2025.03.04 05:59:13.198256 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
952 2025.03.04 05:59:13.199480 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): 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.04 05:59:13.202148 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
954 2025.03.04 05:59:14.940146 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
955 2025.03.04 05:59:14.940385 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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.04 05:59:14.940820 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
957 2025.03.04 05:59:14.940894 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <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.04 05:59:14.941201 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
959 2025.03.04 05:59:14.941389 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
960 2025.03.04 05:59:14.943689 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
961 2025.03.04 05:59:14.944892 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
962 2025.03.04 05:59:14.946836 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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.04 05:59:14.946864 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
964 2025.03.04 05:59:14.946982 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <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.04 05:59:14.947008 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
966 2025.03.04 05:59:14.951206 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.010922 sec., 1648.0498077275224 rows/sec., 67.42 KiB/sec.
967 2025.03.04 05:59:14.951349 [ 258 ] {d69b5ac0-29b8-44c1-a003-24c31e429216} <Debug> TCPHandler: Processed in 0.011330936 sec.
968 2025.03.04 05:59:14.954653 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
969 2025.03.04 05:59:14.954810 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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)
970 2025.03.04 05:59:14.955087 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
971 2025.03.04 05:59:14.955129 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <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
972 2025.03.04 05:59:14.955389 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
973 2025.03.04 05:59:14.955455 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
974 2025.03.04 05:59:14.955592 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
975 2025.03.04 05:59:14.955624 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
976 2025.03.04 05:59:14.955647 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
977 2025.03.04 05:59:14.955664 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
978 2025.03.04 05:59:14.955706 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <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'))"
979 2025.03.04 05:59:14.955727 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
980 2025.03.04 05:59:14.956301 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001561 sec., 11531.069827033953 rows/sec., 471.70 KiB/sec.
981 2025.03.04 05:59:14.956411 [ 258 ] {814cde1c-d19b-4808-b4ba-48b56856bddf} <Debug> TCPHandler: Processed in 0.001816174 sec.
982 2025.03.04 05:59:14.958737 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
983 2025.03.04 05:59:14.958921 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
984 2025.03.04 05:59:14.959242 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
985 2025.03.04 05:59:14.959292 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
986 2025.03.04 05:59:14.959611 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
987 2025.03.04 05:59:14.959674 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
988 2025.03.04 05:59:14.959808 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
989 2025.03.04 05:59:14.959839 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
990 2025.03.04 05:59:14.959860 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
991 2025.03.04 05:59:14.959876 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
992 2025.03.04 05:59:14.959917 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <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_data_link:link_enabled', 'switch_rib:active_routes'))"
993 2025.03.04 05:59:14.959938 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
994 2025.03.04 05:59:14.960524 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001685 sec., 10682.492581602373 rows/sec., 436.99 KiB/sec.
995 2025.03.04 05:59:14.960635 [ 258 ] {f3c847d6-66e5-41d7-ab1d-c9c72ef6e79e} <Debug> TCPHandler: Processed in 0.001961035 sec.
996 2025.03.04 05:59:14.961183 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
997 2025.03.04 05:59:14.961333 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
998 2025.03.04 05:59:14.961595 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
999 2025.03.04 05:59:14.961636 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1000 2025.03.04 05:59:14.961891 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1001 2025.03.04 05:59:14.961955 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1002 2025.03.04 05:59:14.962089 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1003 2025.03.04 05:59:14.962121 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1004 2025.03.04 05:59:14.962144 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
1005 2025.03.04 05:59:14.962161 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1006 2025.03.04 05:59:14.962204 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1007 2025.03.04 05:59:14.962225 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1008 2025.03.04 05:59:14.962757 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00149 sec., 12080.536912751677 rows/sec., 494.18 KiB/sec.
1009 2025.03.04 05:59:14.962867 [ 258 ] {f7eef392-0865-42a0-80dc-ccfbb462ad16} <Debug> TCPHandler: Processed in 0.001734693 sec.
1010 2025.03.04 05:59:14.963092 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1011 2025.03.04 05:59:14.963243 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1012 2025.03.04 05:59:14.963507 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1013 2025.03.04 05:59:14.963549 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1014 2025.03.04 05:59:14.964040 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1015 2025.03.04 05:59:14.964105 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1016 2025.03.04 05:59:14.964242 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1017 2025.03.04 05:59:14.964273 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1018 2025.03.04 05:59:14.964294 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
1019 2025.03.04 05:59:14.964311 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1020 2025.03.04 05:59:14.964353 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1021 2025.03.04 05:59:14.964375 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1022 2025.03.04 05:59:14.964966 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001789 sec., 10061.486864169927 rows/sec., 411.59 KiB/sec.
1023 2025.03.04 05:59:14.965077 [ 258 ] {bd14716a-d6ea-4d8a-bbe2-741755ec0cbb} <Debug> TCPHandler: Processed in 0.002035755 sec.
1024 2025.03.04 05:59:14.965324 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1025 2025.03.04 05:59:14.965478 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1026 2025.03.04 05:59:14.965754 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1027 2025.03.04 05:59:14.965812 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1028 2025.03.04 05:59:14.966080 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1029 2025.03.04 05:59:14.966144 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1030 2025.03.04 05:59:14.966280 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1031 2025.03.04 05:59:14.966311 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1032 2025.03.04 05:59:14.966340 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
1033 2025.03.04 05:59:14.966357 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1034 2025.03.04 05:59:14.966399 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1035 2025.03.04 05:59:14.966420 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1036 2025.03.04 05:59:14.966983 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001571 sec., 11457.670273711014 rows/sec., 468.70 KiB/sec.
1037 2025.03.04 05:59:14.967092 [ 258 ] {f424490a-4482-411f-a8ff-10d6cbffb67f} <Debug> TCPHandler: Processed in 0.001819334 sec.
1038 2025.03.04 05:59:14.967343 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1039 2025.03.04 05:59:14.967496 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1040 2025.03.04 05:59:14.967765 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1041 2025.03.04 05:59:14.967807 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1042 2025.03.04 05:59:14.968075 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1043 2025.03.04 05:59:14.968140 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1044 2025.03.04 05:59:14.968275 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1045 2025.03.04 05:59:14.968306 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1046 2025.03.04 05:59:14.968327 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
1047 2025.03.04 05:59:14.968343 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1048 2025.03.04 05:59:14.968384 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1049 2025.03.04 05:59:14.968405 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1050 2025.03.04 05:59:14.968948 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00152 sec., 11842.105263157893 rows/sec., 484.43 KiB/sec.
1051 2025.03.04 05:59:14.969060 [ 258 ] {33f6b683-4441-4392-b186-1e90c0097901} <Debug> TCPHandler: Processed in 0.001767063 sec.
1052 2025.03.04 05:59:14.969335 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1053 2025.03.04 05:59:14.969487 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1054 2025.03.04 05:59:14.969756 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1055 2025.03.04 05:59:14.969798 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1056 2025.03.04 05:59:14.970068 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1057 2025.03.04 05:59:14.970131 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1058 2025.03.04 05:59:14.970269 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1059 2025.03.04 05:59:14.970299 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1060 2025.03.04 05:59:14.970321 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
1061 2025.03.04 05:59:14.970337 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1062 2025.03.04 05:59:14.970378 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1063 2025.03.04 05:59:14.970400 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1064 2025.03.04 05:59:14.970963 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001543 sec., 11665.586519766688 rows/sec., 477.21 KiB/sec.
1065 2025.03.04 05:59:14.971074 [ 258 ] {f4294c47-a4eb-4f53-9857-2d97aa9cfe54} <Debug> TCPHandler: Processed in 0.001790784 sec.
1066 2025.03.04 05:59:14.971352 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1067 2025.03.04 05:59:14.971506 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1068 2025.03.04 05:59:14.971774 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1069 2025.03.04 05:59:14.971818 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1070 2025.03.04 05:59:14.972089 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1071 2025.03.04 05:59:14.972152 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1072 2025.03.04 05:59:14.972289 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1073 2025.03.04 05:59:14.972320 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1074 2025.03.04 05:59:14.972342 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
1075 2025.03.04 05:59:14.972358 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1076 2025.03.04 05:59:14.972399 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1077 2025.03.04 05:59:14.972421 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1078 2025.03.04 05:59:14.973078 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001641 sec., 10968.921389396708 rows/sec., 448.71 KiB/sec.
1079 2025.03.04 05:59:14.973187 [ 258 ] {e7054d64-856e-441e-9345-9cd6cb237599} <Debug> TCPHandler: Processed in 0.001885424 sec.
1080 2025.03.04 05:59:14.973428 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1081 2025.03.04 05:59:14.973600 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1082 2025.03.04 05:59:14.973868 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1083 2025.03.04 05:59:14.973912 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1084 2025.03.04 05:59:14.974185 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1085 2025.03.04 05:59:14.974249 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1086 2025.03.04 05:59:14.974385 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1087 2025.03.04 05:59:14.974416 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1088 2025.03.04 05:59:14.974438 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
1089 2025.03.04 05:59:14.974454 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1090 2025.03.04 05:59:14.974496 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1091 2025.03.04 05:59:14.974519 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1092 2025.03.04 05:59:14.975070 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001557 sec., 11560.693641618496 rows/sec., 472.91 KiB/sec.
1093 2025.03.04 05:59:14.975181 [ 258 ] {cdeb3a23-0fd0-44ac-a09c-e49a1fd1ecb7} <Debug> TCPHandler: Processed in 0.001803854 sec.
1094 2025.03.04 05:59:14.975408 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1095 2025.03.04 05:59:14.975563 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1096 2025.03.04 05:59:14.975833 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1097 2025.03.04 05:59:14.975876 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1098 2025.03.04 05:59:14.976152 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1099 2025.03.04 05:59:14.976214 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1100 2025.03.04 05:59:14.976350 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1101 2025.03.04 05:59:14.976381 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1102 2025.03.04 05:59:14.976402 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
1103 2025.03.04 05:59:14.976418 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1104 2025.03.04 05:59:14.976460 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1105 2025.03.04 05:59:14.976482 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1106 2025.03.04 05:59:14.977011 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001518 sec., 11857.707509881422 rows/sec., 485.06 KiB/sec.
1107 2025.03.04 05:59:14.977119 [ 258 ] {71dd2e2f-4713-4fdd-afb5-5b0e4218b3b1} <Debug> TCPHandler: Processed in 0.001762494 sec.
1108 2025.03.04 05:59:14.977392 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1109 2025.03.04 05:59:14.977548 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1110 2025.03.04 05:59:14.977815 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1111 2025.03.04 05:59:14.977859 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1112 2025.03.04 05:59:14.978139 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1113 2025.03.04 05:59:14.978201 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1114 2025.03.04 05:59:14.978339 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1115 2025.03.04 05:59:14.978370 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1116 2025.03.04 05:59:14.978392 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
1117 2025.03.04 05:59:14.978408 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1118 2025.03.04 05:59:14.978450 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1119 2025.03.04 05:59:14.978472 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1120 2025.03.04 05:59:14.979037 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00156 sec., 11538.461538461539 rows/sec., 472.01 KiB/sec.
1121 2025.03.04 05:59:14.979147 [ 258 ] {538f5219-b59c-476e-92ef-4a9047543fb8} <Debug> TCPHandler: Processed in 0.001806074 sec.
1122 2025.03.04 05:59:14.984806 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1123 2025.03.04 05:59:14.984965 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1124 2025.03.04 05:59:14.985238 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1125 2025.03.04 05:59:14.985282 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1126 2025.03.04 05:59:14.985569 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1127 2025.03.04 05:59:14.985633 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1128 2025.03.04 05:59:14.985772 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1129 2025.03.04 05:59:14.985803 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1130 2025.03.04 05:59:14.985825 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (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
1131 2025.03.04 05:59:14.985841 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1132 2025.03.04 05:59:14.985884 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1133 2025.03.04 05:59:14.985906 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1134 2025.03.04 05:59:14.986443 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001551 sec., 11605.41586073501 rows/sec., 474.74 KiB/sec.
1135 2025.03.04 05:59:14.986553 [ 258 ] {f49e1d66-de75-4201-9b83-61564b016142} <Debug> TCPHandler: Processed in 0.001799044 sec.
1136 2025.03.04 05:59:14.992902 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1137 2025.03.04 05:59:14.993041 [ 258 ] {60c311d3-50a2-48f3-af9e-a2de28aad5a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1138 2025.03.04 05:59:14.993100 [ 258 ] {60c311d3-50a2-48f3-af9e-a2de28aad5a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1139 2025.03.04 05:59:14.993848 [ 258 ] {60c311d3-50a2-48f3-af9e-a2de28aad5a0} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1140 2025.03.04 05:59:14.993896 [ 258 ] {60c311d3-50a2-48f3-af9e-a2de28aad5a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1141 2025.03.04 05:59:14.994564 [ 258 ] {60c311d3-50a2-48f3-af9e-a2de28aad5a0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1142 2025.03.04 05:59:14.994985 [ 258 ] {60c311d3-50a2-48f3-af9e-a2de28aad5a0} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1143 2025.03.04 05:59:14.995207 [ 258 ] {60c311d3-50a2-48f3-af9e-a2de28aad5a0} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.002205 sec., 5895.691609977324 rows/sec., 2.00 MiB/sec.
1144 2025.03.04 05:59:14.995260 [ 258 ] {60c311d3-50a2-48f3-af9e-a2de28aad5a0} <Debug> TCPHandler: Processed in 0.002419198 sec.
1145 2025.03.04 05:59:14.995380 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1146 2025.03.04 05:59:14.995486 [ 258 ] {bbd72c7e-3f71-40ea-93d8-80e41f5e2c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1147 2025.03.04 05:59:14.995530 [ 258 ] {bbd72c7e-3f71-40ea-93d8-80e41f5e2c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1148 2025.03.04 05:59:14.996685 [ 258 ] {bbd72c7e-3f71-40ea-93d8-80e41f5e2c8b} <Trace> oximeter.fields_i16 (8b90fa2f-0060-4ab5-beae-04481d9fea5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1149 2025.03.04 05:59:14.996721 [ 258 ] {bbd72c7e-3f71-40ea-93d8-80e41f5e2c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1150 2025.03.04 05:59:14.997205 [ 258 ] {bbd72c7e-3f71-40ea-93d8-80e41f5e2c8b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1151 2025.03.04 05:59:14.997717 [ 258 ] {bbd72c7e-3f71-40ea-93d8-80e41f5e2c8b} <Trace> oximeter.fields_i16 (8b90fa2f-0060-4ab5-beae-04481d9fea5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1152 2025.03.04 05:59:14.997962 [ 258 ] {bbd72c7e-3f71-40ea-93d8-80e41f5e2c8b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00249 sec., 85140.56224899598 rows/sec., 5.41 MiB/sec.
1153 2025.03.04 05:59:14.998094 [ 258 ] {bbd72c7e-3f71-40ea-93d8-80e41f5e2c8b} <Debug> TCPHandler: Processed in 0.002764621 sec.
1154 2025.03.04 05:59:14.998211 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1155 2025.03.04 05:59:14.998317 [ 258 ] {128f09a4-7aed-42a6-a611-3b3fb8481196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1156 2025.03.04 05:59:14.998360 [ 258 ] {128f09a4-7aed-42a6-a611-3b3fb8481196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1157 2025.03.04 05:59:14.999158 [ 258 ] {128f09a4-7aed-42a6-a611-3b3fb8481196} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1158 2025.03.04 05:59:14.999196 [ 258 ] {128f09a4-7aed-42a6-a611-3b3fb8481196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1159 2025.03.04 05:59:14.999701 [ 258 ] {128f09a4-7aed-42a6-a611-3b3fb8481196} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1160 2025.03.04 05:59:15.000359 [ 258 ] {128f09a4-7aed-42a6-a611-3b3fb8481196} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1161 2025.03.04 05:59:15.000737 [ 258 ] {128f09a4-7aed-42a6-a611-3b3fb8481196} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.002425 sec., 261030.92783505155 rows/sec., 20.51 MiB/sec.
1162 2025.03.04 05:59:15.000954 [ 258 ] {128f09a4-7aed-42a6-a611-3b3fb8481196} <Debug> TCPHandler: Processed in 0.002793121 sec.
1163 2025.03.04 05:59:15.001071 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1164 2025.03.04 05:59:15.001178 [ 258 ] {755b153b-7c0f-43c3-90e6-856963750908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1165 2025.03.04 05:59:15.001222 [ 258 ] {755b153b-7c0f-43c3-90e6-856963750908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1166 2025.03.04 05:59:15.001974 [ 258 ] {755b153b-7c0f-43c3-90e6-856963750908} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1167 2025.03.04 05:59:15.002010 [ 258 ] {755b153b-7c0f-43c3-90e6-856963750908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1168 2025.03.04 05:59:15.002453 [ 258 ] {755b153b-7c0f-43c3-90e6-856963750908} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1169 2025.03.04 05:59:15.002970 [ 258 ] {755b153b-7c0f-43c3-90e6-856963750908} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1170 2025.03.04 05:59:15.003182 [ 258 ] {755b153b-7c0f-43c3-90e6-856963750908} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.002004 sec., 56886.22754491017 rows/sec., 3.40 MiB/sec.
1171 2025.03.04 05:59:15.003282 [ 258 ] {755b153b-7c0f-43c3-90e6-856963750908} <Debug> TCPHandler: Processed in 0.002261157 sec.
1172 2025.03.04 05:59:15.003398 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1173 2025.03.04 05:59:15.003503 [ 258 ] {53707616-e1c4-4a44-a183-edbe8cdebacc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1174 2025.03.04 05:59:15.003547 [ 258 ] {53707616-e1c4-4a44-a183-edbe8cdebacc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1175 2025.03.04 05:59:15.004082 [ 258 ] {53707616-e1c4-4a44-a183-edbe8cdebacc} <Trace> oximeter.fields_u32 (cf466378-4893-443d-ab11-1577a1b0e693): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1176 2025.03.04 05:59:15.004120 [ 258 ] {53707616-e1c4-4a44-a183-edbe8cdebacc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1177 2025.03.04 05:59:15.004593 [ 258 ] {53707616-e1c4-4a44-a183-edbe8cdebacc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1178 2025.03.04 05:59:15.005118 [ 258 ] {53707616-e1c4-4a44-a183-edbe8cdebacc} <Trace> oximeter.fields_u32 (cf466378-4893-443d-ab11-1577a1b0e693): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1179 2025.03.04 05:59:15.005358 [ 258 ] {53707616-e1c4-4a44-a183-edbe8cdebacc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001858 sec., 60818.08396124865 rows/sec., 3.94 MiB/sec.
1180 2025.03.04 05:59:15.005425 [ 258 ] {53707616-e1c4-4a44-a183-edbe8cdebacc} <Debug> TCPHandler: Processed in 0.002077595 sec.
1181 2025.03.04 05:59:15.005549 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1182 2025.03.04 05:59:15.005656 [ 258 ] {cc660710-c55b-4a32-aedd-0b3bb61d4e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1183 2025.03.04 05:59:15.005701 [ 258 ] {cc660710-c55b-4a32-aedd-0b3bb61d4e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1184 2025.03.04 05:59:15.006261 [ 258 ] {cc660710-c55b-4a32-aedd-0b3bb61d4e7b} <Trace> oximeter.fields_u8 (14ee976d-266d-4605-957c-4dc6f0ba2829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1185 2025.03.04 05:59:15.006299 [ 258 ] {cc660710-c55b-4a32-aedd-0b3bb61d4e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1186 2025.03.04 05:59:15.006781 [ 258 ] {cc660710-c55b-4a32-aedd-0b3bb61d4e7b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1187 2025.03.04 05:59:15.007323 [ 258 ] {cc660710-c55b-4a32-aedd-0b3bb61d4e7b} <Trace> oximeter.fields_u8 (14ee976d-266d-4605-957c-4dc6f0ba2829): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1188 2025.03.04 05:59:15.007567 [ 258 ] {cc660710-c55b-4a32-aedd-0b3bb61d4e7b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001919 sec., 58363.7311099531 rows/sec., 3.32 MiB/sec.
1189 2025.03.04 05:59:15.007634 [ 258 ] {cc660710-c55b-4a32-aedd-0b3bb61d4e7b} <Debug> TCPHandler: Processed in 0.002137406 sec.
1190 2025.03.04 05:59:15.007752 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1191 2025.03.04 05:59:15.007856 [ 258 ] {5ff43508-6d44-444f-9660-308d1414f48b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1192 2025.03.04 05:59:15.007899 [ 258 ] {5ff43508-6d44-444f-9660-308d1414f48b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1193 2025.03.04 05:59:15.008525 [ 258 ] {5ff43508-6d44-444f-9660-308d1414f48b} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1194 2025.03.04 05:59:15.008566 [ 258 ] {5ff43508-6d44-444f-9660-308d1414f48b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1195 2025.03.04 05:59:15.009071 [ 258 ] {5ff43508-6d44-444f-9660-308d1414f48b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1196 2025.03.04 05:59:15.009602 [ 258 ] {5ff43508-6d44-444f-9660-308d1414f48b} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1197 2025.03.04 05:59:15.009862 [ 258 ] {5ff43508-6d44-444f-9660-308d1414f48b} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.002009 sec., 194126.43106022896 rows/sec., 13.72 MiB/sec.
1198 2025.03.04 05:59:15.009921 [ 258 ] {5ff43508-6d44-444f-9660-308d1414f48b} <Debug> TCPHandler: Processed in 0.002220686 sec.
1199 2025.03.04 05:59:15.010035 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1200 2025.03.04 05:59:15.010140 [ 258 ] {42b18494-b990-41d3-9ae1-2c49a24e6969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1201 2025.03.04 05:59:15.010185 [ 258 ] {42b18494-b990-41d3-9ae1-2c49a24e6969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1202 2025.03.04 05:59:15.010616 [ 258 ] {42b18494-b990-41d3-9ae1-2c49a24e6969} <Trace> oximeter.measurements_bool (8167aa26-88fb-4322-9e45-7b427b90e0db): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1203 2025.03.04 05:59:15.010653 [ 258 ] {42b18494-b990-41d3-9ae1-2c49a24e6969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1204 2025.03.04 05:59:15.011133 [ 258 ] {42b18494-b990-41d3-9ae1-2c49a24e6969} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1205 2025.03.04 05:59:15.011687 [ 258 ] {42b18494-b990-41d3-9ae1-2c49a24e6969} <Trace> oximeter.measurements_bool (8167aa26-88fb-4322-9e45-7b427b90e0db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1206 2025.03.04 05:59:15.011921 [ 258 ] {42b18494-b990-41d3-9ae1-2c49a24e6969} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001788 sec., 3355.7046979865772 rows/sec., 175.32 KiB/sec.
1207 2025.03.04 05:59:15.011988 [ 258 ] {42b18494-b990-41d3-9ae1-2c49a24e6969} <Debug> TCPHandler: Processed in 0.002003565 sec.
1208 2025.03.04 05:59:15.012111 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1209 2025.03.04 05:59:15.012216 [ 258 ] {cb4c5d74-f109-46b8-b102-c6b5c1f34b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1210 2025.03.04 05:59:15.012264 [ 258 ] {cb4c5d74-f109-46b8-b102-c6b5c1f34b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1211 2025.03.04 05:59:15.012820 [ 258 ] {cb4c5d74-f109-46b8-b102-c6b5c1f34b56} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1212 2025.03.04 05:59:15.012857 [ 258 ] {cb4c5d74-f109-46b8-b102-c6b5c1f34b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1213 2025.03.04 05:59:15.013367 [ 258 ] {cb4c5d74-f109-46b8-b102-c6b5c1f34b56} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1214 2025.03.04 05:59:15.013898 [ 258 ] {cb4c5d74-f109-46b8-b102-c6b5c1f34b56} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1215 2025.03.04 05:59:15.014072 [ 258 ] {cb4c5d74-f109-46b8-b102-c6b5c1f34b56} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001878 sec., 126198.08306709265 rows/sec., 8.46 MiB/sec.
1216 2025.03.04 05:59:15.014122 [ 258 ] {cb4c5d74-f109-46b8-b102-c6b5c1f34b56} <Debug> TCPHandler: Processed in 0.002061515 sec.
1217 2025.03.04 05:59:15.014239 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1218 2025.03.04 05:59:15.014344 [ 258 ] {f923c84b-b32d-4c1e-bcc9-e950141e2f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1219 2025.03.04 05:59:15.014390 [ 258 ] {f923c84b-b32d-4c1e-bcc9-e950141e2f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1220 2025.03.04 05:59:15.014799 [ 258 ] {f923c84b-b32d-4c1e-bcc9-e950141e2f5f} <Trace> oximeter.measurements_f64 (cb244bb5-9c3c-4f4b-99da-007efb06cc14): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1221 2025.03.04 05:59:15.014835 [ 258 ] {f923c84b-b32d-4c1e-bcc9-e950141e2f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1222 2025.03.04 05:59:15.015313 [ 258 ] {f923c84b-b32d-4c1e-bcc9-e950141e2f5f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1223 2025.03.04 05:59:15.015816 [ 258 ] {f923c84b-b32d-4c1e-bcc9-e950141e2f5f} <Trace> oximeter.measurements_f64 (cb244bb5-9c3c-4f4b-99da-007efb06cc14): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1224 2025.03.04 05:59:15.016001 [ 258 ] {f923c84b-b32d-4c1e-bcc9-e950141e2f5f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001673 sec., 597.7286312014345 rows/sec., 40.28 KiB/sec.
1225 2025.03.04 05:59:15.016071 [ 258 ] {f923c84b-b32d-4c1e-bcc9-e950141e2f5f} <Debug> TCPHandler: Processed in 0.001880364 sec.
1226 2025.03.04 05:59:15.016175 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1227 2025.03.04 05:59:15.016276 [ 258 ] {f1ba27d5-7fa4-49b6-84fe-c7bdf56c1bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1228 2025.03.04 05:59:15.016421 [ 258 ] {f1ba27d5-7fa4-49b6-84fe-c7bdf56c1bab} <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
1229 2025.03.04 05:59:15.017396 [ 258 ] {f1ba27d5-7fa4-49b6-84fe-c7bdf56c1bab} <Trace> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1230 2025.03.04 05:59:15.017432 [ 258 ] {f1ba27d5-7fa4-49b6-84fe-c7bdf56c1bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1231 2025.03.04 05:59:15.020228 [ 258 ] {f1ba27d5-7fa4-49b6-84fe-c7bdf56c1bab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1232 2025.03.04 05:59:15.020781 [ 258 ] {f1ba27d5-7fa4-49b6-84fe-c7bdf56c1bab} <Trace> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1233 2025.03.04 05:59:15.021049 [ 258 ] {f1ba27d5-7fa4-49b6-84fe-c7bdf56c1bab} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004781 sec., 1673.2901066722445 rows/sec., 3.00 MiB/sec.
1234 2025.03.04 05:59:15.021143 [ 258 ] {f1ba27d5-7fa4-49b6-84fe-c7bdf56c1bab} <Debug> TCPHandler: Processed in 0.005017768 sec.
1235 2025.03.04 05:59:15.021430 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1236 2025.03.04 05:59:15.021536 [ 258 ] {ab8778f5-39f6-4343-82d5-6b1e2bf4ba1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1237 2025.03.04 05:59:15.021584 [ 258 ] {ab8778f5-39f6-4343-82d5-6b1e2bf4ba1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1238 2025.03.04 05:59:15.022018 [ 258 ] {ab8778f5-39f6-4343-82d5-6b1e2bf4ba1e} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1239 2025.03.04 05:59:15.022057 [ 258 ] {ab8778f5-39f6-4343-82d5-6b1e2bf4ba1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1240 2025.03.04 05:59:15.022515 [ 258 ] {ab8778f5-39f6-4343-82d5-6b1e2bf4ba1e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1241 2025.03.04 05:59:15.022990 [ 258 ] {ab8778f5-39f6-4343-82d5-6b1e2bf4ba1e} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1242 2025.03.04 05:59:15.023171 [ 258 ] {ab8778f5-39f6-4343-82d5-6b1e2bf4ba1e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001658 sec., 49457.17732207479 rows/sec., 3.14 MiB/sec.
1243 2025.03.04 05:59:15.023218 [ 258 ] {ab8778f5-39f6-4343-82d5-6b1e2bf4ba1e} <Debug> TCPHandler: Processed in 0.001840654 sec.
1244 2025.03.04 05:59:19.947275 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1245 2025.03.04 05:59:19.947477 [ 258 ] {6b7ff434-ad15-46c2-847a-db897706432f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1246 2025.03.04 05:59:19.947551 [ 258 ] {6b7ff434-ad15-46c2-847a-db897706432f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1247 2025.03.04 05:59:19.948304 [ 258 ] {6b7ff434-ad15-46c2-847a-db897706432f} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1248 2025.03.04 05:59:19.948362 [ 258 ] {6b7ff434-ad15-46c2-847a-db897706432f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1249 2025.03.04 05:59:19.948938 [ 258 ] {6b7ff434-ad15-46c2-847a-db897706432f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1250 2025.03.04 05:59:19.949728 [ 258 ] {6b7ff434-ad15-46c2-847a-db897706432f} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1251 2025.03.04 05:59:19.950021 [ 258 ] {6b7ff434-ad15-46c2-847a-db897706432f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00259 sec., 21621.621621621623 rows/sec., 1.65 MiB/sec.
1252 2025.03.04 05:59:19.950170 [ 258 ] {6b7ff434-ad15-46c2-847a-db897706432f} <Debug> TCPHandler: Processed in 0.003025323 sec.
1253 2025.03.04 05:59:19.950321 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1254 2025.03.04 05:59:19.950487 [ 258 ] {6ea5d5bd-e107-4549-a211-8b6289c98c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1255 2025.03.04 05:59:19.950554 [ 258 ] {6ea5d5bd-e107-4549-a211-8b6289c98c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1256 2025.03.04 05:59:19.951183 [ 258 ] {6ea5d5bd-e107-4549-a211-8b6289c98c72} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1257 2025.03.04 05:59:19.951224 [ 258 ] {6ea5d5bd-e107-4549-a211-8b6289c98c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1258 2025.03.04 05:59:19.951720 [ 258 ] {6ea5d5bd-e107-4549-a211-8b6289c98c72} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1259 2025.03.04 05:59:19.952189 [ 258 ] {6ea5d5bd-e107-4549-a211-8b6289c98c72} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1260 2025.03.04 05:59:19.952383 [ 258 ] {6ea5d5bd-e107-4549-a211-8b6289c98c72} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001925 sec., 33246.753246753244 rows/sec., 2.59 MiB/sec.
1261 2025.03.04 05:59:19.952441 [ 258 ] {6ea5d5bd-e107-4549-a211-8b6289c98c72} <Debug> TCPHandler: Processed in 0.002184846 sec.
1262 2025.03.04 05:59:19.952564 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1263 2025.03.04 05:59:19.952694 [ 258 ] {5cfc48b4-8dca-46c0-b79d-6302cbae2ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1264 2025.03.04 05:59:19.952745 [ 258 ] {5cfc48b4-8dca-46c0-b79d-6302cbae2ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1265 2025.03.04 05:59:19.953270 [ 258 ] {5cfc48b4-8dca-46c0-b79d-6302cbae2ed5} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1266 2025.03.04 05:59:19.953307 [ 258 ] {5cfc48b4-8dca-46c0-b79d-6302cbae2ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1267 2025.03.04 05:59:19.953833 [ 258 ] {5cfc48b4-8dca-46c0-b79d-6302cbae2ed5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1268 2025.03.04 05:59:19.954372 [ 258 ] {5cfc48b4-8dca-46c0-b79d-6302cbae2ed5} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1269 2025.03.04 05:59:19.954574 [ 258 ] {5cfc48b4-8dca-46c0-b79d-6302cbae2ed5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0019 sec., 84210.52631578948 rows/sec., 5.87 MiB/sec.
1270 2025.03.04 05:59:19.954764 [ 258 ] {5cfc48b4-8dca-46c0-b79d-6302cbae2ed5} <Debug> TCPHandler: Processed in 0.002248267 sec.
1271 2025.03.04 05:59:19.954915 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1272 2025.03.04 05:59:19.955034 [ 258 ] {d4445bf4-fa75-4c1d-beb6-7f463dc2e63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1273 2025.03.04 05:59:19.955084 [ 258 ] {d4445bf4-fa75-4c1d-beb6-7f463dc2e63d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1274 2025.03.04 05:59:19.955554 [ 258 ] {d4445bf4-fa75-4c1d-beb6-7f463dc2e63d} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1275 2025.03.04 05:59:19.955594 [ 258 ] {d4445bf4-fa75-4c1d-beb6-7f463dc2e63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1276 2025.03.04 05:59:19.956094 [ 258 ] {d4445bf4-fa75-4c1d-beb6-7f463dc2e63d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1277 2025.03.04 05:59:19.956716 [ 258 ] {d4445bf4-fa75-4c1d-beb6-7f463dc2e63d} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1278 2025.03.04 05:59:19.956948 [ 258 ] {d4445bf4-fa75-4c1d-beb6-7f463dc2e63d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001932 sec., 31055.900621118013 rows/sec., 2.09 MiB/sec.
1279 2025.03.04 05:59:19.957137 [ 258 ] {d4445bf4-fa75-4c1d-beb6-7f463dc2e63d} <Debug> TCPHandler: Processed in 0.002272567 sec.
1280 2025.03.04 05:59:20.568041 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1281 2025.03.04 05:59:20.568953 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1282 2025.03.04 05:59:20.569016 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1283 2025.03.04 05:59:20.570163 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1284 2025.03.04 05:59:20.571104 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1285 2025.03.04 05:59:20.571373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1286 2025.03.04 05:59:20.702293 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1287 2025.03.04 05:59:20.726983 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1288 2025.03.04 05:59:20.727066 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1289 2025.03.04 05:59:20.735421 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1290 2025.03.04 05:59:20.737727 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1291 2025.03.04 05:59:20.743503 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1292 2025.03.04 05:59:21.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.46 MiB, peak 161.46 MiB, free memory in arenas 0.00 B, will set to 158.79 MiB (RSS), difference: 1.33 MiB
1293 2025.03.04 05:59:23.073598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200
1294 2025.03.04 05:59:23.077110 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1295 2025.03.04 05:59:23.077171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB.
1296 2025.03.04 05:59:23.078917 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1297 2025.03.04 05:59:23.079725 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1298 2025.03.04 05:59:23.080379 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200
1299 2025.03.04 05:59:24.947855 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1300 2025.03.04 05:59:24.948064 [ 258 ] {d0e29f2f-cab7-4d45-95da-b66332e611db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1301 2025.03.04 05:59:24.948134 [ 258 ] {d0e29f2f-cab7-4d45-95da-b66332e611db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1302 2025.03.04 05:59:24.948884 [ 258 ] {d0e29f2f-cab7-4d45-95da-b66332e611db} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1303 2025.03.04 05:59:24.948934 [ 258 ] {d0e29f2f-cab7-4d45-95da-b66332e611db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1304 2025.03.04 05:59:24.949561 [ 258 ] {d0e29f2f-cab7-4d45-95da-b66332e611db} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1305 2025.03.04 05:59:24.950086 [ 258 ] {d0e29f2f-cab7-4d45-95da-b66332e611db} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1306 2025.03.04 05:59:24.950363 [ 258 ] {d0e29f2f-cab7-4d45-95da-b66332e611db} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002351 sec., 30625.26584432157 rows/sec., 2.48 MiB/sec.
1307 2025.03.04 05:59:24.950554 [ 258 ] {d0e29f2f-cab7-4d45-95da-b66332e611db} <Debug> TCPHandler: Processed in 0.002823922 sec.
1308 2025.03.04 05:59:24.950704 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1309 2025.03.04 05:59:24.950814 [ 258 ] {ecbbb53a-eae2-4e2c-8989-f9bf4f745718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1310 2025.03.04 05:59:24.950860 [ 258 ] {ecbbb53a-eae2-4e2c-8989-f9bf4f745718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1311 2025.03.04 05:59:24.951404 [ 258 ] {ecbbb53a-eae2-4e2c-8989-f9bf4f745718} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1312 2025.03.04 05:59:24.951444 [ 258 ] {ecbbb53a-eae2-4e2c-8989-f9bf4f745718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1313 2025.03.04 05:59:24.951911 [ 258 ] {ecbbb53a-eae2-4e2c-8989-f9bf4f745718} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1314 2025.03.04 05:59:24.952344 [ 258 ] {ecbbb53a-eae2-4e2c-8989-f9bf4f745718} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1315 2025.03.04 05:59:24.952581 [ 258 ] {ecbbb53a-eae2-4e2c-8989-f9bf4f745718} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001785 sec., 4481.792717086835 rows/sec., 337.01 KiB/sec.
1316 2025.03.04 05:59:24.952744 [ 258 ] {ecbbb53a-eae2-4e2c-8989-f9bf4f745718} <Debug> TCPHandler: Processed in 0.002096386 sec.
1317 2025.03.04 05:59:24.952857 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1318 2025.03.04 05:59:24.952959 [ 258 ] {07027c63-cccc-4369-98b8-9a4dbe6c1291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1319 2025.03.04 05:59:24.953003 [ 258 ] {07027c63-cccc-4369-98b8-9a4dbe6c1291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1320 2025.03.04 05:59:24.953558 [ 258 ] {07027c63-cccc-4369-98b8-9a4dbe6c1291} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1321 2025.03.04 05:59:24.953596 [ 258 ] {07027c63-cccc-4369-98b8-9a4dbe6c1291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1322 2025.03.04 05:59:24.954061 [ 258 ] {07027c63-cccc-4369-98b8-9a4dbe6c1291} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1323 2025.03.04 05:59:24.954498 [ 258 ] {07027c63-cccc-4369-98b8-9a4dbe6c1291} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1324 2025.03.04 05:59:24.954803 [ 258 ] {07027c63-cccc-4369-98b8-9a4dbe6c1291} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001866 sec., 38585.20900321543 rows/sec., 3.01 MiB/sec.
1325 2025.03.04 05:59:24.954854 [ 258 ] {07027c63-cccc-4369-98b8-9a4dbe6c1291} <Debug> TCPHandler: Processed in 0.002047905 sec.
1326 2025.03.04 05:59:24.954971 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1327 2025.03.04 05:59:24.955076 [ 258 ] {92ec37ee-8929-4b08-8630-2c0a68c46d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1328 2025.03.04 05:59:24.955124 [ 258 ] {92ec37ee-8929-4b08-8630-2c0a68c46d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1329 2025.03.04 05:59:24.955641 [ 258 ] {92ec37ee-8929-4b08-8630-2c0a68c46d50} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1330 2025.03.04 05:59:24.955679 [ 258 ] {92ec37ee-8929-4b08-8630-2c0a68c46d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1331 2025.03.04 05:59:24.956147 [ 258 ] {92ec37ee-8929-4b08-8630-2c0a68c46d50} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1332 2025.03.04 05:59:24.956659 [ 258 ] {92ec37ee-8929-4b08-8630-2c0a68c46d50} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1333 2025.03.04 05:59:24.956891 [ 258 ] {92ec37ee-8929-4b08-8630-2c0a68c46d50} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001836 sec., 87145.96949891068 rows/sec., 6.07 MiB/sec.
1334 2025.03.04 05:59:24.956943 [ 258 ] {92ec37ee-8929-4b08-8630-2c0a68c46d50} <Debug> TCPHandler: Processed in 0.002021535 sec.
1335 2025.03.04 05:59:24.957046 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1336 2025.03.04 05:59:24.957148 [ 258 ] {ab1348c1-027f-4c66-b9c2-83caba542675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1337 2025.03.04 05:59:24.957213 [ 258 ] {ab1348c1-027f-4c66-b9c2-83caba542675} <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
1338 2025.03.04 05:59:24.958229 [ 258 ] {ab1348c1-027f-4c66-b9c2-83caba542675} <Trace> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1339 2025.03.04 05:59:24.958268 [ 258 ] {ab1348c1-027f-4c66-b9c2-83caba542675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1340 2025.03.04 05:59:24.959081 [ 258 ] {ab1348c1-027f-4c66-b9c2-83caba542675} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1341 2025.03.04 05:59:24.959681 [ 258 ] {ab1348c1-027f-4c66-b9c2-83caba542675} <Trace> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1342 2025.03.04 05:59:24.959942 [ 258 ] {ab1348c1-027f-4c66-b9c2-83caba542675} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002787 sec., 2870.470039468963 rows/sec., 5.14 MiB/sec.
1343 2025.03.04 05:59:24.960089 [ 258 ] {ab1348c1-027f-4c66-b9c2-83caba542675} <Debug> TCPHandler: Processed in 0.003092504 sec.
1344 2025.03.04 05:59:24.960232 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1345 2025.03.04 05:59:24.960337 [ 258 ] {2d81bc60-52d8-4828-93f9-0c22e3e5fb3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1346 2025.03.04 05:59:24.960385 [ 258 ] {2d81bc60-52d8-4828-93f9-0c22e3e5fb3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1347 2025.03.04 05:59:24.960834 [ 258 ] {2d81bc60-52d8-4828-93f9-0c22e3e5fb3a} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1348 2025.03.04 05:59:24.960872 [ 258 ] {2d81bc60-52d8-4828-93f9-0c22e3e5fb3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB.
1349 2025.03.04 05:59:24.961384 [ 258 ] {2d81bc60-52d8-4828-93f9-0c22e3e5fb3a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1350 2025.03.04 05:59:24.961859 [ 258 ] {2d81bc60-52d8-4828-93f9-0c22e3e5fb3a} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1351 2025.03.04 05:59:24.962078 [ 258 ] {2d81bc60-52d8-4828-93f9-0c22e3e5fb3a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001759 sec., 34110.28993746447 rows/sec., 2.30 MiB/sec.
1352 2025.03.04 05:59:24.962245 [ 258 ] {2d81bc60-52d8-4828-93f9-0c22e3e5fb3a} <Debug> TCPHandler: Processed in 0.002060706 sec.
1353 2025.03.04 05:59:27.978352 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache
1354 2025.03.04 05:59:27.978408 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache
1355 2025.03.04 05:59:28.071570 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1356 2025.03.04 05:59:28.072285 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1357 2025.03.04 05:59:28.072337 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1358 2025.03.04 05:59:28.072918 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1359 2025.03.04 05:59:28.073181 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1360 2025.03.04 05:59:28.073385 [ 71 ] {} <Debug> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1361 2025.03.04 05:59:28.073421 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1362 2025.03.04 05:59:28.073476 [ 71 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1363 2025.03.04 05:59:28.073505 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1364 2025.03.04 05:59:28.075705 [ 188 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::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
1365 2025.03.04 05:59:28.075860 [ 188 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1366 2025.03.04 05:59:28.075956 [ 188 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
1367 2025.03.04 05:59:28.076075 [ 188 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1368 2025.03.04 05:59:28.076257 [ 188 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1369 2025.03.04 05:59:28.076495 [ 188 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1370 2025.03.04 05:59:28.076674 [ 188 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1371 2025.03.04 05:59:28.076861 [ 188 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1372 2025.03.04 05:59:28.098639 [ 186 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.02505025 sec., 112014.8501511961 rows/sec., 1.60 MiB/sec.
1373 2025.03.04 05:59:28.099057 [ 195 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1374 2025.03.04 05:59:28.099449 [ 188 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1375 2025.03.04 05:59:28.099555 [ 188 ] {287c246d-a2da-4ba3-8a3b-204f4c35b481::all_1_6_1} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1376 2025.03.04 05:59:28.099679 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1377 2025.03.04 05:59:28.243649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1378 2025.03.04 05:59:28.264866 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1379 2025.03.04 05:59:28.264940 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1380 2025.03.04 05:59:28.272225 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1381 2025.03.04 05:59:28.273140 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1382 2025.03.04 05:59:28.273501 [ 70 ] {} <Debug> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1383 2025.03.04 05:59:28.273646 [ 70 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1384 2025.03.04 05:59:28.273709 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1385 2025.03.04 05:59:28.274326 [ 188 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::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
1386 2025.03.04 05:59:28.292302 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1387 2025.03.04 05:59:28.293365 [ 188 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1388 2025.03.04 05:59:28.294936 [ 188 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::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
1389 2025.03.04 05:59:28.300653 [ 188 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::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
1390 2025.03.04 05:59:28.305966 [ 188 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::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
1391 2025.03.04 05:59:28.311000 [ 188 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::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
1392 2025.03.04 05:59:28.320348 [ 188 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::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
1393 2025.03.04 05:59:28.324990 [ 188 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::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
1394 2025.03.04 05:59:28.388651 [ 186 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.114799007 sec., 400.7003300995452 rows/sec., 2.07 MiB/sec.
1395 2025.03.04 05:59:28.391037 [ 200 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1396 2025.03.04 05:59:28.393689 [ 200 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::all_1_6_1} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1397 2025.03.04 05:59:28.393810 [ 200 ] {5553fbe2-f37b-4c26-8c3f-b84a67d7d255::all_1_6_1} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1398 2025.03.04 05:59:28.395453 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1399 2025.03.04 05:59:29.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.97 MiB, peak 169.51 MiB, free memory in arenas 0.00 B, will set to 163.14 MiB (RSS), difference: 3.17 MiB
1400 2025.03.04 05:59:29.946172 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1401 2025.03.04 05:59:29.946370 [ 258 ] {92902088-007a-42a7-be2a-e2e4aba04c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1402 2025.03.04 05:59:29.946447 [ 258 ] {92902088-007a-42a7-be2a-e2e4aba04c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1403 2025.03.04 05:59:29.947269 [ 258 ] {92902088-007a-42a7-be2a-e2e4aba04c49} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1404 2025.03.04 05:59:29.947315 [ 258 ] {92902088-007a-42a7-be2a-e2e4aba04c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1405 2025.03.04 05:59:29.947759 [ 258 ] {92902088-007a-42a7-be2a-e2e4aba04c49} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1406 2025.03.04 05:59:29.948024 [ 258 ] {92902088-007a-42a7-be2a-e2e4aba04c49} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1407 2025.03.04 05:59:29.948206 [ 68 ] {} <Debug> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1408 2025.03.04 05:59:29.948280 [ 258 ] {92902088-007a-42a7-be2a-e2e4aba04c49} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001963 sec., 28527.763627101376 rows/sec., 2.18 MiB/sec.
1409 2025.03.04 05:59:29.948293 [ 68 ] {} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1410 2025.03.04 05:59:29.948363 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1411 2025.03.04 05:59:29.948397 [ 258 ] {92902088-007a-42a7-be2a-e2e4aba04c49} <Debug> TCPHandler: Processed in 0.002355218 sec.
1412 2025.03.04 05:59:29.948574 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1413 2025.03.04 05:59:29.948598 [ 189 ] {22acbecf-406f-426f-ab87-55dc584923cc::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
1414 2025.03.04 05:59:29.948731 [ 258 ] {b3868b9e-7301-4e67-81a6-3a898ccbe62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1415 2025.03.04 05:59:29.948833 [ 258 ] {b3868b9e-7301-4e67-81a6-3a898ccbe62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1416 2025.03.04 05:59:29.948965 [ 189 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1417 2025.03.04 05:59:29.949061 [ 189 ] {22acbecf-406f-426f-ab87-55dc584923cc::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
1418 2025.03.04 05:59:29.949480 [ 189 ] {22acbecf-406f-426f-ab87-55dc584923cc::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
1419 2025.03.04 05:59:29.949857 [ 189 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 633 rows starting from the beginning of the part
1420 2025.03.04 05:59:29.950196 [ 189 ] {22acbecf-406f-426f-ab87-55dc584923cc::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
1421 2025.03.04 05:59:29.950548 [ 189 ] {22acbecf-406f-426f-ab87-55dc584923cc::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
1422 2025.03.04 05:59:29.950934 [ 189 ] {22acbecf-406f-426f-ab87-55dc584923cc::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
1423 2025.03.04 05:59:29.951667 [ 258 ] {b3868b9e-7301-4e67-81a6-3a898ccbe62e} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1424 2025.03.04 05:59:29.951732 [ 258 ] {b3868b9e-7301-4e67-81a6-3a898ccbe62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1425 2025.03.04 05:59:29.952695 [ 258 ] {b3868b9e-7301-4e67-81a6-3a898ccbe62e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1426 2025.03.04 05:59:29.953278 [ 258 ] {b3868b9e-7301-4e67-81a6-3a898ccbe62e} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1427 2025.03.04 05:59:29.953596 [ 68 ] {} <Debug> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1428 2025.03.04 05:59:29.953747 [ 68 ] {} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1429 2025.03.04 05:59:29.953837 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1430 2025.03.04 05:59:29.953888 [ 258 ] {b3868b9e-7301-4e67-81a6-3a898ccbe62e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005194 sec., 12321.909896033885 rows/sec., 984.84 KiB/sec.
1431 2025.03.04 05:59:29.954285 [ 258 ] {b3868b9e-7301-4e67-81a6-3a898ccbe62e} <Debug> TCPHandler: Processed in 0.005767843 sec.
1432 2025.03.04 05:59:29.954384 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::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
1433 2025.03.04 05:59:29.954601 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1434 2025.03.04 05:59:29.954883 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1435 2025.03.04 05:59:29.955000 [ 258 ] {3044e881-f135-4b3a-b338-1dc13180fefe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1436 2025.03.04 05:59:29.955046 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::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
1437 2025.03.04 05:59:29.955213 [ 258 ] {3044e881-f135-4b3a-b338-1dc13180fefe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1438 2025.03.04 05:59:29.955323 [ 190 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 929 rows, containing 5 columns (5 merged, 0 gathered) in 0.006788341 sec., 136852.2883573468 rows/sec., 11.23 MiB/sec.
1439 2025.03.04 05:59:29.955567 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::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
1440 2025.03.04 05:59:29.955990 [ 190 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1441 2025.03.04 05:59:29.956110 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part
1442 2025.03.04 05:59:29.956669 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::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
1443 2025.03.04 05:59:29.957197 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::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
1444 2025.03.04 05:59:29.957669 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::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
1445 2025.03.04 05:59:29.957697 [ 190 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_6_1} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1446 2025.03.04 05:59:29.958304 [ 190 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_6_1} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1447 2025.03.04 05:59:29.958623 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1448 2025.03.04 05:59:29.959171 [ 258 ] {3044e881-f135-4b3a-b338-1dc13180fefe} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1449 2025.03.04 05:59:29.959252 [ 258 ] {3044e881-f135-4b3a-b338-1dc13180fefe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1450 2025.03.04 05:59:29.960364 [ 258 ] {3044e881-f135-4b3a-b338-1dc13180fefe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1451 2025.03.04 05:59:29.960867 [ 258 ] {3044e881-f135-4b3a-b338-1dc13180fefe} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1452 2025.03.04 05:59:29.961093 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 5 columns (5 merged, 0 gathered) in 0.007127314 sec., 100739.21255609056 rows/sec., 7.84 MiB/sec.
1453 2025.03.04 05:59:29.961251 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1454 2025.03.04 05:59:29.961362 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1455 2025.03.04 05:59:29.961421 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1456 2025.03.04 05:59:29.961434 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1457 2025.03.04 05:59:29.961442 [ 258 ] {3044e881-f135-4b3a-b338-1dc13180fefe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006568 sec., 24360.5359317905 rows/sec., 1.70 MiB/sec.
1458 2025.03.04 05:59:29.961864 [ 258 ] {3044e881-f135-4b3a-b338-1dc13180fefe} <Debug> TCPHandler: Processed in 0.007378166 sec.
1459 2025.03.04 05:59:29.961870 [ 190 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::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
1460 2025.03.04 05:59:29.962188 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1461 2025.03.04 05:59:29.962208 [ 190 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1462 2025.03.04 05:59:29.962245 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_6_1} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1463 2025.03.04 05:59:29.962263 [ 190 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part
1464 2025.03.04 05:59:29.962653 [ 258 ] {68cac900-5a17-4d32-9c9e-af3aca7c607d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1465 2025.03.04 05:59:29.962659 [ 186 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_6_1} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1466 2025.03.04 05:59:29.962715 [ 190 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::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
1467 2025.03.04 05:59:29.962932 [ 258 ] {68cac900-5a17-4d32-9c9e-af3aca7c607d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1468 2025.03.04 05:59:29.963012 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1469 2025.03.04 05:59:29.963242 [ 190 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part
1470 2025.03.04 05:59:29.963585 [ 190 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::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
1471 2025.03.04 05:59:29.963932 [ 190 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::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
1472 2025.03.04 05:59:29.964301 [ 190 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::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
1473 2025.03.04 05:59:29.965417 [ 258 ] {68cac900-5a17-4d32-9c9e-af3aca7c607d} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1474 2025.03.04 05:59:29.965497 [ 258 ] {68cac900-5a17-4d32-9c9e-af3aca7c607d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1475 2025.03.04 05:59:29.966489 [ 258 ] {68cac900-5a17-4d32-9c9e-af3aca7c607d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1476 2025.03.04 05:59:29.966850 [ 258 ] {68cac900-5a17-4d32-9c9e-af3aca7c607d} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1477 2025.03.04 05:59:29.967220 [ 68 ] {} <Debug> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1478 2025.03.04 05:59:29.967383 [ 68 ] {} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1479 2025.03.04 05:59:29.967494 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1480 2025.03.04 05:59:29.967539 [ 258 ] {68cac900-5a17-4d32-9c9e-af3aca7c607d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005138 sec., 11677.695601401323 rows/sec., 805.88 KiB/sec.
1481 2025.03.04 05:59:29.967585 [ 189 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1005 rows, containing 5 columns (5 merged, 0 gathered) in 0.005997315 sec., 167574.98980793907 rows/sec., 11.57 MiB/sec.
1482 2025.03.04 05:59:29.967851 [ 258 ] {68cac900-5a17-4d32-9c9e-af3aca7c607d} <Debug> TCPHandler: Processed in 0.005784814 sec.
1483 2025.03.04 05:59:29.967918 [ 186 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::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
1484 2025.03.04 05:59:29.968144 [ 189 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1485 2025.03.04 05:59:29.968161 [ 186 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1486 2025.03.04 05:59:29.968245 [ 186 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part
1487 2025.03.04 05:59:29.968408 [ 186 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::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
1488 2025.03.04 05:59:29.968651 [ 186 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part
1489 2025.03.04 05:59:29.968944 [ 186 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::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
1490 2025.03.04 05:59:29.969197 [ 186 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::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
1491 2025.03.04 05:59:29.969422 [ 186 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::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
1492 2025.03.04 05:59:29.969409 [ 189 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1493 2025.03.04 05:59:29.969837 [ 189 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1494 2025.03.04 05:59:29.969997 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
1495 2025.03.04 05:59:29.970812 [ 192 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 4 columns (4 merged, 0 gathered) in 0.003169224 sec., 116747.82217981436 rows/sec., 7.77 MiB/sec.
1496 2025.03.04 05:59:29.970970 [ 189 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1497 2025.03.04 05:59:29.971264 [ 189 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_6_1} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1498 2025.03.04 05:59:29.971340 [ 189 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_6_1} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1499 2025.03.04 05:59:29.971423 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1500 2025.03.04 05:59:30.417333 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1501 2025.03.04 05:59:30.417583 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1502 2025.03.04 05:59:30.417985 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1503 2025.03.04 05:59:30.418035 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1504 2025.03.04 05:59:30.418371 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1505 2025.03.04 05:59:30.418451 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1506 2025.03.04 05:59:30.418633 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1507 2025.03.04 05:59:30.418924 [ 287 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1508 2025.03.04 05:59:30.418943 [ 286 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1509 2025.03.04 05:59:30.419085 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1510 2025.03.04 05:59:30.419119 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1511 2025.03.04 05:59:30.423239 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1512 2025.03.04 05:59:30.423268 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 31 rows with 2 streams
1513 2025.03.04 05:59:30.423332 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1514 2025.03.04 05:59:30.423380 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1515 2025.03.04 05:59:30.424756 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00729 sec., 4252.400548696845 rows/sec., 160.48 KiB/sec.
1516 2025.03.04 05:59:30.424905 [ 258 ] {5d3eb795-3697-4ca4-ab30-b872d42396d7} <Debug> TCPHandler: Processed in 0.007694808 sec.
1517 2025.03.04 05:59:30.425142 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1518 2025.03.04 05:59:30.425304 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1519 2025.03.04 05:59:30.425596 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1520 2025.03.04 05:59:30.425644 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1521 2025.03.04 05:59:30.425974 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1522 2025.03.04 05:59:30.426043 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1523 2025.03.04 05:59:30.426191 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1524 2025.03.04 05:59:30.426305 [ 288 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1525 2025.03.04 05:59:30.426320 [ 286 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1526 2025.03.04 05:59:30.426435 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1527 2025.03.04 05:59:30.426463 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1528 2025.03.04 05:59:30.426544 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1529 2025.03.04 05:59:30.426565 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 31 rows with 2 streams
1530 2025.03.04 05:59:30.426604 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1531 2025.03.04 05:59:30.426647 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1532 2025.03.04 05:59:30.427671 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002443 sec., 12689.316414244782 rows/sec., 478.89 KiB/sec.
1533 2025.03.04 05:59:30.427806 [ 258 ] {ef1bbc5c-5c24-4c83-ab53-026924d288cb} <Debug> TCPHandler: Processed in 0.002716371 sec.
1534 2025.03.04 05:59:30.428014 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1535 2025.03.04 05:59:30.428173 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1536 2025.03.04 05:59:30.428463 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1537 2025.03.04 05:59:30.428510 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1538 2025.03.04 05:59:30.428812 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1539 2025.03.04 05:59:30.428877 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1540 2025.03.04 05:59:30.429019 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1541 2025.03.04 05:59:30.429122 [ 287 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1542 2025.03.04 05:59:30.429136 [ 288 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1543 2025.03.04 05:59:30.429238 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1544 2025.03.04 05:59:30.429261 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1545 2025.03.04 05:59:30.429340 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1546 2025.03.04 05:59:30.429361 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 31 rows with 2 streams
1547 2025.03.04 05:59:30.429400 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1548 2025.03.04 05:59:30.429442 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1549 2025.03.04 05:59:30.430457 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002358 sec., 13146.734520780323 rows/sec., 496.15 KiB/sec.
1550 2025.03.04 05:59:30.430594 [ 258 ] {10386a65-01e7-4aa4-9abb-a93f2c603371} <Debug> TCPHandler: Processed in 0.00263095 sec.
1551 2025.03.04 05:59:30.430801 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1552 2025.03.04 05:59:30.430973 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1553 2025.03.04 05:59:30.431266 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1554 2025.03.04 05:59:30.431313 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1555 2025.03.04 05:59:30.431617 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1556 2025.03.04 05:59:30.431682 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1557 2025.03.04 05:59:30.431827 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1558 2025.03.04 05:59:30.431927 [ 286 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1559 2025.03.04 05:59:30.431942 [ 288 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1560 2025.03.04 05:59:30.432042 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1561 2025.03.04 05:59:30.432066 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1562 2025.03.04 05:59:30.432144 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1563 2025.03.04 05:59:30.432165 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 31 rows with 2 streams
1564 2025.03.04 05:59:30.432204 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1565 2025.03.04 05:59:30.432245 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1566 2025.03.04 05:59:30.433278 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00238 sec., 13025.210084033613 rows/sec., 491.56 KiB/sec.
1567 2025.03.04 05:59:30.433430 [ 258 ] {c1e4a186-83ca-4fb1-886c-ff83f0b48bc1} <Debug> TCPHandler: Processed in 0.002681181 sec.
1568 2025.03.04 05:59:30.433661 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1569 2025.03.04 05:59:30.433825 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1570 2025.03.04 05:59:30.434120 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1571 2025.03.04 05:59:30.434168 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1572 2025.03.04 05:59:30.434490 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1573 2025.03.04 05:59:30.434556 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1574 2025.03.04 05:59:30.434700 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1575 2025.03.04 05:59:30.434792 [ 286 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1576 2025.03.04 05:59:30.434811 [ 287 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1577 2025.03.04 05:59:30.434903 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1578 2025.03.04 05:59:30.434930 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1579 2025.03.04 05:59:30.435010 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1580 2025.03.04 05:59:30.435030 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 31 rows with 2 streams
1581 2025.03.04 05:59:30.435071 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1582 2025.03.04 05:59:30.435114 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1583 2025.03.04 05:59:30.436140 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002393 sec., 12954.450480568323 rows/sec., 488.89 KiB/sec.
1584 2025.03.04 05:59:30.436267 [ 258 ] {dc9f34a5-9d16-452c-ba28-6f5a0afe432d} <Debug> TCPHandler: Processed in 0.0026661 sec.
1585 2025.03.04 05:59:30.436473 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1586 2025.03.04 05:59:30.436635 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1587 2025.03.04 05:59:30.436924 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1588 2025.03.04 05:59:30.436972 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1589 2025.03.04 05:59:30.437283 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1590 2025.03.04 05:59:30.437348 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1591 2025.03.04 05:59:30.437488 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1592 2025.03.04 05:59:30.437554 [ 288 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1593 2025.03.04 05:59:30.437580 [ 287 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1594 2025.03.04 05:59:30.437670 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1595 2025.03.04 05:59:30.437698 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1596 2025.03.04 05:59:30.437782 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1597 2025.03.04 05:59:30.437802 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 31 rows with 2 streams
1598 2025.03.04 05:59:30.437843 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1599 2025.03.04 05:59:30.437886 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1600 2025.03.04 05:59:30.438882 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002326 sec., 13327.601031814274 rows/sec., 502.98 KiB/sec.
1601 2025.03.04 05:59:30.439017 [ 258 ] {404fcd0c-ebfd-4a62-826b-4eb171393b14} <Debug> TCPHandler: Processed in 0.00259564 sec.
1602 2025.03.04 05:59:30.518081 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1603 2025.03.04 05:59:30.518230 [ 258 ] {12fb78ec-830f-42c8-85ef-7229ac597f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1604 2025.03.04 05:59:30.518289 [ 258 ] {12fb78ec-830f-42c8-85ef-7229ac597f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1605 2025.03.04 05:59:30.519147 [ 258 ] {12fb78ec-830f-42c8-85ef-7229ac597f81} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1606 2025.03.04 05:59:30.519191 [ 258 ] {12fb78ec-830f-42c8-85ef-7229ac597f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1607 2025.03.04 05:59:30.519688 [ 258 ] {12fb78ec-830f-42c8-85ef-7229ac597f81} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1608 2025.03.04 05:59:30.519914 [ 258 ] {12fb78ec-830f-42c8-85ef-7229ac597f81} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1609 2025.03.04 05:59:30.520123 [ 258 ] {12fb78ec-830f-42c8-85ef-7229ac597f81} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001932 sec., 3105.590062111801 rows/sec., 691.48 KiB/sec.
1610 2025.03.04 05:59:30.520178 [ 258 ] {12fb78ec-830f-42c8-85ef-7229ac597f81} <Debug> TCPHandler: Processed in 0.002158486 sec.
1611 2025.03.04 05:59:30.520305 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1612 2025.03.04 05:59:30.520410 [ 258 ] {d2687102-9afd-45d8-a9b1-10f1dc27a74c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1613 2025.03.04 05:59:30.520455 [ 258 ] {d2687102-9afd-45d8-a9b1-10f1dc27a74c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1614 2025.03.04 05:59:30.521596 [ 258 ] {d2687102-9afd-45d8-a9b1-10f1dc27a74c} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1615 2025.03.04 05:59:30.521635 [ 258 ] {d2687102-9afd-45d8-a9b1-10f1dc27a74c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1616 2025.03.04 05:59:30.522089 [ 258 ] {d2687102-9afd-45d8-a9b1-10f1dc27a74c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1617 2025.03.04 05:59:30.522343 [ 258 ] {d2687102-9afd-45d8-a9b1-10f1dc27a74c} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1618 2025.03.04 05:59:30.522522 [ 258 ] {d2687102-9afd-45d8-a9b1-10f1dc27a74c} <Debug> executeQuery: Read 1212 rows, 102.08 KiB in 0.002134 sec., 567947.5164011247 rows/sec., 46.71 MiB/sec.
1619 2025.03.04 05:59:30.522572 [ 258 ] {d2687102-9afd-45d8-a9b1-10f1dc27a74c} <Debug> TCPHandler: Processed in 0.002318137 sec.
1620 2025.03.04 05:59:30.522698 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1621 2025.03.04 05:59:30.522801 [ 258 ] {bbb1aafc-33ff-42dc-a4f6-5ba27e458e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1622 2025.03.04 05:59:30.522846 [ 258 ] {bbb1aafc-33ff-42dc-a4f6-5ba27e458e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1623 2025.03.04 05:59:30.523364 [ 258 ] {bbb1aafc-33ff-42dc-a4f6-5ba27e458e34} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1624 2025.03.04 05:59:30.523401 [ 258 ] {bbb1aafc-33ff-42dc-a4f6-5ba27e458e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1625 2025.03.04 05:59:30.523751 [ 258 ] {bbb1aafc-33ff-42dc-a4f6-5ba27e458e34} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1626 2025.03.04 05:59:30.523993 [ 258 ] {bbb1aafc-33ff-42dc-a4f6-5ba27e458e34} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1627 2025.03.04 05:59:30.524228 [ 258 ] {bbb1aafc-33ff-42dc-a4f6-5ba27e458e34} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001423 sec., 5621.9255094869995 rows/sec., 422.74 KiB/sec.
1628 2025.03.04 05:59:30.524328 [ 258 ] {bbb1aafc-33ff-42dc-a4f6-5ba27e458e34} <Debug> TCPHandler: Processed in 0.001681882 sec.
1629 2025.03.04 05:59:30.524469 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1630 2025.03.04 05:59:30.524574 [ 258 ] {830741cc-536d-4c3e-a1c5-5d54b54bcc5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1631 2025.03.04 05:59:30.524617 [ 258 ] {830741cc-536d-4c3e-a1c5-5d54b54bcc5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1632 2025.03.04 05:59:30.525209 [ 258 ] {830741cc-536d-4c3e-a1c5-5d54b54bcc5b} <Trace> oximeter.fields_u32 (cf466378-4893-443d-ab11-1577a1b0e693): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1633 2025.03.04 05:59:30.525247 [ 258 ] {830741cc-536d-4c3e-a1c5-5d54b54bcc5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1634 2025.03.04 05:59:30.525593 [ 258 ] {830741cc-536d-4c3e-a1c5-5d54b54bcc5b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1635 2025.03.04 05:59:30.525834 [ 258 ] {830741cc-536d-4c3e-a1c5-5d54b54bcc5b} <Trace> oximeter.fields_u32 (cf466378-4893-443d-ab11-1577a1b0e693): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1636 2025.03.04 05:59:30.526004 [ 258 ] {830741cc-536d-4c3e-a1c5-5d54b54bcc5b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001452 sec., 157024.79338842977 rows/sec., 10.63 MiB/sec.
1637 2025.03.04 05:59:30.526055 [ 258 ] {830741cc-536d-4c3e-a1c5-5d54b54bcc5b} <Debug> TCPHandler: Processed in 0.001637553 sec.
1638 2025.03.04 05:59:30.526174 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1639 2025.03.04 05:59:30.526279 [ 258 ] {bf2a9124-3b86-46ce-bf56-2a39f3e235ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1640 2025.03.04 05:59:30.526322 [ 258 ] {bf2a9124-3b86-46ce-bf56-2a39f3e235ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1641 2025.03.04 05:59:30.527010 [ 258 ] {bf2a9124-3b86-46ce-bf56-2a39f3e235ca} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1642 2025.03.04 05:59:30.527048 [ 258 ] {bf2a9124-3b86-46ce-bf56-2a39f3e235ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1643 2025.03.04 05:59:30.527439 [ 258 ] {bf2a9124-3b86-46ce-bf56-2a39f3e235ca} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1644 2025.03.04 05:59:30.527692 [ 258 ] {bf2a9124-3b86-46ce-bf56-2a39f3e235ca} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1645 2025.03.04 05:59:30.527864 [ 258 ] {bf2a9124-3b86-46ce-bf56-2a39f3e235ca} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001607 sec., 328562.538892346 rows/sec., 24.34 MiB/sec.
1646 2025.03.04 05:59:30.527914 [ 258 ] {bf2a9124-3b86-46ce-bf56-2a39f3e235ca} <Debug> TCPHandler: Processed in 0.001791073 sec.
1647 2025.03.04 05:59:30.528033 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1648 2025.03.04 05:59:30.528136 [ 258 ] {e1c7f453-b0d2-4438-985d-13c5c5ec4ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1649 2025.03.04 05:59:30.528187 [ 258 ] {e1c7f453-b0d2-4438-985d-13c5c5ec4ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1650 2025.03.04 05:59:30.531308 [ 258 ] {e1c7f453-b0d2-4438-985d-13c5c5ec4ffc} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1651 2025.03.04 05:59:30.531344 [ 258 ] {e1c7f453-b0d2-4438-985d-13c5c5ec4ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1652 2025.03.04 05:59:30.531890 [ 258 ] {e1c7f453-b0d2-4438-985d-13c5c5ec4ffc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1653 2025.03.04 05:59:30.532126 [ 258 ] {e1c7f453-b0d2-4438-985d-13c5c5ec4ffc} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1654 2025.03.04 05:59:30.532318 [ 258 ] {e1c7f453-b0d2-4438-985d-13c5c5ec4ffc} <Debug> executeQuery: Read 2210 rows, 151.17 KiB in 0.004197 sec., 526566.5951870383 rows/sec., 35.17 MiB/sec.
1655 2025.03.04 05:59:30.532392 [ 258 ] {e1c7f453-b0d2-4438-985d-13c5c5ec4ffc} <Debug> TCPHandler: Processed in 0.004409603 sec.
1656 2025.03.04 05:59:30.532510 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1657 2025.03.04 05:59:30.532613 [ 258 ] {46b56a31-9cd9-41f5-9bfb-62cd287220cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1658 2025.03.04 05:59:30.532677 [ 258 ] {46b56a31-9cd9-41f5-9bfb-62cd287220cc} <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
1659 2025.03.04 05:59:30.533800 [ 258 ] {46b56a31-9cd9-41f5-9bfb-62cd287220cc} <Trace> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1660 2025.03.04 05:59:30.533840 [ 258 ] {46b56a31-9cd9-41f5-9bfb-62cd287220cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1661 2025.03.04 05:59:30.534448 [ 258 ] {46b56a31-9cd9-41f5-9bfb-62cd287220cc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1662 2025.03.04 05:59:30.534714 [ 258 ] {46b56a31-9cd9-41f5-9bfb-62cd287220cc} <Trace> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1663 2025.03.04 05:59:30.534989 [ 258 ] {46b56a31-9cd9-41f5-9bfb-62cd287220cc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002375 sec., 3368.421052631579 rows/sec., 6.04 MiB/sec.
1664 2025.03.04 05:59:30.535128 [ 258 ] {46b56a31-9cd9-41f5-9bfb-62cd287220cc} <Debug> TCPHandler: Processed in 0.00266968 sec.
1665 2025.03.04 05:59:30.535269 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1666 2025.03.04 05:59:30.535375 [ 258 ] {8ff0d22f-2099-4a64-b1ba-aba8530a305f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1667 2025.03.04 05:59:30.535423 [ 258 ] {8ff0d22f-2099-4a64-b1ba-aba8530a305f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1668 2025.03.04 05:59:30.535916 [ 258 ] {8ff0d22f-2099-4a64-b1ba-aba8530a305f} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1669 2025.03.04 05:59:30.535969 [ 258 ] {8ff0d22f-2099-4a64-b1ba-aba8530a305f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1670 2025.03.04 05:59:30.536341 [ 258 ] {8ff0d22f-2099-4a64-b1ba-aba8530a305f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1671 2025.03.04 05:59:30.536576 [ 258 ] {8ff0d22f-2099-4a64-b1ba-aba8530a305f} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1672 2025.03.04 05:59:30.536767 [ 258 ] {8ff0d22f-2099-4a64-b1ba-aba8530a305f} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001408 sec., 8522.727272727272 rows/sec., 588.16 KiB/sec.
1673 2025.03.04 05:59:30.536834 [ 258 ] {8ff0d22f-2099-4a64-b1ba-aba8530a305f} <Debug> TCPHandler: Processed in 0.001615982 sec.
1674 2025.03.04 05:59:33.080771 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 248
1675 2025.03.04 05:59:33.084165 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1676 2025.03.04 05:59:33.084217 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1677 2025.03.04 05:59:33.085789 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1678 2025.03.04 05:59:33.086096 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1679 2025.03.04 05:59:33.086884 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 248
1680 2025.03.04 05:59:34.945750 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1681 2025.03.04 05:59:34.945953 [ 258 ] {a9a3897d-1a26-4f17-8396-cd04400c72f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1682 2025.03.04 05:59:34.946031 [ 258 ] {a9a3897d-1a26-4f17-8396-cd04400c72f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1683 2025.03.04 05:59:34.946820 [ 258 ] {a9a3897d-1a26-4f17-8396-cd04400c72f2} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1684 2025.03.04 05:59:34.946863 [ 258 ] {a9a3897d-1a26-4f17-8396-cd04400c72f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1685 2025.03.04 05:59:34.947280 [ 258 ] {a9a3897d-1a26-4f17-8396-cd04400c72f2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1686 2025.03.04 05:59:34.947525 [ 258 ] {a9a3897d-1a26-4f17-8396-cd04400c72f2} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1687 2025.03.04 05:59:34.947753 [ 258 ] {a9a3897d-1a26-4f17-8396-cd04400c72f2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001857 sec., 30156.165858912223 rows/sec., 2.30 MiB/sec.
1688 2025.03.04 05:59:34.947816 [ 258 ] {a9a3897d-1a26-4f17-8396-cd04400c72f2} <Debug> TCPHandler: Processed in 0.002199756 sec.
1689 2025.03.04 05:59:34.947945 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1690 2025.03.04 05:59:34.948057 [ 258 ] {ef1d0834-5491-4deb-bf61-0293f47e2d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1691 2025.03.04 05:59:34.948104 [ 258 ] {ef1d0834-5491-4deb-bf61-0293f47e2d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1692 2025.03.04 05:59:34.948649 [ 258 ] {ef1d0834-5491-4deb-bf61-0293f47e2d23} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1693 2025.03.04 05:59:34.948688 [ 258 ] {ef1d0834-5491-4deb-bf61-0293f47e2d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1694 2025.03.04 05:59:34.949041 [ 258 ] {ef1d0834-5491-4deb-bf61-0293f47e2d23} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1695 2025.03.04 05:59:34.949279 [ 258 ] {ef1d0834-5491-4deb-bf61-0293f47e2d23} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1696 2025.03.04 05:59:34.949484 [ 258 ] {ef1d0834-5491-4deb-bf61-0293f47e2d23} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001453 sec., 44046.799724707496 rows/sec., 3.44 MiB/sec.
1697 2025.03.04 05:59:34.949535 [ 258 ] {ef1d0834-5491-4deb-bf61-0293f47e2d23} <Debug> TCPHandler: Processed in 0.001643882 sec.
1698 2025.03.04 05:59:34.949652 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1699 2025.03.04 05:59:34.949759 [ 258 ] {5e500c58-d32f-4e61-b249-c385bdb2d470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1700 2025.03.04 05:59:34.949809 [ 258 ] {5e500c58-d32f-4e61-b249-c385bdb2d470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1701 2025.03.04 05:59:34.950316 [ 258 ] {5e500c58-d32f-4e61-b249-c385bdb2d470} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1702 2025.03.04 05:59:34.950354 [ 258 ] {5e500c58-d32f-4e61-b249-c385bdb2d470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1703 2025.03.04 05:59:34.950732 [ 258 ] {5e500c58-d32f-4e61-b249-c385bdb2d470} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1704 2025.03.04 05:59:34.950967 [ 258 ] {5e500c58-d32f-4e61-b249-c385bdb2d470} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1705 2025.03.04 05:59:34.951176 [ 258 ] {5e500c58-d32f-4e61-b249-c385bdb2d470} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00144 sec., 88888.88888888889 rows/sec., 6.19 MiB/sec.
1706 2025.03.04 05:59:34.951225 [ 258 ] {5e500c58-d32f-4e61-b249-c385bdb2d470} <Debug> TCPHandler: Processed in 0.001624942 sec.
1707 2025.03.04 05:59:34.951340 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1708 2025.03.04 05:59:34.951444 [ 258 ] {fa50180b-413b-4d72-9484-9361ea984234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1709 2025.03.04 05:59:34.951490 [ 258 ] {fa50180b-413b-4d72-9484-9361ea984234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1710 2025.03.04 05:59:34.951919 [ 258 ] {fa50180b-413b-4d72-9484-9361ea984234} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1711 2025.03.04 05:59:34.951958 [ 258 ] {fa50180b-413b-4d72-9484-9361ea984234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1712 2025.03.04 05:59:34.952299 [ 258 ] {fa50180b-413b-4d72-9484-9361ea984234} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1713 2025.03.04 05:59:34.952529 [ 258 ] {fa50180b-413b-4d72-9484-9361ea984234} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1714 2025.03.04 05:59:34.952723 [ 258 ] {fa50180b-413b-4d72-9484-9361ea984234} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001301 sec., 36894.69638739431 rows/sec., 2.49 MiB/sec.
1715 2025.03.04 05:59:34.952772 [ 258 ] {fa50180b-413b-4d72-9484-9361ea984234} <Debug> TCPHandler: Processed in 0.001483642 sec.
1716 2025.03.04 05:59:35.573640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1717 2025.03.04 05:59:35.574507 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1718 2025.03.04 05:59:35.574548 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1719 2025.03.04 05:59:35.575083 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1720 2025.03.04 05:59:35.575340 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1721 2025.03.04 05:59:35.575535 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1722 2025.03.04 05:59:35.792469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1723 2025.03.04 05:59:35.811591 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1724 2025.03.04 05:59:35.811656 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1725 2025.03.04 05:59:35.818319 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1726 2025.03.04 05:59:35.819048 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1727 2025.03.04 05:59:35.821587 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1728 2025.03.04 05:59:36.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.28 MiB, peak 169.51 MiB, free memory in arenas 0.00 B, will set to 165.68 MiB (RSS), difference: 1.40 MiB
1729 2025.03.04 05:59:39.947069 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1730 2025.03.04 05:59:39.947292 [ 258 ] {3f838267-4329-4f6f-bd4e-99cf0913ba1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1731 2025.03.04 05:59:39.947371 [ 258 ] {3f838267-4329-4f6f-bd4e-99cf0913ba1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1732 2025.03.04 05:59:39.948207 [ 258 ] {3f838267-4329-4f6f-bd4e-99cf0913ba1c} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1733 2025.03.04 05:59:39.948260 [ 258 ] {3f838267-4329-4f6f-bd4e-99cf0913ba1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1734 2025.03.04 05:59:39.948698 [ 258 ] {3f838267-4329-4f6f-bd4e-99cf0913ba1c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1735 2025.03.04 05:59:39.948944 [ 258 ] {3f838267-4329-4f6f-bd4e-99cf0913ba1c} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1736 2025.03.04 05:59:39.949182 [ 258 ] {3f838267-4329-4f6f-bd4e-99cf0913ba1c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.20 MiB/sec.
1737 2025.03.04 05:59:39.949246 [ 258 ] {3f838267-4329-4f6f-bd4e-99cf0913ba1c} <Debug> TCPHandler: Processed in 0.002314818 sec.
1738 2025.03.04 05:59:39.949380 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1739 2025.03.04 05:59:39.949492 [ 258 ] {eeb5c119-ea0d-4038-9b5e-65367ccd9cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1740 2025.03.04 05:59:39.949539 [ 258 ] {eeb5c119-ea0d-4038-9b5e-65367ccd9cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1741 2025.03.04 05:59:39.950099 [ 258 ] {eeb5c119-ea0d-4038-9b5e-65367ccd9cb7} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1742 2025.03.04 05:59:39.950141 [ 258 ] {eeb5c119-ea0d-4038-9b5e-65367ccd9cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1743 2025.03.04 05:59:39.950501 [ 258 ] {eeb5c119-ea0d-4038-9b5e-65367ccd9cb7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1744 2025.03.04 05:59:39.950757 [ 258 ] {eeb5c119-ea0d-4038-9b5e-65367ccd9cb7} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1745 2025.03.04 05:59:39.950982 [ 258 ] {eeb5c119-ea0d-4038-9b5e-65367ccd9cb7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001514 sec., 42272.12681638045 rows/sec., 3.30 MiB/sec.
1746 2025.03.04 05:59:39.951063 [ 258 ] {eeb5c119-ea0d-4038-9b5e-65367ccd9cb7} <Debug> TCPHandler: Processed in 0.001734504 sec.
1747 2025.03.04 05:59:39.951179 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1748 2025.03.04 05:59:39.951287 [ 258 ] {92a4a396-b53d-41af-a5b1-f34f305f407b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1749 2025.03.04 05:59:39.951337 [ 258 ] {92a4a396-b53d-41af-a5b1-f34f305f407b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1750 2025.03.04 05:59:39.951868 [ 258 ] {92a4a396-b53d-41af-a5b1-f34f305f407b} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1751 2025.03.04 05:59:39.951905 [ 258 ] {92a4a396-b53d-41af-a5b1-f34f305f407b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1752 2025.03.04 05:59:39.952285 [ 258 ] {92a4a396-b53d-41af-a5b1-f34f305f407b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1753 2025.03.04 05:59:39.952520 [ 258 ] {92a4a396-b53d-41af-a5b1-f34f305f407b} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1754 2025.03.04 05:59:39.952779 [ 258 ] {92a4a396-b53d-41af-a5b1-f34f305f407b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001515 sec., 105610.56105610561 rows/sec., 7.36 MiB/sec.
1755 2025.03.04 05:59:39.952941 [ 258 ] {92a4a396-b53d-41af-a5b1-f34f305f407b} <Debug> TCPHandler: Processed in 0.001811834 sec.
1756 2025.03.04 05:59:39.953059 [ 258 ] {} <Trace> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1757 2025.03.04 05:59:39.953163 [ 258 ] {f4fe7426-7eb7-4412-a135-a8cc6cb96b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57807) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1758 2025.03.04 05:59:39.953208 [ 258 ] {f4fe7426-7eb7-4412-a135-a8cc6cb96b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1759 2025.03.04 05:59:39.953674 [ 258 ] {f4fe7426-7eb7-4412-a135-a8cc6cb96b23} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1760 2025.03.04 05:59:39.953714 [ 258 ] {f4fe7426-7eb7-4412-a135-a8cc6cb96b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1761 2025.03.04 05:59:39.954064 [ 258 ] {f4fe7426-7eb7-4412-a135-a8cc6cb96b23} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1762 2025.03.04 05:59:39.954293 [ 258 ] {f4fe7426-7eb7-4412-a135-a8cc6cb96b23} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1763 2025.03.04 05:59:39.954496 [ 258 ] {f4fe7426-7eb7-4412-a135-a8cc6cb96b23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec.
1764 2025.03.04 05:59:39.954545 [ 258 ] {f4fe7426-7eb7-4412-a135-a8cc6cb96b23} <Debug> TCPHandler: Processed in 0.001536502 sec.
1765 2025.03.04 05:59:42.978481 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache
1766 2025.03.04 05:59:42.978597 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache
1767 2025.03.04 05:59:43.075712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1768 2025.03.04 05:59:43.076367 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1769 2025.03.04 05:59:43.076412 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1770 2025.03.04 05:59:43.077073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1771 2025.03.04 05:59:43.077358 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1772 2025.03.04 05:59:43.077601 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1773 2025.03.04 05:59:43.087237 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 264
1774 2025.03.04 05:59:43.089929 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1775 2025.03.04 05:59:43.089977 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1776 2025.03.04 05:59:43.091423 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1777 2025.03.04 05:59:43.091746 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1778 2025.03.04 05:59:43.092629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 264
1779 2025.03.04 05:59:43.321727 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1780 2025.03.04 05:59:43.340496 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1781 2025.03.04 05:59:43.340580 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1782 2025.03.04 05:59:43.347593 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1783 2025.03.04 05:59:43.348375 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1784 2025.03.04 05:59:43.351008 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1785 2025.03.04 05:59:43.678662 [ 258 ] {} <Debug> TCPHandler: Done processing connection.
1786 2025.03.04 05:59:43.678754 [ 258 ] {} <Debug> TCP-Session: 2b96deac-ad77-4e0f-b64f-370e09b5ae8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1787 2025.03.04 05:59:44.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.20 MiB, peak 170.24 MiB, free memory in arenas 0.00 B, will set to 166.34 MiB (RSS), difference: 2.14 MiB
1788 2025.03.04 05:59:44.942589 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1789 2025.03.04 05:59:44.942877 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1790 2025.03.04 05:59:44.943371 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1791 2025.03.04 05:59:44.943435 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1792 2025.03.04 05:59:44.943806 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1793 2025.03.04 05:59:44.943886 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1794 2025.03.04 05:59:44.944061 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1795 2025.03.04 05:59:44.944173 [ 288 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1796 2025.03.04 05:59:44.944263 [ 287 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1797 2025.03.04 05:59:44.944276 [ 286 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1798 2025.03.04 05:59:44.944431 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1799 2025.03.04 05:59:44.944462 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1800 2025.03.04 05:59:44.944583 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1801 2025.03.04 05:59:44.944607 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 37 rows with 3 streams
1802 2025.03.04 05:59:44.944650 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1803 2025.03.04 05:59:44.944697 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1804 2025.03.04 05:59:44.944742 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1805 2025.03.04 05:59:44.946332 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003593 sec., 10297.801280267187 rows/sec., 385.95 KiB/sec.
1806 2025.03.04 05:59:44.946534 [ 262 ] {5f4aa3ce-c1a0-45b8-b76f-8776bb824257} <Debug> TCPHandler: Processed in 0.004080111 sec.
1807 2025.03.04 05:59:44.946839 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1808 2025.03.04 05:59:44.947016 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1809 2025.03.04 05:59:44.947324 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1810 2025.03.04 05:59:44.947374 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1811 2025.03.04 05:59:44.947698 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1812 2025.03.04 05:59:44.947765 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1813 2025.03.04 05:59:44.947918 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1814 2025.03.04 05:59:44.948024 [ 290 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1815 2025.03.04 05:59:44.948057 [ 288 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1816 2025.03.04 05:59:44.948083 [ 286 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1817 2025.03.04 05:59:44.948186 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1818 2025.03.04 05:59:44.948214 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1819 2025.03.04 05:59:44.948322 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1820 2025.03.04 05:59:44.948344 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 37 rows with 3 streams
1821 2025.03.04 05:59:44.948385 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1822 2025.03.04 05:59:44.948431 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1823 2025.03.04 05:59:44.948472 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1824 2025.03.04 05:59:44.949899 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002964 sec., 12483.130904183536 rows/sec., 467.85 KiB/sec.
1825 2025.03.04 05:59:44.950075 [ 262 ] {279a5f1e-0ed2-47e8-877c-276c442870f3} <Debug> TCPHandler: Processed in 0.003289464 sec.
1826 2025.03.04 05:59:44.950309 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1827 2025.03.04 05:59:44.950476 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1828 2025.03.04 05:59:44.950781 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1829 2025.03.04 05:59:44.950831 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1830 2025.03.04 05:59:44.951183 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1831 2025.03.04 05:59:44.951250 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1832 2025.03.04 05:59:44.951395 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1833 2025.03.04 05:59:44.951546 [ 286 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1834 2025.03.04 05:59:44.951570 [ 287 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1835 2025.03.04 05:59:44.951557 [ 290 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1836 2025.03.04 05:59:44.951720 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1837 2025.03.04 05:59:44.951750 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1838 2025.03.04 05:59:44.951896 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1839 2025.03.04 05:59:44.951920 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 37 rows with 3 streams
1840 2025.03.04 05:59:44.951965 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1841 2025.03.04 05:59:44.952011 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1842 2025.03.04 05:59:44.952053 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1843 2025.03.04 05:59:44.953391 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002998 sec., 12341.561040693796 rows/sec., 462.55 KiB/sec.
1844 2025.03.04 05:59:44.953567 [ 262 ] {6247f421-64b1-44d7-85b9-bba149382dd9} <Debug> TCPHandler: Processed in 0.003310575 sec.
1845 2025.03.04 05:59:44.960842 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1846 2025.03.04 05:59:44.960969 [ 262 ] {2a8ea8c2-d7b4-428f-8e76-e0b12c1c95d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1847 2025.03.04 05:59:44.961017 [ 262 ] {2a8ea8c2-d7b4-428f-8e76-e0b12c1c95d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1848 2025.03.04 05:59:44.961717 [ 262 ] {2a8ea8c2-d7b4-428f-8e76-e0b12c1c95d3} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1849 2025.03.04 05:59:44.961757 [ 262 ] {2a8ea8c2-d7b4-428f-8e76-e0b12c1c95d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1850 2025.03.04 05:59:44.962242 [ 262 ] {2a8ea8c2-d7b4-428f-8e76-e0b12c1c95d3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1851 2025.03.04 05:59:44.962464 [ 262 ] {2a8ea8c2-d7b4-428f-8e76-e0b12c1c95d3} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1852 2025.03.04 05:59:44.962731 [ 262 ] {2a8ea8c2-d7b4-428f-8e76-e0b12c1c95d3} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001791 sec., 1675.041876046901 rows/sec., 152.67 KiB/sec.
1853 2025.03.04 05:59:44.962855 [ 262 ] {2a8ea8c2-d7b4-428f-8e76-e0b12c1c95d3} <Debug> TCPHandler: Processed in 0.002065186 sec.
1854 2025.03.04 05:59:44.962982 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1855 2025.03.04 05:59:44.963089 [ 262 ] {e4627cce-1464-4234-8fd5-69459b652ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1856 2025.03.04 05:59:44.963133 [ 262 ] {e4627cce-1464-4234-8fd5-69459b652ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1857 2025.03.04 05:59:44.963743 [ 262 ] {e4627cce-1464-4234-8fd5-69459b652ca3} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1858 2025.03.04 05:59:44.963781 [ 262 ] {e4627cce-1464-4234-8fd5-69459b652ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1859 2025.03.04 05:59:44.964167 [ 262 ] {e4627cce-1464-4234-8fd5-69459b652ca3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1860 2025.03.04 05:59:44.964402 [ 262 ] {e4627cce-1464-4234-8fd5-69459b652ca3} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1861 2025.03.04 05:59:44.964611 [ 262 ] {e4627cce-1464-4234-8fd5-69459b652ca3} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.00154 sec., 81818.18181818182 rows/sec., 6.99 MiB/sec.
1862 2025.03.04 05:59:44.964783 [ 262 ] {e4627cce-1464-4234-8fd5-69459b652ca3} <Debug> TCPHandler: Processed in 0.001847584 sec.
1863 2025.03.04 05:59:44.964926 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1864 2025.03.04 05:59:44.965032 [ 262 ] {21d76d1a-76da-4d6a-a566-0cfb91db96c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1865 2025.03.04 05:59:44.965077 [ 262 ] {21d76d1a-76da-4d6a-a566-0cfb91db96c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1866 2025.03.04 05:59:44.965622 [ 262 ] {21d76d1a-76da-4d6a-a566-0cfb91db96c7} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1867 2025.03.04 05:59:44.965661 [ 262 ] {21d76d1a-76da-4d6a-a566-0cfb91db96c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1868 2025.03.04 05:59:44.966011 [ 262 ] {21d76d1a-76da-4d6a-a566-0cfb91db96c7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1869 2025.03.04 05:59:44.966238 [ 262 ] {21d76d1a-76da-4d6a-a566-0cfb91db96c7} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1870 2025.03.04 05:59:44.966448 [ 262 ] {21d76d1a-76da-4d6a-a566-0cfb91db96c7} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001439 sec., 24322.446143154968 rows/sec., 1.79 MiB/sec.
1871 2025.03.04 05:59:44.966503 [ 262 ] {21d76d1a-76da-4d6a-a566-0cfb91db96c7} <Debug> TCPHandler: Processed in 0.001628363 sec.
1872 2025.03.04 05:59:44.966618 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1873 2025.03.04 05:59:44.966723 [ 262 ] {0215220b-8474-40d4-bca4-73d1e576eacc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1874 2025.03.04 05:59:44.966767 [ 262 ] {0215220b-8474-40d4-bca4-73d1e576eacc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1875 2025.03.04 05:59:44.967350 [ 262 ] {0215220b-8474-40d4-bca4-73d1e576eacc} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2025.03.04 05:59:44.967389 [ 262 ] {0215220b-8474-40d4-bca4-73d1e576eacc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1877 2025.03.04 05:59:44.967728 [ 262 ] {0215220b-8474-40d4-bca4-73d1e576eacc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1878 2025.03.04 05:59:44.967968 [ 262 ] {0215220b-8474-40d4-bca4-73d1e576eacc} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1879 2025.03.04 05:59:44.968307 [ 262 ] {0215220b-8474-40d4-bca4-73d1e576eacc} <Debug> executeQuery: Read 111 rows, 8.88 KiB in 0.001571 sec., 70655.63335455125 rows/sec., 5.52 MiB/sec.
1880 2025.03.04 05:59:44.968600 [ 262 ] {0215220b-8474-40d4-bca4-73d1e576eacc} <Debug> TCPHandler: Processed in 0.002028005 sec.
1881 2025.03.04 05:59:44.968738 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1882 2025.03.04 05:59:44.968840 [ 262 ] {f6ae9a55-1498-46e6-8ced-442c0cf4c192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1883 2025.03.04 05:59:44.968901 [ 262 ] {f6ae9a55-1498-46e6-8ced-442c0cf4c192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1884 2025.03.04 05:59:44.969452 [ 262 ] {f6ae9a55-1498-46e6-8ced-442c0cf4c192} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1885 2025.03.04 05:59:44.969490 [ 262 ] {f6ae9a55-1498-46e6-8ced-442c0cf4c192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1886 2025.03.04 05:59:44.969853 [ 262 ] {f6ae9a55-1498-46e6-8ced-442c0cf4c192} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1887 2025.03.04 05:59:44.970104 [ 262 ] {f6ae9a55-1498-46e6-8ced-442c0cf4c192} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1888 2025.03.04 05:59:44.970318 [ 262 ] {f6ae9a55-1498-46e6-8ced-442c0cf4c192} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0015 sec., 106666.66666666667 rows/sec., 7.43 MiB/sec.
1889 2025.03.04 05:59:44.970409 [ 262 ] {f6ae9a55-1498-46e6-8ced-442c0cf4c192} <Debug> TCPHandler: Processed in 0.001722253 sec.
1890 2025.03.04 05:59:44.970529 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1891 2025.03.04 05:59:44.970639 [ 262 ] {ecc6eeb3-e559-4904-a553-b8c478a3d73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1892 2025.03.04 05:59:44.970724 [ 262 ] {ecc6eeb3-e559-4904-a553-b8c478a3d73c} <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
1893 2025.03.04 05:59:44.971969 [ 262 ] {ecc6eeb3-e559-4904-a553-b8c478a3d73c} <Trace> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1894 2025.03.04 05:59:44.972008 [ 262 ] {ecc6eeb3-e559-4904-a553-b8c478a3d73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1895 2025.03.04 05:59:44.972682 [ 262 ] {ecc6eeb3-e559-4904-a553-b8c478a3d73c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1896 2025.03.04 05:59:44.972947 [ 262 ] {ecc6eeb3-e559-4904-a553-b8c478a3d73c} <Trace> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1897 2025.03.04 05:59:44.973229 [ 262 ] {ecc6eeb3-e559-4904-a553-b8c478a3d73c} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00259 sec., 13513.513513513515 rows/sec., 24.22 MiB/sec.
1898 2025.03.04 05:59:44.973378 [ 262 ] {ecc6eeb3-e559-4904-a553-b8c478a3d73c} <Debug> TCPHandler: Processed in 0.002902382 sec.
1899 2025.03.04 05:59:44.973493 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1900 2025.03.04 05:59:44.973595 [ 262 ] {8046b9de-1787-4950-b280-67b25c97fc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1901 2025.03.04 05:59:44.973641 [ 262 ] {8046b9de-1787-4950-b280-67b25c97fc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1902 2025.03.04 05:59:44.974059 [ 262 ] {8046b9de-1787-4950-b280-67b25c97fc75} <Trace> oximeter.measurements_i64 (5ea17b6b-7c44-4cc7-a4de-d2e5ef14dd7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1903 2025.03.04 05:59:44.974099 [ 262 ] {8046b9de-1787-4950-b280-67b25c97fc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1904 2025.03.04 05:59:44.974464 [ 262 ] {8046b9de-1787-4950-b280-67b25c97fc75} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1905 2025.03.04 05:59:44.974698 [ 262 ] {8046b9de-1787-4950-b280-67b25c97fc75} <Trace> oximeter.measurements_i64 (5ea17b6b-7c44-4cc7-a4de-d2e5ef14dd7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1906 2025.03.04 05:59:44.974977 [ 262 ] {8046b9de-1787-4950-b280-67b25c97fc75} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001391 sec., 15097.05248023005 rows/sec., 1.10 MiB/sec.
1907 2025.03.04 05:59:44.975135 [ 262 ] {8046b9de-1787-4950-b280-67b25c97fc75} <Debug> TCPHandler: Processed in 0.001684233 sec.
1908 2025.03.04 05:59:44.975246 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1909 2025.03.04 05:59:44.975348 [ 262 ] {95bfe4e6-a41b-4b08-9257-b2cc1e170672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1910 2025.03.04 05:59:44.975392 [ 262 ] {95bfe4e6-a41b-4b08-9257-b2cc1e170672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1911 2025.03.04 05:59:44.975847 [ 262 ] {95bfe4e6-a41b-4b08-9257-b2cc1e170672} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1912 2025.03.04 05:59:44.975887 [ 262 ] {95bfe4e6-a41b-4b08-9257-b2cc1e170672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
1913 2025.03.04 05:59:44.976239 [ 262 ] {95bfe4e6-a41b-4b08-9257-b2cc1e170672} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1914 2025.03.04 05:59:44.976470 [ 262 ] {95bfe4e6-a41b-4b08-9257-b2cc1e170672} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1915 2025.03.04 05:59:44.976768 [ 262 ] {95bfe4e6-a41b-4b08-9257-b2cc1e170672} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec.
1916 2025.03.04 05:59:44.976886 [ 262 ] {95bfe4e6-a41b-4b08-9257-b2cc1e170672} <Debug> TCPHandler: Processed in 0.001690463 sec.
1917 2025.03.04 05:59:49.941335 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1918 2025.03.04 05:59:49.941632 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1919 2025.03.04 05:59:49.942070 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1920 2025.03.04 05:59:49.942124 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1921 2025.03.04 05:59:49.942494 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1922 2025.03.04 05:59:49.942576 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1923 2025.03.04 05:59:49.942753 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
1924 2025.03.04 05:59:49.942946 [ 288 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1925 2025.03.04 05:59:49.943003 [ 287 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1926 2025.03.04 05:59:49.943046 [ 286 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1927 2025.03.04 05:59:49.943003 [ 290 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1928 2025.03.04 05:59:49.943234 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1929 2025.03.04 05:59:49.943278 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1930 2025.03.04 05:59:49.943430 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1931 2025.03.04 05:59:49.943457 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 40 rows with 4 streams
1932 2025.03.04 05:59:49.943502 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1933 2025.03.04 05:59:49.943549 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1934 2025.03.04 05:59:49.943594 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1935 2025.03.04 05:59:49.943635 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1936 2025.03.04 05:59:49.945792 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004287 sec., 9330.534173081409 rows/sec., 355.82 KiB/sec.
1937 2025.03.04 05:59:49.946056 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Debug> MemoryTracker: Peak memory usage (for query): 143.89 KiB.
1938 2025.03.04 05:59:49.946075 [ 262 ] {8af4ab16-845d-4a15-b5fd-a56773b6218c} <Debug> TCPHandler: Processed in 0.004875787 sec.
1939 2025.03.04 05:59:49.946536 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1940 2025.03.04 05:59:49.946714 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1941 2025.03.04 05:59:49.947044 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1942 2025.03.04 05:59:49.947096 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1943 2025.03.04 05:59:49.947436 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1944 2025.03.04 05:59:49.947505 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1945 2025.03.04 05:59:49.947653 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
1946 2025.03.04 05:59:49.947730 [ 288 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1947 2025.03.04 05:59:49.947820 [ 287 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1948 2025.03.04 05:59:49.947854 [ 286 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1949 2025.03.04 05:59:49.947875 [ 292 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1950 2025.03.04 05:59:49.948064 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1951 2025.03.04 05:59:49.948099 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1952 2025.03.04 05:59:49.948264 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1953 2025.03.04 05:59:49.948293 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 40 rows with 4 streams
1954 2025.03.04 05:59:49.948335 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1955 2025.03.04 05:59:49.948379 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1956 2025.03.04 05:59:49.948419 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1957 2025.03.04 05:59:49.948462 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1958 2025.03.04 05:59:49.950438 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003813 sec., 10490.42748492001 rows/sec., 400.05 KiB/sec.
1959 2025.03.04 05:59:49.950689 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Debug> MemoryTracker: Peak memory usage (for query): 144.14 KiB.
1960 2025.03.04 05:59:49.950708 [ 262 ] {2a71d515-893a-42cf-b47b-c1b8cb21144f} <Debug> TCPHandler: Processed in 0.004225242 sec.
1961 2025.03.04 05:59:49.951071 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1962 2025.03.04 05:59:49.951250 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1963 2025.03.04 05:59:49.951591 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1964 2025.03.04 05:59:49.951645 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1965 2025.03.04 05:59:49.952028 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1966 2025.03.04 05:59:49.952103 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1967 2025.03.04 05:59:49.952249 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
1968 2025.03.04 05:59:49.952325 [ 288 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1969 2025.03.04 05:59:49.952431 [ 290 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1970 2025.03.04 05:59:49.952446 [ 287 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1971 2025.03.04 05:59:49.952476 [ 292 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1972 2025.03.04 05:59:49.952613 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1973 2025.03.04 05:59:49.952644 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1974 2025.03.04 05:59:49.952777 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1975 2025.03.04 05:59:49.952803 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 40 rows with 4 streams
1976 2025.03.04 05:59:49.952846 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1977 2025.03.04 05:59:49.952894 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1978 2025.03.04 05:59:49.952940 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1979 2025.03.04 05:59:49.952984 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1980 2025.03.04 05:59:49.955012 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003845 sec., 10403.120936280884 rows/sec., 396.72 KiB/sec.
1981 2025.03.04 05:59:49.955355 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Debug> MemoryTracker: Peak memory usage (for query): 146.04 KiB.
1982 2025.03.04 05:59:49.955386 [ 262 ] {72265e71-484a-4489-b678-d43e3efe248e} <Debug> TCPHandler: Processed in 0.004368613 sec.
1983 2025.03.04 05:59:49.955757 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1984 2025.03.04 05:59:49.955985 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1985 2025.03.04 05:59:49.956487 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1986 2025.03.04 05:59:49.956564 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1987 2025.03.04 05:59:49.957071 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1988 2025.03.04 05:59:49.957159 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1989 2025.03.04 05:59:49.957355 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 43-element set)
1990 2025.03.04 05:59:49.957488 [ 288 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1991 2025.03.04 05:59:49.957538 [ 290 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1992 2025.03.04 05:59:49.957608 [ 292 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1993 2025.03.04 05:59:49.957637 [ 286 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1994 2025.03.04 05:59:49.957782 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
1995 2025.03.04 05:59:49.957828 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
1996 2025.03.04 05:59:49.957965 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1997 2025.03.04 05:59:49.957992 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 40 rows with 4 streams
1998 2025.03.04 05:59:49.958038 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1999 2025.03.04 05:59:49.958086 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2000 2025.03.04 05:59:49.958132 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2001 2025.03.04 05:59:49.958175 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2002 2025.03.04 05:59:49.960138 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004275 sec., 9356.72514619883 rows/sec., 356.82 KiB/sec.
2003 2025.03.04 05:59:49.960457 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Debug> MemoryTracker: Peak memory usage (for query): 144.90 KiB.
2004 2025.03.04 05:59:49.960485 [ 262 ] {be97a27e-2503-4b00-8702-99274a2ef7a4} <Debug> TCPHandler: Processed in 0.004807976 sec.
2005 2025.03.04 05:59:49.960770 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2006 2025.03.04 05:59:49.960967 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2007 2025.03.04 05:59:49.961300 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2008 2025.03.04 05:59:49.961355 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2009 2025.03.04 05:59:49.961820 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2010 2025.03.04 05:59:49.961910 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2011 2025.03.04 05:59:49.962100 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 44-element set)
2012 2025.03.04 05:59:49.962250 [ 288 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2013 2025.03.04 05:59:49.962258 [ 286 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2014 2025.03.04 05:59:49.962324 [ 288 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2015 2025.03.04 05:59:49.962382 [ 286 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2016 2025.03.04 05:59:49.962529 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
2017 2025.03.04 05:59:49.962568 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
2018 2025.03.04 05:59:49.962736 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2019 2025.03.04 05:59:49.962766 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 40 rows with 4 streams
2020 2025.03.04 05:59:49.962820 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2021 2025.03.04 05:59:49.962878 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2022 2025.03.04 05:59:49.962933 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2023 2025.03.04 05:59:49.962988 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2024 2025.03.04 05:59:49.965013 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004142 sec., 9657.170449058427 rows/sec., 368.27 KiB/sec.
2025 2025.03.04 05:59:49.965268 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Debug> MemoryTracker: Peak memory usage (for query): 142.01 KiB.
2026 2025.03.04 05:59:49.965287 [ 262 ] {6931edd5-cd00-4233-bd61-a21c86672bcc} <Debug> TCPHandler: Processed in 0.004573415 sec.
2027 2025.03.04 05:59:49.965649 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2028 2025.03.04 05:59:49.965827 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2029 2025.03.04 05:59:49.966147 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2030 2025.03.04 05:59:49.966201 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2031 2025.03.04 05:59:49.966552 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2032 2025.03.04 05:59:49.966627 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2033 2025.03.04 05:59:49.966775 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Key condition: (column 0 notIn 45-element set)
2034 2025.03.04 05:59:49.966908 [ 288 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2035 2025.03.04 05:59:49.966965 [ 292 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2036 2025.03.04 05:59:49.966969 [ 290 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2037 2025.03.04 05:59:49.967023 [ 286 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2038 2025.03.04 05:59:49.967167 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
2039 2025.03.04 05:59:49.967198 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Spreading mark ranges among streams (default reading)
2040 2025.03.04 05:59:49.967331 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2041 2025.03.04 05:59:49.967355 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (SelectExecutor): Reading approx. 40 rows with 4 streams
2042 2025.03.04 05:59:49.967398 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2043 2025.03.04 05:59:49.967443 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2044 2025.03.04 05:59:49.967483 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2045 2025.03.04 05:59:49.967526 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2046 2025.03.04 05:59:49.969510 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003771 sec., 10607.265977194378 rows/sec., 404.51 KiB/sec.
2047 2025.03.04 05:59:49.970080 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Debug> MemoryTracker: Peak memory usage (for query): 145.72 KiB.
2048 2025.03.04 05:59:49.970098 [ 262 ] {7c521603-a878-40d8-9dd9-d725d31554a8} <Debug> TCPHandler: Processed in 0.004505425 sec.
2049 2025.03.04 05:59:49.988965 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2050 2025.03.04 05:59:49.989120 [ 262 ] {59f55978-6ff9-4fdb-b413-8c706669f14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2051 2025.03.04 05:59:49.989183 [ 262 ] {59f55978-6ff9-4fdb-b413-8c706669f14d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2052 2025.03.04 05:59:49.989996 [ 262 ] {59f55978-6ff9-4fdb-b413-8c706669f14d} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2053 2025.03.04 05:59:49.990040 [ 262 ] {59f55978-6ff9-4fdb-b413-8c706669f14d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2054 2025.03.04 05:59:49.990547 [ 262 ] {59f55978-6ff9-4fdb-b413-8c706669f14d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2055 2025.03.04 05:59:49.990779 [ 262 ] {59f55978-6ff9-4fdb-b413-8c706669f14d} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2056 2025.03.04 05:59:49.991041 [ 262 ] {59f55978-6ff9-4fdb-b413-8c706669f14d} <Debug> executeQuery: Read 6 rows, 2.84 KiB in 0.001962 sec., 3058.103975535168 rows/sec., 1.41 MiB/sec.
2057 2025.03.04 05:59:49.991213 [ 262 ] {59f55978-6ff9-4fdb-b413-8c706669f14d} <Debug> TCPHandler: Processed in 0.002312518 sec.
2058 2025.03.04 05:59:49.991368 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2059 2025.03.04 05:59:49.991488 [ 262 ] {93b92a42-32f4-4252-9172-81934d7ef661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2060 2025.03.04 05:59:49.991536 [ 262 ] {93b92a42-32f4-4252-9172-81934d7ef661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2061 2025.03.04 05:59:49.992128 [ 262 ] {93b92a42-32f4-4252-9172-81934d7ef661} <Trace> oximeter.fields_i16 (8b90fa2f-0060-4ab5-beae-04481d9fea5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2062 2025.03.04 05:59:49.992171 [ 262 ] {93b92a42-32f4-4252-9172-81934d7ef661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2063 2025.03.04 05:59:49.992549 [ 262 ] {93b92a42-32f4-4252-9172-81934d7ef661} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2064 2025.03.04 05:59:49.992821 [ 262 ] {93b92a42-32f4-4252-9172-81934d7ef661} <Trace> oximeter.fields_i16 (8b90fa2f-0060-4ab5-beae-04481d9fea5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2065 2025.03.04 05:59:49.993040 [ 262 ] {93b92a42-32f4-4252-9172-81934d7ef661} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001578 sec., 15209.125475285171 rows/sec., 1.26 MiB/sec.
2066 2025.03.04 05:59:49.993097 [ 262 ] {93b92a42-32f4-4252-9172-81934d7ef661} <Debug> TCPHandler: Processed in 0.001783853 sec.
2067 2025.03.04 05:59:49.993242 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2068 2025.03.04 05:59:49.993350 [ 262 ] {3f10ae32-21a5-48b1-affa-ac6c45c2ca47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2069 2025.03.04 05:59:49.993395 [ 262 ] {3f10ae32-21a5-48b1-affa-ac6c45c2ca47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2070 2025.03.04 05:59:49.994240 [ 262 ] {3f10ae32-21a5-48b1-affa-ac6c45c2ca47} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2071 2025.03.04 05:59:49.994286 [ 262 ] {3f10ae32-21a5-48b1-affa-ac6c45c2ca47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2072 2025.03.04 05:59:49.994727 [ 262 ] {3f10ae32-21a5-48b1-affa-ac6c45c2ca47} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2073 2025.03.04 05:59:49.995091 [ 262 ] {3f10ae32-21a5-48b1-affa-ac6c45c2ca47} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2074 2025.03.04 05:59:49.995262 [ 44 ] {} <Debug> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2075 2025.03.04 05:59:49.995329 [ 262 ] {3f10ae32-21a5-48b1-affa-ac6c45c2ca47} <Debug> executeQuery: Read 176 rows, 15.82 KiB in 0.001997 sec., 88132.19829744617 rows/sec., 7.73 MiB/sec.
2076 2025.03.04 05:59:49.995343 [ 44 ] {} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2077 2025.03.04 05:59:49.995412 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2078 2025.03.04 05:59:49.995444 [ 262 ] {3f10ae32-21a5-48b1-affa-ac6c45c2ca47} <Debug> TCPHandler: Processed in 0.002253287 sec.
2079 2025.03.04 05:59:49.995657 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2080 2025.03.04 05:59:49.995665 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::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
2081 2025.03.04 05:59:49.995825 [ 262 ] {5d5a5621-aca6-4973-ab63-c74121beb344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2082 2025.03.04 05:59:49.995922 [ 262 ] {5d5a5621-aca6-4973-ab63-c74121beb344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2083 2025.03.04 05:59:49.995988 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2084 2025.03.04 05:59:49.996101 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part
2085 2025.03.04 05:59:49.996372 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1212 rows starting from the beginning of the part
2086 2025.03.04 05:59:49.996735 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::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
2087 2025.03.04 05:59:49.997082 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::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
2088 2025.03.04 05:59:49.997412 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 126 rows starting from the beginning of the part
2089 2025.03.04 05:59:49.997705 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 176 rows starting from the beginning of the part
2090 2025.03.04 05:59:49.998582 [ 262 ] {5d5a5621-aca6-4973-ab63-c74121beb344} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2091 2025.03.04 05:59:49.998644 [ 262 ] {5d5a5621-aca6-4973-ab63-c74121beb344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2092 2025.03.04 05:59:49.999534 [ 262 ] {5d5a5621-aca6-4973-ab63-c74121beb344} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2093 2025.03.04 05:59:50.000102 [ 262 ] {5d5a5621-aca6-4973-ab63-c74121beb344} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2094 2025.03.04 05:59:50.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.34 MiB, peak 170.34 MiB, free memory in arenas 0.00 B, will set to 166.50 MiB (RSS), difference: -3.84 MiB
2095 2025.03.04 05:59:50.000758 [ 262 ] {5d5a5621-aca6-4973-ab63-c74121beb344} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.004946 sec., 2426.202992317024 rows/sec., 194.29 KiB/sec.
2096 2025.03.04 05:59:50.001147 [ 262 ] {5d5a5621-aca6-4973-ab63-c74121beb344} <Debug> TCPHandler: Processed in 0.005562352 sec.
2097 2025.03.04 05:59:50.001506 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2098 2025.03.04 05:59:50.001567 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2259 rows, containing 5 columns (5 merged, 0 gathered) in 0.005999725 sec., 376517.25704094773 rows/sec., 32.14 MiB/sec.
2099 2025.03.04 05:59:50.001755 [ 262 ] {9b922320-b46e-4a68-8988-00f9e995267f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2100 2025.03.04 05:59:50.001878 [ 262 ] {9b922320-b46e-4a68-8988-00f9e995267f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2101 2025.03.04 05:59:50.001960 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2102 2025.03.04 05:59:50.002569 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_11_2} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2103 2025.03.04 05:59:50.002716 [ 186 ] {22acbecf-406f-426f-ab87-55dc584923cc::all_1_11_2} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2104 2025.03.04 05:59:50.002896 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
2105 2025.03.04 05:59:50.003042 [ 262 ] {9b922320-b46e-4a68-8988-00f9e995267f} <Trace> oximeter.fields_u32 (cf466378-4893-443d-ab11-1577a1b0e693): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2106 2025.03.04 05:59:50.003087 [ 262 ] {9b922320-b46e-4a68-8988-00f9e995267f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2107 2025.03.04 05:59:50.003442 [ 262 ] {9b922320-b46e-4a68-8988-00f9e995267f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2108 2025.03.04 05:59:50.003708 [ 262 ] {9b922320-b46e-4a68-8988-00f9e995267f} <Trace> oximeter.fields_u32 (cf466378-4893-443d-ab11-1577a1b0e693): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2109 2025.03.04 05:59:50.004029 [ 262 ] {9b922320-b46e-4a68-8988-00f9e995267f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002332 sec., 10291.595197255576 rows/sec., 874.38 KiB/sec.
2110 2025.03.04 05:59:50.004186 [ 262 ] {9b922320-b46e-4a68-8988-00f9e995267f} <Debug> TCPHandler: Processed in 0.002775551 sec.
2111 2025.03.04 05:59:50.005339 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2112 2025.03.04 05:59:50.005559 [ 262 ] {1dc7caba-5454-44a9-a9fb-95ea5e965b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2113 2025.03.04 05:59:50.005647 [ 262 ] {1dc7caba-5454-44a9-a9fb-95ea5e965b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2114 2025.03.04 05:59:50.006572 [ 262 ] {1dc7caba-5454-44a9-a9fb-95ea5e965b47} <Trace> oximeter.fields_u8 (14ee976d-266d-4605-957c-4dc6f0ba2829): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2115 2025.03.04 05:59:50.006628 [ 262 ] {1dc7caba-5454-44a9-a9fb-95ea5e965b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2116 2025.03.04 05:59:50.007101 [ 262 ] {1dc7caba-5454-44a9-a9fb-95ea5e965b47} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2117 2025.03.04 05:59:50.007377 [ 262 ] {1dc7caba-5454-44a9-a9fb-95ea5e965b47} <Trace> oximeter.fields_u8 (14ee976d-266d-4605-957c-4dc6f0ba2829): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2118 2025.03.04 05:59:50.007610 [ 262 ] {1dc7caba-5454-44a9-a9fb-95ea5e965b47} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002123 sec., 5652.378709373528 rows/sec., 441.59 KiB/sec.
2119 2025.03.04 05:59:50.007692 [ 262 ] {1dc7caba-5454-44a9-a9fb-95ea5e965b47} <Debug> TCPHandler: Processed in 0.00255568 sec.
2120 2025.03.04 05:59:50.007817 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2121 2025.03.04 05:59:50.007927 [ 262 ] {8242e648-41d7-4f96-a36f-9d4b1aac1985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2122 2025.03.04 05:59:50.007977 [ 262 ] {8242e648-41d7-4f96-a36f-9d4b1aac1985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2123 2025.03.04 05:59:50.008597 [ 262 ] {8242e648-41d7-4f96-a36f-9d4b1aac1985} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2124 2025.03.04 05:59:50.008638 [ 262 ] {8242e648-41d7-4f96-a36f-9d4b1aac1985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2125 2025.03.04 05:59:50.009033 [ 262 ] {8242e648-41d7-4f96-a36f-9d4b1aac1985} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2126 2025.03.04 05:59:50.009283 [ 262 ] {8242e648-41d7-4f96-a36f-9d4b1aac1985} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2127 2025.03.04 05:59:50.009469 [ 44 ] {} <Debug> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2128 2025.03.04 05:59:50.009530 [ 44 ] {} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2129 2025.03.04 05:59:50.009568 [ 262 ] {8242e648-41d7-4f96-a36f-9d4b1aac1985} <Debug> executeQuery: Read 100 rows, 8.37 KiB in 0.001652 sec., 60532.68765133172 rows/sec., 4.95 MiB/sec.
2130 2025.03.04 05:59:50.009576 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2131 2025.03.04 05:59:50.009754 [ 262 ] {8242e648-41d7-4f96-a36f-9d4b1aac1985} <Debug> TCPHandler: Processed in 0.001985435 sec.
2132 2025.03.04 05:59:50.009827 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::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
2133 2025.03.04 05:59:50.009932 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2134 2025.03.04 05:59:50.010013 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2135 2025.03.04 05:59:50.010088 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part
2136 2025.03.04 05:59:50.010112 [ 262 ] {4f8c9d79-69c6-42cf-9aa9-dd129e75649e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2137 2025.03.04 05:59:50.010208 [ 262 ] {4f8c9d79-69c6-42cf-9aa9-dd129e75649e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2138 2025.03.04 05:59:50.010507 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 528 rows starting from the beginning of the part
2139 2025.03.04 05:59:50.010940 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::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
2140 2025.03.04 05:59:50.011272 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::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
2141 2025.03.04 05:59:50.011603 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 111 rows starting from the beginning of the part
2142 2025.03.04 05:59:50.011806 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part
2143 2025.03.04 05:59:50.012813 [ 262 ] {4f8c9d79-69c6-42cf-9aa9-dd129e75649e} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2144 2025.03.04 05:59:50.012886 [ 262 ] {4f8c9d79-69c6-42cf-9aa9-dd129e75649e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2145 2025.03.04 05:59:50.013963 [ 262 ] {4f8c9d79-69c6-42cf-9aa9-dd129e75649e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2146 2025.03.04 05:59:50.014534 [ 262 ] {4f8c9d79-69c6-42cf-9aa9-dd129e75649e} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2147 2025.03.04 05:59:50.014889 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1257 rows, containing 5 columns (5 merged, 0 gathered) in 0.005190059 sec., 242193.77852929995 rows/sec., 18.94 MiB/sec.
2148 2025.03.04 05:59:50.014983 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2149 2025.03.04 05:59:50.015068 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2150 2025.03.04 05:59:50.015116 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2151 2025.03.04 05:59:50.015164 [ 262 ] {4f8c9d79-69c6-42cf-9aa9-dd129e75649e} <Debug> executeQuery: Read 364 rows, 28.34 KiB in 0.005104 sec., 71316.6144200627 rows/sec., 5.42 MiB/sec.
2152 2025.03.04 05:59:50.015272 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2153 2025.03.04 05:59:50.015560 [ 196 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::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
2154 2025.03.04 05:59:50.015595 [ 262 ] {4f8c9d79-69c6-42cf-9aa9-dd129e75649e} <Debug> TCPHandler: Processed in 0.005732683 sec.
2155 2025.03.04 05:59:50.015945 [ 196 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2156 2025.03.04 05:59:50.015952 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2157 2025.03.04 05:59:50.016053 [ 196 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1005 rows starting from the beginning of the part
2158 2025.03.04 05:59:50.016067 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_11_2} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2159 2025.03.04 05:59:50.016388 [ 262 ] {b29f7835-9455-4ca2-aad7-5577e50eb2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2160 2025.03.04 05:59:50.016415 [ 192 ] {b6607c36-deed-41d5-87cc-79fe6bbab3cb::all_1_11_2} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2161 2025.03.04 05:59:50.016499 [ 196 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2210 rows starting from the beginning of the part
2162 2025.03.04 05:59:50.016671 [ 262 ] {b29f7835-9455-4ca2-aad7-5577e50eb2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2163 2025.03.04 05:59:50.016757 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
2164 2025.03.04 05:59:50.017032 [ 196 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part
2165 2025.03.04 05:59:50.017414 [ 196 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::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
2166 2025.03.04 05:59:50.017828 [ 196 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::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
2167 2025.03.04 05:59:50.018148 [ 196 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 364 rows starting from the beginning of the part
2168 2025.03.04 05:59:50.019216 [ 262 ] {b29f7835-9455-4ca2-aad7-5577e50eb2d7} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2169 2025.03.04 05:59:50.019282 [ 262 ] {b29f7835-9455-4ca2-aad7-5577e50eb2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2170 2025.03.04 05:59:50.020197 [ 262 ] {b29f7835-9455-4ca2-aad7-5577e50eb2d7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2171 2025.03.04 05:59:50.020720 [ 262 ] {b29f7835-9455-4ca2-aad7-5577e50eb2d7} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2172 2025.03.04 05:59:50.020887 [ 43 ] {} <Debug> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2173 2025.03.04 05:59:50.020938 [ 43 ] {} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2174 2025.03.04 05:59:50.020962 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2175 2025.03.04 05:59:50.020972 [ 262 ] {b29f7835-9455-4ca2-aad7-5577e50eb2d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004771 sec., 12575.979878432194 rows/sec., 867.87 KiB/sec.
2176 2025.03.04 05:59:50.021309 [ 262 ] {b29f7835-9455-4ca2-aad7-5577e50eb2d7} <Debug> TCPHandler: Processed in 0.005469391 sec.
2177 2025.03.04 05:59:50.021557 [ 197 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::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
2178 2025.03.04 05:59:50.021772 [ 192 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4027 rows, containing 5 columns (5 merged, 0 gathered) in 0.00653242 sec., 616463.7301337024 rows/sec., 42.23 MiB/sec.
2179 2025.03.04 05:59:50.021869 [ 197 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2180 2025.03.04 05:59:50.021922 [ 197 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 370 rows starting from the beginning of the part
2181 2025.03.04 05:59:50.022045 [ 197 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
2182 2025.03.04 05:59:50.022366 [ 197 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part
2183 2025.03.04 05:59:50.022385 [ 192 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2184 2025.03.04 05:59:50.022689 [ 197 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::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
2185 2025.03.04 05:59:50.022863 [ 197 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::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
2186 2025.03.04 05:59:50.023103 [ 197 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::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
2187 2025.03.04 05:59:50.023488 [ 192 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2188 2025.03.04 05:59:50.023670 [ 192 ] {f50fb736-c5cf-4254-b8a6-f00dba54ea89::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2189 2025.03.04 05:59:50.023785 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
2190 2025.03.04 05:59:50.024739 [ 198 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 4 columns (4 merged, 0 gathered) in 0.003616557 sec., 168668.70894057525 rows/sec., 11.28 MiB/sec.
2191 2025.03.04 05:59:50.024906 [ 192 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2192 2025.03.04 05:59:50.025198 [ 192 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_11_2} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2193 2025.03.04 05:59:50.025277 [ 192 ] {8ada5035-39a3-48e5-b1d7-549360cfcfa0::all_1_11_2} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2194 2025.03.04 05:59:50.025359 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
2195 2025.03.04 05:59:50.577814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
2196 2025.03.04 05:59:50.578753 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2197 2025.03.04 05:59:50.578817 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2198 2025.03.04 05:59:50.579562 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2199 2025.03.04 05:59:50.579948 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2200 2025.03.04 05:59:50.580283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
2201 2025.03.04 05:59:50.851142 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2202 2025.03.04 05:59:50.872240 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2203 2025.03.04 05:59:50.872307 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2204 2025.03.04 05:59:50.879414 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2205 2025.03.04 05:59:50.880242 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2206 2025.03.04 05:59:50.883401 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2207 2025.03.04 05:59:51.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.35 MiB, peak 170.34 MiB, free memory in arenas 0.00 B, will set to 167.46 MiB (RSS), difference: 3.11 MiB
2208 2025.03.04 05:59:53.092853 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 316
2209 2025.03.04 05:59:53.096326 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2210 2025.03.04 05:59:53.096376 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2211 2025.03.04 05:59:53.097954 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2212 2025.03.04 05:59:53.098275 [ 242 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2213 2025.03.04 05:59:53.098472 [ 40 ] {} <Debug> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2214 2025.03.04 05:59:53.098600 [ 40 ] {} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2215 2025.03.04 05:59:53.098668 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2216 2025.03.04 05:59:53.099642 [ 197 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::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
2217 2025.03.04 05:59:53.100246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316
2218 2025.03.04 05:59:53.100745 [ 197 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2219 2025.03.04 05:59:53.100945 [ 197 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::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
2220 2025.03.04 05:59:53.101648 [ 197 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::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
2221 2025.03.04 05:59:53.102338 [ 197 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part
2222 2025.03.04 05:59:53.102946 [ 197 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 48 rows starting from the beginning of the part
2223 2025.03.04 05:59:53.103635 [ 197 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::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
2224 2025.03.04 05:59:53.104259 [ 197 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part
2225 2025.03.04 05:59:53.113254 [ 198 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 72 columns (72 merged, 0 gathered) in 0.014379539 sec., 21975.669734613883 rows/sec., 23.60 MiB/sec.
2226 2025.03.04 05:59:53.114336 [ 199 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2227 2025.03.04 05:59:53.115180 [ 199 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::all_1_6_1} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2228 2025.03.04 05:59:53.115266 [ 199 ] {4859baf0-ebbb-4b0e-97ed-e1d143850733::all_1_6_1} <Trace> system.query_log (4859baf0-ebbb-4b0e-97ed-e1d143850733) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2229 2025.03.04 05:59:53.115571 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB.
2230 2025.03.04 05:59:54.948277 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2231 2025.03.04 05:59:54.948455 [ 262 ] {f6797694-b85b-4312-8d30-de77b5cc2104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2232 2025.03.04 05:59:54.948522 [ 262 ] {f6797694-b85b-4312-8d30-de77b5cc2104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2233 2025.03.04 05:59:54.949307 [ 262 ] {f6797694-b85b-4312-8d30-de77b5cc2104} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2234 2025.03.04 05:59:54.949351 [ 262 ] {f6797694-b85b-4312-8d30-de77b5cc2104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2235 2025.03.04 05:59:54.949774 [ 262 ] {f6797694-b85b-4312-8d30-de77b5cc2104} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2236 2025.03.04 05:59:54.950019 [ 262 ] {f6797694-b85b-4312-8d30-de77b5cc2104} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2237 2025.03.04 05:59:54.950235 [ 262 ] {f6797694-b85b-4312-8d30-de77b5cc2104} <Debug> executeQuery: Read 126 rows, 11.02 KiB in 0.001847 sec., 68218.73308067136 rows/sec., 5.83 MiB/sec.
2238 2025.03.04 05:59:54.950288 [ 262 ] {f6797694-b85b-4312-8d30-de77b5cc2104} <Debug> TCPHandler: Processed in 0.002154056 sec.
2239 2025.03.04 05:59:54.950415 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2240 2025.03.04 05:59:54.950514 [ 262 ] {17bf9220-b9ad-46a2-8ef7-7259c7384e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2241 2025.03.04 05:59:54.950556 [ 262 ] {17bf9220-b9ad-46a2-8ef7-7259c7384e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2242 2025.03.04 05:59:54.951125 [ 262 ] {17bf9220-b9ad-46a2-8ef7-7259c7384e56} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2243 2025.03.04 05:59:54.951165 [ 262 ] {17bf9220-b9ad-46a2-8ef7-7259c7384e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2244 2025.03.04 05:59:54.951513 [ 262 ] {17bf9220-b9ad-46a2-8ef7-7259c7384e56} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2245 2025.03.04 05:59:54.951760 [ 262 ] {17bf9220-b9ad-46a2-8ef7-7259c7384e56} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2246 2025.03.04 05:59:54.951935 [ 37 ] {} <Debug> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2247 2025.03.04 05:59:54.952009 [ 262 ] {17bf9220-b9ad-46a2-8ef7-7259c7384e56} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001476 sec., 23712.73712737127 rows/sec., 1.74 MiB/sec.
2248 2025.03.04 05:59:54.952030 [ 37 ] {} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2249 2025.03.04 05:59:54.952106 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2250 2025.03.04 05:59:54.952143 [ 262 ] {17bf9220-b9ad-46a2-8ef7-7259c7384e56} <Debug> TCPHandler: Processed in 0.001742453 sec.
2251 2025.03.04 05:59:54.952362 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2252 2025.03.04 05:59:54.952373 [ 198 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::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
2253 2025.03.04 05:59:54.952535 [ 262 ] {e27fdb55-cda1-4586-a52e-5e56670f5ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2254 2025.03.04 05:59:54.952640 [ 262 ] {e27fdb55-cda1-4586-a52e-5e56670f5ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2255 2025.03.04 05:59:54.952705 [ 198 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2256 2025.03.04 05:59:54.952799 [ 198 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part
2257 2025.03.04 05:59:54.953161 [ 198 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::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
2258 2025.03.04 05:59:54.953539 [ 198 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::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
2259 2025.03.04 05:59:54.953886 [ 198 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part
2260 2025.03.04 05:59:54.954206 [ 198 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part
2261 2025.03.04 05:59:54.954391 [ 198 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part
2262 2025.03.04 05:59:54.955252 [ 262 ] {e27fdb55-cda1-4586-a52e-5e56670f5ca2} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2263 2025.03.04 05:59:54.955319 [ 262 ] {e27fdb55-cda1-4586-a52e-5e56670f5ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2264 2025.03.04 05:59:54.956219 [ 262 ] {e27fdb55-cda1-4586-a52e-5e56670f5ca2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2265 2025.03.04 05:59:54.956740 [ 262 ] {e27fdb55-cda1-4586-a52e-5e56670f5ca2} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2266 2025.03.04 05:59:54.957064 [ 199 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.004813336 sec., 44044.29692836736 rows/sec., 3.09 MiB/sec.
2267 2025.03.04 05:59:54.957163 [ 262 ] {e27fdb55-cda1-4586-a52e-5e56670f5ca2} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.004677 sec., 21167.415009621553 rows/sec., 1.65 MiB/sec.
2268 2025.03.04 05:59:54.957247 [ 262 ] {e27fdb55-cda1-4586-a52e-5e56670f5ca2} <Debug> TCPHandler: Processed in 0.004962148 sec.
2269 2025.03.04 05:59:54.957268 [ 199 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2270 2025.03.04 05:59:54.957370 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2271 2025.03.04 05:59:54.957487 [ 262 ] {c2f96431-e4ea-4068-9393-eafc719023a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2272 2025.03.04 05:59:54.957549 [ 262 ] {c2f96431-e4ea-4068-9393-eafc719023a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2273 2025.03.04 05:59:54.957692 [ 199 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::all_1_6_1} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2274 2025.03.04 05:59:54.957825 [ 199 ] {4f990e52-936b-4486-a985-cf0cb8e627f8::all_1_6_1} <Trace> oximeter.fields_u16 (4f990e52-936b-4486-a985-cf0cb8e627f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2275 2025.03.04 05:59:54.957911 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
2276 2025.03.04 05:59:54.958186 [ 262 ] {c2f96431-e4ea-4068-9393-eafc719023a3} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2277 2025.03.04 05:59:54.958224 [ 262 ] {c2f96431-e4ea-4068-9393-eafc719023a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2278 2025.03.04 05:59:54.958597 [ 262 ] {c2f96431-e4ea-4068-9393-eafc719023a3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2279 2025.03.04 05:59:54.958831 [ 262 ] {c2f96431-e4ea-4068-9393-eafc719023a3} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2280 2025.03.04 05:59:54.959044 [ 262 ] {c2f96431-e4ea-4068-9393-eafc719023a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec.
2281 2025.03.04 05:59:54.959096 [ 262 ] {c2f96431-e4ea-4068-9393-eafc719023a3} <Debug> TCPHandler: Processed in 0.001780574 sec.
2282 2025.03.04 05:59:54.959201 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2283 2025.03.04 05:59:54.959302 [ 262 ] {76d88c34-895a-4a25-b807-9f328fd93841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2284 2025.03.04 05:59:54.959367 [ 262 ] {76d88c34-895a-4a25-b807-9f328fd93841} <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
2285 2025.03.04 05:59:54.960463 [ 262 ] {76d88c34-895a-4a25-b807-9f328fd93841} <Trace> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2286 2025.03.04 05:59:54.960502 [ 262 ] {76d88c34-895a-4a25-b807-9f328fd93841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2287 2025.03.04 05:59:54.961133 [ 262 ] {76d88c34-895a-4a25-b807-9f328fd93841} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2288 2025.03.04 05:59:54.961394 [ 262 ] {76d88c34-895a-4a25-b807-9f328fd93841} <Trace> oximeter.measurements_histogramu64 (37bc45fd-a0f9-49c4-bf72-ceb9116c5198): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2289 2025.03.04 05:59:54.961686 [ 262 ] {76d88c34-895a-4a25-b807-9f328fd93841} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002403 sec., 14565.126924677485 rows/sec., 26.10 MiB/sec.
2290 2025.03.04 05:59:54.961897 [ 262 ] {76d88c34-895a-4a25-b807-9f328fd93841} <Debug> TCPHandler: Processed in 0.002744751 sec.
2291 2025.03.04 05:59:54.962015 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2292 2025.03.04 05:59:54.962117 [ 262 ] {bead357b-2b90-4b37-9bd3-d7ef0c39fff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2293 2025.03.04 05:59:54.962163 [ 262 ] {bead357b-2b90-4b37-9bd3-d7ef0c39fff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2294 2025.03.04 05:59:54.962604 [ 262 ] {bead357b-2b90-4b37-9bd3-d7ef0c39fff9} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2295 2025.03.04 05:59:54.962642 [ 262 ] {bead357b-2b90-4b37-9bd3-d7ef0c39fff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2296 2025.03.04 05:59:54.962990 [ 262 ] {bead357b-2b90-4b37-9bd3-d7ef0c39fff9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2297 2025.03.04 05:59:54.963217 [ 262 ] {bead357b-2b90-4b37-9bd3-d7ef0c39fff9} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2298 2025.03.04 05:59:54.963447 [ 262 ] {bead357b-2b90-4b37-9bd3-d7ef0c39fff9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec.
2299 2025.03.04 05:59:54.963527 [ 262 ] {bead357b-2b90-4b37-9bd3-d7ef0c39fff9} <Debug> TCPHandler: Processed in 0.001565771 sec.
2300 2025.03.04 05:59:57.978869 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache
2301 2025.03.04 05:59:57.978963 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache
2302 2025.03.04 05:59:58.080504 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
2303 2025.03.04 05:59:58.081334 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2304 2025.03.04 05:59:58.081382 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2305 2025.03.04 05:59:58.081917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2306 2025.03.04 05:59:58.082176 [ 244 ] {} <Trace> system.asynchronous_metric_log (287c246d-a2da-4ba3-8a3b-204f4c35b481): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2307 2025.03.04 05:59:58.082412 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2308 2025.03.04 05:59:58.383536 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2309 2025.03.04 05:59:58.404493 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2310 2025.03.04 05:59:58.404555 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2311 2025.03.04 05:59:58.412326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2312 2025.03.04 05:59:58.413075 [ 243 ] {} <Trace> system.metric_log (5553fbe2-f37b-4c26-8c3f-b84a67d7d255): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2313 2025.03.04 05:59:58.416131 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2314 2025.03.04 05:59:59.946904 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2315 2025.03.04 05:59:59.947091 [ 262 ] {354c5726-eca7-425f-86f2-fcc58a2e9480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2316 2025.03.04 05:59:59.947163 [ 262 ] {354c5726-eca7-425f-86f2-fcc58a2e9480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2317 2025.03.04 05:59:59.947924 [ 262 ] {354c5726-eca7-425f-86f2-fcc58a2e9480} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2318 2025.03.04 05:59:59.947977 [ 262 ] {354c5726-eca7-425f-86f2-fcc58a2e9480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2319 2025.03.04 05:59:59.948404 [ 262 ] {354c5726-eca7-425f-86f2-fcc58a2e9480} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2320 2025.03.04 05:59:59.948655 [ 262 ] {354c5726-eca7-425f-86f2-fcc58a2e9480} <Trace> oximeter.fields_string (22acbecf-406f-426f-ab87-55dc584923cc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2321 2025.03.04 05:59:59.948875 [ 262 ] {354c5726-eca7-425f-86f2-fcc58a2e9480} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.33 MiB/sec.
2322 2025.03.04 05:59:59.948937 [ 262 ] {354c5726-eca7-425f-86f2-fcc58a2e9480} <Debug> TCPHandler: Processed in 0.002161826 sec.
2323 2025.03.04 05:59:59.949072 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2324 2025.03.04 05:59:59.949185 [ 262 ] {45302871-1502-4348-a051-66e966096968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2325 2025.03.04 05:59:59.949232 [ 262 ] {45302871-1502-4348-a051-66e966096968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2326 2025.03.04 05:59:59.949775 [ 262 ] {45302871-1502-4348-a051-66e966096968} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2327 2025.03.04 05:59:59.949817 [ 262 ] {45302871-1502-4348-a051-66e966096968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2328 2025.03.04 05:59:59.950179 [ 262 ] {45302871-1502-4348-a051-66e966096968} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2329 2025.03.04 05:59:59.950441 [ 262 ] {45302871-1502-4348-a051-66e966096968} <Trace> oximeter.fields_uuid (b6607c36-deed-41d5-87cc-79fe6bbab3cb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2330 2025.03.04 05:59:59.950700 [ 262 ] {45302871-1502-4348-a051-66e966096968} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001537 sec., 41639.55757970072 rows/sec., 3.25 MiB/sec.
2331 2025.03.04 05:59:59.950911 [ 262 ] {45302871-1502-4348-a051-66e966096968} <Debug> TCPHandler: Processed in 0.001892034 sec.
2332 2025.03.04 05:59:59.951043 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2333 2025.03.04 05:59:59.951152 [ 262 ] {fa1e5bed-9640-4527-8d16-f1cd48e40d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2334 2025.03.04 05:59:59.951202 [ 262 ] {fa1e5bed-9640-4527-8d16-f1cd48e40d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2335 2025.03.04 05:59:59.951741 [ 262 ] {fa1e5bed-9640-4527-8d16-f1cd48e40d4a} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2336 2025.03.04 05:59:59.951779 [ 262 ] {fa1e5bed-9640-4527-8d16-f1cd48e40d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2337 2025.03.04 05:59:59.952170 [ 262 ] {fa1e5bed-9640-4527-8d16-f1cd48e40d4a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2338 2025.03.04 05:59:59.952405 [ 262 ] {fa1e5bed-9640-4527-8d16-f1cd48e40d4a} <Trace> oximeter.measurements_cumulativeu64 (f50fb736-c5cf-4254-b8a6-f00dba54ea89): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2339 2025.03.04 05:59:59.952684 [ 262 ] {fa1e5bed-9640-4527-8d16-f1cd48e40d4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec.
2340 2025.03.04 05:59:59.952836 [ 262 ] {fa1e5bed-9640-4527-8d16-f1cd48e40d4a} <Debug> TCPHandler: Processed in 0.001841304 sec.
2341 2025.03.04 05:59:59.952969 [ 262 ] {} <Trace> TCP-Session: d5c50e49-7fc3-4702-ae9f-c2501f16ba5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2342 2025.03.04 05:59:59.953078 [ 262 ] {f3ce1985-cfce-4630-af89-cc9227347363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36310) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2343 2025.03.04 05:59:59.953125 [ 262 ] {f3ce1985-cfce-4630-af89-cc9227347363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2344 2025.03.04 05:59:59.953585 [ 262 ] {f3ce1985-cfce-4630-af89-cc9227347363} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2345 2025.03.04 05:59:59.953624 [ 262 ] {f3ce1985-cfce-4630-af89-cc9227347363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2346 2025.03.04 05:59:59.953975 [ 262 ] {f3ce1985-cfce-4630-af89-cc9227347363} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2347 2025.03.04 05:59:59.954219 [ 262 ] {f3ce1985-cfce-4630-af89-cc9227347363} <Trace> oximeter.measurements_u64 (8ada5035-39a3-48e5-b1d7-549360cfcfa0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2348 2025.03.04 05:59:59.954424 [ 262 ] {f3ce1985-cfce-4630-af89-cc9227347363} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec.
2349 2025.03.04 05:59:59.954474 [ 262 ] {f3ce1985-cfce-4630-af89-cc9227347363} <Debug> TCPHandler: Processed in 0.001556172 sec.
2350 2025.03.04 06:00:01.201525 [ 30 ] {} <Debug> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2351 2025.03.04 06:00:01.201594 [ 30 ] {} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2352 2025.03.04 06:00:01.201617 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB.
2353 2025.03.04 06:00:01.201827 [ 194 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::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
2354 2025.03.04 06:00:01.202235 [ 194 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2355 2025.03.04 06:00:01.202282 [ 194 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::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
2356 2025.03.04 06:00:01.202405 [ 194 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2357 2025.03.04 06:00:01.202489 [ 194 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2358 2025.03.04 06:00:01.202585 [ 194 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::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
2359 2025.03.04 06:00:01.202693 [ 194 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2360 2025.03.04 06:00:01.205203 [ 191 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 6 columns (6 merged, 0 gathered) in 0.003508436 sec., 13111.255271579701 rows/sec., 3.20 MiB/sec.
2361 2025.03.04 06:00:01.205486 [ 191 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2362 2025.03.04 06:00:01.206021 [ 191 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::all_1_5_1} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2363 2025.03.04 06:00:01.206118 [ 191 ] {cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea::all_1_5_1} <Trace> oximeter.timeseries_schema (cfb638cb-c53c-4fb6-b42d-c32fc1e9c4ea) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2364 2025.03.04 06:00:01.206232 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.