Max level shown:
1 [ Feb 24 21:43:51 Enabled. ]
2 [ Feb 24 21:43:51 Rereading configuration. ]
3 [ Feb 24 21:43:52 Rereading configuration. ]
4 [ Feb 24 21:43:53 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Feb 24 21:43:53 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.02.24 21:43:54.614692 [ 1 ] {} <Information> Application: Will watch for the process with pid 22940
29 2025.02.24 21:43:54.615128 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.02.24 21:43:54.928847 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22940
31 2025.02.24 21:43:54.929656 [ 1 ] {} <Information> Application: starting up
32 2025.02.24 21:43:54.930389 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.02.24 21:43:55.018247 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.02.24 21:43:55.048198 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.02.24 21:43:55.048246 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.02.24 21:43:55.048260 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.02.24 21:43:55.048319 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.02.24 21:43:55.048700 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.02.24 21:43:55.050332 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.02.24 21:43:55.051068 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.02.24 21:43:55.051953 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.02.24 21:43:55.051976 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.02.24 21:43:55.051993 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.02.24 21:43:55.052179 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.02.24 21:43:55.053032 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.02.24 21:43:55.058375 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.02.24 21:43:55.059036 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.02.24 21:43:55.060304 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.02.24 21:43:55.060375 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.02.24 21:43:55.061938 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.02.24 21:43:55.062428 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.02.24 21:43:55.066751 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.02.24 21:43:55.067271 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.02.24 21:43:55.068924 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.02.24 21:43:55.069303 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.02.24 21:43:55.069626 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.02.24 21:43:55.069942 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.02.24 21:43:55.071293 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.02.24 21:43:55.071319 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.02.24 21:43:55.071411 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.02.24 21:43:55.071580 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.02.24 21:43:55.087827 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.02.24 21:43:55.087855 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000170064 sec
68 2025.02.24 21:43:55.087901 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.02.24 21:43:55.087918 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.02.24 21:43:55.089274 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.02.24 21:43:55.090320 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.02.24 21:43:55.102388 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.02.24 21:43:55.102432 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.02.24 21:43:55.102455 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.02.24 21:43:55.102467 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.02.24 21:43:55.102495 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.02.24 21:43:55.102514 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.02.24 21:43:55.105060 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.02.24 21:43:55.105103 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.02.24 21:43:55.105125 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.02.24 21:43:55.105301 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.02.24 21:43:55.105320 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.02.24 21:43:55.105355 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.02.24 21:43:55.105373 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.02.24 21:43:55.105388 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.02.24 21:43:55.105416 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.02.24 21:43:55.105435 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.02.24 21:43:55.131994 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.02.24 21:43:55.136276 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.02.24 21:43:55.136309 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4192e-05 sec
91 2025.02.24 21:43:55.136323 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.02.24 21:43:55.136334 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.02.24 21:43:55.136359 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.02.24 21:43:55.136582 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.02.24 21:43:55.136629 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.02.24 21:43:55.136643 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.02.24 21:43:55.136656 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.02.24 21:43:55.136669 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.02.24 21:43:55.150313 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.02.24 21:43:55.150511 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB
101 2025.02.24 21:43:55.151362 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2961e-05 sec.
102 2025.02.24 21:43:55.152251 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.02.24 21:43:55.152301 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.02.24 21:43:55.152318 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.02.24 21:43:55.379674 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39620
106 2025.02.24 21:43:55.379934 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.02.24 21:43:55.379991 [ 3 ] {} <Debug> TCP-Session: a8195713-6741-44d9-b5af-d3fd9c65b772 Authenticating user 'default' from [fd00:1122:3344:101::a]:39620
108 2025.02.24 21:43:55.380025 [ 3 ] {} <Debug> TCP-Session: a8195713-6741-44d9-b5af-d3fd9c65b772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.02.24 21:43:55.380049 [ 3 ] {} <Debug> TCP-Session: a8195713-6741-44d9-b5af-d3fd9c65b772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.02.24 21:43:55.380131 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.02.24 21:43:55.380158 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.02.24 21:43:55.380249 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.02.24 21:43:55.381132 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36057
114 2025.02.24 21:43:55.381377 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.02.24 21:43:55.381411 [ 4 ] {} <Debug> TCP-Session: 7e89dbfc-8488-4b3c-8174-dae9c17acaa0 Authenticating user 'default' from [fd00:1122:3344:101::a]:36057
116 2025.02.24 21:43:55.381437 [ 4 ] {} <Debug> TCP-Session: 7e89dbfc-8488-4b3c-8174-dae9c17acaa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.02.24 21:43:55.381479 [ 4 ] {} <Debug> TCP-Session: 7e89dbfc-8488-4b3c-8174-dae9c17acaa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.02.24 21:43:55.381966 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42549
119 2025.02.24 21:43:55.381967 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40743
120 2025.02.24 21:43:55.382066 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54303
121 2025.02.24 21:43:55.382087 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2025.02.24 21:43:55.382245 [ 253 ] {} <Debug> TCP-Session: cde34ac2-cb5f-4fd0-8f3b-d100058bdfd9 Authenticating user 'default' from [fd00:1122:3344:101::a]:42549
123 2025.02.24 21:43:55.382269 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2025.02.24 21:43:55.382272 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37876
125 2025.02.24 21:43:55.382471 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
126 2025.02.24 21:43:55.382483 [ 5 ] {} <Debug> TCP-Session: 3c67d57e-743b-433c-9cb1-d297e3e04c9f Authenticating user 'default' from [fd00:1122:3344:101::a]:40743
127 2025.02.24 21:43:55.382645 [ 253 ] {} <Debug> TCP-Session: cde34ac2-cb5f-4fd0-8f3b-d100058bdfd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2025.02.24 21:43:55.382595 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34948
129 2025.02.24 21:43:55.382720 [ 5 ] {} <Debug> TCP-Session: 3c67d57e-743b-433c-9cb1-d297e3e04c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
130 2025.02.24 21:43:55.382728 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61676
131 2025.02.24 21:43:55.382770 [ 5 ] {} <Debug> TCP-Session: 3c67d57e-743b-433c-9cb1-d297e3e04c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2025.02.24 21:43:55.382723 [ 254 ] {} <Debug> TCP-Session: 94b66d0d-edb1-496e-a234-9773608066ad Authenticating user 'default' from [fd00:1122:3344:101::a]:54303
133 2025.02.24 21:43:55.382729 [ 253 ] {} <Debug> TCP-Session: cde34ac2-cb5f-4fd0-8f3b-d100058bdfd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
134 2025.02.24 21:43:55.383096 [ 254 ] {} <Debug> TCP-Session: 94b66d0d-edb1-496e-a234-9773608066ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.02.24 21:43:55.383184 [ 254 ] {} <Debug> TCP-Session: 94b66d0d-edb1-496e-a234-9773608066ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2025.02.24 21:43:55.384304 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
137 2025.02.24 21:43:55.384351 [ 255 ] {} <Debug> TCP-Session: 0477b6b3-00e6-4c91-8801-06f1f3d8c61d Authenticating user 'default' from [fd00:1122:3344:101::a]:37876
138 2025.02.24 21:43:55.384369 [ 255 ] {} <Debug> TCP-Session: 0477b6b3-00e6-4c91-8801-06f1f3d8c61d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.02.24 21:43:55.384383 [ 255 ] {} <Debug> TCP-Session: 0477b6b3-00e6-4c91-8801-06f1f3d8c61d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2025.02.24 21:43:55.385496 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2025.02.24 21:43:55.385555 [ 257 ] {} <Debug> TCP-Session: 327501ef-4c09-4c0d-81c9-a199f1fd2fae Authenticating user 'default' from [fd00:1122:3344:101::a]:61676
142 2025.02.24 21:43:55.385581 [ 257 ] {} <Debug> TCP-Session: 327501ef-4c09-4c0d-81c9-a199f1fd2fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
143 2025.02.24 21:43:55.385603 [ 257 ] {} <Debug> TCP-Session: 327501ef-4c09-4c0d-81c9-a199f1fd2fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2025.02.24 21:43:55.386130 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
145 2025.02.24 21:43:55.386175 [ 256 ] {} <Debug> TCP-Session: 82e71ecb-e527-4859-84f9-552377efae9c Authenticating user 'default' from [fd00:1122:3344:101::a]:34948
146 2025.02.24 21:43:55.386195 [ 256 ] {} <Debug> TCP-Session: 82e71ecb-e527-4859-84f9-552377efae9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
147 2025.02.24 21:43:55.386242 [ 256 ] {} <Debug> TCP-Session: 82e71ecb-e527-4859-84f9-552377efae9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.02.24 21:43:56.000389 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.17 MiB, peak 117.17 MiB, free memory in arenas 0.00 B, will set to 119.41 MiB (RSS), difference: 2.24 MiB
149 2025.02.24 21:43:56.330921 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63590
150 2025.02.24 21:43:56.331077 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
151 2025.02.24 21:43:56.331108 [ 258 ] {} <Debug> TCP-Session: 654587ab-cdfa-41e0-877e-3e5dc550418b Authenticating user 'default' from [fd00:1122:3344:101::c]:63590
152 2025.02.24 21:43:56.331132 [ 258 ] {} <Debug> TCP-Session: 654587ab-cdfa-41e0-877e-3e5dc550418b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
153 2025.02.24 21:43:56.331161 [ 258 ] {} <Debug> TCP-Session: 654587ab-cdfa-41e0-877e-3e5dc550418b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.02.24 21:43:56.331230 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
155 2025.02.24 21:43:56.331257 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.02.24 21:43:56.331287 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
157 2025.02.24 21:43:56.333958 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57596
158 2025.02.24 21:43:56.334020 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51828
159 2025.02.24 21:43:56.334144 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2025.02.24 21:43:56.334146 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64735
161 2025.02.24 21:43:56.334265 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
162 2025.02.24 21:43:56.334287 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:32967
163 2025.02.24 21:43:56.334293 [ 259 ] {} <Debug> TCP-Session: f7244e78-19d1-4b5d-90d6-adc1ac63df1d Authenticating user 'default' from [fd00:1122:3344:101::c]:57596
164 2025.02.24 21:43:56.334419 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46158
165 2025.02.24 21:43:56.334526 [ 259 ] {} <Debug> TCP-Session: f7244e78-19d1-4b5d-90d6-adc1ac63df1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
166 2025.02.24 21:43:56.334373 [ 260 ] {} <Debug> TCP-Session: 97607fd6-a819-413e-8c91-b32d0aeef6a5 Authenticating user 'default' from [fd00:1122:3344:101::c]:51828
167 2025.02.24 21:43:56.334550 [ 259 ] {} <Debug> TCP-Session: f7244e78-19d1-4b5d-90d6-adc1ac63df1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
168 2025.02.24 21:43:56.334777 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64637
169 2025.02.24 21:43:56.334777 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42394
170 2025.02.24 21:43:56.334792 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
171 2025.02.24 21:43:56.334810 [ 260 ] {} <Debug> TCP-Session: 97607fd6-a819-413e-8c91-b32d0aeef6a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2025.02.24 21:43:56.334952 [ 260 ] {} <Debug> TCP-Session: 97607fd6-a819-413e-8c91-b32d0aeef6a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
173 2025.02.24 21:43:56.335217 [ 262 ] {} <Debug> TCP-Session: ab34f33f-f5b3-474a-85f4-d5b8e0148789 Authenticating user 'default' from [fd00:1122:3344:101::c]:32967
174 2025.02.24 21:43:56.335250 [ 262 ] {} <Debug> TCP-Session: ab34f33f-f5b3-474a-85f4-d5b8e0148789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
175 2025.02.24 21:43:56.335273 [ 262 ] {} <Debug> TCP-Session: ab34f33f-f5b3-474a-85f4-d5b8e0148789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
176 2025.02.24 21:43:56.335690 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
177 2025.02.24 21:43:56.335744 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
178 2025.02.24 21:43:56.335755 [ 261 ] {} <Debug> TCP-Session: dd70889f-131d-48b8-ac8a-13e85f839e4c Authenticating user 'default' from [fd00:1122:3344:101::c]:64735
179 2025.02.24 21:43:56.335821 [ 264 ] {} <Debug> TCP-Session: 240ed88c-e033-4a2d-9941-4f0c2686d9d9 Authenticating user 'default' from [fd00:1122:3344:101::c]:64637
180 2025.02.24 21:43:56.335848 [ 261 ] {} <Debug> TCP-Session: dd70889f-131d-48b8-ac8a-13e85f839e4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
181 2025.02.24 21:43:56.335859 [ 264 ] {} <Debug> TCP-Session: 240ed88c-e033-4a2d-9941-4f0c2686d9d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
182 2025.02.24 21:43:56.335891 [ 261 ] {} <Debug> TCP-Session: dd70889f-131d-48b8-ac8a-13e85f839e4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
183 2025.02.24 21:43:56.335898 [ 264 ] {} <Debug> TCP-Session: 240ed88c-e033-4a2d-9941-4f0c2686d9d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
184 2025.02.24 21:43:56.337704 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
185 2025.02.24 21:43:56.337744 [ 263 ] {} <Debug> TCP-Session: 742b9f12-cb78-446a-bd16-e2460a7882ae Authenticating user 'default' from [fd00:1122:3344:101::c]:46158
186 2025.02.24 21:43:56.337763 [ 263 ] {} <Debug> TCP-Session: 742b9f12-cb78-446a-bd16-e2460a7882ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
187 2025.02.24 21:43:56.337792 [ 263 ] {} <Debug> TCP-Session: 742b9f12-cb78-446a-bd16-e2460a7882ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
188 2025.02.24 21:43:56.340169 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
189 2025.02.24 21:43:56.340204 [ 265 ] {} <Debug> TCP-Session: fa284e03-5359-4823-9695-7f2113f1fdac Authenticating user 'default' from [fd00:1122:3344:101::c]:42394
190 2025.02.24 21:43:56.340238 [ 265 ] {} <Debug> TCP-Session: fa284e03-5359-4823-9695-7f2113f1fdac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
191 2025.02.24 21:43:56.340253 [ 265 ] {} <Debug> TCP-Session: fa284e03-5359-4823-9695-7f2113f1fdac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
192 2025.02.24 21:43:56.858867 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60444
193 2025.02.24 21:43:56.859058 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
194 2025.02.24 21:43:56.859103 [ 266 ] {} <Debug> TCP-Session: 0d1a8444-e605-4257-9885-9df3b878c960 Authenticating user 'default' from [fd00:1122:3344:101::b]:60444
195 2025.02.24 21:43:56.859133 [ 266 ] {} <Debug> TCP-Session: 0d1a8444-e605-4257-9885-9df3b878c960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
196 2025.02.24 21:43:56.859151 [ 266 ] {} <Debug> TCP-Session: 0d1a8444-e605-4257-9885-9df3b878c960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
197 2025.02.24 21:43:56.859244 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
198 2025.02.24 21:43:56.859278 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2025.02.24 21:43:56.859311 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
200 2025.02.24 21:43:56.860265 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48331
201 2025.02.24 21:43:56.860430 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52153
202 2025.02.24 21:43:56.860434 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
203 2025.02.24 21:43:56.860520 [ 267 ] {} <Debug> TCP-Session: 7dc8c8e1-10d8-4d59-9a68-c423841bd1e0 Authenticating user 'default' from [fd00:1122:3344:101::b]:48331
204 2025.02.24 21:43:56.860696 [ 267 ] {} <Debug> TCP-Session: 7dc8c8e1-10d8-4d59-9a68-c423841bd1e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
205 2025.02.24 21:43:56.860698 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46062
206 2025.02.24 21:43:56.860735 [ 267 ] {} <Debug> TCP-Session: 7dc8c8e1-10d8-4d59-9a68-c423841bd1e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
207 2025.02.24 21:43:56.860725 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56115
208 2025.02.24 21:43:56.860878 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65075
209 2025.02.24 21:43:56.861095 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43866
210 2025.02.24 21:43:56.861361 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55247
211 2025.02.24 21:43:56.861370 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
212 2025.02.24 21:43:56.861549 [ 272 ] {} <Debug> TCP-Session: 7e23a437-fb6b-495f-ba85-ef446439e5ce Authenticating user 'default' from [fd00:1122:3344:101::b]:43866
213 2025.02.24 21:43:56.861552 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
214 2025.02.24 21:43:56.861588 [ 272 ] {} <Debug> TCP-Session: 7e23a437-fb6b-495f-ba85-ef446439e5ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
215 2025.02.24 21:43:56.861605 [ 273 ] {} <Debug> TCP-Session: 33343467-4ec0-49b3-9772-0b68d1838b9c Authenticating user 'default' from [fd00:1122:3344:101::b]:55247
216 2025.02.24 21:43:56.861630 [ 272 ] {} <Debug> TCP-Session: 7e23a437-fb6b-495f-ba85-ef446439e5ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
217 2025.02.24 21:43:56.861650 [ 273 ] {} <Debug> TCP-Session: 33343467-4ec0-49b3-9772-0b68d1838b9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
218 2025.02.24 21:43:56.861708 [ 273 ] {} <Debug> TCP-Session: 33343467-4ec0-49b3-9772-0b68d1838b9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
219 2025.02.24 21:43:56.863167 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2025.02.24 21:43:56.863204 [ 268 ] {} <Debug> TCP-Session: 7191ac91-cb96-45c9-9366-1e7e105d0a4a Authenticating user 'default' from [fd00:1122:3344:101::b]:52153
221 2025.02.24 21:43:56.863239 [ 268 ] {} <Debug> TCP-Session: 7191ac91-cb96-45c9-9366-1e7e105d0a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
222 2025.02.24 21:43:56.863253 [ 268 ] {} <Debug> TCP-Session: 7191ac91-cb96-45c9-9366-1e7e105d0a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
223 2025.02.24 21:43:56.863734 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
224 2025.02.24 21:43:56.863786 [ 269 ] {} <Debug> TCP-Session: 14508762-3ad0-4e2a-a02f-3bda573f697f Authenticating user 'default' from [fd00:1122:3344:101::b]:46062
225 2025.02.24 21:43:56.863813 [ 269 ] {} <Debug> TCP-Session: 14508762-3ad0-4e2a-a02f-3bda573f697f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2025.02.24 21:43:56.863827 [ 269 ] {} <Debug> TCP-Session: 14508762-3ad0-4e2a-a02f-3bda573f697f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
227 2025.02.24 21:43:56.864289 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
228 2025.02.24 21:43:56.864384 [ 270 ] {} <Debug> TCP-Session: dd673109-8dd9-4876-8e07-ca52ed77fda0 Authenticating user 'default' from [fd00:1122:3344:101::b]:56115
229 2025.02.24 21:43:56.864408 [ 270 ] {} <Debug> TCP-Session: dd673109-8dd9-4876-8e07-ca52ed77fda0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
230 2025.02.24 21:43:56.864422 [ 270 ] {} <Debug> TCP-Session: dd673109-8dd9-4876-8e07-ca52ed77fda0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
231 2025.02.24 21:43:56.864838 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
232 2025.02.24 21:43:56.864877 [ 271 ] {} <Debug> TCP-Session: efbaf8ea-f7e2-4d7e-a0a8-18436f1a056e Authenticating user 'default' from [fd00:1122:3344:101::b]:65075
233 2025.02.24 21:43:56.864899 [ 271 ] {} <Debug> TCP-Session: efbaf8ea-f7e2-4d7e-a0a8-18436f1a056e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
234 2025.02.24 21:43:56.864930 [ 271 ] {} <Debug> TCP-Session: efbaf8ea-f7e2-4d7e-a0a8-18436f1a056e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
235 2025.02.24 21:44:02.119509 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58151
236 2025.02.24 21:44:02.119721 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2025.02.24 21:44:02.119855 [ 274 ] {} <Debug> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58151
238 2025.02.24 21:44:02.119885 [ 274 ] {} <Debug> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2025.02.24 21:44:02.119902 [ 274 ] {} <Debug> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2025.02.24 21:44:02.120044 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2025.02.24 21:44:02.120077 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
242 2025.02.24 21:44:02.120163 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
243 2025.02.24 21:44:02.122467 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49535
244 2025.02.24 21:44:02.122578 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34487
245 2025.02.24 21:44:02.122909 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54565
246 2025.02.24 21:44:02.122957 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
247 2025.02.24 21:44:02.122964 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
248 2025.02.24 21:44:02.123013 [ 275 ] {} <Debug> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49535
249 2025.02.24 21:44:02.124260 [ 275 ] {} <Debug> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
250 2025.02.24 21:44:02.124281 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
251 2025.02.24 21:44:02.124322 [ 275 ] {} <Debug> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
252 2025.02.24 21:44:02.124315 [ 276 ] {} <Debug> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Authenticating user 'default' from [fd00:1122:3344:101::d]:34487
253 2025.02.24 21:44:02.124303 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37569
254 2025.02.24 21:44:02.124421 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64051
255 2025.02.24 21:44:02.124391 [ 277 ] {} <Debug> TCP-Session: 597b1d8f-180e-4307-a5d2-6c8c10890274 Authenticating user 'default' from [fd00:1122:3344:101::d]:54565
256 2025.02.24 21:44:02.126497 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55036
257 2025.02.24 21:44:02.126506 [ 276 ] {} <Debug> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
258 2025.02.24 21:44:02.127286 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
259 2025.02.24 21:44:02.127326 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
260 2025.02.24 21:44:02.127307 [ 277 ] {} <Debug> TCP-Session: 597b1d8f-180e-4307-a5d2-6c8c10890274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
261 2025.02.24 21:44:02.127388 [ 276 ] {} <Debug> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
262 2025.02.24 21:44:02.127363 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
263 2025.02.24 21:44:02.127533 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41329
264 2025.02.24 21:44:02.127441 [ 277 ] {} <Debug> TCP-Session: 597b1d8f-180e-4307-a5d2-6c8c10890274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
265 2025.02.24 21:44:02.127766 [ 278 ] {} <Debug> TCP-Session: 2a109f4c-a53e-40ff-a227-8329149f58c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:37569
266 2025.02.24 21:44:02.127747 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
267 2025.02.24 21:44:02.127779 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52467
268 2025.02.24 21:44:02.127814 [ 279 ] {} <Debug> TCP-Session: 474e214a-bf1f-4ea4-bff1-58772011f68f Authenticating user 'default' from [fd00:1122:3344:101::d]:64051
269 2025.02.24 21:44:02.128110 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
270 2025.02.24 21:44:02.128118 [ 278 ] {} <Debug> TCP-Session: 2a109f4c-a53e-40ff-a227-8329149f58c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
271 2025.02.24 21:44:02.128136 [ 279 ] {} <Debug> TCP-Session: 474e214a-bf1f-4ea4-bff1-58772011f68f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
272 2025.02.24 21:44:02.128104 [ 280 ] {} <Debug> TCP-Session: 1b992440-3310-4c9c-9ad0-12fac921a8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:55036
273 2025.02.24 21:44:02.128295 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
274 2025.02.24 21:44:02.128305 [ 278 ] {} <Debug> TCP-Session: 2a109f4c-a53e-40ff-a227-8329149f58c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
275 2025.02.24 21:44:02.128370 [ 280 ] {} <Debug> TCP-Session: 1b992440-3310-4c9c-9ad0-12fac921a8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
276 2025.02.24 21:44:02.128360 [ 282 ] {} <Debug> TCP-Session: 91c83d0a-f98a-453e-a152-b9efa114922d Authenticating user 'default' from [fd00:1122:3344:101::d]:52467
277 2025.02.24 21:44:02.128346 [ 281 ] {} <Debug> TCP-Session: 19f48248-e29d-4d00-b369-73b1b57c53c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41329
278 2025.02.24 21:44:02.128345 [ 279 ] {} <Debug> TCP-Session: 474e214a-bf1f-4ea4-bff1-58772011f68f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
279 2025.02.24 21:44:02.135513 [ 280 ] {} <Debug> TCP-Session: 1b992440-3310-4c9c-9ad0-12fac921a8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
280 2025.02.24 21:44:02.135527 [ 282 ] {} <Debug> TCP-Session: 91c83d0a-f98a-453e-a152-b9efa114922d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
281 2025.02.24 21:44:02.136140 [ 281 ] {} <Debug> TCP-Session: 19f48248-e29d-4d00-b369-73b1b57c53c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
282 2025.02.24 21:44:02.136201 [ 282 ] {} <Debug> TCP-Session: 91c83d0a-f98a-453e-a152-b9efa114922d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
283 2025.02.24 21:44:02.136217 [ 281 ] {} <Debug> TCP-Session: 19f48248-e29d-4d00-b369-73b1b57c53c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
284 2025.02.24 21:44:02.139345 [ 274 ] {2901272d-cbfc-4ae4-b92e-0458188c1c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
285 2025.02.24 21:44:02.195981 [ 274 ] {2901272d-cbfc-4ae4-b92e-0458188c1c0c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58151) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
286 
287 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
288 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
289 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
290 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
291 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
292 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
293 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
294 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
295 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
296 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
297 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
298 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
299 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
300 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
301 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
302 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
303 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
304 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
305 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
306 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
307 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
308 
309 2025.02.24 21:44:02.197536 [ 274 ] {2901272d-cbfc-4ae4-b92e-0458188c1c0c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
310 
311 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
312 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
313 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
314 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
315 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
316 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
317 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
318 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
319 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
320 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
321 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
322 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
323 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
324 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
325 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
326 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
327 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
328 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
329 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
330 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
331 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
332 
333 2025.02.24 21:44:02.197780 [ 274 ] {2901272d-cbfc-4ae4-b92e-0458188c1c0c} <Debug> TCPHandler: Processed in 0.074981299 sec.
334 2025.02.24 21:44:02.198109 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2025.02.24 21:44:02.198295 [ 275 ] {149a5a23-d2c6-462c-afab-b45f4a8034cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
336 2025.02.24 21:44:02.198737 [ 275 ] {149a5a23-d2c6-462c-afab-b45f4a8034cc} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49535) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
337 
338 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
339 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
340 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
341 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
342 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
343 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
344 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
345 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
346 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
347 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
348 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
349 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
350 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
351 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
352 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
353 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
354 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
355 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
356 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
357 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
358 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
359 
360 2025.02.24 21:44:02.199098 [ 275 ] {149a5a23-d2c6-462c-afab-b45f4a8034cc} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
361 
362 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
363 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
364 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
365 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
366 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
367 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
368 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
369 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
370 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
371 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
372 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
373 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
374 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
375 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
376 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
377 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
378 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
379 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
380 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
381 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
382 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
383 
384 2025.02.24 21:44:02.199344 [ 275 ] {149a5a23-d2c6-462c-afab-b45f4a8034cc} <Debug> TCPHandler: Processed in 0.001381865 sec.
385 2025.02.24 21:44:02.201490 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2025.02.24 21:44:02.202791 [ 274 ] {99ce02f3-ff60-4ad7-b0df-42be08445c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
387 2025.02.24 21:44:02.202890 [ 274 ] {99ce02f3-ff60-4ad7-b0df-42be08445c61} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
388 2025.02.24 21:44:02.220632 [ 274 ] {99ce02f3-ff60-4ad7-b0df-42be08445c61} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
389 2025.02.24 21:44:02.220723 [ 274 ] {99ce02f3-ff60-4ad7-b0df-42be08445c61} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000126373 sec
390 2025.02.24 21:44:02.220741 [ 274 ] {99ce02f3-ff60-4ad7-b0df-42be08445c61} <Trace> ReferentialDeps: No tables
391 2025.02.24 21:44:02.220752 [ 274 ] {99ce02f3-ff60-4ad7-b0df-42be08445c61} <Trace> LoadingDeps: No tables
392 2025.02.24 21:44:02.220805 [ 274 ] {99ce02f3-ff60-4ad7-b0df-42be08445c61} <Information> DatabaseAtomic (oximeter): Starting up tables.
393 2025.02.24 21:44:02.221444 [ 274 ] {99ce02f3-ff60-4ad7-b0df-42be08445c61} <Debug> TCPHandler: Processed in 0.020073282 sec.
394 2025.02.24 21:44:02.221666 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2025.02.24 21:44:02.221853 [ 275 ] {24565f23-aa47-410a-8cb6-7487137cfb05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) /* The version table contains metadata about the `oximeter` database */
396 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
397 2025.02.24 21:44:02.221993 [ 275 ] {24565f23-aa47-410a-8cb6-7487137cfb05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
398 2025.02.24 21:44:02.237445 [ 275 ] {24565f23-aa47-410a-8cb6-7487137cfb05} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
399 2025.02.24 21:44:02.256069 [ 275 ] {24565f23-aa47-410a-8cb6-7487137cfb05} <Debug> oximeter.version (6cb7110a-c18b-457d-8fbb-84b5cd309173): Loading data parts
400 2025.02.24 21:44:02.256652 [ 275 ] {24565f23-aa47-410a-8cb6-7487137cfb05} <Debug> oximeter.version (6cb7110a-c18b-457d-8fbb-84b5cd309173): There are no data parts
401 2025.02.24 21:44:02.260906 [ 275 ] {24565f23-aa47-410a-8cb6-7487137cfb05} <Debug> TCPHandler: Processed in 0.039303135 sec.
402 2025.02.24 21:44:02.261182 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
403 2025.02.24 21:44:02.261432 [ 274 ] {21c16070-fb05-4ca3-ab34-061b57d1c4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) /* The measurement tables contain all individual samples from each timeseries.
404 *
405 * Each table stores a single datum type, and otherwise contains nearly the same
406 * structure. The primary sorting key is on the timeseries name, key, and then
407 * timestamp, so that all timeseries from the same schema are grouped, followed
408 * by all samples from the same timeseries.
409 *
410 * This reflects that one usually looks up the _key_ in one or more field table,
411 * and then uses that to index quickly into the measurements tables.
412 */
413 CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
414 2025.02.24 21:44:02.261560 [ 274 ] {21c16070-fb05-4ca3-ab34-061b57d1c4ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
415 2025.02.24 21:44:02.275751 [ 274 ] {21c16070-fb05-4ca3-ab34-061b57d1c4ca} <Debug> oximeter.measurements_bool (079f967b-8dd2-40bd-914a-ab69e5fb8ef0): Loading data parts
416 2025.02.24 21:44:02.276080 [ 274 ] {21c16070-fb05-4ca3-ab34-061b57d1c4ca} <Debug> oximeter.measurements_bool (079f967b-8dd2-40bd-914a-ab69e5fb8ef0): There are no data parts
417 2025.02.24 21:44:02.277749 [ 274 ] {21c16070-fb05-4ca3-ab34-061b57d1c4ca} <Debug> TCPHandler: Processed in 0.016628787 sec.
418 2025.02.24 21:44:02.277959 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
419 2025.02.24 21:44:02.278294 [ 275 ] {00f78e5a-db74-4955-8149-b6d958757a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
420 2025.02.24 21:44:02.278352 [ 275 ] {00f78e5a-db74-4955-8149-b6d958757a7a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
421 2025.02.24 21:44:02.280347 [ 275 ] {00f78e5a-db74-4955-8149-b6d958757a7a} <Debug> oximeter.measurements_i8 (68948236-d61b-4231-91df-81b0d03597f9): Loading data parts
422 2025.02.24 21:44:02.280512 [ 275 ] {00f78e5a-db74-4955-8149-b6d958757a7a} <Debug> oximeter.measurements_i8 (68948236-d61b-4231-91df-81b0d03597f9): There are no data parts
423 2025.02.24 21:44:02.281630 [ 275 ] {00f78e5a-db74-4955-8149-b6d958757a7a} <Debug> TCPHandler: Processed in 0.003744424 sec.
424 2025.02.24 21:44:02.281896 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
425 2025.02.24 21:44:02.282114 [ 274 ] {8b324fba-4b4f-4ba4-af8e-04e9a3f3e170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
426 2025.02.24 21:44:02.282249 [ 274 ] {8b324fba-4b4f-4ba4-af8e-04e9a3f3e170} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
427 2025.02.24 21:44:02.284029 [ 274 ] {8b324fba-4b4f-4ba4-af8e-04e9a3f3e170} <Debug> oximeter.measurements_u8 (ce7f447a-67a3-4bb9-bebd-56dcf7db855c): Loading data parts
428 2025.02.24 21:44:02.284248 [ 274 ] {8b324fba-4b4f-4ba4-af8e-04e9a3f3e170} <Debug> oximeter.measurements_u8 (ce7f447a-67a3-4bb9-bebd-56dcf7db855c): There are no data parts
429 2025.02.24 21:44:02.285645 [ 274 ] {8b324fba-4b4f-4ba4-af8e-04e9a3f3e170} <Debug> TCPHandler: Processed in 0.003808945 sec.
430 2025.02.24 21:44:02.285837 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
431 2025.02.24 21:44:02.286171 [ 275 ] {88a21390-90d0-4712-be4f-9894f91763e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
432 2025.02.24 21:44:02.286230 [ 275 ] {88a21390-90d0-4712-be4f-9894f91763e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
433 2025.02.24 21:44:02.288221 [ 275 ] {88a21390-90d0-4712-be4f-9894f91763e2} <Debug> oximeter.measurements_i16 (ba9c82b0-49e3-4e3a-ac04-17bee40cfbd6): Loading data parts
434 2025.02.24 21:44:02.288374 [ 275 ] {88a21390-90d0-4712-be4f-9894f91763e2} <Debug> oximeter.measurements_i16 (ba9c82b0-49e3-4e3a-ac04-17bee40cfbd6): There are no data parts
435 2025.02.24 21:44:02.289811 [ 275 ] {88a21390-90d0-4712-be4f-9894f91763e2} <Debug> TCPHandler: Processed in 0.004042091 sec.
436 2025.02.24 21:44:02.290062 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
437 2025.02.24 21:44:02.290289 [ 274 ] {bf0be567-2ca2-4e20-aef1-3c7d100ab1cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
438 2025.02.24 21:44:02.290432 [ 274 ] {bf0be567-2ca2-4e20-aef1-3c7d100ab1cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
439 2025.02.24 21:44:02.292359 [ 274 ] {bf0be567-2ca2-4e20-aef1-3c7d100ab1cf} <Debug> oximeter.measurements_u16 (cdca781e-6345-48f9-aae3-b35124612ce6): Loading data parts
440 2025.02.24 21:44:02.292574 [ 274 ] {bf0be567-2ca2-4e20-aef1-3c7d100ab1cf} <Debug> oximeter.measurements_u16 (cdca781e-6345-48f9-aae3-b35124612ce6): There are no data parts
441 2025.02.24 21:44:02.293826 [ 274 ] {bf0be567-2ca2-4e20-aef1-3c7d100ab1cf} <Debug> TCPHandler: Processed in 0.003856946 sec.
442 2025.02.24 21:44:02.293999 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
443 2025.02.24 21:44:02.294235 [ 275 ] {c2cb4ed2-11dd-4882-b45d-b3fbf424d935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
444 2025.02.24 21:44:02.294388 [ 275 ] {c2cb4ed2-11dd-4882-b45d-b3fbf424d935} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
445 2025.02.24 21:44:02.296570 [ 275 ] {c2cb4ed2-11dd-4882-b45d-b3fbf424d935} <Debug> oximeter.measurements_i32 (d1d6d1e6-4fb2-4c96-85e0-bfb77c235cf5): Loading data parts
446 2025.02.24 21:44:02.296721 [ 275 ] {c2cb4ed2-11dd-4882-b45d-b3fbf424d935} <Debug> oximeter.measurements_i32 (d1d6d1e6-4fb2-4c96-85e0-bfb77c235cf5): There are no data parts
447 2025.02.24 21:44:02.297957 [ 275 ] {c2cb4ed2-11dd-4882-b45d-b3fbf424d935} <Debug> TCPHandler: Processed in 0.003969149 sec.
448 2025.02.24 21:44:02.298217 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
449 2025.02.24 21:44:02.298470 [ 274 ] {0f61439d-ab15-4508-a29a-6e409437c1e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
450 2025.02.24 21:44:02.298612 [ 274 ] {0f61439d-ab15-4508-a29a-6e409437c1e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
451 2025.02.24 21:44:02.300823 [ 274 ] {0f61439d-ab15-4508-a29a-6e409437c1e3} <Debug> oximeter.measurements_u32 (c22f8528-00c0-47cc-a7da-33e647d49fbe): Loading data parts
452 2025.02.24 21:44:02.301013 [ 274 ] {0f61439d-ab15-4508-a29a-6e409437c1e3} <Debug> oximeter.measurements_u32 (c22f8528-00c0-47cc-a7da-33e647d49fbe): There are no data parts
453 2025.02.24 21:44:02.302347 [ 274 ] {0f61439d-ab15-4508-a29a-6e409437c1e3} <Debug> TCPHandler: Processed in 0.004196185 sec.
454 2025.02.24 21:44:02.302546 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2025.02.24 21:44:02.302842 [ 275 ] {d206ef7f-72e6-416f-87f7-d9e2fa99442b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
456 2025.02.24 21:44:02.302943 [ 275 ] {d206ef7f-72e6-416f-87f7-d9e2fa99442b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
457 2025.02.24 21:44:02.305130 [ 275 ] {d206ef7f-72e6-416f-87f7-d9e2fa99442b} <Debug> oximeter.measurements_i64 (e071bee7-d78c-4beb-96aa-deeadd043695): Loading data parts
458 2025.02.24 21:44:02.305293 [ 275 ] {d206ef7f-72e6-416f-87f7-d9e2fa99442b} <Debug> oximeter.measurements_i64 (e071bee7-d78c-4beb-96aa-deeadd043695): There are no data parts
459 2025.02.24 21:44:02.306524 [ 275 ] {d206ef7f-72e6-416f-87f7-d9e2fa99442b} <Debug> TCPHandler: Processed in 0.004046032 sec.
460 2025.02.24 21:44:02.306766 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2025.02.24 21:44:02.306976 [ 274 ] {d21d5a57-b6eb-41ea-b25c-1b8fb3a90481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
462 2025.02.24 21:44:02.307111 [ 274 ] {d21d5a57-b6eb-41ea-b25c-1b8fb3a90481} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
463 2025.02.24 21:44:02.309161 [ 274 ] {d21d5a57-b6eb-41ea-b25c-1b8fb3a90481} <Debug> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Loading data parts
464 2025.02.24 21:44:02.309325 [ 274 ] {d21d5a57-b6eb-41ea-b25c-1b8fb3a90481} <Debug> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): There are no data parts
465 2025.02.24 21:44:02.310568 [ 274 ] {d21d5a57-b6eb-41ea-b25c-1b8fb3a90481} <Debug> TCPHandler: Processed in 0.003858047 sec.
466 2025.02.24 21:44:02.310763 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2025.02.24 21:44:02.311014 [ 275 ] {daf4978d-f82d-446b-a830-5c27e552456f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
468 2025.02.24 21:44:02.311154 [ 275 ] {daf4978d-f82d-446b-a830-5c27e552456f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
469 2025.02.24 21:44:02.313317 [ 275 ] {daf4978d-f82d-446b-a830-5c27e552456f} <Debug> oximeter.measurements_f32 (5f1245d3-ab21-40cb-8be5-a523ba831e47): Loading data parts
470 2025.02.24 21:44:02.313465 [ 275 ] {daf4978d-f82d-446b-a830-5c27e552456f} <Debug> oximeter.measurements_f32 (5f1245d3-ab21-40cb-8be5-a523ba831e47): There are no data parts
471 2025.02.24 21:44:02.314642 [ 275 ] {daf4978d-f82d-446b-a830-5c27e552456f} <Debug> TCPHandler: Processed in 0.003949949 sec.
472 2025.02.24 21:44:02.314891 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2025.02.24 21:44:02.315140 [ 274 ] {8867f674-7abc-4add-9b37-6a1d42216afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
474 2025.02.24 21:44:02.315269 [ 274 ] {8867f674-7abc-4add-9b37-6a1d42216afb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
475 2025.02.24 21:44:02.317338 [ 274 ] {8867f674-7abc-4add-9b37-6a1d42216afb} <Debug> oximeter.measurements_f64 (b0022b29-7bfe-4c88-908c-6a4750b5c68f): Loading data parts
476 2025.02.24 21:44:02.317499 [ 274 ] {8867f674-7abc-4add-9b37-6a1d42216afb} <Debug> oximeter.measurements_f64 (b0022b29-7bfe-4c88-908c-6a4750b5c68f): There are no data parts
477 2025.02.24 21:44:02.318738 [ 274 ] {8867f674-7abc-4add-9b37-6a1d42216afb} <Debug> TCPHandler: Processed in 0.003913968 sec.
478 2025.02.24 21:44:02.318932 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2025.02.24 21:44:02.319182 [ 275 ] {78e8c201-1242-4cbe-8195-d7805ecb42de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
480 2025.02.24 21:44:02.319313 [ 275 ] {78e8c201-1242-4cbe-8195-d7805ecb42de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
481 2025.02.24 21:44:02.321519 [ 275 ] {78e8c201-1242-4cbe-8195-d7805ecb42de} <Debug> oximeter.measurements_string (bbb5267d-7763-4e1f-8fc2-70c5d22f93f7): Loading data parts
482 2025.02.24 21:44:02.321689 [ 275 ] {78e8c201-1242-4cbe-8195-d7805ecb42de} <Debug> oximeter.measurements_string (bbb5267d-7763-4e1f-8fc2-70c5d22f93f7): There are no data parts
483 2025.02.24 21:44:02.322859 [ 275 ] {78e8c201-1242-4cbe-8195-d7805ecb42de} <Debug> TCPHandler: Processed in 0.003995011 sec.
484 2025.02.24 21:44:02.323114 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2025.02.24 21:44:02.323367 [ 274 ] {abdeecf2-b5be-4df8-900b-a43861873206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
486 * NOTE: Right now we can't unambiguously record a nullable byte array.
487 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
488 * a string isn't palatable for a few reasons.
489 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
490 * details.
491 */
492 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
493 2025.02.24 21:44:02.323504 [ 274 ] {abdeecf2-b5be-4df8-900b-a43861873206} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
494 2025.02.24 21:44:02.325719 [ 274 ] {abdeecf2-b5be-4df8-900b-a43861873206} <Debug> oximeter.measurements_bytes (49b87b7c-887c-4186-9db7-7425b4d175dd): Loading data parts
495 2025.02.24 21:44:02.325878 [ 274 ] {abdeecf2-b5be-4df8-900b-a43861873206} <Debug> oximeter.measurements_bytes (49b87b7c-887c-4186-9db7-7425b4d175dd): There are no data parts
496 2025.02.24 21:44:02.327148 [ 274 ] {abdeecf2-b5be-4df8-900b-a43861873206} <Debug> TCPHandler: Processed in 0.004101673 sec.
497 2025.02.24 21:44:02.327405 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
498 2025.02.24 21:44:02.327667 [ 275 ] {13db5ce5-180b-4fa5-b86a-a55bbd8debeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
499 2025.02.24 21:44:02.327808 [ 275 ] {13db5ce5-180b-4fa5-b86a-a55bbd8debeb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
500 2025.02.24 21:44:02.330009 [ 275 ] {13db5ce5-180b-4fa5-b86a-a55bbd8debeb} <Debug> oximeter.measurements_cumulativei64 (da4528e1-244b-4a8b-8dd3-fed7ba0bd654): Loading data parts
501 2025.02.24 21:44:02.330238 [ 275 ] {13db5ce5-180b-4fa5-b86a-a55bbd8debeb} <Debug> oximeter.measurements_cumulativei64 (da4528e1-244b-4a8b-8dd3-fed7ba0bd654): There are no data parts
502 2025.02.24 21:44:02.331458 [ 275 ] {13db5ce5-180b-4fa5-b86a-a55bbd8debeb} <Debug> TCPHandler: Processed in 0.004120683 sec.
503 2025.02.24 21:44:02.331653 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
504 2025.02.24 21:44:02.331995 [ 274 ] {0ca7362f-b8a4-49ea-aea9-0469df237e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
505 2025.02.24 21:44:02.332127 [ 274 ] {0ca7362f-b8a4-49ea-aea9-0469df237e1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
506 2025.02.24 21:44:02.334245 [ 274 ] {0ca7362f-b8a4-49ea-aea9-0469df237e1c} <Debug> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Loading data parts
507 2025.02.24 21:44:02.334402 [ 274 ] {0ca7362f-b8a4-49ea-aea9-0469df237e1c} <Debug> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): There are no data parts
508 2025.02.24 21:44:02.335678 [ 274 ] {0ca7362f-b8a4-49ea-aea9-0469df237e1c} <Debug> TCPHandler: Processed in 0.004092693 sec.
509 2025.02.24 21:44:02.335871 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
510 2025.02.24 21:44:02.336132 [ 275 ] {5eec081f-51b1-4ec0-912e-7d4423df0c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
511 2025.02.24 21:44:02.336270 [ 275 ] {5eec081f-51b1-4ec0-912e-7d4423df0c17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
512 2025.02.24 21:44:02.338440 [ 275 ] {5eec081f-51b1-4ec0-912e-7d4423df0c17} <Debug> oximeter.measurements_cumulativef32 (feb4b1e0-c472-4ae8-ab9c-baba5db332ec): Loading data parts
513 2025.02.24 21:44:02.338604 [ 275 ] {5eec081f-51b1-4ec0-912e-7d4423df0c17} <Debug> oximeter.measurements_cumulativef32 (feb4b1e0-c472-4ae8-ab9c-baba5db332ec): There are no data parts
514 2025.02.24 21:44:02.339813 [ 275 ] {5eec081f-51b1-4ec0-912e-7d4423df0c17} <Debug> TCPHandler: Processed in 0.00401379 sec.
515 2025.02.24 21:44:02.340067 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
516 2025.02.24 21:44:02.340332 [ 274 ] {9a8f97db-4ae8-4fe3-8f71-4e1b5aaf2119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
517 2025.02.24 21:44:02.340471 [ 274 ] {9a8f97db-4ae8-4fe3-8f71-4e1b5aaf2119} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
518 2025.02.24 21:44:02.342709 [ 274 ] {9a8f97db-4ae8-4fe3-8f71-4e1b5aaf2119} <Debug> oximeter.measurements_cumulativef64 (02803e44-27e3-4e42-8f27-5547a24bd80b): Loading data parts
519 2025.02.24 21:44:02.342920 [ 274 ] {9a8f97db-4ae8-4fe3-8f71-4e1b5aaf2119} <Debug> oximeter.measurements_cumulativef64 (02803e44-27e3-4e42-8f27-5547a24bd80b): There are no data parts
520 2025.02.24 21:44:02.344086 [ 274 ] {9a8f97db-4ae8-4fe3-8f71-4e1b5aaf2119} <Debug> TCPHandler: Processed in 0.004086642 sec.
521 2025.02.24 21:44:02.344303 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
522 2025.02.24 21:44:02.344705 [ 275 ] {1749afd9-44a7-4427-9008-6e3f9efddd31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
523 * NOTE: Array types cannot be Nullable, see
524 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
525 * for more details.
526 *
527 * This means we need to use empty arrays to indicate a missing value. This
528 * is unfortunate, and at this point relies on the fact that an
529 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
530 * to figure out another way to represent missing samples here.
531 */
532 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)
533 2025.02.24 21:44:02.344845 [ 275 ] {1749afd9-44a7-4427-9008-6e3f9efddd31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
534 2025.02.24 21:44:02.347403 [ 275 ] {1749afd9-44a7-4427-9008-6e3f9efddd31} <Debug> oximeter.measurements_histogrami8 (3a3019bf-4e8f-46da-81e1-e03cc4286052): Loading data parts
535 2025.02.24 21:44:02.347564 [ 275 ] {1749afd9-44a7-4427-9008-6e3f9efddd31} <Debug> oximeter.measurements_histogrami8 (3a3019bf-4e8f-46da-81e1-e03cc4286052): There are no data parts
536 2025.02.24 21:44:02.348806 [ 275 ] {1749afd9-44a7-4427-9008-6e3f9efddd31} <Debug> TCPHandler: Processed in 0.004584445 sec.
537 2025.02.24 21:44:02.349072 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
538 2025.02.24 21:44:02.349366 [ 274 ] {10e4beb4-3ba3-4b54-b0d6-43fcb3730380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
539 2025.02.24 21:44:02.349529 [ 274 ] {10e4beb4-3ba3-4b54-b0d6-43fcb3730380} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
540 2025.02.24 21:44:02.351596 [ 274 ] {10e4beb4-3ba3-4b54-b0d6-43fcb3730380} <Debug> oximeter.measurements_histogramu8 (9f07e975-daad-447e-8e8c-349763884383): Loading data parts
541 2025.02.24 21:44:02.351813 [ 274 ] {10e4beb4-3ba3-4b54-b0d6-43fcb3730380} <Debug> oximeter.measurements_histogramu8 (9f07e975-daad-447e-8e8c-349763884383): There are no data parts
542 2025.02.24 21:44:02.353026 [ 274 ] {10e4beb4-3ba3-4b54-b0d6-43fcb3730380} <Debug> TCPHandler: Processed in 0.00401297 sec.
543 2025.02.24 21:44:02.353208 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
544 2025.02.24 21:44:02.353598 [ 275 ] {3df7522c-0a1a-4ffc-af99-c8ebd6f63706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
545 2025.02.24 21:44:02.353738 [ 275 ] {3df7522c-0a1a-4ffc-af99-c8ebd6f63706} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
546 2025.02.24 21:44:02.355967 [ 275 ] {3df7522c-0a1a-4ffc-af99-c8ebd6f63706} <Debug> oximeter.measurements_histogrami16 (e576fe7b-987e-4dc2-9c72-7c889aa4f302): Loading data parts
547 2025.02.24 21:44:02.356134 [ 275 ] {3df7522c-0a1a-4ffc-af99-c8ebd6f63706} <Debug> oximeter.measurements_histogrami16 (e576fe7b-987e-4dc2-9c72-7c889aa4f302): There are no data parts
548 2025.02.24 21:44:02.357347 [ 275 ] {3df7522c-0a1a-4ffc-af99-c8ebd6f63706} <Debug> TCPHandler: Processed in 0.004196634 sec.
549 2025.02.24 21:44:02.357618 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
550 2025.02.24 21:44:02.357972 [ 274 ] {82a33adb-79e7-44dd-9dc9-ea06bc18ca07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
551 2025.02.24 21:44:02.358130 [ 274 ] {82a33adb-79e7-44dd-9dc9-ea06bc18ca07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
552 2025.02.24 21:44:02.360197 [ 274 ] {82a33adb-79e7-44dd-9dc9-ea06bc18ca07} <Debug> oximeter.measurements_histogramu16 (b9957f9d-fda8-416c-8b26-13f352fbb23f): Loading data parts
553 2025.02.24 21:44:02.360387 [ 274 ] {82a33adb-79e7-44dd-9dc9-ea06bc18ca07} <Debug> oximeter.measurements_histogramu16 (b9957f9d-fda8-416c-8b26-13f352fbb23f): There are no data parts
554 2025.02.24 21:44:02.361619 [ 274 ] {82a33adb-79e7-44dd-9dc9-ea06bc18ca07} <Debug> TCPHandler: Processed in 0.004068932 sec.
555 2025.02.24 21:44:02.361801 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
556 2025.02.24 21:44:02.362174 [ 275 ] {a3ac1753-6645-4ddb-973e-fff827efa19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
557 2025.02.24 21:44:02.362299 [ 275 ] {a3ac1753-6645-4ddb-973e-fff827efa19e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
558 2025.02.24 21:44:02.364417 [ 275 ] {a3ac1753-6645-4ddb-973e-fff827efa19e} <Debug> oximeter.measurements_histogrami32 (44e7042f-6450-4eff-a291-4b7343571dbe): Loading data parts
559 2025.02.24 21:44:02.364584 [ 275 ] {a3ac1753-6645-4ddb-973e-fff827efa19e} <Debug> oximeter.measurements_histogrami32 (44e7042f-6450-4eff-a291-4b7343571dbe): There are no data parts
560 2025.02.24 21:44:02.365972 [ 275 ] {a3ac1753-6645-4ddb-973e-fff827efa19e} <Debug> TCPHandler: Processed in 0.004227696 sec.
561 2025.02.24 21:44:02.366259 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
562 2025.02.24 21:44:02.366585 [ 274 ] {1b60a1af-0577-4427-a73f-30635a2288e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
563 2025.02.24 21:44:02.366731 [ 274 ] {1b60a1af-0577-4427-a73f-30635a2288e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
564 2025.02.24 21:44:02.369004 [ 274 ] {1b60a1af-0577-4427-a73f-30635a2288e0} <Debug> oximeter.measurements_histogramu32 (d777911e-6d97-4fd8-98e4-c863029bc305): Loading data parts
565 2025.02.24 21:44:02.369243 [ 274 ] {1b60a1af-0577-4427-a73f-30635a2288e0} <Debug> oximeter.measurements_histogramu32 (d777911e-6d97-4fd8-98e4-c863029bc305): There are no data parts
566 2025.02.24 21:44:02.370725 [ 274 ] {1b60a1af-0577-4427-a73f-30635a2288e0} <Debug> TCPHandler: Processed in 0.004529794 sec.
567 2025.02.24 21:44:02.370959 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.02.24 21:44:02.371365 [ 275 ] {274db608-c04b-4a2f-a757-2153a9e8617a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
569 2025.02.24 21:44:02.371568 [ 275 ] {274db608-c04b-4a2f-a757-2153a9e8617a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
570 2025.02.24 21:44:02.374026 [ 275 ] {274db608-c04b-4a2f-a757-2153a9e8617a} <Debug> oximeter.measurements_histogrami64 (296387c6-480f-4e99-9dc0-51da590c6a29): Loading data parts
571 2025.02.24 21:44:02.374188 [ 275 ] {274db608-c04b-4a2f-a757-2153a9e8617a} <Debug> oximeter.measurements_histogrami64 (296387c6-480f-4e99-9dc0-51da590c6a29): There are no data parts
572 2025.02.24 21:44:02.375450 [ 275 ] {274db608-c04b-4a2f-a757-2153a9e8617a} <Debug> TCPHandler: Processed in 0.004568394 sec.
573 2025.02.24 21:44:02.375720 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
574 2025.02.24 21:44:02.376027 [ 274 ] {d26aa7ea-f596-4327-aa6a-c3c99c9427e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
575 2025.02.24 21:44:02.376200 [ 274 ] {d26aa7ea-f596-4327-aa6a-c3c99c9427e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
576 2025.02.24 21:44:02.379399 [ 274 ] {d26aa7ea-f596-4327-aa6a-c3c99c9427e4} <Debug> oximeter.measurements_histogramu64 (f9b3c607-aa37-43a3-be02-f0eaec2b426b): Loading data parts
577 2025.02.24 21:44:02.379605 [ 274 ] {d26aa7ea-f596-4327-aa6a-c3c99c9427e4} <Debug> oximeter.measurements_histogramu64 (f9b3c607-aa37-43a3-be02-f0eaec2b426b): There are no data parts
578 2025.02.24 21:44:02.380952 [ 274 ] {d26aa7ea-f596-4327-aa6a-c3c99c9427e4} <Debug> TCPHandler: Processed in 0.005289823 sec.
579 2025.02.24 21:44:02.381148 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
580 2025.02.24 21:44:02.381494 [ 275 ] {2acef445-cad1-49d8-9dda-8252ee49d895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
581 2025.02.24 21:44:02.381639 [ 275 ] {2acef445-cad1-49d8-9dda-8252ee49d895} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
582 2025.02.24 21:44:02.383857 [ 275 ] {2acef445-cad1-49d8-9dda-8252ee49d895} <Debug> oximeter.measurements_histogramf32 (9d9f5457-5af4-41ad-ba6b-1173920861ef): Loading data parts
583 2025.02.24 21:44:02.384009 [ 275 ] {2acef445-cad1-49d8-9dda-8252ee49d895} <Debug> oximeter.measurements_histogramf32 (9d9f5457-5af4-41ad-ba6b-1173920861ef): There are no data parts
584 2025.02.24 21:44:02.385286 [ 275 ] {2acef445-cad1-49d8-9dda-8252ee49d895} <Debug> TCPHandler: Processed in 0.004198375 sec.
585 2025.02.24 21:44:02.385579 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
586 2025.02.24 21:44:02.385937 [ 274 ] {c43c6cfc-518f-4119-8869-01fca0107047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
587 2025.02.24 21:44:02.386118 [ 274 ] {c43c6cfc-518f-4119-8869-01fca0107047} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
588 2025.02.24 21:44:02.388271 [ 274 ] {c43c6cfc-518f-4119-8869-01fca0107047} <Debug> oximeter.measurements_histogramf64 (52142cb0-9744-4708-9ca4-714ad5aab2b2): Loading data parts
589 2025.02.24 21:44:02.388468 [ 274 ] {c43c6cfc-518f-4119-8869-01fca0107047} <Debug> oximeter.measurements_histogramf64 (52142cb0-9744-4708-9ca4-714ad5aab2b2): There are no data parts
590 2025.02.24 21:44:02.389729 [ 274 ] {c43c6cfc-518f-4119-8869-01fca0107047} <Debug> TCPHandler: Processed in 0.004217676 sec.
591 2025.02.24 21:44:02.389920 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
592 2025.02.24 21:44:02.390188 [ 275 ] {d3616feb-2549-4b06-881a-35ce419a4251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) /* The field tables store named dimensions of each timeseries.
593 *
594 * As with the measurement tables, there is one field table for each field data
595 * type. Fields are deduplicated by using the "replacing merge tree", though
596 * this behavior **must not** be relied upon for query correctness.
597 *
598 * The index for the fields differs from the measurements, however. Rows are
599 * sorted by timeseries name, then field name, field value, and finally
600 * timeseries key. This reflects the most common pattern for looking them up:
601 * by field name and possibly value, within a timeseries. The resulting keys are
602 * usually then used to look up measurements.
603 *
604 * NOTE: We may want to consider a secondary index on these tables, sorting by
605 * timeseries name and then key, since it would improve lookups where one
606 * already has the key. Realistically though, these tables are quite small and
607 * so performance benefits will be low in absolute terms.
608 *
609 * TTL: We use a materialized column to expire old field table records. This
610 * column is generated automatically by the database whenever a new row is
611 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
612 * query. Since these tables are `ReplacingMergeTree`s, that means the last
613 * record will remain during a deduplication, which will have the last
614 * timestamp. ClickHouse will then expire old data for us, similar to the
615 * measurement tables.
616 */
617 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)
618 2025.02.24 21:44:02.390324 [ 275 ] {d3616feb-2549-4b06-881a-35ce419a4251} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
619 2025.02.24 21:44:02.392379 [ 275 ] {d3616feb-2549-4b06-881a-35ce419a4251} <Debug> oximeter.fields_bool (016d8ada-22c3-484c-807d-5a647e97a8b0): Loading data parts
620 2025.02.24 21:44:02.392535 [ 275 ] {d3616feb-2549-4b06-881a-35ce419a4251} <Debug> oximeter.fields_bool (016d8ada-22c3-484c-807d-5a647e97a8b0): There are no data parts
621 2025.02.24 21:44:02.393702 [ 275 ] {d3616feb-2549-4b06-881a-35ce419a4251} <Debug> TCPHandler: Processed in 0.003841096 sec.
622 2025.02.24 21:44:02.393896 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
623 2025.02.24 21:44:02.394247 [ 274 ] {3689f228-2a14-418a-8bd0-838f4fc12f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
624 2025.02.24 21:44:02.394431 [ 274 ] {3689f228-2a14-418a-8bd0-838f4fc12f25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
625 2025.02.24 21:44:02.396347 [ 274 ] {3689f228-2a14-418a-8bd0-838f4fc12f25} <Debug> oximeter.fields_i8 (0095fed1-621e-44b1-8eb4-71d71826a861): Loading data parts
626 2025.02.24 21:44:02.396502 [ 274 ] {3689f228-2a14-418a-8bd0-838f4fc12f25} <Debug> oximeter.fields_i8 (0095fed1-621e-44b1-8eb4-71d71826a861): There are no data parts
627 2025.02.24 21:44:02.397782 [ 274 ] {3689f228-2a14-418a-8bd0-838f4fc12f25} <Debug> TCPHandler: Processed in 0.00395211 sec.
628 2025.02.24 21:44:02.397999 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
629 2025.02.24 21:44:02.398245 [ 275 ] {45dc13e3-f6d8-4f9d-90b1-cc4b3aa3821f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
630 2025.02.24 21:44:02.398390 [ 275 ] {45dc13e3-f6d8-4f9d-90b1-cc4b3aa3821f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
631 2025.02.24 21:44:02.400291 [ 275 ] {45dc13e3-f6d8-4f9d-90b1-cc4b3aa3821f} <Debug> oximeter.fields_u8 (b851db64-db50-412b-b52f-72c34a9422c9): Loading data parts
632 2025.02.24 21:44:02.400475 [ 275 ] {45dc13e3-f6d8-4f9d-90b1-cc4b3aa3821f} <Debug> oximeter.fields_u8 (b851db64-db50-412b-b52f-72c34a9422c9): There are no data parts
633 2025.02.24 21:44:02.401699 [ 275 ] {45dc13e3-f6d8-4f9d-90b1-cc4b3aa3821f} <Debug> TCPHandler: Processed in 0.003766785 sec.
634 2025.02.24 21:44:02.401912 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
635 2025.02.24 21:44:02.402285 [ 274 ] {b91bd445-494e-466f-8a62-2b5a340720c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
636 2025.02.24 21:44:02.402478 [ 274 ] {b91bd445-494e-466f-8a62-2b5a340720c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
637 2025.02.24 21:44:02.404963 [ 274 ] {b91bd445-494e-466f-8a62-2b5a340720c1} <Debug> oximeter.fields_i16 (1c293c77-76e6-4887-84ba-21aa0a6f386d): Loading data parts
638 2025.02.24 21:44:02.405120 [ 274 ] {b91bd445-494e-466f-8a62-2b5a340720c1} <Debug> oximeter.fields_i16 (1c293c77-76e6-4887-84ba-21aa0a6f386d): There are no data parts
639 2025.02.24 21:44:02.406408 [ 274 ] {b91bd445-494e-466f-8a62-2b5a340720c1} <Debug> TCPHandler: Processed in 0.004559594 sec.
640 2025.02.24 21:44:02.406611 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
641 2025.02.24 21:44:02.406825 [ 275 ] {fe132791-47fe-429b-b8ea-44aca47f6a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
642 2025.02.24 21:44:02.406979 [ 275 ] {fe132791-47fe-429b-b8ea-44aca47f6a25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
643 2025.02.24 21:44:02.409012 [ 275 ] {fe132791-47fe-429b-b8ea-44aca47f6a25} <Debug> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Loading data parts
644 2025.02.24 21:44:02.409176 [ 275 ] {fe132791-47fe-429b-b8ea-44aca47f6a25} <Debug> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): There are no data parts
645 2025.02.24 21:44:02.410319 [ 275 ] {fe132791-47fe-429b-b8ea-44aca47f6a25} <Debug> TCPHandler: Processed in 0.003770125 sec.
646 2025.02.24 21:44:02.410553 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
647 2025.02.24 21:44:02.410814 [ 274 ] {b03590f4-542a-4751-a84f-4a1b249721e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
648 2025.02.24 21:44:02.410948 [ 274 ] {b03590f4-542a-4751-a84f-4a1b249721e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
649 2025.02.24 21:44:02.412811 [ 274 ] {b03590f4-542a-4751-a84f-4a1b249721e1} <Debug> oximeter.fields_i32 (c9e981c5-cfa3-449e-84e0-dae42804c8d5): Loading data parts
650 2025.02.24 21:44:02.412961 [ 274 ] {b03590f4-542a-4751-a84f-4a1b249721e1} <Debug> oximeter.fields_i32 (c9e981c5-cfa3-449e-84e0-dae42804c8d5): There are no data parts
651 2025.02.24 21:44:02.414187 [ 274 ] {b03590f4-542a-4751-a84f-4a1b249721e1} <Debug> TCPHandler: Processed in 0.003693031 sec.
652 2025.02.24 21:44:02.414400 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
653 2025.02.24 21:44:02.414610 [ 275 ] {1503e97a-7803-44a8-95d1-26278a7ec69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
654 2025.02.24 21:44:02.414763 [ 275 ] {1503e97a-7803-44a8-95d1-26278a7ec69e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
655 2025.02.24 21:44:02.416824 [ 275 ] {1503e97a-7803-44a8-95d1-26278a7ec69e} <Debug> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): Loading data parts
656 2025.02.24 21:44:02.417000 [ 275 ] {1503e97a-7803-44a8-95d1-26278a7ec69e} <Debug> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): There are no data parts
657 2025.02.24 21:44:02.418491 [ 275 ] {1503e97a-7803-44a8-95d1-26278a7ec69e} <Debug> TCPHandler: Processed in 0.004150864 sec.
658 2025.02.24 21:44:02.418795 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
659 2025.02.24 21:44:02.419004 [ 274 ] {c918fee0-687e-495a-a2cb-44fe70bbfec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
660 2025.02.24 21:44:02.419144 [ 274 ] {c918fee0-687e-495a-a2cb-44fe70bbfec6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
661 2025.02.24 21:44:02.421041 [ 274 ] {c918fee0-687e-495a-a2cb-44fe70bbfec6} <Debug> oximeter.fields_i64 (19d3c08e-2e7c-4240-a0af-b354aef925b5): Loading data parts
662 2025.02.24 21:44:02.421309 [ 274 ] {c918fee0-687e-495a-a2cb-44fe70bbfec6} <Debug> oximeter.fields_i64 (19d3c08e-2e7c-4240-a0af-b354aef925b5): There are no data parts
663 2025.02.24 21:44:02.422495 [ 274 ] {c918fee0-687e-495a-a2cb-44fe70bbfec6} <Debug> TCPHandler: Processed in 0.003759285 sec.
664 2025.02.24 21:44:02.422699 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
665 2025.02.24 21:44:02.423022 [ 275 ] {eba5d25b-8373-48c4-91a2-dfcb2e46d581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
666 2025.02.24 21:44:02.423135 [ 275 ] {eba5d25b-8373-48c4-91a2-dfcb2e46d581} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
667 2025.02.24 21:44:02.425147 [ 275 ] {eba5d25b-8373-48c4-91a2-dfcb2e46d581} <Debug> oximeter.fields_u64 (86da11e6-5b24-423d-bc2e-c0a9b1b15e4e): Loading data parts
668 2025.02.24 21:44:02.425335 [ 275 ] {eba5d25b-8373-48c4-91a2-dfcb2e46d581} <Debug> oximeter.fields_u64 (86da11e6-5b24-423d-bc2e-c0a9b1b15e4e): There are no data parts
669 2025.02.24 21:44:02.426616 [ 275 ] {eba5d25b-8373-48c4-91a2-dfcb2e46d581} <Debug> TCPHandler: Processed in 0.00399037 sec.
670 2025.02.24 21:44:02.426896 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
671 2025.02.24 21:44:02.427110 [ 274 ] {706eb6c3-8415-453c-afbb-f08718738b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
672 2025.02.24 21:44:02.427299 [ 274 ] {706eb6c3-8415-453c-afbb-f08718738b44} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
673 2025.02.24 21:44:02.429194 [ 274 ] {706eb6c3-8415-453c-afbb-f08718738b44} <Debug> oximeter.fields_ipaddr (a6adc5cc-60e9-45f4-955f-bb6803f18f91): Loading data parts
674 2025.02.24 21:44:02.429434 [ 274 ] {706eb6c3-8415-453c-afbb-f08718738b44} <Debug> oximeter.fields_ipaddr (a6adc5cc-60e9-45f4-955f-bb6803f18f91): There are no data parts
675 2025.02.24 21:44:02.430657 [ 274 ] {706eb6c3-8415-453c-afbb-f08718738b44} <Debug> TCPHandler: Processed in 0.003816666 sec.
676 2025.02.24 21:44:02.430844 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
677 2025.02.24 21:44:02.431159 [ 275 ] {ca3aab95-c2a4-473e-a1be-8f6c8876ced1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
678 2025.02.24 21:44:02.431289 [ 275 ] {ca3aab95-c2a4-473e-a1be-8f6c8876ced1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
679 2025.02.24 21:44:02.433148 [ 275 ] {ca3aab95-c2a4-473e-a1be-8f6c8876ced1} <Debug> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Loading data parts
680 2025.02.24 21:44:02.433303 [ 275 ] {ca3aab95-c2a4-473e-a1be-8f6c8876ced1} <Debug> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): There are no data parts
681 2025.02.24 21:44:02.434571 [ 275 ] {ca3aab95-c2a4-473e-a1be-8f6c8876ced1} <Debug> TCPHandler: Processed in 0.003784785 sec.
682 2025.02.24 21:44:02.434804 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
683 2025.02.24 21:44:02.435055 [ 274 ] {f97cda5c-6c6c-4ede-a6a6-3546335f1f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
684 2025.02.24 21:44:02.435219 [ 274 ] {f97cda5c-6c6c-4ede-a6a6-3546335f1f1d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
685 2025.02.24 21:44:02.437064 [ 274 ] {f97cda5c-6c6c-4ede-a6a6-3546335f1f1d} <Debug> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Loading data parts
686 2025.02.24 21:44:02.437288 [ 274 ] {f97cda5c-6c6c-4ede-a6a6-3546335f1f1d} <Debug> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): There are no data parts
687 2025.02.24 21:44:02.438471 [ 274 ] {f97cda5c-6c6c-4ede-a6a6-3546335f1f1d} <Debug> TCPHandler: Processed in 0.003734634 sec.
688 2025.02.24 21:44:02.438676 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
689 2025.02.24 21:44:02.439129 [ 275 ] {4202a2ca-8d68-4026-8b58-9956b0a45322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) /* The timeseries schema table stores the extracted schema for the samples
690 * oximeter collects.
691 */
692 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)
693 2025.02.24 21:44:02.439278 [ 275 ] {4202a2ca-8d68-4026-8b58-9956b0a45322} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
694 2025.02.24 21:44:02.441093 [ 275 ] {4202a2ca-8d68-4026-8b58-9956b0a45322} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Loading data parts
695 2025.02.24 21:44:02.441312 [ 275 ] {4202a2ca-8d68-4026-8b58-9956b0a45322} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): There are no data parts
696 2025.02.24 21:44:02.442612 [ 275 ] {4202a2ca-8d68-4026-8b58-9956b0a45322} <Debug> TCPHandler: Processed in 0.00400222 sec.
697 2025.02.24 21:44:02.442809 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
698 2025.02.24 21:44:02.443175 [ 274 ] {87b2f402-2a4e-4a5f-8fa1-325e2b12c681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
699 2025.02.24 21:44:02.446016 [ 274 ] {87b2f402-2a4e-4a5f-8fa1-325e2b12c681} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
700 2025.02.24 21:44:02.455930 [ 283 ] {87b2f402-2a4e-4a5f-8fa1-325e2b12c681} <Trace> oximeter.version (6cb7110a-c18b-457d-8fbb-84b5cd309173): Trying to reserve 1.00 MiB using storage policy from min volume index 0
701 2025.02.24 21:44:02.456071 [ 283 ] {87b2f402-2a4e-4a5f-8fa1-325e2b12c681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
702 2025.02.24 21:44:02.463123 [ 283 ] {87b2f402-2a4e-4a5f-8fa1-325e2b12c681} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
703 2025.02.24 21:44:02.463774 [ 283 ] {87b2f402-2a4e-4a5f-8fa1-325e2b12c681} <Trace> oximeter.version (6cb7110a-c18b-457d-8fbb-84b5cd309173): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
704 2025.02.24 21:44:02.464181 [ 274 ] {87b2f402-2a4e-4a5f-8fa1-325e2b12c681} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.021133 sec., 47.31935834950078 rows/sec., 757.11 B/sec.
705 2025.02.24 21:44:02.464480 [ 274 ] {87b2f402-2a4e-4a5f-8fa1-325e2b12c681} <Debug> TCPHandler: Processed in 0.021737624 sec.
706 2025.02.24 21:44:02.605755 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
707 2025.02.24 21:44:02.605805 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
708 2025.02.24 21:44:02.605963 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
709 2025.02.24 21:44:02.605975 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
710 2025.02.24 21:44:02.613543 [ 244 ] {} <Debug> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Loading data parts
711 2025.02.24 21:44:02.614049 [ 244 ] {} <Debug> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): There are no data parts
712 2025.02.24 21:44:02.624570 [ 243 ] {} <Debug> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Loading data parts
713 2025.02.24 21:44:02.624744 [ 243 ] {} <Debug> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): There are no data parts
714 2025.02.24 21:44:02.628767 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Trying to reserve 1.00 MiB using storage policy from min volume index 0
715 2025.02.24 21:44:02.628927 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
716 2025.02.24 21:44:02.633367 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
717 2025.02.24 21:44:02.633897 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
718 2025.02.24 21:44:02.634238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
719 2025.02.24 21:44:02.655893 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Trying to reserve 1.00 MiB using storage policy from min volume index 0
720 2025.02.24 21:44:02.655939 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
721 2025.02.24 21:44:02.663330 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
722 2025.02.24 21:44:02.664500 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
723 2025.02.24 21:44:02.666838 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
724 2025.02.24 21:44:03.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 132.69 MiB, peak 136.69 MiB, free memory in arenas 0.00 B, will set to 150.24 MiB (RSS), difference: 17.54 MiB
725 2025.02.24 21:44:05.105729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
726 2025.02.24 21:44:05.105841 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
727 2025.02.24 21:44:05.110853 [ 242 ] {} <Debug> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Loading data parts
728 2025.02.24 21:44:05.111142 [ 242 ] {} <Debug> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): There are no data parts
729 2025.02.24 21:44:05.121478 [ 242 ] {} <Trace> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
730 2025.02.24 21:44:05.121515 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
731 2025.02.24 21:44:05.123393 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
732 2025.02.24 21:44:05.123995 [ 242 ] {} <Trace> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
733 2025.02.24 21:44:05.124479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
734 2025.02.24 21:44:06.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.56 MiB, peak 154.56 MiB, free memory in arenas 0.00 B, will set to 150.85 MiB (RSS), difference: -3.71 MiB
735 2025.02.24 21:44:10.071623 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
736 2025.02.24 21:44:10.071683 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
737 2025.02.24 21:44:10.134409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
738 2025.02.24 21:44:10.135506 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Trying to reserve 1.00 MiB using storage policy from min volume index 0
739 2025.02.24 21:44:10.135670 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
740 2025.02.24 21:44:10.136419 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
741 2025.02.24 21:44:10.137254 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
742 2025.02.24 21:44:10.137639 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
743 2025.02.24 21:44:10.167003 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
744 2025.02.24 21:44:10.187545 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Trying to reserve 1.00 MiB using storage policy from min volume index 0
745 2025.02.24 21:44:10.187596 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
746 2025.02.24 21:44:10.194702 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
747 2025.02.24 21:44:10.195894 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
748 2025.02.24 21:44:10.198208 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
749 2025.02.24 21:44:16.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.56 MiB, peak 155.54 MiB, free memory in arenas 0.00 B, will set to 152.58 MiB (RSS), difference: 4.02 MiB
750 2025.02.24 21:44:17.637767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
751 2025.02.24 21:44:17.638380 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Trying to reserve 1.00 MiB using storage policy from min volume index 0
752 2025.02.24 21:44:17.638502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
753 2025.02.24 21:44:17.639335 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
754 2025.02.24 21:44:17.639897 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
755 2025.02.24 21:44:17.640186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
756 2025.02.24 21:44:17.698379 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
757 2025.02.24 21:44:17.717768 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Trying to reserve 1.00 MiB using storage policy from min volume index 0
758 2025.02.24 21:44:17.717832 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB.
759 2025.02.24 21:44:17.724275 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
760 2025.02.24 21:44:17.725420 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
761 2025.02.24 21:44:17.728340 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
762 2025.02.24 21:44:22.474772 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
763 2025.02.24 21:44:22.474986 [ 274 ] {4d79e9b5-93e6-426a-a800-280895efc374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
764 2025.02.24 21:44:22.475391 [ 274 ] {4d79e9b5-93e6-426a-a800-280895efc374} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
765 2025.02.24 21:44:22.483662 [ 274 ] {4d79e9b5-93e6-426a-a800-280895efc374} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
766 2025.02.24 21:44:22.490529 [ 274 ] {4d79e9b5-93e6-426a-a800-280895efc374} <Debug> TCPHandler: Processed in 0.015882148 sec.
767 2025.02.24 21:44:22.493129 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
768 2025.02.24 21:44:22.493365 [ 275 ] {658fa0fe-d29a-4b82-b21c-61bcbcc3c526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
769 2025.02.24 21:44:22.499276 [ 275 ] {658fa0fe-d29a-4b82-b21c-61bcbcc3c526} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
770 2025.02.24 21:44:22.499361 [ 275 ] {658fa0fe-d29a-4b82-b21c-61bcbcc3c526} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
771 2025.02.24 21:44:22.500052 [ 275 ] {658fa0fe-d29a-4b82-b21c-61bcbcc3c526} <Debug> TCPHandler: Processed in 0.007059956 sec.
772 2025.02.24 21:44:22.500409 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
773 2025.02.24 21:44:22.500591 [ 274 ] {5c12fbc6-8d66-4920-89f1-1c8319ebd7e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
774 2025.02.24 21:44:22.501048 [ 274 ] {5c12fbc6-8d66-4920-89f1-1c8319ebd7e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
775 2025.02.24 21:44:22.501107 [ 274 ] {5c12fbc6-8d66-4920-89f1-1c8319ebd7e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
776 2025.02.24 21:44:22.501603 [ 274 ] {5c12fbc6-8d66-4920-89f1-1c8319ebd7e7} <Debug> TCPHandler: Processed in 0.001261481 sec.
777 2025.02.24 21:44:22.501906 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
778 2025.02.24 21:44:22.502087 [ 275 ] {4bf3c07f-b1b2-4ab4-bb72-ee0ac26c1bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
779 2025.02.24 21:44:22.502548 [ 275 ] {4bf3c07f-b1b2-4ab4-bb72-ee0ac26c1bac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
780 2025.02.24 21:44:22.502622 [ 275 ] {4bf3c07f-b1b2-4ab4-bb72-ee0ac26c1bac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
781 2025.02.24 21:44:22.503205 [ 275 ] {4bf3c07f-b1b2-4ab4-bb72-ee0ac26c1bac} <Debug> TCPHandler: Processed in 0.001364314 sec.
782 2025.02.24 21:44:22.503515 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
783 2025.02.24 21:44:22.503674 [ 274 ] {506b1a90-c0e9-4d31-ae7a-8034928f8a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
784 2025.02.24 21:44:22.504051 [ 274 ] {506b1a90-c0e9-4d31-ae7a-8034928f8a93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
785 2025.02.24 21:44:22.504109 [ 274 ] {506b1a90-c0e9-4d31-ae7a-8034928f8a93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
786 2025.02.24 21:44:22.504577 [ 274 ] {506b1a90-c0e9-4d31-ae7a-8034928f8a93} <Debug> TCPHandler: Processed in 0.001122388 sec.
787 2025.02.24 21:44:22.504894 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
788 2025.02.24 21:44:22.505055 [ 275 ] {7c92a954-8d80-4c18-88eb-5b69c83d3680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
789 2025.02.24 21:44:22.505549 [ 275 ] {7c92a954-8d80-4c18-88eb-5b69c83d3680} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
790 2025.02.24 21:44:22.505619 [ 275 ] {7c92a954-8d80-4c18-88eb-5b69c83d3680} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
791 2025.02.24 21:44:22.506187 [ 275 ] {7c92a954-8d80-4c18-88eb-5b69c83d3680} <Debug> TCPHandler: Processed in 0.001348094 sec.
792 2025.02.24 21:44:22.506500 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
793 2025.02.24 21:44:22.506659 [ 274 ] {2eda81b1-96b4-4321-8915-b2067dc0ed61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
794 2025.02.24 21:44:22.507034 [ 274 ] {2eda81b1-96b4-4321-8915-b2067dc0ed61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
795 2025.02.24 21:44:22.507091 [ 274 ] {2eda81b1-96b4-4321-8915-b2067dc0ed61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
796 2025.02.24 21:44:22.507557 [ 274 ] {2eda81b1-96b4-4321-8915-b2067dc0ed61} <Debug> TCPHandler: Processed in 0.001114198 sec.
797 2025.02.24 21:44:22.507817 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
798 2025.02.24 21:44:22.507979 [ 275 ] {629f6728-cc3b-4649-b75c-365716c4a5a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
799 2025.02.24 21:44:22.508416 [ 275 ] {629f6728-cc3b-4649-b75c-365716c4a5a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
800 2025.02.24 21:44:22.508487 [ 275 ] {629f6728-cc3b-4649-b75c-365716c4a5a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
801 2025.02.24 21:44:22.509062 [ 275 ] {629f6728-cc3b-4649-b75c-365716c4a5a0} <Debug> TCPHandler: Processed in 0.001307953 sec.
802 2025.02.24 21:44:22.509316 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
803 2025.02.24 21:44:22.509472 [ 274 ] {6670b62c-f8aa-48df-ac3b-1ebe79e268d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
804 2025.02.24 21:44:22.509847 [ 274 ] {6670b62c-f8aa-48df-ac3b-1ebe79e268d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
805 2025.02.24 21:44:22.509902 [ 274 ] {6670b62c-f8aa-48df-ac3b-1ebe79e268d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
806 2025.02.24 21:44:22.510357 [ 274 ] {6670b62c-f8aa-48df-ac3b-1ebe79e268d2} <Debug> TCPHandler: Processed in 0.001096207 sec.
807 2025.02.24 21:44:22.510633 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
808 2025.02.24 21:44:22.510808 [ 275 ] {7f3bd7b5-4115-4fc4-b439-20dbd26875ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
809 2025.02.24 21:44:22.511189 [ 275 ] {7f3bd7b5-4115-4fc4-b439-20dbd26875ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
810 2025.02.24 21:44:22.511245 [ 275 ] {7f3bd7b5-4115-4fc4-b439-20dbd26875ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
811 2025.02.24 21:44:22.511733 [ 275 ] {7f3bd7b5-4115-4fc4-b439-20dbd26875ad} <Debug> TCPHandler: Processed in 0.001153809 sec.
812 2025.02.24 21:44:22.512015 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
813 2025.02.24 21:44:22.512200 [ 274 ] {210e58a0-d825-4d0a-94ba-60fc29fa6119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
814 2025.02.24 21:44:22.512655 [ 274 ] {210e58a0-d825-4d0a-94ba-60fc29fa6119} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
815 2025.02.24 21:44:22.512721 [ 274 ] {210e58a0-d825-4d0a-94ba-60fc29fa6119} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
816 2025.02.24 21:44:22.513246 [ 274 ] {210e58a0-d825-4d0a-94ba-60fc29fa6119} <Debug> TCPHandler: Processed in 0.001289482 sec.
817 2025.02.24 21:44:22.513525 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
818 2025.02.24 21:44:22.513688 [ 275 ] {25f4a341-d020-4a54-9017-78d330134d4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
819 2025.02.24 21:44:22.514075 [ 275 ] {25f4a341-d020-4a54-9017-78d330134d4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
820 2025.02.24 21:44:22.514131 [ 275 ] {25f4a341-d020-4a54-9017-78d330134d4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
821 2025.02.24 21:44:22.514635 [ 275 ] {25f4a341-d020-4a54-9017-78d330134d4e} <Debug> TCPHandler: Processed in 0.00116583 sec.
822 2025.02.24 21:44:22.514961 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
823 2025.02.24 21:44:22.515122 [ 274 ] {a6e2ceaf-fdde-40f9-a0b5-b4cf0d1c02ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
824 2025.02.24 21:44:22.515521 [ 274 ] {a6e2ceaf-fdde-40f9-a0b5-b4cf0d1c02ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
825 2025.02.24 21:44:22.515582 [ 274 ] {a6e2ceaf-fdde-40f9-a0b5-b4cf0d1c02ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
826 2025.02.24 21:44:22.516074 [ 274 ] {a6e2ceaf-fdde-40f9-a0b5-b4cf0d1c02ef} <Debug> TCPHandler: Processed in 0.00117227 sec.
827 2025.02.24 21:44:22.516368 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
828 2025.02.24 21:44:22.516532 [ 275 ] {c166c1f5-3a9c-42b5-9419-ad5b8b6309b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
829 2025.02.24 21:44:22.516931 [ 275 ] {c166c1f5-3a9c-42b5-9419-ad5b8b6309b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
830 2025.02.24 21:44:22.516992 [ 275 ] {c166c1f5-3a9c-42b5-9419-ad5b8b6309b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
831 2025.02.24 21:44:22.517508 [ 275 ] {c166c1f5-3a9c-42b5-9419-ad5b8b6309b5} <Debug> TCPHandler: Processed in 0.00119507 sec.
832 2025.02.24 21:44:22.517871 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
833 2025.02.24 21:44:22.518042 [ 274 ] {aefea514-1490-40b7-9b2a-dc995e284c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
834 2025.02.24 21:44:22.518483 [ 274 ] {aefea514-1490-40b7-9b2a-dc995e284c4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
835 2025.02.24 21:44:22.518565 [ 274 ] {aefea514-1490-40b7-9b2a-dc995e284c4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
836 2025.02.24 21:44:22.519222 [ 274 ] {aefea514-1490-40b7-9b2a-dc995e284c4b} <Debug> TCPHandler: Processed in 0.001412196 sec.
837 2025.02.24 21:44:22.519588 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
838 2025.02.24 21:44:22.519764 [ 275 ] {3f6170df-f0bc-4dca-92b4-4dfd98d2ae19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
839 2025.02.24 21:44:22.520267 [ 275 ] {3f6170df-f0bc-4dca-92b4-4dfd98d2ae19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
840 2025.02.24 21:44:22.520357 [ 275 ] {3f6170df-f0bc-4dca-92b4-4dfd98d2ae19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
841 2025.02.24 21:44:22.521016 [ 275 ] {3f6170df-f0bc-4dca-92b4-4dfd98d2ae19} <Debug> TCPHandler: Processed in 0.001497808 sec.
842 2025.02.24 21:44:22.521333 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
843 2025.02.24 21:44:22.521509 [ 274 ] {c67ad09b-88fc-43c7-89a1-a3976ef9ee99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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)
844 2025.02.24 21:44:22.521961 [ 274 ] {c67ad09b-88fc-43c7-89a1-a3976ef9ee99} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
845 2025.02.24 21:44:22.522025 [ 274 ] {c67ad09b-88fc-43c7-89a1-a3976ef9ee99} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
846 2025.02.24 21:44:22.522553 [ 274 ] {c67ad09b-88fc-43c7-89a1-a3976ef9ee99} <Debug> TCPHandler: Processed in 0.001280252 sec.
847 2025.02.24 21:44:22.522835 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
848 2025.02.24 21:44:22.523014 [ 275 ] {1b8253b3-2049-49da-bba5-c0be0c28c72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
849 2025.02.24 21:44:22.523477 [ 275 ] {1b8253b3-2049-49da-bba5-c0be0c28c72e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
850 2025.02.24 21:44:22.523538 [ 275 ] {1b8253b3-2049-49da-bba5-c0be0c28c72e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
851 2025.02.24 21:44:22.524100 [ 275 ] {1b8253b3-2049-49da-bba5-c0be0c28c72e} <Debug> TCPHandler: Processed in 0.001323003 sec.
852 2025.02.24 21:44:22.530330 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2025.02.24 21:44:22.530484 [ 274 ] {c261ec27-3046-42f4-8def-051e896f08a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
854 2025.02.24 21:44:22.530545 [ 274 ] {c261ec27-3046-42f4-8def-051e896f08a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
855 2025.02.24 21:44:22.531342 [ 274 ] {c261ec27-3046-42f4-8def-051e896f08a9} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
856 2025.02.24 21:44:22.531389 [ 274 ] {c261ec27-3046-42f4-8def-051e896f08a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
857 2025.02.24 21:44:22.532114 [ 274 ] {c261ec27-3046-42f4-8def-051e896f08a9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
858 2025.02.24 21:44:22.532597 [ 274 ] {c261ec27-3046-42f4-8def-051e896f08a9} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
859 2025.02.24 21:44:22.532824 [ 274 ] {c261ec27-3046-42f4-8def-051e896f08a9} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002396 sec., 7512.520868113522 rows/sec., 1.03 MiB/sec.
860 2025.02.24 21:44:22.532884 [ 274 ] {c261ec27-3046-42f4-8def-051e896f08a9} <Debug> TCPHandler: Processed in 0.002613236 sec.
861 2025.02.24 21:44:22.533049 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
862 2025.02.24 21:44:22.533184 [ 275 ] {a1d4c6f3-91fb-447e-9f83-8695aed20fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
863 2025.02.24 21:44:22.533241 [ 275 ] {a1d4c6f3-91fb-447e-9f83-8695aed20fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
864 2025.02.24 21:44:22.536682 [ 275 ] {a1d4c6f3-91fb-447e-9f83-8695aed20fea} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
865 2025.02.24 21:44:22.536727 [ 275 ] {a1d4c6f3-91fb-447e-9f83-8695aed20fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
866 2025.02.24 21:44:22.539389 [ 275 ] {a1d4c6f3-91fb-447e-9f83-8695aed20fea} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
867 2025.02.24 21:44:22.539882 [ 275 ] {a1d4c6f3-91fb-447e-9f83-8695aed20fea} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
868 2025.02.24 21:44:22.540121 [ 275 ] {a1d4c6f3-91fb-447e-9f83-8695aed20fea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.006972 sec., 8032.128514056225 rows/sec., 631.85 KiB/sec.
869 2025.02.24 21:44:22.540186 [ 275 ] {a1d4c6f3-91fb-447e-9f83-8695aed20fea} <Debug> TCPHandler: Processed in 0.00719819 sec.
870 2025.02.24 21:44:22.540350 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
871 2025.02.24 21:44:22.540490 [ 274 ] {13fe6689-3f0b-4823-b509-a6e695723682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
872 2025.02.24 21:44:22.540546 [ 274 ] {13fe6689-3f0b-4823-b509-a6e695723682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
873 2025.02.24 21:44:22.541193 [ 274 ] {13fe6689-3f0b-4823-b509-a6e695723682} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
874 2025.02.24 21:44:22.541235 [ 274 ] {13fe6689-3f0b-4823-b509-a6e695723682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
875 2025.02.24 21:44:22.541753 [ 274 ] {13fe6689-3f0b-4823-b509-a6e695723682} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
876 2025.02.24 21:44:22.542309 [ 274 ] {13fe6689-3f0b-4823-b509-a6e695723682} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
877 2025.02.24 21:44:22.542569 [ 274 ] {13fe6689-3f0b-4823-b509-a6e695723682} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002115 sec., 30260.047281323874 rows/sec., 2.36 MiB/sec.
878 2025.02.24 21:44:22.542699 [ 274 ] {13fe6689-3f0b-4823-b509-a6e695723682} <Debug> TCPHandler: Processed in 0.002408331 sec.
879 2025.02.24 21:44:22.542884 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
880 2025.02.24 21:44:22.543019 [ 275 ] {63fc7245-c0e1-45f8-8e1e-cac531fa59f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
881 2025.02.24 21:44:22.543076 [ 275 ] {63fc7245-c0e1-45f8-8e1e-cac531fa59f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
882 2025.02.24 21:44:22.543740 [ 275 ] {63fc7245-c0e1-45f8-8e1e-cac531fa59f3} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
883 2025.02.24 21:44:22.543779 [ 275 ] {63fc7245-c0e1-45f8-8e1e-cac531fa59f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
884 2025.02.24 21:44:22.544387 [ 275 ] {63fc7245-c0e1-45f8-8e1e-cac531fa59f3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
885 2025.02.24 21:44:22.544905 [ 275 ] {63fc7245-c0e1-45f8-8e1e-cac531fa59f3} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
886 2025.02.24 21:44:22.545128 [ 275 ] {63fc7245-c0e1-45f8-8e1e-cac531fa59f3} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002145 sec., 59673.65967365967 rows/sec., 4.16 MiB/sec.
887 2025.02.24 21:44:22.545184 [ 275 ] {63fc7245-c0e1-45f8-8e1e-cac531fa59f3} <Debug> TCPHandler: Processed in 0.00237414 sec.
888 2025.02.24 21:44:22.545337 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
889 2025.02.24 21:44:22.545462 [ 274 ] {f3d5a8cd-ef1d-463c-b1e1-2461966934b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
890 2025.02.24 21:44:22.545514 [ 274 ] {f3d5a8cd-ef1d-463c-b1e1-2461966934b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
891 2025.02.24 21:44:22.546010 [ 274 ] {f3d5a8cd-ef1d-463c-b1e1-2461966934b1} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
892 2025.02.24 21:44:22.546051 [ 274 ] {f3d5a8cd-ef1d-463c-b1e1-2461966934b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
893 2025.02.24 21:44:22.546537 [ 274 ] {f3d5a8cd-ef1d-463c-b1e1-2461966934b1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
894 2025.02.24 21:44:22.547027 [ 274 ] {f3d5a8cd-ef1d-463c-b1e1-2461966934b1} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
895 2025.02.24 21:44:22.547250 [ 274 ] {f3d5a8cd-ef1d-463c-b1e1-2461966934b1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001808 sec., 26548.672566371682 rows/sec., 1.79 MiB/sec.
896 2025.02.24 21:44:22.547391 [ 274 ] {f3d5a8cd-ef1d-463c-b1e1-2461966934b1} <Debug> TCPHandler: Processed in 0.002111463 sec.
897 2025.02.24 21:44:25.072228 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
898 2025.02.24 21:44:25.072332 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
899 2025.02.24 21:44:25.124929 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134
900 2025.02.24 21:44:25.129041 [ 242 ] {} <Trace> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
901 2025.02.24 21:44:25.129081 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
902 2025.02.24 21:44:25.130540 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
903 2025.02.24 21:44:25.130860 [ 242 ] {} <Trace> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
904 2025.02.24 21:44:25.131516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134
905 2025.02.24 21:44:25.140343 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
906 2025.02.24 21:44:25.141461 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Trying to reserve 1.00 MiB using storage policy from min volume index 0
907 2025.02.24 21:44:25.141541 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
908 2025.02.24 21:44:25.142122 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
909 2025.02.24 21:44:25.142379 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
910 2025.02.24 21:44:25.142572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
911 2025.02.24 21:44:25.228450 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
912 2025.02.24 21:44:25.249750 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Trying to reserve 1.00 MiB using storage policy from min volume index 0
913 2025.02.24 21:44:25.249812 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
914 2025.02.24 21:44:25.256767 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
915 2025.02.24 21:44:25.257524 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
916 2025.02.24 21:44:25.260138 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
917 2025.02.24 21:44:26.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.58 MiB, peak 158.58 MiB, free memory in arenas 0.00 B, will set to 155.71 MiB (RSS), difference: 1.12 MiB
918 2025.02.24 21:44:27.481497 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
919 2025.02.24 21:44:27.481687 [ 274 ] {4d4a7cd9-c217-475d-8eb2-234086962b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
920 2025.02.24 21:44:27.481759 [ 274 ] {4d4a7cd9-c217-475d-8eb2-234086962b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
921 2025.02.24 21:44:27.482525 [ 274 ] {4d4a7cd9-c217-475d-8eb2-234086962b3b} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
922 2025.02.24 21:44:27.482575 [ 274 ] {4d4a7cd9-c217-475d-8eb2-234086962b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
923 2025.02.24 21:44:27.483014 [ 274 ] {4d4a7cd9-c217-475d-8eb2-234086962b3b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
924 2025.02.24 21:44:27.483266 [ 274 ] {4d4a7cd9-c217-475d-8eb2-234086962b3b} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
925 2025.02.24 21:44:27.483529 [ 274 ] {4d4a7cd9-c217-475d-8eb2-234086962b3b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.28 MiB/sec.
926 2025.02.24 21:44:27.483688 [ 274 ] {4d4a7cd9-c217-475d-8eb2-234086962b3b} <Debug> TCPHandler: Processed in 0.002321489 sec.
927 2025.02.24 21:44:27.483944 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
928 2025.02.24 21:44:27.484135 [ 275 ] {97752e84-806b-47af-8b4a-ef0a0b04c897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
929 2025.02.24 21:44:27.484210 [ 275 ] {97752e84-806b-47af-8b4a-ef0a0b04c897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
930 2025.02.24 21:44:27.484966 [ 275 ] {97752e84-806b-47af-8b4a-ef0a0b04c897} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
931 2025.02.24 21:44:27.485011 [ 275 ] {97752e84-806b-47af-8b4a-ef0a0b04c897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
932 2025.02.24 21:44:27.485456 [ 275 ] {97752e84-806b-47af-8b4a-ef0a0b04c897} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
933 2025.02.24 21:44:27.485719 [ 275 ] {97752e84-806b-47af-8b4a-ef0a0b04c897} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
934 2025.02.24 21:44:27.485922 [ 275 ] {97752e84-806b-47af-8b4a-ef0a0b04c897} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00184 sec., 34782.608695652176 rows/sec., 2.71 MiB/sec.
935 2025.02.24 21:44:27.485985 [ 275 ] {97752e84-806b-47af-8b4a-ef0a0b04c897} <Debug> TCPHandler: Processed in 0.002176914 sec.
936 2025.02.24 21:44:27.486196 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
937 2025.02.24 21:44:27.486346 [ 274 ] {cb3d80a7-f199-43b2-9f46-5318b6fefa8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
938 2025.02.24 21:44:27.486413 [ 274 ] {cb3d80a7-f199-43b2-9f46-5318b6fefa8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
939 2025.02.24 21:44:27.487096 [ 274 ] {cb3d80a7-f199-43b2-9f46-5318b6fefa8a} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
940 2025.02.24 21:44:27.487143 [ 274 ] {cb3d80a7-f199-43b2-9f46-5318b6fefa8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
941 2025.02.24 21:44:27.487559 [ 274 ] {cb3d80a7-f199-43b2-9f46-5318b6fefa8a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
942 2025.02.24 21:44:27.487804 [ 274 ] {cb3d80a7-f199-43b2-9f46-5318b6fefa8a} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
943 2025.02.24 21:44:27.488022 [ 274 ] {cb3d80a7-f199-43b2-9f46-5318b6fefa8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec.
944 2025.02.24 21:44:27.488078 [ 274 ] {cb3d80a7-f199-43b2-9f46-5318b6fefa8a} <Debug> TCPHandler: Processed in 0.001954359 sec.
945 2025.02.24 21:44:27.488248 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
946 2025.02.24 21:44:27.488405 [ 275 ] {5064ef8c-5715-4d3d-9413-df4d3a7a466d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
947 2025.02.24 21:44:27.488470 [ 275 ] {5064ef8c-5715-4d3d-9413-df4d3a7a466d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
948 2025.02.24 21:44:27.489097 [ 275 ] {5064ef8c-5715-4d3d-9413-df4d3a7a466d} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
949 2025.02.24 21:44:27.489139 [ 275 ] {5064ef8c-5715-4d3d-9413-df4d3a7a466d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
950 2025.02.24 21:44:27.489554 [ 275 ] {5064ef8c-5715-4d3d-9413-df4d3a7a466d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
951 2025.02.24 21:44:27.489803 [ 275 ] {5064ef8c-5715-4d3d-9413-df4d3a7a466d} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
952 2025.02.24 21:44:27.489979 [ 275 ] {5064ef8c-5715-4d3d-9413-df4d3a7a466d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001612 sec., 37220.843672456576 rows/sec., 2.51 MiB/sec.
953 2025.02.24 21:44:27.490026 [ 275 ] {5064ef8c-5715-4d3d-9413-df4d3a7a466d} <Debug> TCPHandler: Processed in 0.001839037 sec.
954 2025.02.24 21:44:32.474716 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
955 2025.02.24 21:44:32.475009 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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.02.24 21:44:32.477626 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
957 2025.02.24 21:44:32.479580 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <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.02.24 21:44:32.479908 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
959 2025.02.24 21:44:32.480090 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
960 2025.02.24 21:44:32.480400 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
961 2025.02.24 21:44:32.481490 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
962 2025.02.24 21:44:32.481539 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.481559 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
964 2025.02.24 21:44:32.481670 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <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.02.24 21:44:32.481696 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
966 2025.02.24 21:44:32.487773 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.012884 sec., 1397.0816516609748 rows/sec., 57.15 KiB/sec.
967 2025.02.24 21:44:32.487921 [ 274 ] {87e07b25-9085-48ef-9864-a914598b8592} <Debug> TCPHandler: Processed in 0.013337214 sec.
968 2025.02.24 21:44:32.490837 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
969 2025.02.24 21:44:32.491255 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
970 2025.02.24 21:44:32.491752 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
971 2025.02.24 21:44:32.491800 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
972 2025.02.24 21:44:32.492115 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
973 2025.02.24 21:44:32.492202 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
974 2025.02.24 21:44:32.492386 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
975 2025.02.24 21:44:32.492428 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
976 2025.02.24 21:44:32.492454 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.492473 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
978 2025.02.24 21:44:32.492525 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <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_data_link:link_enabled', 'switch_rib:active_routes'))"
979 2025.02.24 21:44:32.492551 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
980 2025.02.24 21:44:32.493209 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002148 sec., 8379.888268156425 rows/sec., 342.80 KiB/sec.
981 2025.02.24 21:44:32.493338 [ 275 ] {1a4159b1-744b-4f0a-8d79-bfdb00b5114e} <Debug> TCPHandler: Processed in 0.002690337 sec.
982 2025.02.24 21:44:32.493961 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
983 2025.02.24 21:44:32.494149 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
984 2025.02.24 21:44:32.494475 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
985 2025.02.24 21:44:32.494519 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
986 2025.02.24 21:44:32.494791 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
987 2025.02.24 21:44:32.494861 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
988 2025.02.24 21:44:32.495020 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
989 2025.02.24 21:44:32.495056 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
990 2025.02.24 21:44:32.495080 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.495097 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
992 2025.02.24 21:44:32.495145 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
993 2025.02.24 21:44:32.495170 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
994 2025.02.24 21:44:32.495772 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001708 sec., 10538.64168618267 rows/sec., 431.11 KiB/sec.
995 2025.02.24 21:44:32.495887 [ 274 ] {215a847d-452e-4116-837a-e73feed51cf6} <Debug> TCPHandler: Processed in 0.00198799 sec.
996 2025.02.24 21:44:32.496229 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
997 2025.02.24 21:44:32.496449 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
998 2025.02.24 21:44:32.496773 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
999 2025.02.24 21:44:32.496819 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1000 2025.02.24 21:44:32.497097 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1001 2025.02.24 21:44:32.497169 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1002 2025.02.24 21:44:32.497328 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1003 2025.02.24 21:44:32.497366 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1004 2025.02.24 21:44:32.497391 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.497408 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1006 2025.02.24 21:44:32.497457 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1007 2025.02.24 21:44:32.497480 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1008 2025.02.24 21:44:32.498061 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001717 sec., 10483.401281304601 rows/sec., 428.85 KiB/sec.
1009 2025.02.24 21:44:32.498183 [ 275 ] {c9d28b0e-5c5b-4902-848c-58b0339ce8da} <Debug> TCPHandler: Processed in 0.002023461 sec.
1010 2025.02.24 21:44:32.498448 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1011 2025.02.24 21:44:32.498656 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1012 2025.02.24 21:44:32.499024 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1013 2025.02.24 21:44:32.499077 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1014 2025.02.24 21:44:32.499415 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1015 2025.02.24 21:44:32.499492 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1016 2025.02.24 21:44:32.499641 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1017 2025.02.24 21:44:32.499675 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1018 2025.02.24 21:44:32.499698 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.499715 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1020 2025.02.24 21:44:32.499759 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1021 2025.02.24 21:44:32.499782 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1022 2025.02.24 21:44:32.500410 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001852 sec., 9719.222462203024 rows/sec., 397.59 KiB/sec.
1023 2025.02.24 21:44:32.500528 [ 274 ] {ccaefa22-fb2b-465f-99df-8b7c9293be13} <Debug> TCPHandler: Processed in 0.002136914 sec.
1024 2025.02.24 21:44:32.500842 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1025 2025.02.24 21:44:32.501051 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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_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)
1026 2025.02.24 21:44:32.501425 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1027 2025.02.24 21:44:32.501472 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <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_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
1028 2025.02.24 21:44:32.501753 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1029 2025.02.24 21:44:32.501821 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1030 2025.02.24 21:44:32.501968 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1031 2025.02.24 21:44:32.502001 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1032 2025.02.24 21:44:32.502024 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.502041 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1034 2025.02.24 21:44:32.502086 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1035 2025.02.24 21:44:32.502109 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1036 2025.02.24 21:44:32.502706 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001755 sec., 10256.410256410256 rows/sec., 419.56 KiB/sec.
1037 2025.02.24 21:44:32.502825 [ 275 ] {947fd35f-3c6d-447d-894a-d2dde6319b1c} <Debug> TCPHandler: Processed in 0.002053932 sec.
1038 2025.02.24 21:44:32.503202 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1039 2025.02.24 21:44:32.503409 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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_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)
1040 2025.02.24 21:44:32.503729 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1041 2025.02.24 21:44:32.503773 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <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_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
1042 2025.02.24 21:44:32.504047 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1043 2025.02.24 21:44:32.504114 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1044 2025.02.24 21:44:32.504263 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1045 2025.02.24 21:44:32.504296 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1046 2025.02.24 21:44:32.504319 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.504336 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1048 2025.02.24 21:44:32.504381 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <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_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'))"
1049 2025.02.24 21:44:32.504404 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1050 2025.02.24 21:44:32.504986 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001674 sec., 10752.688172043012 rows/sec., 439.86 KiB/sec.
1051 2025.02.24 21:44:32.505099 [ 274 ] {c4a00d33-6eff-4cea-8747-d70225791160} <Debug> TCPHandler: Processed in 0.00196748 sec.
1052 2025.02.24 21:44:32.505386 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1053 2025.02.24 21:44:32.505578 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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_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)
1054 2025.02.24 21:44:32.505951 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1055 2025.02.24 21:44:32.506004 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <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_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
1056 2025.02.24 21:44:32.506352 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1057 2025.02.24 21:44:32.506433 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1058 2025.02.24 21:44:32.506590 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1059 2025.02.24 21:44:32.506624 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1060 2025.02.24 21:44:32.506647 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.506664 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1062 2025.02.24 21:44:32.506708 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <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_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'))"
1063 2025.02.24 21:44:32.506731 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1064 2025.02.24 21:44:32.507280 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0018 sec., 10000 rows/sec., 409.07 KiB/sec.
1065 2025.02.24 21:44:32.507397 [ 275 ] {f0090dad-417b-4127-8745-a53718d2798a} <Debug> TCPHandler: Processed in 0.002065182 sec.
1066 2025.02.24 21:44:32.507681 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1067 2025.02.24 21:44:32.507888 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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_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)
1068 2025.02.24 21:44:32.508264 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1069 2025.02.24 21:44:32.508318 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <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_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
1070 2025.02.24 21:44:32.508625 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1071 2025.02.24 21:44:32.508691 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1072 2025.02.24 21:44:32.508839 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1073 2025.02.24 21:44:32.508873 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1074 2025.02.24 21:44:32.508895 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.508911 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1076 2025.02.24 21:44:32.508955 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <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_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'))"
1077 2025.02.24 21:44:32.508980 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1078 2025.02.24 21:44:32.509523 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001732 sec., 10392.609699769053 rows/sec., 425.13 KiB/sec.
1079 2025.02.24 21:44:32.509640 [ 274 ] {a0401254-7313-40dd-a608-cb1e96a593c9} <Debug> TCPHandler: Processed in 0.002027431 sec.
1080 2025.02.24 21:44:32.509945 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1081 2025.02.24 21:44:32.510157 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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_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)
1082 2025.02.24 21:44:32.510522 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1083 2025.02.24 21:44:32.510566 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <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_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
1084 2025.02.24 21:44:32.510852 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1085 2025.02.24 21:44:32.510919 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1086 2025.02.24 21:44:32.511069 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1087 2025.02.24 21:44:32.511103 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1088 2025.02.24 21:44:32.511126 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.511144 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1090 2025.02.24 21:44:32.511187 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <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_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'))"
1091 2025.02.24 21:44:32.511210 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1092 2025.02.24 21:44:32.511889 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001831 sec., 9830.693610049153 rows/sec., 402.15 KiB/sec.
1093 2025.02.24 21:44:32.512014 [ 275 ] {95e522af-0494-4baf-9552-c437685b2459} <Debug> TCPHandler: Processed in 0.002136294 sec.
1094 2025.02.24 21:44:32.512321 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1095 2025.02.24 21:44:32.512533 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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_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)
1096 2025.02.24 21:44:32.512909 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1097 2025.02.24 21:44:32.512963 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <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_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
1098 2025.02.24 21:44:32.513315 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1099 2025.02.24 21:44:32.513394 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1100 2025.02.24 21:44:32.513556 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1101 2025.02.24 21:44:32.513592 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1102 2025.02.24 21:44:32.513618 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.513638 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1104 2025.02.24 21:44:32.513685 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <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_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'))"
1105 2025.02.24 21:44:32.513714 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1106 2025.02.24 21:44:32.514330 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001898 sec., 9483.667017913593 rows/sec., 387.95 KiB/sec.
1107 2025.02.24 21:44:32.514450 [ 274 ] {8d8378bc-33ad-4493-b932-9614f3bd0a66} <Debug> TCPHandler: Processed in 0.002194005 sec.
1108 2025.02.24 21:44:32.520260 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1109 2025.02.24 21:44:32.520581 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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_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)
1110 2025.02.24 21:44:32.520972 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1111 2025.02.24 21:44:32.521028 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <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_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
1112 2025.02.24 21:44:32.521393 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1113 2025.02.24 21:44:32.521475 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1114 2025.02.24 21:44:32.521628 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1115 2025.02.24 21:44:32.521661 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1116 2025.02.24 21:44:32.521684 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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.02.24 21:44:32.521701 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1118 2025.02.24 21:44:32.521750 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <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_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'))"
1119 2025.02.24 21:44:32.521773 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1120 2025.02.24 21:44:32.522365 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001922 sec., 9365.244536940687 rows/sec., 383.11 KiB/sec.
1121 2025.02.24 21:44:32.522481 [ 275 ] {6dfeaf86-ad36-4a99-b106-f9b8c1c1a48e} <Debug> TCPHandler: Processed in 0.002333288 sec.
1122 2025.02.24 21:44:32.529094 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1123 2025.02.24 21:44:32.529252 [ 274 ] {1055a21e-42d2-4a7a-8444-43a3c4fe2d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1124 2025.02.24 21:44:32.529315 [ 274 ] {1055a21e-42d2-4a7a-8444-43a3c4fe2d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1125 2025.02.24 21:44:32.530297 [ 274 ] {1055a21e-42d2-4a7a-8444-43a3c4fe2d22} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1126 2025.02.24 21:44:32.530340 [ 274 ] {1055a21e-42d2-4a7a-8444-43a3c4fe2d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1127 2025.02.24 21:44:32.530856 [ 274 ] {1055a21e-42d2-4a7a-8444-43a3c4fe2d22} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1128 2025.02.24 21:44:32.531079 [ 274 ] {1055a21e-42d2-4a7a-8444-43a3c4fe2d22} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1129 2025.02.24 21:44:32.531330 [ 274 ] {1055a21e-42d2-4a7a-8444-43a3c4fe2d22} <Debug> executeQuery: Read 12 rows, 4.37 KiB in 0.002123 sec., 5652.378709373528 rows/sec., 2.01 MiB/sec.
1130 2025.02.24 21:44:32.531394 [ 274 ] {1055a21e-42d2-4a7a-8444-43a3c4fe2d22} <Debug> TCPHandler: Processed in 0.002369499 sec.
1131 2025.02.24 21:44:32.531561 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1132 2025.02.24 21:44:32.531690 [ 275 ] {79f31d5e-8f67-43e0-b05a-9c8ef27185d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1133 2025.02.24 21:44:32.531739 [ 275 ] {79f31d5e-8f67-43e0-b05a-9c8ef27185d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1134 2025.02.24 21:44:32.534603 [ 275 ] {79f31d5e-8f67-43e0-b05a-9c8ef27185d3} <Trace> oximeter.fields_i16 (1c293c77-76e6-4887-84ba-21aa0a6f386d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1135 2025.02.24 21:44:32.534680 [ 275 ] {79f31d5e-8f67-43e0-b05a-9c8ef27185d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1136 2025.02.24 21:44:32.535440 [ 275 ] {79f31d5e-8f67-43e0-b05a-9c8ef27185d3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1137 2025.02.24 21:44:32.535723 [ 275 ] {79f31d5e-8f67-43e0-b05a-9c8ef27185d3} <Trace> oximeter.fields_i16 (1c293c77-76e6-4887-84ba-21aa0a6f386d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1138 2025.02.24 21:44:32.535948 [ 275 ] {79f31d5e-8f67-43e0-b05a-9c8ef27185d3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004294 sec., 49371.215649743826 rows/sec., 3.14 MiB/sec.
1139 2025.02.24 21:44:32.536007 [ 275 ] {79f31d5e-8f67-43e0-b05a-9c8ef27185d3} <Debug> TCPHandler: Processed in 0.004501833 sec.
1140 2025.02.24 21:44:32.536182 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1141 2025.02.24 21:44:32.536324 [ 274 ] {71a1b91f-285e-4c22-b5e7-1b7579c01381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1142 2025.02.24 21:44:32.536382 [ 274 ] {71a1b91f-285e-4c22-b5e7-1b7579c01381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1143 2025.02.24 21:44:32.537355 [ 274 ] {71a1b91f-285e-4c22-b5e7-1b7579c01381} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1144 2025.02.24 21:44:32.537395 [ 274 ] {71a1b91f-285e-4c22-b5e7-1b7579c01381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1145 2025.02.24 21:44:32.537802 [ 274 ] {71a1b91f-285e-4c22-b5e7-1b7579c01381} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1146 2025.02.24 21:44:32.538046 [ 274 ] {71a1b91f-285e-4c22-b5e7-1b7579c01381} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1147 2025.02.24 21:44:32.538339 [ 274 ] {71a1b91f-285e-4c22-b5e7-1b7579c01381} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.00202 sec., 305445.54455445544 rows/sec., 23.88 MiB/sec.
1148 2025.02.24 21:44:32.538447 [ 274 ] {71a1b91f-285e-4c22-b5e7-1b7579c01381} <Debug> TCPHandler: Processed in 0.002331889 sec.
1149 2025.02.24 21:44:32.538612 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1150 2025.02.24 21:44:32.538752 [ 275 ] {af462bc5-754c-43be-8f84-0dcad22efcfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1151 2025.02.24 21:44:32.538810 [ 275 ] {af462bc5-754c-43be-8f84-0dcad22efcfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1152 2025.02.24 21:44:32.539599 [ 275 ] {af462bc5-754c-43be-8f84-0dcad22efcfc} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1153 2025.02.24 21:44:32.539637 [ 275 ] {af462bc5-754c-43be-8f84-0dcad22efcfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1154 2025.02.24 21:44:32.539997 [ 275 ] {af462bc5-754c-43be-8f84-0dcad22efcfc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1155 2025.02.24 21:44:32.540231 [ 275 ] {af462bc5-754c-43be-8f84-0dcad22efcfc} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1156 2025.02.24 21:44:32.540508 [ 275 ] {af462bc5-754c-43be-8f84-0dcad22efcfc} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001767 sec., 59988.68138087154 rows/sec., 3.53 MiB/sec.
1157 2025.02.24 21:44:32.540577 [ 275 ] {af462bc5-754c-43be-8f84-0dcad22efcfc} <Debug> TCPHandler: Processed in 0.002032861 sec.
1158 2025.02.24 21:44:32.540746 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1159 2025.02.24 21:44:32.540887 [ 274 ] {8469f82a-a4e5-4b0b-a25e-a71eecebd351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1160 2025.02.24 21:44:32.540944 [ 274 ] {8469f82a-a4e5-4b0b-a25e-a71eecebd351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1161 2025.02.24 21:44:32.541646 [ 274 ] {8469f82a-a4e5-4b0b-a25e-a71eecebd351} <Trace> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1162 2025.02.24 21:44:32.541685 [ 274 ] {8469f82a-a4e5-4b0b-a25e-a71eecebd351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1163 2025.02.24 21:44:32.542038 [ 274 ] {8469f82a-a4e5-4b0b-a25e-a71eecebd351} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1164 2025.02.24 21:44:32.542270 [ 274 ] {8469f82a-a4e5-4b0b-a25e-a71eecebd351} <Trace> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1165 2025.02.24 21:44:32.542564 [ 274 ] {8469f82a-a4e5-4b0b-a25e-a71eecebd351} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001702 sec., 66392.47943595769 rows/sec., 4.30 MiB/sec.
1166 2025.02.24 21:44:32.542618 [ 274 ] {8469f82a-a4e5-4b0b-a25e-a71eecebd351} <Debug> TCPHandler: Processed in 0.001937788 sec.
1167 2025.02.24 21:44:32.542769 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1168 2025.02.24 21:44:32.542908 [ 275 ] {456d6a1d-d62c-404a-8c25-adbd88ddde32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1169 2025.02.24 21:44:32.542966 [ 275 ] {456d6a1d-d62c-404a-8c25-adbd88ddde32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1170 2025.02.24 21:44:32.543643 [ 275 ] {456d6a1d-d62c-404a-8c25-adbd88ddde32} <Trace> oximeter.fields_u8 (b851db64-db50-412b-b52f-72c34a9422c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1171 2025.02.24 21:44:32.543683 [ 275 ] {456d6a1d-d62c-404a-8c25-adbd88ddde32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1172 2025.02.24 21:44:32.544041 [ 275 ] {456d6a1d-d62c-404a-8c25-adbd88ddde32} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1173 2025.02.24 21:44:32.544271 [ 275 ] {456d6a1d-d62c-404a-8c25-adbd88ddde32} <Trace> oximeter.fields_u8 (b851db64-db50-412b-b52f-72c34a9422c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1174 2025.02.24 21:44:32.544508 [ 275 ] {456d6a1d-d62c-404a-8c25-adbd88ddde32} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001611 sec., 69522.03600248293 rows/sec., 3.96 MiB/sec.
1175 2025.02.24 21:44:32.544613 [ 275 ] {456d6a1d-d62c-404a-8c25-adbd88ddde32} <Debug> TCPHandler: Processed in 0.001915948 sec.
1176 2025.02.24 21:44:32.544754 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1177 2025.02.24 21:44:32.544893 [ 274 ] {9eb54721-8d14-48d9-9af2-4cbc48b918cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1178 2025.02.24 21:44:32.544950 [ 274 ] {9eb54721-8d14-48d9-9af2-4cbc48b918cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1179 2025.02.24 21:44:32.545743 [ 274 ] {9eb54721-8d14-48d9-9af2-4cbc48b918cb} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1180 2025.02.24 21:44:32.545781 [ 274 ] {9eb54721-8d14-48d9-9af2-4cbc48b918cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1181 2025.02.24 21:44:32.546147 [ 274 ] {9eb54721-8d14-48d9-9af2-4cbc48b918cb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1182 2025.02.24 21:44:32.546379 [ 274 ] {9eb54721-8d14-48d9-9af2-4cbc48b918cb} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1183 2025.02.24 21:44:32.546560 [ 274 ] {9eb54721-8d14-48d9-9af2-4cbc48b918cb} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001699 sec., 224838.14008240143 rows/sec., 15.86 MiB/sec.
1184 2025.02.24 21:44:32.546612 [ 274 ] {9eb54721-8d14-48d9-9af2-4cbc48b918cb} <Debug> TCPHandler: Processed in 0.001926048 sec.
1185 2025.02.24 21:44:32.546765 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1186 2025.02.24 21:44:32.546902 [ 275 ] {7fdf4984-ac24-4832-b02d-a3e39eecf1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1187 2025.02.24 21:44:32.546958 [ 275 ] {7fdf4984-ac24-4832-b02d-a3e39eecf1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1188 2025.02.24 21:44:32.547505 [ 275 ] {7fdf4984-ac24-4832-b02d-a3e39eecf1d1} <Trace> oximeter.measurements_bool (079f967b-8dd2-40bd-914a-ab69e5fb8ef0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1189 2025.02.24 21:44:32.547544 [ 275 ] {7fdf4984-ac24-4832-b02d-a3e39eecf1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1190 2025.02.24 21:44:32.547888 [ 275 ] {7fdf4984-ac24-4832-b02d-a3e39eecf1d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1191 2025.02.24 21:44:32.548111 [ 275 ] {7fdf4984-ac24-4832-b02d-a3e39eecf1d1} <Trace> oximeter.measurements_bool (079f967b-8dd2-40bd-914a-ab69e5fb8ef0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1192 2025.02.24 21:44:32.548371 [ 275 ] {7fdf4984-ac24-4832-b02d-a3e39eecf1d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec.
1193 2025.02.24 21:44:32.548449 [ 275 ] {7fdf4984-ac24-4832-b02d-a3e39eecf1d1} <Debug> TCPHandler: Processed in 0.001753403 sec.
1194 2025.02.24 21:44:32.548590 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1195 2025.02.24 21:44:32.548730 [ 274 ] {c7c40905-ebc2-457c-8089-2990a73d0b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1196 2025.02.24 21:44:32.548792 [ 274 ] {c7c40905-ebc2-457c-8089-2990a73d0b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1197 2025.02.24 21:44:32.549458 [ 274 ] {c7c40905-ebc2-457c-8089-2990a73d0b15} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1198 2025.02.24 21:44:32.549501 [ 274 ] {c7c40905-ebc2-457c-8089-2990a73d0b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1199 2025.02.24 21:44:32.549878 [ 274 ] {c7c40905-ebc2-457c-8089-2990a73d0b15} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1200 2025.02.24 21:44:32.550118 [ 274 ] {c7c40905-ebc2-457c-8089-2990a73d0b15} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1201 2025.02.24 21:44:32.550316 [ 274 ] {c7c40905-ebc2-457c-8089-2990a73d0b15} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001616 sec., 146658.41584158415 rows/sec., 9.83 MiB/sec.
1202 2025.02.24 21:44:32.550367 [ 274 ] {c7c40905-ebc2-457c-8089-2990a73d0b15} <Debug> TCPHandler: Processed in 0.001843267 sec.
1203 2025.02.24 21:44:32.550582 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1204 2025.02.24 21:44:32.550811 [ 275 ] {3f804d58-4446-44d2-a8c7-bef9f9e6fa10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1205 2025.02.24 21:44:32.550902 [ 275 ] {3f804d58-4446-44d2-a8c7-bef9f9e6fa10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1206 2025.02.24 21:44:32.551634 [ 275 ] {3f804d58-4446-44d2-a8c7-bef9f9e6fa10} <Trace> oximeter.measurements_f64 (b0022b29-7bfe-4c88-908c-6a4750b5c68f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1207 2025.02.24 21:44:32.551673 [ 275 ] {3f804d58-4446-44d2-a8c7-bef9f9e6fa10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1208 2025.02.24 21:44:32.552029 [ 275 ] {3f804d58-4446-44d2-a8c7-bef9f9e6fa10} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1209 2025.02.24 21:44:32.552265 [ 275 ] {3f804d58-4446-44d2-a8c7-bef9f9e6fa10} <Trace> oximeter.measurements_f64 (b0022b29-7bfe-4c88-908c-6a4750b5c68f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1210 2025.02.24 21:44:32.552535 [ 275 ] {3f804d58-4446-44d2-a8c7-bef9f9e6fa10} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001758 sec., 568.8282138794084 rows/sec., 38.33 KiB/sec.
1211 2025.02.24 21:44:32.552607 [ 275 ] {3f804d58-4446-44d2-a8c7-bef9f9e6fa10} <Debug> TCPHandler: Processed in 0.002150763 sec.
1212 2025.02.24 21:44:32.552755 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1213 2025.02.24 21:44:32.552877 [ 274 ] {2d9d142c-f054-419a-ae1a-0d3af6896d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1214 2025.02.24 21:44:32.552928 [ 274 ] {2d9d142c-f054-419a-ae1a-0d3af6896d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1215 2025.02.24 21:44:32.553421 [ 274 ] {2d9d142c-f054-419a-ae1a-0d3af6896d8e} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1216 2025.02.24 21:44:32.553458 [ 274 ] {2d9d142c-f054-419a-ae1a-0d3af6896d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1217 2025.02.24 21:44:32.553825 [ 274 ] {2d9d142c-f054-419a-ae1a-0d3af6896d8e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1218 2025.02.24 21:44:32.554060 [ 274 ] {2d9d142c-f054-419a-ae1a-0d3af6896d8e} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1219 2025.02.24 21:44:32.554232 [ 274 ] {2d9d142c-f054-419a-ae1a-0d3af6896d8e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec.
1220 2025.02.24 21:44:32.554289 [ 274 ] {2d9d142c-f054-419a-ae1a-0d3af6896d8e} <Debug> TCPHandler: Processed in 0.00158912 sec.
1221 2025.02.24 21:44:32.642696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1222 2025.02.24 21:44:32.643208 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1223 2025.02.24 21:44:32.643245 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1224 2025.02.24 21:44:32.643738 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1225 2025.02.24 21:44:32.643983 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1226 2025.02.24 21:44:32.644239 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1227 2025.02.24 21:44:32.760239 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1228 2025.02.24 21:44:32.780955 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1229 2025.02.24 21:44:32.781012 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1230 2025.02.24 21:44:32.788238 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1231 2025.02.24 21:44:32.789022 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1232 2025.02.24 21:44:32.792217 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1233 2025.02.24 21:44:35.131778 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 188
1234 2025.02.24 21:44:35.135306 [ 242 ] {} <Trace> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1235 2025.02.24 21:44:35.135356 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1236 2025.02.24 21:44:35.136914 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1237 2025.02.24 21:44:35.137234 [ 242 ] {} <Trace> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1238 2025.02.24 21:44:35.137862 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 188
1239 2025.02.24 21:44:37.480820 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1240 2025.02.24 21:44:37.481006 [ 274 ] {d79b7add-e0ab-4080-aeb8-0d48f392ca1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1241 2025.02.24 21:44:37.481087 [ 274 ] {d79b7add-e0ab-4080-aeb8-0d48f392ca1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1242 2025.02.24 21:44:37.481886 [ 274 ] {d79b7add-e0ab-4080-aeb8-0d48f392ca1a} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1243 2025.02.24 21:44:37.481936 [ 274 ] {d79b7add-e0ab-4080-aeb8-0d48f392ca1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1244 2025.02.24 21:44:37.482378 [ 274 ] {d79b7add-e0ab-4080-aeb8-0d48f392ca1a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1245 2025.02.24 21:44:37.482643 [ 274 ] {d79b7add-e0ab-4080-aeb8-0d48f392ca1a} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1246 2025.02.24 21:44:37.483053 [ 274 ] {d79b7add-e0ab-4080-aeb8-0d48f392ca1a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002085 sec., 26858.51318944844 rows/sec., 2.06 MiB/sec.
1247 2025.02.24 21:44:37.483249 [ 274 ] {d79b7add-e0ab-4080-aeb8-0d48f392ca1a} <Debug> TCPHandler: Processed in 0.002552654 sec.
1248 2025.02.24 21:44:37.483512 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1249 2025.02.24 21:44:37.483703 [ 275 ] {48e49a5a-4eb4-4c3b-99f8-830e1c7e7b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1250 2025.02.24 21:44:37.483776 [ 275 ] {48e49a5a-4eb4-4c3b-99f8-830e1c7e7b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1251 2025.02.24 21:44:37.484605 [ 275 ] {48e49a5a-4eb4-4c3b-99f8-830e1c7e7b46} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1252 2025.02.24 21:44:37.484650 [ 275 ] {48e49a5a-4eb4-4c3b-99f8-830e1c7e7b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1253 2025.02.24 21:44:37.485086 [ 275 ] {48e49a5a-4eb4-4c3b-99f8-830e1c7e7b46} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1254 2025.02.24 21:44:37.485337 [ 275 ] {48e49a5a-4eb4-4c3b-99f8-830e1c7e7b46} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1255 2025.02.24 21:44:37.485596 [ 275 ] {48e49a5a-4eb4-4c3b-99f8-830e1c7e7b46} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00194 sec., 32989.69072164948 rows/sec., 2.57 MiB/sec.
1256 2025.02.24 21:44:37.485742 [ 275 ] {48e49a5a-4eb4-4c3b-99f8-830e1c7e7b46} <Debug> TCPHandler: Processed in 0.002363989 sec.
1257 2025.02.24 21:44:37.485898 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1258 2025.02.24 21:44:37.486032 [ 274 ] {e39f6c13-e4c0-4f91-9adc-ae9f3b3a46a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1259 2025.02.24 21:44:37.486091 [ 274 ] {e39f6c13-e4c0-4f91-9adc-ae9f3b3a46a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1260 2025.02.24 21:44:37.486724 [ 274 ] {e39f6c13-e4c0-4f91-9adc-ae9f3b3a46a1} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1261 2025.02.24 21:44:37.486767 [ 274 ] {e39f6c13-e4c0-4f91-9adc-ae9f3b3a46a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1262 2025.02.24 21:44:37.487166 [ 274 ] {e39f6c13-e4c0-4f91-9adc-ae9f3b3a46a1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1263 2025.02.24 21:44:37.487403 [ 274 ] {e39f6c13-e4c0-4f91-9adc-ae9f3b3a46a1} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1264 2025.02.24 21:44:37.487619 [ 274 ] {e39f6c13-e4c0-4f91-9adc-ae9f3b3a46a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec.
1265 2025.02.24 21:44:37.487682 [ 274 ] {e39f6c13-e4c0-4f91-9adc-ae9f3b3a46a1} <Debug> TCPHandler: Processed in 0.001844856 sec.
1266 2025.02.24 21:44:37.487834 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1267 2025.02.24 21:44:37.487962 [ 275 ] {32b88577-bcee-4857-9bf4-195e4ed9ec9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1268 2025.02.24 21:44:37.488016 [ 275 ] {32b88577-bcee-4857-9bf4-195e4ed9ec9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1269 2025.02.24 21:44:37.488531 [ 275 ] {32b88577-bcee-4857-9bf4-195e4ed9ec9f} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1270 2025.02.24 21:44:37.488572 [ 275 ] {32b88577-bcee-4857-9bf4-195e4ed9ec9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1271 2025.02.24 21:44:37.488949 [ 275 ] {32b88577-bcee-4857-9bf4-195e4ed9ec9f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1272 2025.02.24 21:44:37.489186 [ 275 ] {32b88577-bcee-4857-9bf4-195e4ed9ec9f} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1273 2025.02.24 21:44:37.489396 [ 275 ] {32b88577-bcee-4857-9bf4-195e4ed9ec9f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec.
1274 2025.02.24 21:44:37.489449 [ 275 ] {32b88577-bcee-4857-9bf4-195e4ed9ec9f} <Debug> TCPHandler: Processed in 0.001677312 sec.
1275 2025.02.24 21:44:40.072398 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache
1276 2025.02.24 21:44:40.072465 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache
1277 2025.02.24 21:44:40.144359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1278 2025.02.24 21:44:40.144997 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1279 2025.02.24 21:44:40.145038 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1280 2025.02.24 21:44:40.145607 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1281 2025.02.24 21:44:40.145871 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1282 2025.02.24 21:44:40.146024 [ 92 ] {} <Debug> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1283 2025.02.24 21:44:40.146077 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1284 2025.02.24 21:44:40.146096 [ 92 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1285 2025.02.24 21:44:40.146124 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1286 2025.02.24 21:44:40.146406 [ 195 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::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
1287 2025.02.24 21:44:40.146593 [ 195 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1288 2025.02.24 21:44:40.146670 [ 195 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::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
1289 2025.02.24 21:44:40.146795 [ 195 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::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
1290 2025.02.24 21:44:40.147062 [ 195 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::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
1291 2025.02.24 21:44:40.147171 [ 195 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::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
1292 2025.02.24 21:44:40.147439 [ 195 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::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
1293 2025.02.24 21:44:40.147550 [ 195 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::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
1294 2025.02.24 21:44:40.157745 [ 186 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.011526408 sec., 243440.97484663044 rows/sec., 3.48 MiB/sec.
1295 2025.02.24 21:44:40.158469 [ 186 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1296 2025.02.24 21:44:40.158845 [ 186 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::all_1_6_1} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1297 2025.02.24 21:44:40.158944 [ 186 ] {85a07f5e-63cc-4910-beea-6276a3fd4608::all_1_6_1} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1298 2025.02.24 21:44:40.159082 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1299 2025.02.24 21:44:40.292297 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1300 2025.02.24 21:44:40.312798 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1301 2025.02.24 21:44:40.312851 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1302 2025.02.24 21:44:40.319375 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1303 2025.02.24 21:44:40.320119 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1304 2025.02.24 21:44:40.320467 [ 92 ] {} <Debug> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1305 2025.02.24 21:44:40.320616 [ 92 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1306 2025.02.24 21:44:40.320699 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1307 2025.02.24 21:44:40.321222 [ 186 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::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
1308 2025.02.24 21:44:40.335722 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1309 2025.02.24 21:44:40.337466 [ 186 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1310 2025.02.24 21:44:40.339049 [ 186 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::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
1311 2025.02.24 21:44:40.344613 [ 186 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::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
1312 2025.02.24 21:44:40.349936 [ 186 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::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
1313 2025.02.24 21:44:40.354999 [ 186 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::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
1314 2025.02.24 21:44:40.362217 [ 186 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::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
1315 2025.02.24 21:44:40.366714 [ 186 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::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
1316 2025.02.24 21:44:40.424015 [ 188 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.103185553 sec., 445.79884162659863 rows/sec., 2.31 MiB/sec.
1317 2025.02.24 21:44:40.426493 [ 189 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1318 2025.02.24 21:44:40.429436 [ 189 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::all_1_6_1} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1319 2025.02.24 21:44:40.429563 [ 189 ] {3ce494b4-e6a9-4727-8472-43fe9b4ce396::all_1_6_1} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1320 2025.02.24 21:44:40.431994 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1321 2025.02.24 21:44:41.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.81 MiB, peak 169.35 MiB, free memory in arenas 0.00 B, will set to 162.63 MiB (RSS), difference: 2.82 MiB
1322 2025.02.24 21:44:42.486747 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1323 2025.02.24 21:44:42.486942 [ 274 ] {e3c9154d-8d51-41fa-8b73-1ee8ca00c9bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1324 2025.02.24 21:44:42.487022 [ 274 ] {e3c9154d-8d51-41fa-8b73-1ee8ca00c9bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1325 2025.02.24 21:44:42.487991 [ 274 ] {e3c9154d-8d51-41fa-8b73-1ee8ca00c9bd} <Trace> oximeter.fields_i16 (1c293c77-76e6-4887-84ba-21aa0a6f386d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1326 2025.02.24 21:44:42.488033 [ 274 ] {e3c9154d-8d51-41fa-8b73-1ee8ca00c9bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1327 2025.02.24 21:44:42.488490 [ 274 ] {e3c9154d-8d51-41fa-8b73-1ee8ca00c9bd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1328 2025.02.24 21:44:42.488753 [ 274 ] {e3c9154d-8d51-41fa-8b73-1ee8ca00c9bd} <Trace> oximeter.fields_i16 (1c293c77-76e6-4887-84ba-21aa0a6f386d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1329 2025.02.24 21:44:42.488986 [ 274 ] {e3c9154d-8d51-41fa-8b73-1ee8ca00c9bd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.0021 sec., 100952.38095238096 rows/sec., 6.42 MiB/sec.
1330 2025.02.24 21:44:42.489159 [ 274 ] {e3c9154d-8d51-41fa-8b73-1ee8ca00c9bd} <Debug> TCPHandler: Processed in 0.002528173 sec.
1331 2025.02.24 21:44:42.489452 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1332 2025.02.24 21:44:42.489671 [ 275 ] {dce7a622-cdfd-4dd6-9574-68a2f8b08520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1333 2025.02.24 21:44:42.489755 [ 275 ] {dce7a622-cdfd-4dd6-9574-68a2f8b08520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1334 2025.02.24 21:44:42.490878 [ 275 ] {dce7a622-cdfd-4dd6-9574-68a2f8b08520} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1335 2025.02.24 21:44:42.490930 [ 275 ] {dce7a622-cdfd-4dd6-9574-68a2f8b08520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1336 2025.02.24 21:44:42.491407 [ 275 ] {dce7a622-cdfd-4dd6-9574-68a2f8b08520} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1337 2025.02.24 21:44:42.491667 [ 275 ] {dce7a622-cdfd-4dd6-9574-68a2f8b08520} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1338 2025.02.24 21:44:42.491917 [ 275 ] {dce7a622-cdfd-4dd6-9574-68a2f8b08520} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002306 sec., 267562.8794449263 rows/sec., 20.92 MiB/sec.
1339 2025.02.24 21:44:42.491982 [ 275 ] {dce7a622-cdfd-4dd6-9574-68a2f8b08520} <Debug> TCPHandler: Processed in 0.002680937 sec.
1340 2025.02.24 21:44:42.492136 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1341 2025.02.24 21:44:42.492261 [ 274 ] {63334302-baff-40b7-a94c-c5b4cad1421b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1342 2025.02.24 21:44:42.492312 [ 274 ] {63334302-baff-40b7-a94c-c5b4cad1421b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1343 2025.02.24 21:44:42.492939 [ 274 ] {63334302-baff-40b7-a94c-c5b4cad1421b} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1344 2025.02.24 21:44:42.492976 [ 274 ] {63334302-baff-40b7-a94c-c5b4cad1421b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1345 2025.02.24 21:44:42.493338 [ 274 ] {63334302-baff-40b7-a94c-c5b4cad1421b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1346 2025.02.24 21:44:42.493584 [ 274 ] {63334302-baff-40b7-a94c-c5b4cad1421b} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1347 2025.02.24 21:44:42.493816 [ 274 ] {63334302-baff-40b7-a94c-c5b4cad1421b} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001564 sec., 67774.93606138107 rows/sec., 3.99 MiB/sec.
1348 2025.02.24 21:44:42.493945 [ 274 ] {63334302-baff-40b7-a94c-c5b4cad1421b} <Debug> TCPHandler: Processed in 0.001869366 sec.
1349 2025.02.24 21:44:42.494119 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1350 2025.02.24 21:44:42.494265 [ 275 ] {d4ace9c4-08c0-4388-8450-ce7bdda0f759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1351 2025.02.24 21:44:42.494326 [ 275 ] {d4ace9c4-08c0-4388-8450-ce7bdda0f759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1352 2025.02.24 21:44:42.495041 [ 275 ] {d4ace9c4-08c0-4388-8450-ce7bdda0f759} <Trace> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1353 2025.02.24 21:44:42.495083 [ 275 ] {d4ace9c4-08c0-4388-8450-ce7bdda0f759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1354 2025.02.24 21:44:42.495461 [ 275 ] {d4ace9c4-08c0-4388-8450-ce7bdda0f759} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1355 2025.02.24 21:44:42.495697 [ 275 ] {d4ace9c4-08c0-4388-8450-ce7bdda0f759} <Trace> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1356 2025.02.24 21:44:42.495926 [ 275 ] {d4ace9c4-08c0-4388-8450-ce7bdda0f759} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001689 sec., 66903.49319123742 rows/sec., 4.33 MiB/sec.
1357 2025.02.24 21:44:42.496056 [ 275 ] {d4ace9c4-08c0-4388-8450-ce7bdda0f759} <Debug> TCPHandler: Processed in 0.00200743 sec.
1358 2025.02.24 21:44:42.496212 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1359 2025.02.24 21:44:42.496330 [ 274 ] {e6dfa0db-0590-45fb-a23d-c3dcd4320ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1360 2025.02.24 21:44:42.496379 [ 274 ] {e6dfa0db-0590-45fb-a23d-c3dcd4320ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1361 2025.02.24 21:44:42.496998 [ 274 ] {e6dfa0db-0590-45fb-a23d-c3dcd4320ad0} <Trace> oximeter.fields_u8 (b851db64-db50-412b-b52f-72c34a9422c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1362 2025.02.24 21:44:42.497036 [ 274 ] {e6dfa0db-0590-45fb-a23d-c3dcd4320ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1363 2025.02.24 21:44:42.497387 [ 274 ] {e6dfa0db-0590-45fb-a23d-c3dcd4320ad0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1364 2025.02.24 21:44:42.497628 [ 274 ] {e6dfa0db-0590-45fb-a23d-c3dcd4320ad0} <Trace> oximeter.fields_u8 (b851db64-db50-412b-b52f-72c34a9422c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1365 2025.02.24 21:44:42.497827 [ 274 ] {e6dfa0db-0590-45fb-a23d-c3dcd4320ad0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001522 sec., 73587.38501971091 rows/sec., 4.19 MiB/sec.
1366 2025.02.24 21:44:42.497883 [ 274 ] {e6dfa0db-0590-45fb-a23d-c3dcd4320ad0} <Debug> TCPHandler: Processed in 0.001726143 sec.
1367 2025.02.24 21:44:42.498025 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1368 2025.02.24 21:44:42.498164 [ 275 ] {13c34867-0bf9-467f-9d32-1aa97780d7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1369 2025.02.24 21:44:42.498222 [ 275 ] {13c34867-0bf9-467f-9d32-1aa97780d7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1370 2025.02.24 21:44:42.499110 [ 275 ] {13c34867-0bf9-467f-9d32-1aa97780d7f5} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1371 2025.02.24 21:44:42.499153 [ 275 ] {13c34867-0bf9-467f-9d32-1aa97780d7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1372 2025.02.24 21:44:42.499553 [ 275 ] {13c34867-0bf9-467f-9d32-1aa97780d7f5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1373 2025.02.24 21:44:42.499807 [ 275 ] {13c34867-0bf9-467f-9d32-1aa97780d7f5} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1374 2025.02.24 21:44:42.500032 [ 275 ] {13c34867-0bf9-467f-9d32-1aa97780d7f5} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001899 sec., 201158.50447604002 rows/sec., 14.19 MiB/sec.
1375 2025.02.24 21:44:42.500092 [ 275 ] {13c34867-0bf9-467f-9d32-1aa97780d7f5} <Debug> TCPHandler: Processed in 0.002134833 sec.
1376 2025.02.24 21:44:42.500231 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1377 2025.02.24 21:44:42.500349 [ 274 ] {ee5c980d-08e0-4d83-b0c0-a279040a2013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1378 2025.02.24 21:44:42.500400 [ 274 ] {ee5c980d-08e0-4d83-b0c0-a279040a2013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1379 2025.02.24 21:44:42.500896 [ 274 ] {ee5c980d-08e0-4d83-b0c0-a279040a2013} <Trace> oximeter.measurements_bool (079f967b-8dd2-40bd-914a-ab69e5fb8ef0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1380 2025.02.24 21:44:42.500935 [ 274 ] {ee5c980d-08e0-4d83-b0c0-a279040a2013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1381 2025.02.24 21:44:42.501302 [ 274 ] {ee5c980d-08e0-4d83-b0c0-a279040a2013} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1382 2025.02.24 21:44:42.501541 [ 274 ] {ee5c980d-08e0-4d83-b0c0-a279040a2013} <Trace> oximeter.measurements_bool (079f967b-8dd2-40bd-914a-ab69e5fb8ef0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1383 2025.02.24 21:44:42.501796 [ 274 ] {ee5c980d-08e0-4d83-b0c0-a279040a2013} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec.
1384 2025.02.24 21:44:42.501927 [ 274 ] {ee5c980d-08e0-4d83-b0c0-a279040a2013} <Debug> TCPHandler: Processed in 0.001753584 sec.
1385 2025.02.24 21:44:42.502062 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1386 2025.02.24 21:44:42.502182 [ 275 ] {4482e7ca-55aa-471b-a8fd-42b63c8a8373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1387 2025.02.24 21:44:42.502235 [ 275 ] {4482e7ca-55aa-471b-a8fd-42b63c8a8373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1388 2025.02.24 21:44:42.502831 [ 275 ] {4482e7ca-55aa-471b-a8fd-42b63c8a8373} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1389 2025.02.24 21:44:42.502870 [ 275 ] {4482e7ca-55aa-471b-a8fd-42b63c8a8373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1390 2025.02.24 21:44:42.503263 [ 275 ] {4482e7ca-55aa-471b-a8fd-42b63c8a8373} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1391 2025.02.24 21:44:42.503513 [ 275 ] {4482e7ca-55aa-471b-a8fd-42b63c8a8373} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1392 2025.02.24 21:44:42.503729 [ 275 ] {4482e7ca-55aa-471b-a8fd-42b63c8a8373} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001573 sec., 150667.51430387795 rows/sec., 10.10 MiB/sec.
1393 2025.02.24 21:44:42.503787 [ 275 ] {4482e7ca-55aa-471b-a8fd-42b63c8a8373} <Debug> TCPHandler: Processed in 0.001780285 sec.
1394 2025.02.24 21:44:42.503927 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1395 2025.02.24 21:44:42.504046 [ 274 ] {61875005-d54f-49a9-8d34-72834848a60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1396 2025.02.24 21:44:42.504097 [ 274 ] {61875005-d54f-49a9-8d34-72834848a60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1397 2025.02.24 21:44:42.504601 [ 274 ] {61875005-d54f-49a9-8d34-72834848a60b} <Trace> oximeter.measurements_f64 (b0022b29-7bfe-4c88-908c-6a4750b5c68f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1398 2025.02.24 21:44:42.504639 [ 274 ] {61875005-d54f-49a9-8d34-72834848a60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1399 2025.02.24 21:44:42.504992 [ 274 ] {61875005-d54f-49a9-8d34-72834848a60b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1400 2025.02.24 21:44:42.505231 [ 274 ] {61875005-d54f-49a9-8d34-72834848a60b} <Trace> oximeter.measurements_f64 (b0022b29-7bfe-4c88-908c-6a4750b5c68f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1401 2025.02.24 21:44:42.505433 [ 274 ] {61875005-d54f-49a9-8d34-72834848a60b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec.
1402 2025.02.24 21:44:42.505491 [ 274 ] {61875005-d54f-49a9-8d34-72834848a60b} <Debug> TCPHandler: Processed in 0.001622451 sec.
1403 2025.02.24 21:44:42.505629 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1404 2025.02.24 21:44:42.505747 [ 275 ] {2a335f3d-323e-4d82-afa5-f59d9528d6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1405 2025.02.24 21:44:42.505800 [ 275 ] {2a335f3d-323e-4d82-afa5-f59d9528d6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1406 2025.02.24 21:44:42.506358 [ 275 ] {2a335f3d-323e-4d82-afa5-f59d9528d6b1} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1407 2025.02.24 21:44:42.506404 [ 275 ] {2a335f3d-323e-4d82-afa5-f59d9528d6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1408 2025.02.24 21:44:42.506840 [ 275 ] {2a335f3d-323e-4d82-afa5-f59d9528d6b1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1409 2025.02.24 21:44:42.507089 [ 275 ] {2a335f3d-323e-4d82-afa5-f59d9528d6b1} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1410 2025.02.24 21:44:42.507312 [ 275 ] {2a335f3d-323e-4d82-afa5-f59d9528d6b1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00159 sec., 51572.32704402516 rows/sec., 3.28 MiB/sec.
1411 2025.02.24 21:44:42.507365 [ 275 ] {2a335f3d-323e-4d82-afa5-f59d9528d6b1} <Debug> TCPHandler: Processed in 0.001790604 sec.
1412 2025.02.24 21:44:45.138161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 216
1413 2025.02.24 21:44:45.141175 [ 242 ] {} <Trace> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1414 2025.02.24 21:44:45.141228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1415 2025.02.24 21:44:45.142743 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1416 2025.02.24 21:44:45.143060 [ 242 ] {} <Trace> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1417 2025.02.24 21:44:45.143881 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 216
1418 2025.02.24 21:44:47.474282 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1419 2025.02.24 21:44:47.474548 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) 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', '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)
1420 2025.02.24 21:44:47.474971 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1421 2025.02.24 21:44:47.475021 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <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', '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
1422 2025.02.24 21:44:47.475366 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1423 2025.02.24 21:44:47.475448 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1424 2025.02.24 21:44:47.475629 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1425 2025.02.24 21:44:47.475991 [ 286 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1426 2025.02.24 21:44:47.476014 [ 287 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1427 2025.02.24 21:44:47.476174 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (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
1428 2025.02.24 21:44:47.476209 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1429 2025.02.24 21:44:47.478597 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1430 2025.02.24 21:44:47.478628 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Reading approx. 30 rows with 2 streams
1431 2025.02.24 21:44:47.478687 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <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', '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'))"
1432 2025.02.24 21:44:47.478735 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <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', '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'))"
1433 2025.02.24 21:44:47.480121 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.005698 sec., 5265.005265005265 rows/sec., 197.27 KiB/sec.
1434 2025.02.24 21:44:47.480270 [ 274 ] {760db869-b8c0-485c-8d0f-daaba85e84a6} <Debug> TCPHandler: Processed in 0.006115943 sec.
1435 2025.02.24 21:44:47.487095 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1436 2025.02.24 21:44:47.487219 [ 274 ] {139cfbfb-b3a0-450f-82db-62360b47713d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1437 2025.02.24 21:44:47.487270 [ 274 ] {139cfbfb-b3a0-450f-82db-62360b47713d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1438 2025.02.24 21:44:47.487984 [ 274 ] {139cfbfb-b3a0-450f-82db-62360b47713d} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1439 2025.02.24 21:44:47.488029 [ 274 ] {139cfbfb-b3a0-450f-82db-62360b47713d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1440 2025.02.24 21:44:47.488515 [ 274 ] {139cfbfb-b3a0-450f-82db-62360b47713d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1441 2025.02.24 21:44:47.488737 [ 274 ] {139cfbfb-b3a0-450f-82db-62360b47713d} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1442 2025.02.24 21:44:47.488975 [ 274 ] {139cfbfb-b3a0-450f-82db-62360b47713d} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001792 sec., 558.0357142857143 rows/sec., 83.38 KiB/sec.
1443 2025.02.24 21:44:47.489032 [ 274 ] {139cfbfb-b3a0-450f-82db-62360b47713d} <Debug> TCPHandler: Processed in 0.00199212 sec.
1444 2025.02.24 21:44:47.489269 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1445 2025.02.24 21:44:47.489430 [ 275 ] {d4971b29-2d44-49e5-9cee-3b4f3ee77390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1446 2025.02.24 21:44:47.489497 [ 275 ] {d4971b29-2d44-49e5-9cee-3b4f3ee77390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1447 2025.02.24 21:44:47.490218 [ 275 ] {d4971b29-2d44-49e5-9cee-3b4f3ee77390} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1448 2025.02.24 21:44:47.490258 [ 275 ] {d4971b29-2d44-49e5-9cee-3b4f3ee77390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1449 2025.02.24 21:44:47.490711 [ 275 ] {d4971b29-2d44-49e5-9cee-3b4f3ee77390} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1450 2025.02.24 21:44:47.490968 [ 275 ] {d4971b29-2d44-49e5-9cee-3b4f3ee77390} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1451 2025.02.24 21:44:47.491096 [ 76 ] {} <Debug> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1452 2025.02.24 21:44:47.491141 [ 76 ] {} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1453 2025.02.24 21:44:47.491166 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1454 2025.02.24 21:44:47.491172 [ 275 ] {d4971b29-2d44-49e5-9cee-3b4f3ee77390} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001786 sec., 40313.549832026874 rows/sec., 3.27 MiB/sec.
1455 2025.02.24 21:44:47.491450 [ 275 ] {d4971b29-2d44-49e5-9cee-3b4f3ee77390} <Debug> TCPHandler: Processed in 0.002297047 sec.
1456 2025.02.24 21:44:47.491541 [ 190 ] {64c522fe-2318-49ea-8b02-c986363aa743::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
1457 2025.02.24 21:44:47.491730 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1458 2025.02.24 21:44:47.491845 [ 190 ] {64c522fe-2318-49ea-8b02-c986363aa743::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1459 2025.02.24 21:44:47.491892 [ 190 ] {64c522fe-2318-49ea-8b02-c986363aa743::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
1460 2025.02.24 21:44:47.491909 [ 274 ] {b96fb7ae-ecdb-4cc3-a6c9-1181a83bc15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1461 2025.02.24 21:44:47.491980 [ 274 ] {b96fb7ae-ecdb-4cc3-a6c9-1181a83bc15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1462 2025.02.24 21:44:47.492042 [ 190 ] {64c522fe-2318-49ea-8b02-c986363aa743::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
1463 2025.02.24 21:44:47.492294 [ 190 ] {64c522fe-2318-49ea-8b02-c986363aa743::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 617 rows starting from the beginning of the part
1464 2025.02.24 21:44:47.492680 [ 190 ] {64c522fe-2318-49ea-8b02-c986363aa743::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
1465 2025.02.24 21:44:47.492941 [ 190 ] {64c522fe-2318-49ea-8b02-c986363aa743::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 617 rows starting from the beginning of the part
1466 2025.02.24 21:44:47.493247 [ 190 ] {64c522fe-2318-49ea-8b02-c986363aa743::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1467 2025.02.24 21:44:47.494199 [ 274 ] {b96fb7ae-ecdb-4cc3-a6c9-1181a83bc15e} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1468 2025.02.24 21:44:47.494248 [ 274 ] {b96fb7ae-ecdb-4cc3-a6c9-1181a83bc15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1469 2025.02.24 21:44:47.494944 [ 274 ] {b96fb7ae-ecdb-4cc3-a6c9-1181a83bc15e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1470 2025.02.24 21:44:47.495242 [ 274 ] {b96fb7ae-ecdb-4cc3-a6c9-1181a83bc15e} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1471 2025.02.24 21:44:47.495516 [ 188 ] {64c522fe-2318-49ea-8b02-c986363aa743::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1474 rows, containing 5 columns (5 merged, 0 gathered) in 0.004249746 sec., 346844.25845685834 rows/sec., 28.44 MiB/sec.
1472 2025.02.24 21:44:47.495633 [ 274 ] {b96fb7ae-ecdb-4cc3-a6c9-1181a83bc15e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003758 sec., 2128.79191059074 rows/sec., 160.08 KiB/sec.
1473 2025.02.24 21:44:47.495769 [ 274 ] {b96fb7ae-ecdb-4cc3-a6c9-1181a83bc15e} <Debug> TCPHandler: Processed in 0.004185404 sec.
1474 2025.02.24 21:44:47.495831 [ 188 ] {64c522fe-2318-49ea-8b02-c986363aa743::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1475 2025.02.24 21:44:47.495954 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1476 2025.02.24 21:44:47.496115 [ 275 ] {83cfe513-d01f-483b-8746-c9f7831f0258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1477 2025.02.24 21:44:47.496185 [ 275 ] {83cfe513-d01f-483b-8746-c9f7831f0258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1478 2025.02.24 21:44:47.496192 [ 188 ] {64c522fe-2318-49ea-8b02-c986363aa743::all_1_6_1} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1479 2025.02.24 21:44:47.496324 [ 188 ] {64c522fe-2318-49ea-8b02-c986363aa743::all_1_6_1} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1480 2025.02.24 21:44:47.496426 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
1481 2025.02.24 21:44:47.496972 [ 275 ] {83cfe513-d01f-483b-8746-c9f7831f0258} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1482 2025.02.24 21:44:47.497017 [ 275 ] {83cfe513-d01f-483b-8746-c9f7831f0258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1483 2025.02.24 21:44:47.497392 [ 275 ] {83cfe513-d01f-483b-8746-c9f7831f0258} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1484 2025.02.24 21:44:47.497637 [ 275 ] {83cfe513-d01f-483b-8746-c9f7831f0258} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1485 2025.02.24 21:44:47.497757 [ 76 ] {} <Debug> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1486 2025.02.24 21:44:47.497793 [ 76 ] {} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1487 2025.02.24 21:44:47.497816 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1488 2025.02.24 21:44:47.497820 [ 275 ] {83cfe513-d01f-483b-8746-c9f7831f0258} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001742 sec., 41331.802525832376 rows/sec., 3.23 MiB/sec.
1489 2025.02.24 21:44:47.498151 [ 275 ] {83cfe513-d01f-483b-8746-c9f7831f0258} <Debug> TCPHandler: Processed in 0.002264427 sec.
1490 2025.02.24 21:44:47.498308 [ 190 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::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
1491 2025.02.24 21:44:47.498407 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1492 2025.02.24 21:44:47.498516 [ 190 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1493 2025.02.24 21:44:47.498565 [ 274 ] {163de09c-6fdc-4b57-b4a0-40044c284ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1494 2025.02.24 21:44:47.498575 [ 190 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::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
1495 2025.02.24 21:44:47.498638 [ 274 ] {163de09c-6fdc-4b57-b4a0-40044c284ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1496 2025.02.24 21:44:47.498800 [ 190 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::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
1497 2025.02.24 21:44:47.499123 [ 190 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 382 rows starting from the beginning of the part
1498 2025.02.24 21:44:47.499356 [ 190 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::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
1499 2025.02.24 21:44:47.499590 [ 190 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part
1500 2025.02.24 21:44:47.499772 [ 190 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1501 2025.02.24 21:44:47.500394 [ 274 ] {163de09c-6fdc-4b57-b4a0-40044c284ef7} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1502 2025.02.24 21:44:47.500439 [ 274 ] {163de09c-6fdc-4b57-b4a0-40044c284ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1503 2025.02.24 21:44:47.501030 [ 274 ] {163de09c-6fdc-4b57-b4a0-40044c284ef7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1504 2025.02.24 21:44:47.501386 [ 274 ] {163de09c-6fdc-4b57-b4a0-40044c284ef7} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1505 2025.02.24 21:44:47.501397 [ 201 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1028 rows, containing 5 columns (5 merged, 0 gathered) in 0.003480897 sec., 295326.17598279985 rows/sec., 22.52 MiB/sec.
1506 2025.02.24 21:44:47.501636 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1507 2025.02.24 21:44:47.501741 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1508 2025.02.24 21:44:47.501786 [ 201 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1509 2025.02.24 21:44:47.501801 [ 274 ] {163de09c-6fdc-4b57-b4a0-40044c284ef7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003252 sec., 49200.492004920045 rows/sec., 3.43 MiB/sec.
1510 2025.02.24 21:44:47.501803 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1511 2025.02.24 21:44:47.502105 [ 274 ] {163de09c-6fdc-4b57-b4a0-40044c284ef7} <Debug> TCPHandler: Processed in 0.003831616 sec.
1512 2025.02.24 21:44:47.502394 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1513 2025.02.24 21:44:47.502409 [ 192 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::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
1514 2025.02.24 21:44:47.502665 [ 275 ] {415a9d0c-3252-42ef-acc5-5eca6585ca63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1515 2025.02.24 21:44:47.502739 [ 201 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::all_1_6_1} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1516 2025.02.24 21:44:47.502772 [ 192 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1517 2025.02.24 21:44:47.502899 [ 192 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::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
1518 2025.02.24 21:44:47.502931 [ 275 ] {415a9d0c-3252-42ef-acc5-5eca6585ca63} <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
1519 2025.02.24 21:44:47.503173 [ 201 ] {9909ae48-0e85-4233-b19e-96ae26fcf8d2::all_1_6_1} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1520 2025.02.24 21:44:47.503468 [ 192 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::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
1521 2025.02.24 21:44:47.503733 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
1522 2025.02.24 21:44:47.503993 [ 192 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::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
1523 2025.02.24 21:44:47.504386 [ 192 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::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
1524 2025.02.24 21:44:47.504717 [ 192 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part
1525 2025.02.24 21:44:47.505172 [ 192 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::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
1526 2025.02.24 21:44:47.507286 [ 275 ] {415a9d0c-3252-42ef-acc5-5eca6585ca63} <Trace> oximeter.measurements_histogramu64 (f9b3c607-aa37-43a3-be02-f0eaec2b426b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1527 2025.02.24 21:44:47.507340 [ 275 ] {415a9d0c-3252-42ef-acc5-5eca6585ca63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1528 2025.02.24 21:44:47.507537 [ 192 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.005495817 sec., 196877.00663977713 rows/sec., 13.49 MiB/sec.
1529 2025.02.24 21:44:47.507861 [ 190 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1530 2025.02.24 21:44:47.508427 [ 190 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1531 2025.02.24 21:44:47.508507 [ 190 ] {d51e6d9a-7629-4d65-958b-6e83750c0923::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1532 2025.02.24 21:44:47.508600 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1533 2025.02.24 21:44:47.510407 [ 275 ] {415a9d0c-3252-42ef-acc5-5eca6585ca63} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1534 2025.02.24 21:44:47.510754 [ 275 ] {415a9d0c-3252-42ef-acc5-5eca6585ca63} <Trace> oximeter.measurements_histogramu64 (f9b3c607-aa37-43a3-be02-f0eaec2b426b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1535 2025.02.24 21:44:47.510985 [ 275 ] {415a9d0c-3252-42ef-acc5-5eca6585ca63} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008406 sec., 951.7011658339281 rows/sec., 1.71 MiB/sec.
1536 2025.02.24 21:44:47.511109 [ 275 ] {415a9d0c-3252-42ef-acc5-5eca6585ca63} <Debug> TCPHandler: Processed in 0.008881072 sec.
1537 2025.02.24 21:44:47.511269 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1538 2025.02.24 21:44:47.511390 [ 274 ] {5045d1f4-3b74-4234-97f2-2518fe3bb2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1539 2025.02.24 21:44:47.511439 [ 274 ] {5045d1f4-3b74-4234-97f2-2518fe3bb2cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1540 2025.02.24 21:44:47.511940 [ 274 ] {5045d1f4-3b74-4234-97f2-2518fe3bb2cd} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1541 2025.02.24 21:44:47.511979 [ 274 ] {5045d1f4-3b74-4234-97f2-2518fe3bb2cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1542 2025.02.24 21:44:47.512350 [ 274 ] {5045d1f4-3b74-4234-97f2-2518fe3bb2cd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1543 2025.02.24 21:44:47.512595 [ 274 ] {5045d1f4-3b74-4234-97f2-2518fe3bb2cd} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1544 2025.02.24 21:44:47.512752 [ 76 ] {} <Debug> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1545 2025.02.24 21:44:47.512809 [ 76 ] {} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1546 2025.02.24 21:44:47.512843 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1547 2025.02.24 21:44:47.512861 [ 274 ] {5045d1f4-3b74-4234-97f2-2518fe3bb2cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec.
1548 2025.02.24 21:44:47.513032 [ 274 ] {5045d1f4-3b74-4234-97f2-2518fe3bb2cd} <Debug> TCPHandler: Processed in 0.001820316 sec.
1549 2025.02.24 21:44:47.513100 [ 193 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::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
1550 2025.02.24 21:44:47.513247 [ 193 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1551 2025.02.24 21:44:47.513287 [ 193 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::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
1552 2025.02.24 21:44:47.513402 [ 193 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::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
1553 2025.02.24 21:44:47.513566 [ 193 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::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
1554 2025.02.24 21:44:47.513645 [ 193 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::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
1555 2025.02.24 21:44:47.513848 [ 193 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
1556 2025.02.24 21:44:47.513926 [ 193 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::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
1557 2025.02.24 21:44:47.515063 [ 190 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.002122443 sec., 184692.82802883282 rows/sec., 12.15 MiB/sec.
1558 2025.02.24 21:44:47.515224 [ 192 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1559 2025.02.24 21:44:47.515521 [ 192 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::all_1_6_1} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1560 2025.02.24 21:44:47.515599 [ 192 ] {7ccfeb5b-ed7c-41e6-933a-4c844baa2631::all_1_6_1} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1561 2025.02.24 21:44:47.515682 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1562 2025.02.24 21:44:47.646202 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1563 2025.02.24 21:44:47.646803 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1564 2025.02.24 21:44:47.646844 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1565 2025.02.24 21:44:47.647360 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1566 2025.02.24 21:44:47.647607 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1567 2025.02.24 21:44:47.647767 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1568 2025.02.24 21:44:47.835832 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1569 2025.02.24 21:44:47.855110 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1570 2025.02.24 21:44:47.855161 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1571 2025.02.24 21:44:47.861927 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1572 2025.02.24 21:44:47.862663 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1573 2025.02.24 21:44:47.865054 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1574 2025.02.24 21:44:48.000144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.04 MiB, peak 169.35 MiB, free memory in arenas 0.00 B, will set to 165.11 MiB (RSS), difference: 1.07 MiB
1575 2025.02.24 21:44:52.487172 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1576 2025.02.24 21:44:52.487399 [ 274 ] {a1ab91aa-34a6-45da-b519-d64fcc1de7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1577 2025.02.24 21:44:52.487482 [ 274 ] {a1ab91aa-34a6-45da-b519-d64fcc1de7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1578 2025.02.24 21:44:52.488415 [ 274 ] {a1ab91aa-34a6-45da-b519-d64fcc1de7ab} <Trace> oximeter.fields_i16 (1c293c77-76e6-4887-84ba-21aa0a6f386d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1579 2025.02.24 21:44:52.488469 [ 274 ] {a1ab91aa-34a6-45da-b519-d64fcc1de7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1580 2025.02.24 21:44:52.488930 [ 274 ] {a1ab91aa-34a6-45da-b519-d64fcc1de7ab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1581 2025.02.24 21:44:52.489188 [ 274 ] {a1ab91aa-34a6-45da-b519-d64fcc1de7ab} <Trace> oximeter.fields_i16 (1c293c77-76e6-4887-84ba-21aa0a6f386d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1582 2025.02.24 21:44:52.489459 [ 274 ] {a1ab91aa-34a6-45da-b519-d64fcc1de7ab} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002117 sec., 100141.70996693434 rows/sec., 6.37 MiB/sec.
1583 2025.02.24 21:44:52.489617 [ 274 ] {a1ab91aa-34a6-45da-b519-d64fcc1de7ab} <Debug> TCPHandler: Processed in 0.002574484 sec.
1584 2025.02.24 21:44:52.489865 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1585 2025.02.24 21:44:52.490083 [ 275 ] {a2d5e7d6-0da1-4c36-a95f-647295785792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1586 2025.02.24 21:44:52.490166 [ 275 ] {a2d5e7d6-0da1-4c36-a95f-647295785792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1587 2025.02.24 21:44:52.491230 [ 275 ] {a2d5e7d6-0da1-4c36-a95f-647295785792} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1588 2025.02.24 21:44:52.491281 [ 275 ] {a2d5e7d6-0da1-4c36-a95f-647295785792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1589 2025.02.24 21:44:52.491802 [ 275 ] {a2d5e7d6-0da1-4c36-a95f-647295785792} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1590 2025.02.24 21:44:52.492076 [ 275 ] {a2d5e7d6-0da1-4c36-a95f-647295785792} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1591 2025.02.24 21:44:52.492299 [ 275 ] {a2d5e7d6-0da1-4c36-a95f-647295785792} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002277 sec., 270970.5753184014 rows/sec., 21.18 MiB/sec.
1592 2025.02.24 21:44:52.492380 [ 275 ] {a2d5e7d6-0da1-4c36-a95f-647295785792} <Debug> TCPHandler: Processed in 0.002663606 sec.
1593 2025.02.24 21:44:52.492531 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1594 2025.02.24 21:44:52.492664 [ 274 ] {d578e241-db45-4a51-b981-d5f13f1f711b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1595 2025.02.24 21:44:52.492720 [ 274 ] {d578e241-db45-4a51-b981-d5f13f1f711b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1596 2025.02.24 21:44:52.493365 [ 274 ] {d578e241-db45-4a51-b981-d5f13f1f711b} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1597 2025.02.24 21:44:52.493408 [ 274 ] {d578e241-db45-4a51-b981-d5f13f1f711b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1598 2025.02.24 21:44:52.493784 [ 274 ] {d578e241-db45-4a51-b981-d5f13f1f711b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1599 2025.02.24 21:44:52.494024 [ 274 ] {d578e241-db45-4a51-b981-d5f13f1f711b} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1600 2025.02.24 21:44:52.494245 [ 274 ] {d578e241-db45-4a51-b981-d5f13f1f711b} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001612 sec., 65756.82382133996 rows/sec., 3.87 MiB/sec.
1601 2025.02.24 21:44:52.494309 [ 274 ] {d578e241-db45-4a51-b981-d5f13f1f711b} <Debug> TCPHandler: Processed in 0.001835175 sec.
1602 2025.02.24 21:44:52.494464 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1603 2025.02.24 21:44:52.494601 [ 275 ] {af18f0b3-9567-408a-84b0-e274f20ec771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1604 2025.02.24 21:44:52.494656 [ 275 ] {af18f0b3-9567-408a-84b0-e274f20ec771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1605 2025.02.24 21:44:52.495329 [ 275 ] {af18f0b3-9567-408a-84b0-e274f20ec771} <Trace> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1606 2025.02.24 21:44:52.495370 [ 275 ] {af18f0b3-9567-408a-84b0-e274f20ec771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1607 2025.02.24 21:44:52.495755 [ 275 ] {af18f0b3-9567-408a-84b0-e274f20ec771} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1608 2025.02.24 21:44:52.495999 [ 275 ] {af18f0b3-9567-408a-84b0-e274f20ec771} <Trace> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): 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.02.24 21:44:52.496185 [ 275 ] {af18f0b3-9567-408a-84b0-e274f20ec771} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001616 sec., 69925.74257425743 rows/sec., 4.53 MiB/sec.
1610 2025.02.24 21:44:52.496244 [ 275 ] {af18f0b3-9567-408a-84b0-e274f20ec771} <Debug> TCPHandler: Processed in 0.001843496 sec.
1611 2025.02.24 21:44:52.496424 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1612 2025.02.24 21:44:52.496564 [ 274 ] {2cdd6931-b86c-4a7e-add7-99a17d04e8a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1613 2025.02.24 21:44:52.496619 [ 274 ] {2cdd6931-b86c-4a7e-add7-99a17d04e8a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1614 2025.02.24 21:44:52.497279 [ 274 ] {2cdd6931-b86c-4a7e-add7-99a17d04e8a1} <Trace> oximeter.fields_u8 (b851db64-db50-412b-b52f-72c34a9422c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1615 2025.02.24 21:44:52.497316 [ 274 ] {2cdd6931-b86c-4a7e-add7-99a17d04e8a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1616 2025.02.24 21:44:52.497749 [ 274 ] {2cdd6931-b86c-4a7e-add7-99a17d04e8a1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1617 2025.02.24 21:44:52.497988 [ 274 ] {2cdd6931-b86c-4a7e-add7-99a17d04e8a1} <Trace> oximeter.fields_u8 (b851db64-db50-412b-b52f-72c34a9422c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1618 2025.02.24 21:44:52.498200 [ 274 ] {2cdd6931-b86c-4a7e-add7-99a17d04e8a1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001666 sec., 67226.89075630253 rows/sec., 3.83 MiB/sec.
1619 2025.02.24 21:44:52.498259 [ 274 ] {2cdd6931-b86c-4a7e-add7-99a17d04e8a1} <Debug> TCPHandler: Processed in 0.001902167 sec.
1620 2025.02.24 21:44:52.498413 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1621 2025.02.24 21:44:52.498535 [ 275 ] {808ae3e9-efab-4375-96fb-b1c7a4c8ae05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1622 2025.02.24 21:44:52.498593 [ 275 ] {808ae3e9-efab-4375-96fb-b1c7a4c8ae05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1623 2025.02.24 21:44:52.499300 [ 275 ] {808ae3e9-efab-4375-96fb-b1c7a4c8ae05} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1624 2025.02.24 21:44:52.499339 [ 275 ] {808ae3e9-efab-4375-96fb-b1c7a4c8ae05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1625 2025.02.24 21:44:52.499750 [ 275 ] {808ae3e9-efab-4375-96fb-b1c7a4c8ae05} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1626 2025.02.24 21:44:52.499998 [ 275 ] {808ae3e9-efab-4375-96fb-b1c7a4c8ae05} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1627 2025.02.24 21:44:52.500176 [ 275 ] {808ae3e9-efab-4375-96fb-b1c7a4c8ae05} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001667 sec., 229154.16916616674 rows/sec., 16.16 MiB/sec.
1628 2025.02.24 21:44:52.500232 [ 275 ] {808ae3e9-efab-4375-96fb-b1c7a4c8ae05} <Debug> TCPHandler: Processed in 0.001874017 sec.
1629 2025.02.24 21:44:52.500385 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1630 2025.02.24 21:44:52.500527 [ 274 ] {ea317a31-ee5d-4d1f-a7fd-8030b0b2c4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1631 2025.02.24 21:44:52.500616 [ 274 ] {ea317a31-ee5d-4d1f-a7fd-8030b0b2c4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1632 2025.02.24 21:44:52.501130 [ 274 ] {ea317a31-ee5d-4d1f-a7fd-8030b0b2c4a9} <Trace> oximeter.measurements_bool (079f967b-8dd2-40bd-914a-ab69e5fb8ef0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1633 2025.02.24 21:44:52.501170 [ 274 ] {ea317a31-ee5d-4d1f-a7fd-8030b0b2c4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1634 2025.02.24 21:44:52.501553 [ 274 ] {ea317a31-ee5d-4d1f-a7fd-8030b0b2c4a9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1635 2025.02.24 21:44:52.501823 [ 274 ] {ea317a31-ee5d-4d1f-a7fd-8030b0b2c4a9} <Trace> oximeter.measurements_bool (079f967b-8dd2-40bd-914a-ab69e5fb8ef0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1636 2025.02.24 21:44:52.502119 [ 274 ] {ea317a31-ee5d-4d1f-a7fd-8030b0b2c4a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001604 sec., 3740.6483790523694 rows/sec., 195.43 KiB/sec.
1637 2025.02.24 21:44:52.502236 [ 274 ] {ea317a31-ee5d-4d1f-a7fd-8030b0b2c4a9} <Debug> TCPHandler: Processed in 0.001918288 sec.
1638 2025.02.24 21:44:52.502410 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1639 2025.02.24 21:44:52.502552 [ 275 ] {e94a04e3-b2e0-442d-a328-f309c30967fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1640 2025.02.24 21:44:52.502620 [ 275 ] {e94a04e3-b2e0-442d-a328-f309c30967fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1641 2025.02.24 21:44:52.503338 [ 275 ] {e94a04e3-b2e0-442d-a328-f309c30967fe} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1642 2025.02.24 21:44:52.503378 [ 275 ] {e94a04e3-b2e0-442d-a328-f309c30967fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1643 2025.02.24 21:44:52.503796 [ 275 ] {e94a04e3-b2e0-442d-a328-f309c30967fe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1644 2025.02.24 21:44:52.504049 [ 275 ] {e94a04e3-b2e0-442d-a328-f309c30967fe} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): 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.02.24 21:44:52.504265 [ 275 ] {e94a04e3-b2e0-442d-a328-f309c30967fe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001732 sec., 136836.02771362587 rows/sec., 9.17 MiB/sec.
1646 2025.02.24 21:44:52.504453 [ 275 ] {e94a04e3-b2e0-442d-a328-f309c30967fe} <Debug> TCPHandler: Processed in 0.002107393 sec.
1647 2025.02.24 21:44:52.504641 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1648 2025.02.24 21:44:52.504784 [ 274 ] {e09e3dfb-bd68-441b-b79f-24b46be11043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1649 2025.02.24 21:44:52.504848 [ 274 ] {e09e3dfb-bd68-441b-b79f-24b46be11043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1650 2025.02.24 21:44:52.505380 [ 274 ] {e09e3dfb-bd68-441b-b79f-24b46be11043} <Trace> oximeter.measurements_f64 (b0022b29-7bfe-4c88-908c-6a4750b5c68f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1651 2025.02.24 21:44:52.505420 [ 274 ] {e09e3dfb-bd68-441b-b79f-24b46be11043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1652 2025.02.24 21:44:52.505795 [ 274 ] {e09e3dfb-bd68-441b-b79f-24b46be11043} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1653 2025.02.24 21:44:52.506061 [ 274 ] {e09e3dfb-bd68-441b-b79f-24b46be11043} <Trace> oximeter.measurements_f64 (b0022b29-7bfe-4c88-908c-6a4750b5c68f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1654 2025.02.24 21:44:52.506272 [ 274 ] {e09e3dfb-bd68-441b-b79f-24b46be11043} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec.
1655 2025.02.24 21:44:52.506329 [ 274 ] {e09e3dfb-bd68-441b-b79f-24b46be11043} <Debug> TCPHandler: Processed in 0.001760224 sec.
1656 2025.02.24 21:44:52.506482 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1657 2025.02.24 21:44:52.506609 [ 275 ] {a5415b5f-fcc1-4d5d-9276-a8bd250a9514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1658 2025.02.24 21:44:52.506668 [ 275 ] {a5415b5f-fcc1-4d5d-9276-a8bd250a9514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1659 2025.02.24 21:44:52.507153 [ 275 ] {a5415b5f-fcc1-4d5d-9276-a8bd250a9514} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1660 2025.02.24 21:44:52.507191 [ 275 ] {a5415b5f-fcc1-4d5d-9276-a8bd250a9514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1661 2025.02.24 21:44:52.507572 [ 275 ] {a5415b5f-fcc1-4d5d-9276-a8bd250a9514} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1662 2025.02.24 21:44:52.507814 [ 275 ] {a5415b5f-fcc1-4d5d-9276-a8bd250a9514} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1663 2025.02.24 21:44:52.508004 [ 275 ] {a5415b5f-fcc1-4d5d-9276-a8bd250a9514} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001416 sec., 57909.60451977402 rows/sec., 3.68 MiB/sec.
1664 2025.02.24 21:44:52.508077 [ 275 ] {a5415b5f-fcc1-4d5d-9276-a8bd250a9514} <Debug> TCPHandler: Processed in 0.001655491 sec.
1665 2025.02.24 21:44:55.072718 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache
1666 2025.02.24 21:44:55.072786 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache
1667 2025.02.24 21:44:55.144058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 252
1668 2025.02.24 21:44:55.147101 [ 242 ] {} <Trace> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1669 2025.02.24 21:44:55.147151 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1670 2025.02.24 21:44:55.147960 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1671 2025.02.24 21:44:55.151584 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1672 2025.02.24 21:44:55.151685 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1673 2025.02.24 21:44:55.151876 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1674 2025.02.24 21:44:55.152714 [ 242 ] {} <Trace> system.query_log (72ce43c9-9db2-40b3-93e8-35b62520ae4a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1675 2025.02.24 21:44:55.152852 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1676 2025.02.24 21:44:55.153669 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1677 2025.02.24 21:44:55.154574 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1678 2025.02.24 21:44:55.154757 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 252
1679 2025.02.24 21:44:55.365128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1680 2025.02.24 21:44:55.385578 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1681 2025.02.24 21:44:55.385632 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1682 2025.02.24 21:44:55.392940 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1683 2025.02.24 21:44:55.393738 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1684 2025.02.24 21:44:55.396361 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1685 2025.02.24 21:44:57.481631 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1686 2025.02.24 21:44:57.481817 [ 274 ] {ddec0faf-94ea-4401-a173-badae34f8cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1687 2025.02.24 21:44:57.481891 [ 274 ] {ddec0faf-94ea-4401-a173-badae34f8cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1688 2025.02.24 21:44:57.482659 [ 274 ] {ddec0faf-94ea-4401-a173-badae34f8cc2} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1689 2025.02.24 21:44:57.482708 [ 274 ] {ddec0faf-94ea-4401-a173-badae34f8cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1690 2025.02.24 21:44:57.483132 [ 274 ] {ddec0faf-94ea-4401-a173-badae34f8cc2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1691 2025.02.24 21:44:57.483385 [ 274 ] {ddec0faf-94ea-4401-a173-badae34f8cc2} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1692 2025.02.24 21:44:57.483628 [ 274 ] {ddec0faf-94ea-4401-a173-badae34f8cc2} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001864 sec., 38626.609442060086 rows/sec., 3.14 MiB/sec.
1693 2025.02.24 21:44:57.483695 [ 274 ] {ddec0faf-94ea-4401-a173-badae34f8cc2} <Debug> TCPHandler: Processed in 0.002193594 sec.
1694 2025.02.24 21:44:57.483965 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1695 2025.02.24 21:44:57.484165 [ 275 ] {597af169-411f-4546-9663-62e36bbbd52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1696 2025.02.24 21:44:57.484244 [ 275 ] {597af169-411f-4546-9663-62e36bbbd52f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1697 2025.02.24 21:44:57.484987 [ 275 ] {597af169-411f-4546-9663-62e36bbbd52f} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1698 2025.02.24 21:44:57.485038 [ 275 ] {597af169-411f-4546-9663-62e36bbbd52f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1699 2025.02.24 21:44:57.485468 [ 275 ] {597af169-411f-4546-9663-62e36bbbd52f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1700 2025.02.24 21:44:57.485723 [ 275 ] {597af169-411f-4546-9663-62e36bbbd52f} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1701 2025.02.24 21:44:57.485971 [ 275 ] {597af169-411f-4546-9663-62e36bbbd52f} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001861 sec., 4298.76410531972 rows/sec., 323.25 KiB/sec.
1702 2025.02.24 21:44:57.486037 [ 275 ] {597af169-411f-4546-9663-62e36bbbd52f} <Debug> TCPHandler: Processed in 0.002216136 sec.
1703 2025.02.24 21:44:57.486211 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1704 2025.02.24 21:44:57.486359 [ 274 ] {f36ede3c-1048-4299-bf35-227fcfbd4cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1705 2025.02.24 21:44:57.486421 [ 274 ] {f36ede3c-1048-4299-bf35-227fcfbd4cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1706 2025.02.24 21:44:57.487137 [ 274 ] {f36ede3c-1048-4299-bf35-227fcfbd4cdf} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1707 2025.02.24 21:44:57.487187 [ 274 ] {f36ede3c-1048-4299-bf35-227fcfbd4cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1708 2025.02.24 21:44:57.487601 [ 274 ] {f36ede3c-1048-4299-bf35-227fcfbd4cdf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1709 2025.02.24 21:44:57.487844 [ 274 ] {f36ede3c-1048-4299-bf35-227fcfbd4cdf} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1710 2025.02.24 21:44:57.488048 [ 274 ] {f36ede3c-1048-4299-bf35-227fcfbd4cdf} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001726 sec., 41714.94785631518 rows/sec., 3.26 MiB/sec.
1711 2025.02.24 21:44:57.488104 [ 274 ] {f36ede3c-1048-4299-bf35-227fcfbd4cdf} <Debug> TCPHandler: Processed in 0.001966209 sec.
1712 2025.02.24 21:44:57.488256 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1713 2025.02.24 21:44:57.488383 [ 275 ] {acff64f9-f7da-4d01-8141-69298fa420f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1714 2025.02.24 21:44:57.488446 [ 275 ] {acff64f9-f7da-4d01-8141-69298fa420f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1715 2025.02.24 21:44:57.489143 [ 275 ] {acff64f9-f7da-4d01-8141-69298fa420f9} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1716 2025.02.24 21:44:57.489193 [ 275 ] {acff64f9-f7da-4d01-8141-69298fa420f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1717 2025.02.24 21:44:57.489643 [ 275 ] {acff64f9-f7da-4d01-8141-69298fa420f9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1718 2025.02.24 21:44:57.489886 [ 275 ] {acff64f9-f7da-4d01-8141-69298fa420f9} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1719 2025.02.24 21:44:57.490073 [ 275 ] {acff64f9-f7da-4d01-8141-69298fa420f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00172 sec., 93023.2558139535 rows/sec., 6.48 MiB/sec.
1720 2025.02.24 21:44:57.490133 [ 275 ] {acff64f9-f7da-4d01-8141-69298fa420f9} <Debug> TCPHandler: Processed in 0.001935299 sec.
1721 2025.02.24 21:44:57.490290 [ 274 ] {} <Trace> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1722 2025.02.24 21:44:57.490417 [ 274 ] {b3547410-9db6-489f-bfcf-a4823fa73134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58151) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1723 2025.02.24 21:44:57.490502 [ 274 ] {b3547410-9db6-489f-bfcf-a4823fa73134} <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
1724 2025.02.24 21:44:57.491630 [ 274 ] {b3547410-9db6-489f-bfcf-a4823fa73134} <Trace> oximeter.measurements_histogramu64 (f9b3c607-aa37-43a3-be02-f0eaec2b426b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1725 2025.02.24 21:44:57.491671 [ 274 ] {b3547410-9db6-489f-bfcf-a4823fa73134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1726 2025.02.24 21:44:57.492294 [ 274 ] {b3547410-9db6-489f-bfcf-a4823fa73134} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1727 2025.02.24 21:44:57.492562 [ 274 ] {b3547410-9db6-489f-bfcf-a4823fa73134} <Trace> oximeter.measurements_histogramu64 (f9b3c607-aa37-43a3-be02-f0eaec2b426b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1728 2025.02.24 21:44:57.492878 [ 274 ] {b3547410-9db6-489f-bfcf-a4823fa73134} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00247 sec., 3238.8663967611337 rows/sec., 5.80 MiB/sec.
1729 2025.02.24 21:44:57.492990 [ 274 ] {b3547410-9db6-489f-bfcf-a4823fa73134} <Debug> TCPHandler: Processed in 0.002762509 sec.
1730 2025.02.24 21:44:57.493151 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1731 2025.02.24 21:44:57.493296 [ 275 ] {580ae325-37f9-4100-9328-9492f4e1f07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1732 2025.02.24 21:44:57.493357 [ 275 ] {580ae325-37f9-4100-9328-9492f4e1f07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1733 2025.02.24 21:44:57.493864 [ 275 ] {580ae325-37f9-4100-9328-9492f4e1f07c} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1734 2025.02.24 21:44:57.493901 [ 275 ] {580ae325-37f9-4100-9328-9492f4e1f07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB.
1735 2025.02.24 21:44:57.494273 [ 275 ] {580ae325-37f9-4100-9328-9492f4e1f07c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1736 2025.02.24 21:44:57.494510 [ 275 ] {580ae325-37f9-4100-9328-9492f4e1f07c} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1737 2025.02.24 21:44:57.494695 [ 275 ] {580ae325-37f9-4100-9328-9492f4e1f07c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec.
1738 2025.02.24 21:44:57.494747 [ 275 ] {580ae325-37f9-4100-9328-9492f4e1f07c} <Debug> TCPHandler: Processed in 0.001666292 sec.
1739 2025.02.24 21:45:02.128512 [ 274 ] {} <Debug> TCPHandler: Done processing connection.
1740 2025.02.24 21:45:02.128623 [ 274 ] {} <Debug> TCP-Session: 69a20971-6524-4a05-adcc-4e504bf7e1d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1741 2025.02.24 21:45:02.475989 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1742 2025.02.24 21:45:02.476255 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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)
1743 2025.02.24 21:45:02.476703 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1744 2025.02.24 21:45:02.476756 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <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
1745 2025.02.24 21:45:02.477107 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1746 2025.02.24 21:45:02.477194 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1747 2025.02.24 21:45:02.477376 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1748 2025.02.24 21:45:02.477569 [ 288 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1749 2025.02.24 21:45:02.477598 [ 286 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1750 2025.02.24 21:45:02.477573 [ 287 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1751 2025.02.24 21:45:02.477754 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1752 2025.02.24 21:45:02.477782 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1753 2025.02.24 21:45:02.477885 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1754 2025.02.24 21:45:02.477911 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Reading approx. 30 rows with 2 streams
1755 2025.02.24 21:45:02.477957 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <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'))"
1756 2025.02.24 21:45:02.478004 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <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'))"
1757 2025.02.24 21:45:02.479278 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003145 sec., 9538.950715421304 rows/sec., 357.40 KiB/sec.
1758 2025.02.24 21:45:02.479443 [ 275 ] {00f9f086-69ef-4fc7-9e1c-5e5a1a092352} <Debug> TCPHandler: Processed in 0.00359742 sec.
1759 2025.02.24 21:45:02.479953 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1760 2025.02.24 21:45:02.480242 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) 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', '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)
1761 2025.02.24 21:45:02.480853 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1762 2025.02.24 21:45:02.480924 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <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', '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
1763 2025.02.24 21:45:02.481346 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1764 2025.02.24 21:45:02.481440 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1765 2025.02.24 21:45:02.481630 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1766 2025.02.24 21:45:02.481792 [ 288 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1767 2025.02.24 21:45:02.481776 [ 286 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1768 2025.02.24 21:45:02.481809 [ 287 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1769 2025.02.24 21:45:02.481968 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1770 2025.02.24 21:45:02.481998 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1771 2025.02.24 21:45:02.482094 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1772 2025.02.24 21:45:02.482119 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Reading approx. 30 rows with 2 streams
1773 2025.02.24 21:45:02.482163 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <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', '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'))"
1774 2025.02.24 21:45:02.482216 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <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', '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'))"
1775 2025.02.24 21:45:02.483364 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003259 sec., 9205.277692543725 rows/sec., 344.90 KiB/sec.
1776 2025.02.24 21:45:02.483547 [ 276 ] {b395ca37-8cb4-4ceb-a8d6-3941c4adf752} <Debug> TCPHandler: Processed in 0.003773004 sec.
1777 2025.02.24 21:45:02.483866 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1778 2025.02.24 21:45:02.484079 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) 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', '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)
1779 2025.02.24 21:45:02.484455 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1780 2025.02.24 21:45:02.484519 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <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', '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
1781 2025.02.24 21:45:02.484881 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1782 2025.02.24 21:45:02.484956 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1783 2025.02.24 21:45:02.485138 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1784 2025.02.24 21:45:02.485309 [ 287 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1785 2025.02.24 21:45:02.485334 [ 286 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1786 2025.02.24 21:45:02.485314 [ 288 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1787 2025.02.24 21:45:02.485507 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges
1788 2025.02.24 21:45:02.485548 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1789 2025.02.24 21:45:02.485662 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1790 2025.02.24 21:45:02.485688 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Reading approx. 30 rows with 2 streams
1791 2025.02.24 21:45:02.485732 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <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', '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'))"
1792 2025.02.24 21:45:02.485789 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <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', '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'))"
1793 2025.02.24 21:45:02.487046 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.003069 sec., 9775.171065493645 rows/sec., 366.25 KiB/sec.
1794 2025.02.24 21:45:02.487202 [ 275 ] {f316aa25-64c4-4596-a609-192b6809b4e9} <Debug> TCPHandler: Processed in 0.003403445 sec.
1795 2025.02.24 21:45:02.502560 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1796 2025.02.24 21:45:02.502708 [ 275 ] {7c1c080a-f0c7-4e71-aecc-4c8a560c32fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1797 2025.02.24 21:45:02.502766 [ 275 ] {7c1c080a-f0c7-4e71-aecc-4c8a560c32fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1798 2025.02.24 21:45:02.503499 [ 275 ] {7c1c080a-f0c7-4e71-aecc-4c8a560c32fd} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1799 2025.02.24 21:45:02.503552 [ 275 ] {7c1c080a-f0c7-4e71-aecc-4c8a560c32fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1800 2025.02.24 21:45:02.504123 [ 275 ] {7c1c080a-f0c7-4e71-aecc-4c8a560c32fd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1801 2025.02.24 21:45:02.504445 [ 275 ] {7c1c080a-f0c7-4e71-aecc-4c8a560c32fd} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1802 2025.02.24 21:45:02.504785 [ 275 ] {7c1c080a-f0c7-4e71-aecc-4c8a560c32fd} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.002111 sec., 1421.1274277593557 rows/sec., 129.53 KiB/sec.
1803 2025.02.24 21:45:02.505109 [ 275 ] {7c1c080a-f0c7-4e71-aecc-4c8a560c32fd} <Debug> TCPHandler: Processed in 0.002613475 sec.
1804 2025.02.24 21:45:02.505343 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1805 2025.02.24 21:45:02.505513 [ 276 ] {754bd3a9-064c-466f-879e-42ad0c29d649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1806 2025.02.24 21:45:02.505584 [ 276 ] {754bd3a9-064c-466f-879e-42ad0c29d649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1807 2025.02.24 21:45:02.506429 [ 276 ] {754bd3a9-064c-466f-879e-42ad0c29d649} <Trace> oximeter.fields_i16 (1c293c77-76e6-4887-84ba-21aa0a6f386d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1808 2025.02.24 21:45:02.506487 [ 276 ] {754bd3a9-064c-466f-879e-42ad0c29d649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1809 2025.02.24 21:45:02.506942 [ 276 ] {754bd3a9-064c-466f-879e-42ad0c29d649} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1810 2025.02.24 21:45:02.507203 [ 276 ] {754bd3a9-064c-466f-879e-42ad0c29d649} <Trace> oximeter.fields_i16 (1c293c77-76e6-4887-84ba-21aa0a6f386d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1811 2025.02.24 21:45:02.507455 [ 276 ] {754bd3a9-064c-466f-879e-42ad0c29d649} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001991 sec., 106479.1562029131 rows/sec., 6.77 MiB/sec.
1812 2025.02.24 21:45:02.507521 [ 276 ] {754bd3a9-064c-466f-879e-42ad0c29d649} <Debug> TCPHandler: Processed in 0.002278797 sec.
1813 2025.02.24 21:45:02.507697 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1814 2025.02.24 21:45:02.507825 [ 275 ] {d3facdff-fd05-4bf9-b03d-a8280e428b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1815 2025.02.24 21:45:02.507878 [ 275 ] {d3facdff-fd05-4bf9-b03d-a8280e428b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1816 2025.02.24 21:45:02.508864 [ 275 ] {d3facdff-fd05-4bf9-b03d-a8280e428b45} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1817 2025.02.24 21:45:02.508909 [ 275 ] {d3facdff-fd05-4bf9-b03d-a8280e428b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1818 2025.02.24 21:45:02.509341 [ 275 ] {d3facdff-fd05-4bf9-b03d-a8280e428b45} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1819 2025.02.24 21:45:02.509598 [ 275 ] {d3facdff-fd05-4bf9-b03d-a8280e428b45} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1820 2025.02.24 21:45:02.509962 [ 275 ] {d3facdff-fd05-4bf9-b03d-a8280e428b45} <Debug> executeQuery: Read 647 rows, 52.21 KiB in 0.002132 sec., 303470.91932457784 rows/sec., 23.92 MiB/sec.
1821 2025.02.24 21:45:02.510221 [ 275 ] {d3facdff-fd05-4bf9-b03d-a8280e428b45} <Debug> TCPHandler: Processed in 0.002583874 sec.
1822 2025.02.24 21:45:02.510386 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1823 2025.02.24 21:45:02.510517 [ 276 ] {fd5066d9-3699-4c21-b147-6895c5578214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1824 2025.02.24 21:45:02.510573 [ 276 ] {fd5066d9-3699-4c21-b147-6895c5578214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1825 2025.02.24 21:45:02.511338 [ 276 ] {fd5066d9-3699-4c21-b147-6895c5578214} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1826 2025.02.24 21:45:02.511380 [ 276 ] {fd5066d9-3699-4c21-b147-6895c5578214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1827 2025.02.24 21:45:02.511917 [ 276 ] {fd5066d9-3699-4c21-b147-6895c5578214} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1828 2025.02.24 21:45:02.512282 [ 276 ] {fd5066d9-3699-4c21-b147-6895c5578214} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1829 2025.02.24 21:45:02.512504 [ 50 ] {} <Debug> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1830 2025.02.24 21:45:02.512576 [ 276 ] {fd5066d9-3699-4c21-b147-6895c5578214} <Debug> executeQuery: Read 121 rows, 7.51 KiB in 0.002078 sec., 58229.066410009626 rows/sec., 3.53 MiB/sec.
1831 2025.02.24 21:45:02.512584 [ 50 ] {} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1832 2025.02.24 21:45:02.512664 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1833 2025.02.24 21:45:02.512728 [ 276 ] {fd5066d9-3699-4c21-b147-6895c5578214} <Debug> TCPHandler: Processed in 0.00239698 sec.
1834 2025.02.24 21:45:02.513020 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1835 2025.02.24 21:45:02.513162 [ 193 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::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
1836 2025.02.24 21:45:02.513261 [ 275 ] {910764ca-39f3-4869-a000-7d8909d38174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1837 2025.02.24 21:45:02.513396 [ 275 ] {910764ca-39f3-4869-a000-7d8909d38174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1838 2025.02.24 21:45:02.513443 [ 193 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1839 2025.02.24 21:45:02.513548 [ 193 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 106 rows starting from the beginning of the part
1840 2025.02.24 21:45:02.513828 [ 193 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 106 rows starting from the beginning of the part
1841 2025.02.24 21:45:02.514202 [ 193 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::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
1842 2025.02.24 21:45:02.514610 [ 193 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 106 rows starting from the beginning of the part
1843 2025.02.24 21:45:02.514926 [ 193 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
1844 2025.02.24 21:45:02.515261 [ 193 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 121 rows starting from the beginning of the part
1845 2025.02.24 21:45:02.516492 [ 275 ] {910764ca-39f3-4869-a000-7d8909d38174} <Trace> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1846 2025.02.24 21:45:02.516569 [ 275 ] {910764ca-39f3-4869-a000-7d8909d38174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1847 2025.02.24 21:45:02.517785 [ 275 ] {910764ca-39f3-4869-a000-7d8909d38174} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1848 2025.02.24 21:45:02.518298 [ 190 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 455 rows, containing 5 columns (5 merged, 0 gathered) in 0.005498497 sec., 82749.88601430536 rows/sec., 5.27 MiB/sec.
1849 2025.02.24 21:45:02.518351 [ 275 ] {910764ca-39f3-4869-a000-7d8909d38174} <Trace> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1850 2025.02.24 21:45:02.518658 [ 196 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1851 2025.02.24 21:45:02.519008 [ 275 ] {910764ca-39f3-4869-a000-7d8909d38174} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005773 sec., 19573.878399445694 rows/sec., 1.27 MiB/sec.
1852 2025.02.24 21:45:02.519330 [ 275 ] {910764ca-39f3-4869-a000-7d8909d38174} <Debug> TCPHandler: Processed in 0.006469311 sec.
1853 2025.02.24 21:45:02.519520 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1854 2025.02.24 21:45:02.519578 [ 193 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::all_1_6_1} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1855 2025.02.24 21:45:02.519776 [ 276 ] {82724960-7682-42cc-a52b-aea914136d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1856 2025.02.24 21:45:02.519814 [ 193 ] {ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45::all_1_6_1} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1857 2025.02.24 21:45:02.519986 [ 276 ] {82724960-7682-42cc-a52b-aea914136d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1858 2025.02.24 21:45:02.520101 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1859 2025.02.24 21:45:02.520857 [ 276 ] {82724960-7682-42cc-a52b-aea914136d97} <Trace> oximeter.fields_u8 (b851db64-db50-412b-b52f-72c34a9422c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1860 2025.02.24 21:45:02.520911 [ 276 ] {82724960-7682-42cc-a52b-aea914136d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1861 2025.02.24 21:45:02.521345 [ 276 ] {82724960-7682-42cc-a52b-aea914136d97} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1862 2025.02.24 21:45:02.521627 [ 276 ] {82724960-7682-42cc-a52b-aea914136d97} <Trace> oximeter.fields_u8 (b851db64-db50-412b-b52f-72c34a9422c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1863 2025.02.24 21:45:02.521886 [ 276 ] {82724960-7682-42cc-a52b-aea914136d97} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002177 sec., 51446.94533762058 rows/sec., 2.93 MiB/sec.
1864 2025.02.24 21:45:02.521957 [ 276 ] {82724960-7682-42cc-a52b-aea914136d97} <Debug> TCPHandler: Processed in 0.002515013 sec.
1865 2025.02.24 21:45:02.522137 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1866 2025.02.24 21:45:02.522283 [ 275 ] {ee33833b-4605-4c2d-ba0f-62ae8b574c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1867 2025.02.24 21:45:02.522345 [ 275 ] {ee33833b-4605-4c2d-ba0f-62ae8b574c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1868 2025.02.24 21:45:02.523232 [ 275 ] {ee33833b-4605-4c2d-ba0f-62ae8b574c0e} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1869 2025.02.24 21:45:02.523277 [ 275 ] {ee33833b-4605-4c2d-ba0f-62ae8b574c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1870 2025.02.24 21:45:02.523749 [ 275 ] {ee33833b-4605-4c2d-ba0f-62ae8b574c0e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1871 2025.02.24 21:45:02.524041 [ 275 ] {ee33833b-4605-4c2d-ba0f-62ae8b574c0e} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1872 2025.02.24 21:45:02.524393 [ 275 ] {ee33833b-4605-4c2d-ba0f-62ae8b574c0e} <Debug> executeQuery: Read 406 rows, 29.51 KiB in 0.002117 sec., 191780.82191780824 rows/sec., 13.61 MiB/sec.
1873 2025.02.24 21:45:02.524476 [ 275 ] {ee33833b-4605-4c2d-ba0f-62ae8b574c0e} <Debug> TCPHandler: Processed in 0.002401711 sec.
1874 2025.02.24 21:45:02.524652 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1875 2025.02.24 21:45:02.524781 [ 276 ] {38e3f2e3-975f-4680-9b84-333efdbc9fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1876 2025.02.24 21:45:02.524837 [ 276 ] {38e3f2e3-975f-4680-9b84-333efdbc9fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1877 2025.02.24 21:45:02.525392 [ 276 ] {38e3f2e3-975f-4680-9b84-333efdbc9fa8} <Trace> oximeter.measurements_bool (079f967b-8dd2-40bd-914a-ab69e5fb8ef0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1878 2025.02.24 21:45:02.525433 [ 276 ] {38e3f2e3-975f-4680-9b84-333efdbc9fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1879 2025.02.24 21:45:02.525833 [ 276 ] {38e3f2e3-975f-4680-9b84-333efdbc9fa8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1880 2025.02.24 21:45:02.526139 [ 276 ] {38e3f2e3-975f-4680-9b84-333efdbc9fa8} <Trace> oximeter.measurements_bool (079f967b-8dd2-40bd-914a-ab69e5fb8ef0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1881 2025.02.24 21:45:02.526410 [ 276 ] {38e3f2e3-975f-4680-9b84-333efdbc9fa8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001651 sec., 3634.1611144760755 rows/sec., 189.87 KiB/sec.
1882 2025.02.24 21:45:02.526480 [ 276 ] {38e3f2e3-975f-4680-9b84-333efdbc9fa8} <Debug> TCPHandler: Processed in 0.001888638 sec.
1883 2025.02.24 21:45:02.526651 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1884 2025.02.24 21:45:02.526795 [ 275 ] {e6ef73a8-152f-4513-8f92-e08851b07c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1885 2025.02.24 21:45:02.526873 [ 275 ] {e6ef73a8-152f-4513-8f92-e08851b07c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1886 2025.02.24 21:45:02.527561 [ 275 ] {e6ef73a8-152f-4513-8f92-e08851b07c5f} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1887 2025.02.24 21:45:02.527609 [ 275 ] {e6ef73a8-152f-4513-8f92-e08851b07c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1888 2025.02.24 21:45:02.528081 [ 275 ] {e6ef73a8-152f-4513-8f92-e08851b07c5f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1889 2025.02.24 21:45:02.528438 [ 275 ] {e6ef73a8-152f-4513-8f92-e08851b07c5f} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1890 2025.02.24 21:45:02.528729 [ 275 ] {e6ef73a8-152f-4513-8f92-e08851b07c5f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001954 sec., 121289.66223132037 rows/sec., 8.13 MiB/sec.
1891 2025.02.24 21:45:02.528834 [ 275 ] {e6ef73a8-152f-4513-8f92-e08851b07c5f} <Debug> TCPHandler: Processed in 0.002244767 sec.
1892 2025.02.24 21:45:02.528995 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1893 2025.02.24 21:45:02.529138 [ 276 ] {57aeb557-d61a-43cd-8685-cb5ff814afbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1894 2025.02.24 21:45:02.529196 [ 276 ] {57aeb557-d61a-43cd-8685-cb5ff814afbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1895 2025.02.24 21:45:02.529736 [ 276 ] {57aeb557-d61a-43cd-8685-cb5ff814afbf} <Trace> oximeter.measurements_f64 (b0022b29-7bfe-4c88-908c-6a4750b5c68f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1896 2025.02.24 21:45:02.529781 [ 276 ] {57aeb557-d61a-43cd-8685-cb5ff814afbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1897 2025.02.24 21:45:02.530223 [ 276 ] {57aeb557-d61a-43cd-8685-cb5ff814afbf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1898 2025.02.24 21:45:02.530649 [ 276 ] {57aeb557-d61a-43cd-8685-cb5ff814afbf} <Trace> oximeter.measurements_f64 (b0022b29-7bfe-4c88-908c-6a4750b5c68f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1899 2025.02.24 21:45:02.530896 [ 276 ] {57aeb557-d61a-43cd-8685-cb5ff814afbf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001792 sec., 558.0357142857143 rows/sec., 37.60 KiB/sec.
1900 2025.02.24 21:45:02.530956 [ 276 ] {57aeb557-d61a-43cd-8685-cb5ff814afbf} <Debug> TCPHandler: Processed in 0.002020701 sec.
1901 2025.02.24 21:45:02.531127 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1902 2025.02.24 21:45:02.531260 [ 275 ] {6e1d1d95-ac83-4365-a5f0-9f777726dd25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1903 2025.02.24 21:45:02.531369 [ 275 ] {6e1d1d95-ac83-4365-a5f0-9f777726dd25} <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
1904 2025.02.24 21:45:02.532967 [ 275 ] {6e1d1d95-ac83-4365-a5f0-9f777726dd25} <Trace> oximeter.measurements_histogramu64 (f9b3c607-aa37-43a3-be02-f0eaec2b426b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1905 2025.02.24 21:45:02.533020 [ 275 ] {6e1d1d95-ac83-4365-a5f0-9f777726dd25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1906 2025.02.24 21:45:02.533794 [ 275 ] {6e1d1d95-ac83-4365-a5f0-9f777726dd25} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1907 2025.02.24 21:45:02.534082 [ 275 ] {6e1d1d95-ac83-4365-a5f0-9f777726dd25} <Trace> oximeter.measurements_histogramu64 (f9b3c607-aa37-43a3-be02-f0eaec2b426b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1908 2025.02.24 21:45:02.534418 [ 275 ] {6e1d1d95-ac83-4365-a5f0-9f777726dd25} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.003174 sec., 4725.897920604914 rows/sec., 8.47 MiB/sec.
1909 2025.02.24 21:45:02.534558 [ 275 ] {6e1d1d95-ac83-4365-a5f0-9f777726dd25} <Debug> TCPHandler: Processed in 0.003498578 sec.
1910 2025.02.24 21:45:02.534751 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1911 2025.02.24 21:45:02.534876 [ 276 ] {e2e6df98-86df-4715-99bf-7ad81f110ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1912 2025.02.24 21:45:02.534929 [ 276 ] {e2e6df98-86df-4715-99bf-7ad81f110ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1913 2025.02.24 21:45:02.535458 [ 276 ] {e2e6df98-86df-4715-99bf-7ad81f110ca7} <Trace> oximeter.measurements_i64 (e071bee7-d78c-4beb-96aa-deeadd043695): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1914 2025.02.24 21:45:02.535503 [ 276 ] {e2e6df98-86df-4715-99bf-7ad81f110ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1915 2025.02.24 21:45:02.535904 [ 276 ] {e2e6df98-86df-4715-99bf-7ad81f110ca7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1916 2025.02.24 21:45:02.536158 [ 276 ] {e2e6df98-86df-4715-99bf-7ad81f110ca7} <Trace> oximeter.measurements_i64 (e071bee7-d78c-4beb-96aa-deeadd043695): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1917 2025.02.24 21:45:02.536384 [ 276 ] {e2e6df98-86df-4715-99bf-7ad81f110ca7} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001533 sec., 7827.788649706457 rows/sec., 571.41 KiB/sec.
1918 2025.02.24 21:45:02.536444 [ 276 ] {e2e6df98-86df-4715-99bf-7ad81f110ca7} <Debug> TCPHandler: Processed in 0.001752054 sec.
1919 2025.02.24 21:45:02.536659 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1920 2025.02.24 21:45:02.536800 [ 275 ] {c545126c-d08b-4ee9-aa9e-b7e69b411e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1921 2025.02.24 21:45:02.536862 [ 275 ] {c545126c-d08b-4ee9-aa9e-b7e69b411e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1922 2025.02.24 21:45:02.537442 [ 275 ] {c545126c-d08b-4ee9-aa9e-b7e69b411e5a} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1923 2025.02.24 21:45:02.537490 [ 275 ] {c545126c-d08b-4ee9-aa9e-b7e69b411e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1924 2025.02.24 21:45:02.537908 [ 275 ] {c545126c-d08b-4ee9-aa9e-b7e69b411e5a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1925 2025.02.24 21:45:02.538198 [ 275 ] {c545126c-d08b-4ee9-aa9e-b7e69b411e5a} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1926 2025.02.24 21:45:02.538473 [ 275 ] {c545126c-d08b-4ee9-aa9e-b7e69b411e5a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001698 sec., 48292.10836277974 rows/sec., 3.07 MiB/sec.
1927 2025.02.24 21:45:02.538614 [ 275 ] {c545126c-d08b-4ee9-aa9e-b7e69b411e5a} <Debug> TCPHandler: Processed in 0.002059882 sec.
1928 2025.02.24 21:45:02.654727 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
1929 2025.02.24 21:45:02.655380 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1930 2025.02.24 21:45:02.655432 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1931 2025.02.24 21:45:02.655966 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1932 2025.02.24 21:45:02.656246 [ 244 ] {} <Trace> system.asynchronous_metric_log (85a07f5e-63cc-4910-beea-6276a3fd4608): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1933 2025.02.24 21:45:02.656536 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
1934 2025.02.24 21:45:02.896440 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1935 2025.02.24 21:45:02.919525 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1936 2025.02.24 21:45:02.919592 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
1937 2025.02.24 21:45:02.927723 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1938 2025.02.24 21:45:02.928532 [ 243 ] {} <Trace> system.metric_log (3ce494b4-e6a9-4727-8472-43fe9b4ce396): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1939 2025.02.24 21:45:02.932609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1940 2025.02.24 21:45:02.967315 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1941 2025.02.24 21:45:02.967658 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1942 2025.02.24 21:45:02.968256 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1943 2025.02.24 21:45:02.968316 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1944 2025.02.24 21:45:02.968717 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1945 2025.02.24 21:45:02.968809 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1946 2025.02.24 21:45:02.969019 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1947 2025.02.24 21:45:02.969296 [ 287 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1948 2025.02.24 21:45:02.969288 [ 286 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1949 2025.02.24 21:45:02.969343 [ 288 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1950 2025.02.24 21:45:02.969311 [ 290 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1951 2025.02.24 21:45:02.969521 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1952 2025.02.24 21:45:02.969558 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1953 2025.02.24 21:45:02.969691 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1954 2025.02.24 21:45:02.969716 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Reading approx. 33 rows with 3 streams
1955 2025.02.24 21:45:02.969773 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1956 2025.02.24 21:45:02.969839 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1957 2025.02.24 21:45:02.969899 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1958 2025.02.24 21:45:02.971878 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.004396 sec., 7506.824385805278 rows/sec., 287.24 KiB/sec.
1959 2025.02.24 21:45:02.972173 [ 275 ] {bb8b39d0-36e7-4d97-bb0e-7ff70bc02705} <Debug> TCPHandler: Processed in 0.005023556 sec.
1960 2025.02.24 21:45:02.972802 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1961 2025.02.24 21:45:02.973040 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1962 2025.02.24 21:45:02.973556 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1963 2025.02.24 21:45:02.973659 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1964 2025.02.24 21:45:02.974179 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1965 2025.02.24 21:45:02.974311 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1966 2025.02.24 21:45:02.974552 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1967 2025.02.24 21:45:02.974712 [ 287 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1968 2025.02.24 21:45:02.974746 [ 288 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1969 2025.02.24 21:45:02.974771 [ 286 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1970 2025.02.24 21:45:02.974833 [ 290 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1971 2025.02.24 21:45:02.974982 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1972 2025.02.24 21:45:02.975026 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1973 2025.02.24 21:45:02.975154 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1974 2025.02.24 21:45:02.975180 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Reading approx. 33 rows with 3 streams
1975 2025.02.24 21:45:02.975234 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1976 2025.02.24 21:45:02.975287 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1977 2025.02.24 21:45:02.975333 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1978 2025.02.24 21:45:02.977008 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.004081 sec., 8086.253369272236 rows/sec., 309.41 KiB/sec.
1979 2025.02.24 21:45:02.977212 [ 276 ] {22e3230c-22b0-435b-b62a-ba688e35ef96} <Debug> TCPHandler: Processed in 0.004539613 sec.
1980 2025.02.24 21:45:02.977558 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1981 2025.02.24 21:45:02.977770 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1982 2025.02.24 21:45:02.978188 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1983 2025.02.24 21:45:02.978246 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1984 2025.02.24 21:45:02.978615 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1985 2025.02.24 21:45:02.978695 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1986 2025.02.24 21:45:02.978860 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1987 2025.02.24 21:45:02.979062 [ 290 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
1988 2025.02.24 21:45:02.979069 [ 288 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1989 2025.02.24 21:45:02.979095 [ 286 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1990 2025.02.24 21:45:02.979013 [ 287 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1991 2025.02.24 21:45:02.979251 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
1992 2025.02.24 21:45:02.979278 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
1993 2025.02.24 21:45:02.979400 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1994 2025.02.24 21:45:02.979433 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Reading approx. 33 rows with 3 streams
1995 2025.02.24 21:45:02.979493 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1996 2025.02.24 21:45:02.979561 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1997 2025.02.24 21:45:02.979630 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1998 2025.02.24 21:45:02.981356 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003687 sec., 8950.366151342554 rows/sec., 342.47 KiB/sec.
1999 2025.02.24 21:45:02.981630 [ 275 ] {8a1a9d81-e9b9-4a2e-adc4-7aaed84f8ecd} <Debug> TCPHandler: Processed in 0.004134644 sec.
2000 2025.02.24 21:45:02.982047 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2001 2025.02.24 21:45:02.982259 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2002 2025.02.24 21:45:02.982633 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2003 2025.02.24 21:45:02.982686 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2004 2025.02.24 21:45:02.983161 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2005 2025.02.24 21:45:02.983247 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2006 2025.02.24 21:45:02.983423 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
2007 2025.02.24 21:45:02.983612 [ 288 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2008 2025.02.24 21:45:02.983651 [ 290 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2009 2025.02.24 21:45:02.983680 [ 287 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2010 2025.02.24 21:45:02.983718 [ 286 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2011 2025.02.24 21:45:02.983863 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2012 2025.02.24 21:45:02.983899 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
2013 2025.02.24 21:45:02.984048 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2014 2025.02.24 21:45:02.984075 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Reading approx. 33 rows with 3 streams
2015 2025.02.24 21:45:02.984120 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2016 2025.02.24 21:45:02.984169 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2017 2025.02.24 21:45:02.984218 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2018 2025.02.24 21:45:02.985810 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003648 sec., 9046.052631578947 rows/sec., 346.13 KiB/sec.
2019 2025.02.24 21:45:02.986009 [ 276 ] {09b743c1-7f1c-4d8a-a0bd-0fdb1c056beb} <Debug> TCPHandler: Processed in 0.004022411 sec.
2020 2025.02.24 21:45:02.986487 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2021 2025.02.24 21:45:02.986701 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2022 2025.02.24 21:45:02.987101 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2023 2025.02.24 21:45:02.987160 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2024 2025.02.24 21:45:02.987512 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2025 2025.02.24 21:45:02.987590 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2026 2025.02.24 21:45:02.987748 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
2027 2025.02.24 21:45:02.987838 [ 287 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2028 2025.02.24 21:45:02.987954 [ 290 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2029 2025.02.24 21:45:02.987955 [ 288 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2030 2025.02.24 21:45:02.987985 [ 286 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2031 2025.02.24 21:45:02.988142 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2032 2025.02.24 21:45:02.988181 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
2033 2025.02.24 21:45:02.988301 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2034 2025.02.24 21:45:02.988326 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Reading approx. 33 rows with 3 streams
2035 2025.02.24 21:45:02.988370 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2036 2025.02.24 21:45:02.988419 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2037 2025.02.24 21:45:02.988467 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2038 2025.02.24 21:45:02.990007 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003408 sec., 9683.098591549297 rows/sec., 370.51 KiB/sec.
2039 2025.02.24 21:45:02.990230 [ 275 ] {e5827336-1a79-496d-af90-247c37ede521} <Debug> TCPHandler: Processed in 0.003810365 sec.
2040 2025.02.24 21:45:02.990572 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2041 2025.02.24 21:45:02.990815 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2042 2025.02.24 21:45:02.991173 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2043 2025.02.24 21:45:02.991226 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2044 2025.02.24 21:45:02.991565 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2045 2025.02.24 21:45:02.991642 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2046 2025.02.24 21:45:02.991798 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
2047 2025.02.24 21:45:02.991975 [ 288 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2048 2025.02.24 21:45:02.991987 [ 290 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2049 2025.02.24 21:45:02.992017 [ 286 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2050 2025.02.24 21:45:02.992088 [ 287 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2051 2025.02.24 21:45:02.992233 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges
2052 2025.02.24 21:45:02.992276 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Spreading mark ranges among streams (default reading)
2053 2025.02.24 21:45:02.992427 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2054 2025.02.24 21:45:02.992462 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Debug> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20) (SelectExecutor): Reading approx. 33 rows with 3 streams
2055 2025.02.24 21:45:02.992524 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2056 2025.02.24 21:45:02.992591 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2057 2025.02.24 21:45:02.992654 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2058 2025.02.24 21:45:02.994287 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Debug> executeQuery: Read 33 rows, 1.26 KiB in 0.003598 sec., 9171.762090050028 rows/sec., 350.94 KiB/sec.
2059 2025.02.24 21:45:02.994523 [ 276 ] {243b4177-91c7-4288-80c5-9da583c22bca} <Debug> TCPHandler: Processed in 0.004013241 sec.
2060 2025.02.24 21:45:03.123311 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2061 2025.02.24 21:45:03.123548 [ 275 ] {7ae3e864-1c0c-487e-a3ae-d81e2e864e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2062 2025.02.24 21:45:03.123664 [ 275 ] {7ae3e864-1c0c-487e-a3ae-d81e2e864e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2063 2025.02.24 21:45:03.124790 [ 275 ] {7ae3e864-1c0c-487e-a3ae-d81e2e864e8c} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2064 2025.02.24 21:45:03.124852 [ 275 ] {7ae3e864-1c0c-487e-a3ae-d81e2e864e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
2065 2025.02.24 21:45:03.125497 [ 275 ] {7ae3e864-1c0c-487e-a3ae-d81e2e864e8c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2066 2025.02.24 21:45:03.125769 [ 275 ] {7ae3e864-1c0c-487e-a3ae-d81e2e864e8c} <Trace> oximeter.timeseries_schema (f89d941d-3591-4a8a-9e53-d5332f9e3b20): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2067 2025.02.24 21:45:03.126001 [ 275 ] {7ae3e864-1c0c-487e-a3ae-d81e2e864e8c} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002523 sec., 2378.1212841854936 rows/sec., 529.50 KiB/sec.
2068 2025.02.24 21:45:03.126092 [ 275 ] {7ae3e864-1c0c-487e-a3ae-d81e2e864e8c} <Debug> TCPHandler: Processed in 0.002977785 sec.
2069 2025.02.24 21:45:03.126387 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2070 2025.02.24 21:45:03.126577 [ 276 ] {c65c509e-76da-4dcf-8bf7-23318a83f6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2071 2025.02.24 21:45:03.126671 [ 276 ] {c65c509e-76da-4dcf-8bf7-23318a83f6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2072 2025.02.24 21:45:03.128384 [ 276 ] {c65c509e-76da-4dcf-8bf7-23318a83f6bf} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2073 2025.02.24 21:45:03.128441 [ 276 ] {c65c509e-76da-4dcf-8bf7-23318a83f6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
2074 2025.02.24 21:45:03.129063 [ 276 ] {c65c509e-76da-4dcf-8bf7-23318a83f6bf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2075 2025.02.24 21:45:03.129380 [ 276 ] {c65c509e-76da-4dcf-8bf7-23318a83f6bf} <Trace> oximeter.fields_string (64c522fe-2318-49ea-8b02-c986363aa743): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2076 2025.02.24 21:45:03.129643 [ 276 ] {c65c509e-76da-4dcf-8bf7-23318a83f6bf} <Debug> executeQuery: Read 1212 rows, 102.55 KiB in 0.003118 sec., 388710.71199486847 rows/sec., 32.12 MiB/sec.
2077 2025.02.24 21:45:03.129727 [ 276 ] {c65c509e-76da-4dcf-8bf7-23318a83f6bf} <Debug> TCPHandler: Processed in 0.003475757 sec.
2078 2025.02.24 21:45:03.129934 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2079 2025.02.24 21:45:03.130081 [ 275 ] {415c2f1e-f3a8-4ff5-a919-7ad631a8801b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2080 2025.02.24 21:45:03.130152 [ 275 ] {415c2f1e-f3a8-4ff5-a919-7ad631a8801b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2081 2025.02.24 21:45:03.130871 [ 275 ] {415c2f1e-f3a8-4ff5-a919-7ad631a8801b} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2082 2025.02.24 21:45:03.130913 [ 275 ] {415c2f1e-f3a8-4ff5-a919-7ad631a8801b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
2083 2025.02.24 21:45:03.131319 [ 275 ] {415c2f1e-f3a8-4ff5-a919-7ad631a8801b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2084 2025.02.24 21:45:03.131648 [ 275 ] {415c2f1e-f3a8-4ff5-a919-7ad631a8801b} <Trace> oximeter.fields_u16 (ab3d7db4-5a5d-40f1-a2c6-e44d2cf73a45): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2085 2025.02.24 21:45:03.131977 [ 275 ] {415c2f1e-f3a8-4ff5-a919-7ad631a8801b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001913 sec., 4181.913225300575 rows/sec., 314.46 KiB/sec.
2086 2025.02.24 21:45:03.132113 [ 275 ] {415c2f1e-f3a8-4ff5-a919-7ad631a8801b} <Debug> TCPHandler: Processed in 0.002249957 sec.
2087 2025.02.24 21:45:03.132299 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2088 2025.02.24 21:45:03.132432 [ 276 ] {b7fe908b-afc8-4b0a-a279-abedd1ea77c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2089 2025.02.24 21:45:03.132487 [ 276 ] {b7fe908b-afc8-4b0a-a279-abedd1ea77c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2090 2025.02.24 21:45:03.133200 [ 276 ] {b7fe908b-afc8-4b0a-a279-abedd1ea77c5} <Trace> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2091 2025.02.24 21:45:03.133241 [ 276 ] {b7fe908b-afc8-4b0a-a279-abedd1ea77c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
2092 2025.02.24 21:45:03.133644 [ 276 ] {b7fe908b-afc8-4b0a-a279-abedd1ea77c5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2093 2025.02.24 21:45:03.133949 [ 276 ] {b7fe908b-afc8-4b0a-a279-abedd1ea77c5} <Trace> oximeter.fields_u32 (fe88e218-5d02-4c24-89a2-7885b1ff5571): 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.02.24 21:45:03.134148 [ 276 ] {b7fe908b-afc8-4b0a-a279-abedd1ea77c5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001749 sec., 130360.20583190395 rows/sec., 8.83 MiB/sec.
2095 2025.02.24 21:45:03.134210 [ 276 ] {b7fe908b-afc8-4b0a-a279-abedd1ea77c5} <Debug> TCPHandler: Processed in 0.001970579 sec.
2096 2025.02.24 21:45:03.134389 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2097 2025.02.24 21:45:03.134526 [ 275 ] {5c507231-ca6b-487e-864a-a2be8b58de76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2098 2025.02.24 21:45:03.134586 [ 275 ] {5c507231-ca6b-487e-864a-a2be8b58de76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2099 2025.02.24 21:45:03.135561 [ 275 ] {5c507231-ca6b-487e-864a-a2be8b58de76} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2100 2025.02.24 21:45:03.135612 [ 275 ] {5c507231-ca6b-487e-864a-a2be8b58de76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
2101 2025.02.24 21:45:03.136052 [ 275 ] {5c507231-ca6b-487e-864a-a2be8b58de76} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2102 2025.02.24 21:45:03.136338 [ 275 ] {5c507231-ca6b-487e-864a-a2be8b58de76} <Trace> oximeter.fields_uuid (9909ae48-0e85-4233-b19e-96ae26fcf8d2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2103 2025.02.24 21:45:03.136597 [ 275 ] {5c507231-ca6b-487e-864a-a2be8b58de76} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.002102 sec., 251189.3434823977 rows/sec., 18.60 MiB/sec.
2104 2025.02.24 21:45:03.136702 [ 275 ] {5c507231-ca6b-487e-864a-a2be8b58de76} <Debug> TCPHandler: Processed in 0.00237778 sec.
2105 2025.02.24 21:45:03.136866 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2106 2025.02.24 21:45:03.136996 [ 276 ] {22feca94-5187-4800-8470-017c5e7c2a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2107 2025.02.24 21:45:03.137055 [ 276 ] {22feca94-5187-4800-8470-017c5e7c2a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2108 2025.02.24 21:45:03.138351 [ 276 ] {22feca94-5187-4800-8470-017c5e7c2a36} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2109 2025.02.24 21:45:03.138390 [ 276 ] {22feca94-5187-4800-8470-017c5e7c2a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
2110 2025.02.24 21:45:03.139032 [ 276 ] {22feca94-5187-4800-8470-017c5e7c2a36} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2111 2025.02.24 21:45:03.139312 [ 276 ] {22feca94-5187-4800-8470-017c5e7c2a36} <Trace> oximeter.measurements_cumulativeu64 (d51e6d9a-7629-4d65-958b-6e83750c0923): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2112 2025.02.24 21:45:03.139532 [ 276 ] {22feca94-5187-4800-8470-017c5e7c2a36} <Debug> executeQuery: Read 2810 rows, 192.18 KiB in 0.002563 sec., 1096371.439719079 rows/sec., 73.23 MiB/sec.
2113 2025.02.24 21:45:03.139613 [ 276 ] {22feca94-5187-4800-8470-017c5e7c2a36} <Debug> TCPHandler: Processed in 0.00280758 sec.
2114 2025.02.24 21:45:03.139797 [ 275 ] {} <Trace> TCP-Session: 82dbc9c5-918b-4b47-b1c0-4442b4b394f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2115 2025.02.24 21:45:03.139942 [ 275 ] {1b2c0efa-5ca0-4a7e-96f2-93fa26998f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49535) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2116 2025.02.24 21:45:03.140048 [ 275 ] {1b2c0efa-5ca0-4a7e-96f2-93fa26998f9b} <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
2117 2025.02.24 21:45:03.141446 [ 275 ] {1b2c0efa-5ca0-4a7e-96f2-93fa26998f9b} <Trace> oximeter.measurements_histogramu64 (f9b3c607-aa37-43a3-be02-f0eaec2b426b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2118 2025.02.24 21:45:03.141495 [ 275 ] {1b2c0efa-5ca0-4a7e-96f2-93fa26998f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
2119 2025.02.24 21:45:03.142303 [ 275 ] {1b2c0efa-5ca0-4a7e-96f2-93fa26998f9b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2120 2025.02.24 21:45:03.142667 [ 275 ] {1b2c0efa-5ca0-4a7e-96f2-93fa26998f9b} <Trace> oximeter.measurements_histogramu64 (f9b3c607-aa37-43a3-be02-f0eaec2b426b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2121 2025.02.24 21:45:03.143074 [ 275 ] {1b2c0efa-5ca0-4a7e-96f2-93fa26998f9b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003152 sec., 2538.0710659898477 rows/sec., 4.55 MiB/sec.
2122 2025.02.24 21:45:03.143226 [ 275 ] {1b2c0efa-5ca0-4a7e-96f2-93fa26998f9b} <Debug> TCPHandler: Processed in 0.003498758 sec.
2123 2025.02.24 21:45:03.143419 [ 276 ] {} <Trace> TCP-Session: 1aeeb6e7-29d8-4b08-bb68-e7102f36fe28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2124 2025.02.24 21:45:03.143545 [ 276 ] {f848fb67-61b7-418c-91d8-f80a679885b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34487) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2125 2025.02.24 21:45:03.143599 [ 276 ] {f848fb67-61b7-418c-91d8-f80a679885b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2126 2025.02.24 21:45:03.144127 [ 276 ] {f848fb67-61b7-418c-91d8-f80a679885b1} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2127 2025.02.24 21:45:03.144166 [ 276 ] {f848fb67-61b7-418c-91d8-f80a679885b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB.
2128 2025.02.24 21:45:03.144642 [ 276 ] {f848fb67-61b7-418c-91d8-f80a679885b1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2129 2025.02.24 21:45:03.144943 [ 276 ] {f848fb67-61b7-418c-91d8-f80a679885b1} <Trace> oximeter.measurements_u64 (7ccfeb5b-ed7c-41e6-933a-4c844baa2631): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2130 2025.02.24 21:45:03.145183 [ 276 ] {f848fb67-61b7-418c-91d8-f80a679885b1} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001661 sec., 7224.563515954244 rows/sec., 498.57 KiB/sec.
2131 2025.02.24 21:45:03.145387 [ 276 ] {f848fb67-61b7-418c-91d8-f80a679885b1} <Debug> TCPHandler: Processed in 0.002023021 sec.