Max level shown:
1 [ Mar 20 20:27:53 Enabled. ]
2 [ Mar 20 20:27:53 Rereading configuration. ]
3 [ Mar 20 20:27:54 Rereading configuration. ]
4 [ Mar 20 20:27:56 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Mar 20 20:27:56 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.03.20 20:27:57.329442 [ 1 ] {} <Information> Application: Will watch for the process with pid 23096
29 2025.03.20 20:27:57.329958 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.03.20 20:27:57.579967 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23096
31 2025.03.20 20:27:57.580683 [ 1 ] {} <Information> Application: starting up
32 2025.03.20 20:27:57.581394 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.03.20 20:27:57.673535 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.03.20 20:27:57.714924 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.03.20 20:27:57.714977 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.03.20 20:27:57.714991 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.03.20 20:27:57.715067 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.03.20 20:27:57.715465 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.03.20 20:27:57.717150 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
40 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
41 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
42 2025.03.20 20:27:57.717905 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.03.20 20:27:57.718770 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio)
44 2025.03.20 20:27:57.718792 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio)
45 2025.03.20 20:27:57.718808 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.03.20 20:27:57.718995 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.03.20 20:27:57.719910 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.03.20 20:27:57.725268 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.03.20 20:27:57.725966 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.03.20 20:27:57.727331 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.03.20 20:27:57.727410 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.03.20 20:27:57.729009 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml'
53 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
54 Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'.
55 2025.03.20 20:27:57.729484 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.03.20 20:27:57.734011 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.03.20 20:27:57.734369 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.03.20 20:27:57.736150 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.03.20 20:27:57.736524 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.03.20 20:27:57.736935 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.03.20 20:27:57.737329 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.03.20 20:27:57.738838 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.03.20 20:27:57.739087 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.03.20 20:27:57.739177 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.03.20 20:27:57.739370 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.03.20 20:27:57.755909 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.03.20 20:27:57.755941 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000183832 sec
68 2025.03.20 20:27:57.755996 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.03.20 20:27:57.756016 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.03.20 20:27:57.757215 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.03.20 20:27:57.758315 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.03.20 20:27:57.772152 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.03.20 20:27:57.772197 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.03.20 20:27:57.772221 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.03.20 20:27:57.772234 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.03.20 20:27:57.772273 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.03.20 20:27:57.772294 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.03.20 20:27:57.775242 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.03.20 20:27:57.775289 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.03.20 20:27:57.775310 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.03.20 20:27:57.775498 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.03.20 20:27:57.775521 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.03.20 20:27:57.775561 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.03.20 20:27:57.775582 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.03.20 20:27:57.775595 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.03.20 20:27:57.775627 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.03.20 20:27:57.775644 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.03.20 20:27:57.803384 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.03.20 20:27:57.811295 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.03.20 20:27:57.811328 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3041e-05 sec
91 2025.03.20 20:27:57.811347 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.03.20 20:27:57.811359 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.03.20 20:27:57.811384 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.03.20 20:27:57.811622 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.03.20 20:27:57.811673 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.03.20 20:27:57.811686 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.03.20 20:27:57.811698 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe).
98 2025.03.20 20:27:57.811710 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.03.20 20:27:57.821528 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.03.20 20:27:57.821746 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB
101 2025.03.20 20:27:57.822923 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.7341e-05 sec.
102 2025.03.20 20:27:57.824127 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.03.20 20:27:57.824648 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.03.20 20:27:57.824665 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.03.20 20:27:58.189192 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57177
106 2025.03.20 20:27:58.189793 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.03.20 20:27:58.189849 [ 3 ] {} <Debug> TCP-Session: 00e8ce10-a72d-43c1-a800-cd583e90e3c6 Authenticating user 'default' from [fd00:1122:3344:101::b]:57177
108 2025.03.20 20:27:58.189880 [ 3 ] {} <Debug> TCP-Session: 00e8ce10-a72d-43c1-a800-cd583e90e3c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.03.20 20:27:58.189905 [ 3 ] {} <Debug> TCP-Session: 00e8ce10-a72d-43c1-a800-cd583e90e3c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.03.20 20:27:58.189991 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.03.20 20:27:58.190018 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2025.03.20 20:27:58.190045 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2025.03.20 20:27:58.192403 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41263
114 2025.03.20 20:27:58.192477 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33862
115 2025.03.20 20:27:58.192530 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
116 2025.03.20 20:27:58.192569 [ 4 ] {} <Debug> TCP-Session: c3e14b78-078e-4e3b-8832-a8c9a76f18df Authenticating user 'default' from [fd00:1122:3344:101::b]:41263
117 2025.03.20 20:27:58.192614 [ 4 ] {} <Debug> TCP-Session: c3e14b78-078e-4e3b-8832-a8c9a76f18df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
118 2025.03.20 20:27:58.192638 [ 4 ] {} <Debug> TCP-Session: c3e14b78-078e-4e3b-8832-a8c9a76f18df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
119 2025.03.20 20:27:58.192644 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
120 2025.03.20 20:27:58.192714 [ 5 ] {} <Debug> TCP-Session: e69b7ec0-0d04-4cd9-af32-14bdf0295744 Authenticating user 'default' from [fd00:1122:3344:101::b]:33862
121 2025.03.20 20:27:58.192743 [ 5 ] {} <Debug> TCP-Session: e69b7ec0-0d04-4cd9-af32-14bdf0295744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
122 2025.03.20 20:27:58.192760 [ 5 ] {} <Debug> TCP-Session: e69b7ec0-0d04-4cd9-af32-14bdf0295744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
123 2025.03.20 20:27:58.193375 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33422
124 2025.03.20 20:27:58.193564 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62460
125 2025.03.20 20:27:58.193649 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53591
126 2025.03.20 20:27:58.193964 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
127 2025.03.20 20:27:58.194022 [ 253 ] {} <Debug> TCP-Session: 9c24d6e8-f5b1-4d03-b4fc-bfd19ee1adb7 Authenticating user 'default' from [fd00:1122:3344:101::b]:33422
128 2025.03.20 20:27:58.194048 [ 253 ] {} <Debug> TCP-Session: 9c24d6e8-f5b1-4d03-b4fc-bfd19ee1adb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
129 2025.03.20 20:27:58.194070 [ 253 ] {} <Debug> TCP-Session: 9c24d6e8-f5b1-4d03-b4fc-bfd19ee1adb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
130 2025.03.20 20:27:58.194097 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38398
131 2025.03.20 20:27:58.194101 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56225
132 2025.03.20 20:27:58.194425 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2025.03.20 20:27:58.194460 [ 256 ] {} <Debug> TCP-Session: 3eaaa4bd-2eff-44ae-b940-3deea3b1e392 Authenticating user 'default' from [fd00:1122:3344:101::b]:56225
134 2025.03.20 20:27:58.194492 [ 256 ] {} <Debug> TCP-Session: 3eaaa4bd-2eff-44ae-b940-3deea3b1e392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
135 2025.03.20 20:27:58.194506 [ 256 ] {} <Debug> TCP-Session: 3eaaa4bd-2eff-44ae-b940-3deea3b1e392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
136 2025.03.20 20:27:58.196418 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
137 2025.03.20 20:27:58.196472 [ 254 ] {} <Debug> TCP-Session: eb3a0ab6-ce50-410e-baa6-f3fb563ebc1f Authenticating user 'default' from [fd00:1122:3344:101::b]:62460
138 2025.03.20 20:27:58.196493 [ 254 ] {} <Debug> TCP-Session: eb3a0ab6-ce50-410e-baa6-f3fb563ebc1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.03.20 20:27:58.196510 [ 254 ] {} <Debug> TCP-Session: eb3a0ab6-ce50-410e-baa6-f3fb563ebc1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2025.03.20 20:27:58.197681 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2025.03.20 20:27:58.197688 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
142 2025.03.20 20:27:58.197723 [ 257 ] {} <Debug> TCP-Session: a58b19c3-6e2d-4e4c-b205-7ff29fa62ad7 Authenticating user 'default' from [fd00:1122:3344:101::b]:38398
143 2025.03.20 20:27:58.197756 [ 255 ] {} <Debug> TCP-Session: bdb621cb-d041-4c17-a72d-890cdef63168 Authenticating user 'default' from [fd00:1122:3344:101::b]:53591
144 2025.03.20 20:27:58.197764 [ 257 ] {} <Debug> TCP-Session: a58b19c3-6e2d-4e4c-b205-7ff29fa62ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
145 2025.03.20 20:27:58.197805 [ 255 ] {} <Debug> TCP-Session: bdb621cb-d041-4c17-a72d-890cdef63168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
146 2025.03.20 20:27:58.197809 [ 257 ] {} <Debug> TCP-Session: a58b19c3-6e2d-4e4c-b205-7ff29fa62ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
147 2025.03.20 20:27:58.197828 [ 255 ] {} <Debug> TCP-Session: bdb621cb-d041-4c17-a72d-890cdef63168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2025.03.20 20:27:58.314793 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39529
149 2025.03.20 20:27:58.315194 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.03.20 20:27:58.315244 [ 258 ] {} <Debug> TCP-Session: 8824b6d9-fb90-4c47-8c08-435e20c7afee Authenticating user 'default' from [fd00:1122:3344:101::c]:39529
151 2025.03.20 20:27:58.315269 [ 258 ] {} <Debug> TCP-Session: 8824b6d9-fb90-4c47-8c08-435e20c7afee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.03.20 20:27:58.315283 [ 258 ] {} <Debug> TCP-Session: 8824b6d9-fb90-4c47-8c08-435e20c7afee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.03.20 20:27:58.315357 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
154 2025.03.20 20:27:58.315384 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
155 2025.03.20 20:27:58.315407 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
156 2025.03.20 20:27:58.317055 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63538
157 2025.03.20 20:27:58.317246 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
158 2025.03.20 20:27:58.317266 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34866
159 2025.03.20 20:27:58.317278 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51120
160 2025.03.20 20:27:58.317308 [ 259 ] {} <Debug> TCP-Session: 11131f63-db0d-48e1-9cbe-c771325486e6 Authenticating user 'default' from [fd00:1122:3344:101::c]:63538
161 2025.03.20 20:27:58.317345 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59941
162 2025.03.20 20:27:58.317517 [ 259 ] {} <Debug> TCP-Session: 11131f63-db0d-48e1-9cbe-c771325486e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
163 2025.03.20 20:27:58.317574 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50260
164 2025.03.20 20:27:58.317731 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
165 2025.03.20 20:27:58.317779 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51471
166 2025.03.20 20:27:58.317799 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
167 2025.03.20 20:27:58.317816 [ 259 ] {} <Debug> TCP-Session: 11131f63-db0d-48e1-9cbe-c771325486e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
168 2025.03.20 20:27:58.318052 [ 260 ] {} <Debug> TCP-Session: cacca747-9184-4c38-8291-352479813da0 Authenticating user 'default' from [fd00:1122:3344:101::c]:51120
169 2025.03.20 20:27:58.318100 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
170 2025.03.20 20:27:58.318098 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
171 2025.03.20 20:27:58.318192 [ 260 ] {} <Debug> TCP-Session: cacca747-9184-4c38-8291-352479813da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2025.03.20 20:27:58.318218 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34854
173 2025.03.20 20:27:58.318250 [ 263 ] {} <Debug> TCP-Session: b78bdbcc-423c-45d6-aa78-c26dc38e9e36 Authenticating user 'default' from [fd00:1122:3344:101::c]:50260
174 2025.03.20 20:27:58.318281 [ 264 ] {} <Debug> TCP-Session: d1b12559-0f71-4cca-9bb6-0edcd6487339 Authenticating user 'default' from [fd00:1122:3344:101::c]:51471
175 2025.03.20 20:27:58.318287 [ 260 ] {} <Debug> TCP-Session: cacca747-9184-4c38-8291-352479813da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
176 2025.03.20 20:27:58.318310 [ 261 ] {} <Debug> TCP-Session: 43ceb73e-5424-44cb-9217-2123880afd88 Authenticating user 'default' from [fd00:1122:3344:101::c]:34866
177 2025.03.20 20:27:58.318346 [ 263 ] {} <Debug> TCP-Session: b78bdbcc-423c-45d6-aa78-c26dc38e9e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
178 2025.03.20 20:27:58.318447 [ 264 ] {} <Debug> TCP-Session: d1b12559-0f71-4cca-9bb6-0edcd6487339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
179 2025.03.20 20:27:58.318487 [ 263 ] {} <Debug> TCP-Session: b78bdbcc-423c-45d6-aa78-c26dc38e9e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
180 2025.03.20 20:27:58.318487 [ 261 ] {} <Debug> TCP-Session: 43ceb73e-5424-44cb-9217-2123880afd88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
181 2025.03.20 20:27:58.318508 [ 264 ] {} <Debug> TCP-Session: d1b12559-0f71-4cca-9bb6-0edcd6487339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
182 2025.03.20 20:27:58.318635 [ 261 ] {} <Debug> TCP-Session: 43ceb73e-5424-44cb-9217-2123880afd88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
183 2025.03.20 20:27:58.318681 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
184 2025.03.20 20:27:58.318782 [ 265 ] {} <Debug> TCP-Session: 407a3a4a-4f95-40fb-8d32-ae9268d0f970 Authenticating user 'default' from [fd00:1122:3344:101::c]:34854
185 2025.03.20 20:27:58.318803 [ 265 ] {} <Debug> TCP-Session: 407a3a4a-4f95-40fb-8d32-ae9268d0f970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
186 2025.03.20 20:27:58.318820 [ 265 ] {} <Debug> TCP-Session: 407a3a4a-4f95-40fb-8d32-ae9268d0f970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2025.03.20 20:27:58.326339 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
188 2025.03.20 20:27:58.326382 [ 262 ] {} <Debug> TCP-Session: 061533a9-6bcf-4b53-985e-3c749f543de0 Authenticating user 'default' from [fd00:1122:3344:101::c]:59941
189 2025.03.20 20:27:58.326403 [ 262 ] {} <Debug> TCP-Session: 061533a9-6bcf-4b53-985e-3c749f543de0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2025.03.20 20:27:58.326437 [ 262 ] {} <Debug> TCP-Session: 061533a9-6bcf-4b53-985e-3c749f543de0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2025.03.20 20:27:58.610785 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59879
192 2025.03.20 20:27:58.611291 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
193 2025.03.20 20:27:58.611326 [ 266 ] {} <Debug> TCP-Session: e96e4e02-59e4-43d6-bf28-a895dc1ae320 Authenticating user 'default' from [fd00:1122:3344:101::a]:59879
194 2025.03.20 20:27:58.611449 [ 266 ] {} <Debug> TCP-Session: e96e4e02-59e4-43d6-bf28-a895dc1ae320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2025.03.20 20:27:58.611466 [ 266 ] {} <Debug> TCP-Session: e96e4e02-59e4-43d6-bf28-a895dc1ae320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2025.03.20 20:27:58.611534 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
197 2025.03.20 20:27:58.611638 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
198 2025.03.20 20:27:58.611656 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
199 2025.03.20 20:27:58.613297 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56968
200 2025.03.20 20:27:58.613389 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65381
201 2025.03.20 20:27:58.613873 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61962
202 2025.03.20 20:27:58.613867 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44551
203 2025.03.20 20:27:58.613701 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54829
204 2025.03.20 20:27:58.613634 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45512
205 2025.03.20 20:27:58.613542 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
206 2025.03.20 20:27:58.613541 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44412
207 2025.03.20 20:27:58.614757 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
208 2025.03.20 20:27:58.615329 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
209 2025.03.20 20:27:58.615465 [ 268 ] {} <Debug> TCP-Session: 3cf202d6-91fa-4a8c-ba37-47819b5b77ba Authenticating user 'default' from [fd00:1122:3344:101::a]:65381
210 2025.03.20 20:27:58.615455 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
211 2025.03.20 20:27:58.615317 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
212 2025.03.20 20:27:58.615441 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
213 2025.03.20 20:27:58.615399 [ 267 ] {} <Debug> TCP-Session: 7166e000-ad12-45ba-8ee3-f4929b1f8892 Authenticating user 'default' from [fd00:1122:3344:101::a]:56968
214 2025.03.20 20:27:58.616278 [ 272 ] {} <Debug> TCP-Session: f98d1afc-a0cd-4ad8-98c6-6942de347d12 Authenticating user 'default' from [fd00:1122:3344:101::a]:61962
215 2025.03.20 20:27:58.616330 [ 269 ] {} <Debug> TCP-Session: e768090f-cb02-41c0-bb2c-8793252af456 Authenticating user 'default' from [fd00:1122:3344:101::a]:44412
216 2025.03.20 20:27:58.616395 [ 273 ] {} <Debug> TCP-Session: b3ad378a-dfe8-4d2a-95d4-248b5d853fb8 Authenticating user 'default' from [fd00:1122:3344:101::a]:44551
217 2025.03.20 20:27:58.616413 [ 272 ] {} <Debug> TCP-Session: f98d1afc-a0cd-4ad8-98c6-6942de347d12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
218 2025.03.20 20:27:58.616437 [ 267 ] {} <Debug> TCP-Session: 7166e000-ad12-45ba-8ee3-f4929b1f8892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
219 2025.03.20 20:27:58.616555 [ 269 ] {} <Debug> TCP-Session: e768090f-cb02-41c0-bb2c-8793252af456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
220 2025.03.20 20:27:58.616590 [ 273 ] {} <Debug> TCP-Session: b3ad378a-dfe8-4d2a-95d4-248b5d853fb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
221 2025.03.20 20:27:58.616568 [ 272 ] {} <Debug> TCP-Session: f98d1afc-a0cd-4ad8-98c6-6942de347d12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
222 2025.03.20 20:27:58.616370 [ 271 ] {} <Debug> TCP-Session: 5042a45b-e15a-4206-b5ec-893878c15cdb Authenticating user 'default' from [fd00:1122:3344:101::a]:54829
223 2025.03.20 20:27:58.616363 [ 268 ] {} <Debug> TCP-Session: 3cf202d6-91fa-4a8c-ba37-47819b5b77ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
224 2025.03.20 20:27:58.617029 [ 267 ] {} <Debug> TCP-Session: 7166e000-ad12-45ba-8ee3-f4929b1f8892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
225 2025.03.20 20:27:58.617052 [ 271 ] {} <Debug> TCP-Session: 5042a45b-e15a-4206-b5ec-893878c15cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2025.03.20 20:27:58.615372 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
227 2025.03.20 20:27:58.617062 [ 268 ] {} <Debug> TCP-Session: 3cf202d6-91fa-4a8c-ba37-47819b5b77ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
228 2025.03.20 20:27:58.617150 [ 273 ] {} <Debug> TCP-Session: b3ad378a-dfe8-4d2a-95d4-248b5d853fb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
229 2025.03.20 20:27:58.617280 [ 269 ] {} <Debug> TCP-Session: e768090f-cb02-41c0-bb2c-8793252af456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
230 2025.03.20 20:27:58.617376 [ 270 ] {} <Debug> TCP-Session: a02d4db1-26ed-4625-9051-d83f77f1f603 Authenticating user 'default' from [fd00:1122:3344:101::a]:45512
231 2025.03.20 20:27:58.617567 [ 271 ] {} <Debug> TCP-Session: 5042a45b-e15a-4206-b5ec-893878c15cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
232 2025.03.20 20:27:58.617691 [ 270 ] {} <Debug> TCP-Session: a02d4db1-26ed-4625-9051-d83f77f1f603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
233 2025.03.20 20:27:58.617734 [ 270 ] {} <Debug> TCP-Session: a02d4db1-26ed-4625-9051-d83f77f1f603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.03.20 20:27:58.976525 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59050
235 2025.03.20 20:27:58.977271 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
236 2025.03.20 20:27:58.977318 [ 274 ] {} <Debug> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Authenticating user 'default' from [fd00:1122:3344:101::d]:59050
237 2025.03.20 20:27:58.977359 [ 274 ] {} <Debug> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
238 2025.03.20 20:27:58.977378 [ 274 ] {} <Debug> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
239 2025.03.20 20:27:58.977449 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
240 2025.03.20 20:27:58.977476 [ 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
241 2025.03.20 20:27:58.977506 [ 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
242 2025.03.20 20:27:58.978977 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44298
243 2025.03.20 20:27:58.979053 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46521
244 2025.03.20 20:27:58.979415 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
245 2025.03.20 20:27:58.979421 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63756
246 2025.03.20 20:27:58.979475 [ 276 ] {} <Debug> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Authenticating user 'default' from [fd00:1122:3344:101::d]:46521
247 2025.03.20 20:27:58.979427 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
248 2025.03.20 20:27:58.979522 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35601
249 2025.03.20 20:27:58.979537 [ 276 ] {} <Debug> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
250 2025.03.20 20:27:58.979685 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64996
251 2025.03.20 20:27:58.979697 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
252 2025.03.20 20:27:58.979714 [ 276 ] {} <Debug> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
253 2025.03.20 20:27:58.979866 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63089
254 2025.03.20 20:27:58.979902 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
255 2025.03.20 20:27:58.979824 [ 275 ] {} <Debug> TCP-Session: c76cf7b5-b8c4-47f1-8bd6-c5a11ba1a0f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44298
256 2025.03.20 20:27:58.979937 [ 277 ] {} <Debug> TCP-Session: 900de2ba-01a1-4835-b17b-77d72508351d Authenticating user 'default' from [fd00:1122:3344:101::d]:63756
257 2025.03.20 20:27:58.980093 [ 278 ] {} <Debug> TCP-Session: d2d581de-a7b2-476c-ae25-f17904dbfce0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35601
258 2025.03.20 20:27:58.980159 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52241
259 2025.03.20 20:27:58.980190 [ 277 ] {} <Debug> TCP-Session: 900de2ba-01a1-4835-b17b-77d72508351d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
260 2025.03.20 20:27:58.980207 [ 275 ] {} <Debug> TCP-Session: c76cf7b5-b8c4-47f1-8bd6-c5a11ba1a0f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
261 2025.03.20 20:27:58.980233 [ 278 ] {} <Debug> TCP-Session: d2d581de-a7b2-476c-ae25-f17904dbfce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
262 2025.03.20 20:27:58.980211 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
263 2025.03.20 20:27:58.980467 [ 275 ] {} <Debug> TCP-Session: c76cf7b5-b8c4-47f1-8bd6-c5a11ba1a0f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
264 2025.03.20 20:27:58.980539 [ 277 ] {} <Debug> TCP-Session: 900de2ba-01a1-4835-b17b-77d72508351d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
265 2025.03.20 20:27:58.980622 [ 278 ] {} <Debug> TCP-Session: d2d581de-a7b2-476c-ae25-f17904dbfce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
266 2025.03.20 20:27:58.980655 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54674
267 2025.03.20 20:27:58.980797 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
268 2025.03.20 20:27:58.980475 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
269 2025.03.20 20:27:58.981024 [ 281 ] {} <Debug> TCP-Session: 4c23787a-16ff-4abb-a31d-7dd69fc34959 Authenticating user 'default' from [fd00:1122:3344:101::d]:52241
270 2025.03.20 20:27:58.981040 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
271 2025.03.20 20:27:58.981046 [ 279 ] {} <Debug> TCP-Session: 4138a5a2-9505-4aa1-9389-1cfb9f03b560 Authenticating user 'default' from [fd00:1122:3344:101::d]:64996
272 2025.03.20 20:27:58.981066 [ 280 ] {} <Debug> TCP-Session: 8ae9e2a5-13b1-4532-9ae1-a420d4104dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63089
273 2025.03.20 20:27:58.981111 [ 281 ] {} <Debug> TCP-Session: 4c23787a-16ff-4abb-a31d-7dd69fc34959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
274 2025.03.20 20:27:58.981127 [ 282 ] {} <Debug> TCP-Session: 3621220e-5e9d-48c8-8147-e42b71e9dee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54674
275 2025.03.20 20:27:58.981153 [ 281 ] {} <Debug> TCP-Session: 4c23787a-16ff-4abb-a31d-7dd69fc34959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
276 2025.03.20 20:27:58.981147 [ 280 ] {} <Debug> TCP-Session: 8ae9e2a5-13b1-4532-9ae1-a420d4104dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
277 2025.03.20 20:27:58.981187 [ 282 ] {} <Debug> TCP-Session: 3621220e-5e9d-48c8-8147-e42b71e9dee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
278 2025.03.20 20:27:58.981130 [ 279 ] {} <Debug> TCP-Session: 4138a5a2-9505-4aa1-9389-1cfb9f03b560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
279 2025.03.20 20:27:58.981751 [ 279 ] {} <Debug> TCP-Session: 4138a5a2-9505-4aa1-9389-1cfb9f03b560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
280 2025.03.20 20:27:58.981784 [ 282 ] {} <Debug> TCP-Session: 3621220e-5e9d-48c8-8147-e42b71e9dee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
281 2025.03.20 20:27:58.981783 [ 280 ] {} <Debug> TCP-Session: 8ae9e2a5-13b1-4532-9ae1-a420d4104dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
282 2025.03.20 20:27:58.982667 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
283 2025.03.20 20:27:58.985782 [ 274 ] {a45ebe6e-3a0d-4e1b-ad7b-89258a2ba5cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
284 2025.03.20 20:27:59.001167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.90 MiB, peak 117.90 MiB, free memory in arenas 0.00 B, will set to 123.95 MiB (RSS), difference: 6.06 MiB
285 2025.03.20 20:27:59.037331 [ 274 ] {a45ebe6e-3a0d-4e1b-ad7b-89258a2ba5cd} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59050) (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.03.20 20:27:59.038608 [ 274 ] {a45ebe6e-3a0d-4e1b-ad7b-89258a2ba5cd} <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.03.20 20:27:59.038718 [ 274 ] {a45ebe6e-3a0d-4e1b-ad7b-89258a2ba5cd} <Debug> TCPHandler: Processed in 0.05786992 sec.
334 2025.03.20 20:27:59.039090 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
335 2025.03.20 20:27:59.039262 [ 276 ] {f4945142-a74a-4244-9b50-4f144907fb9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
336 2025.03.20 20:27:59.039573 [ 276 ] {f4945142-a74a-4244-9b50-4f144907fb9c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46521) (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.03.20 20:27:59.039703 [ 276 ] {f4945142-a74a-4244-9b50-4f144907fb9c} <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.03.20 20:27:59.039813 [ 276 ] {f4945142-a74a-4244-9b50-4f144907fb9c} <Debug> TCPHandler: Processed in 0.0008561 sec.
385 2025.03.20 20:27:59.040536 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2025.03.20 20:27:59.041704 [ 274 ] {45eb5c7e-10b0-4c95-92ed-cf8b83be9e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
387 2025.03.20 20:27:59.041794 [ 274 ] {45eb5c7e-10b0-4c95-92ed-cf8b83be9e8b} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
388 2025.03.20 20:27:59.044113 [ 274 ] {45eb5c7e-10b0-4c95-92ed-cf8b83be9e8b} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
389 2025.03.20 20:27:59.044154 [ 274 ] {45eb5c7e-10b0-4c95-92ed-cf8b83be9e8b} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.2981e-05 sec
390 2025.03.20 20:27:59.044173 [ 274 ] {45eb5c7e-10b0-4c95-92ed-cf8b83be9e8b} <Trace> ReferentialDeps: No tables
391 2025.03.20 20:27:59.044187 [ 274 ] {45eb5c7e-10b0-4c95-92ed-cf8b83be9e8b} <Trace> LoadingDeps: No tables
392 2025.03.20 20:27:59.044218 [ 274 ] {45eb5c7e-10b0-4c95-92ed-cf8b83be9e8b} <Information> DatabaseAtomic (oximeter): Starting up tables.
393 2025.03.20 20:27:59.044923 [ 274 ] {45eb5c7e-10b0-4c95-92ed-cf8b83be9e8b} <Debug> TCPHandler: Processed in 0.004439161 sec.
394 2025.03.20 20:27:59.045087 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2025.03.20 20:27:59.045247 [ 274 ] {3b098bab-8934-47ba-b955-39a91f99bd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) /* 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.03.20 20:27:59.045300 [ 274 ] {3b098bab-8934-47ba-b955-39a91f99bd90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
398 2025.03.20 20:27:59.052852 [ 274 ] {3b098bab-8934-47ba-b955-39a91f99bd90} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
399 2025.03.20 20:27:59.057072 [ 274 ] {3b098bab-8934-47ba-b955-39a91f99bd90} <Debug> oximeter.version (1d428ae9-fee4-4f01-97c1-bb3327ad0a39): Loading data parts
400 2025.03.20 20:27:59.057615 [ 274 ] {3b098bab-8934-47ba-b955-39a91f99bd90} <Debug> oximeter.version (1d428ae9-fee4-4f01-97c1-bb3327ad0a39): There are no data parts
401 2025.03.20 20:27:59.064663 [ 274 ] {3b098bab-8934-47ba-b955-39a91f99bd90} <Debug> TCPHandler: Processed in 0.019637038 sec.
402 2025.03.20 20:27:59.064851 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
403 2025.03.20 20:27:59.065053 [ 274 ] {de234c43-5ec1-44df-822c-be2e2322a272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) /* 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.03.20 20:27:59.065136 [ 274 ] {de234c43-5ec1-44df-822c-be2e2322a272} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
415 2025.03.20 20:27:59.075521 [ 274 ] {de234c43-5ec1-44df-822c-be2e2322a272} <Debug> oximeter.measurements_bool (ed02115e-c0fb-4823-8efa-f36a20d937c1): Loading data parts
416 2025.03.20 20:27:59.075799 [ 274 ] {de234c43-5ec1-44df-822c-be2e2322a272} <Debug> oximeter.measurements_bool (ed02115e-c0fb-4823-8efa-f36a20d937c1): There are no data parts
417 2025.03.20 20:27:59.079538 [ 274 ] {de234c43-5ec1-44df-822c-be2e2322a272} <Debug> TCPHandler: Processed in 0.014742351 sec.
418 2025.03.20 20:27:59.079710 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
419 2025.03.20 20:27:59.079963 [ 274 ] {34f004c0-2dbc-4ec5-8d2d-54f20c8ad50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.080020 [ 274 ] {34f004c0-2dbc-4ec5-8d2d-54f20c8ad50a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
421 2025.03.20 20:27:59.084695 [ 274 ] {34f004c0-2dbc-4ec5-8d2d-54f20c8ad50a} <Debug> oximeter.measurements_i8 (b54f277a-efc5-4197-b4f3-b9b0ef726f17): Loading data parts
422 2025.03.20 20:27:59.084884 [ 274 ] {34f004c0-2dbc-4ec5-8d2d-54f20c8ad50a} <Debug> oximeter.measurements_i8 (b54f277a-efc5-4197-b4f3-b9b0ef726f17): There are no data parts
423 2025.03.20 20:27:59.090414 [ 274 ] {34f004c0-2dbc-4ec5-8d2d-54f20c8ad50a} <Debug> TCPHandler: Processed in 0.010764945 sec.
424 2025.03.20 20:27:59.090589 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
425 2025.03.20 20:27:59.090819 [ 274 ] {fc1ca50b-ff5e-41db-b04d-6894e9119017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.090888 [ 274 ] {fc1ca50b-ff5e-41db-b04d-6894e9119017} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
427 2025.03.20 20:27:59.096094 [ 274 ] {fc1ca50b-ff5e-41db-b04d-6894e9119017} <Debug> oximeter.measurements_u8 (e813903e-daf6-47c2-aa01-8b8c6d9c3fdb): Loading data parts
428 2025.03.20 20:27:59.096292 [ 274 ] {fc1ca50b-ff5e-41db-b04d-6894e9119017} <Debug> oximeter.measurements_u8 (e813903e-daf6-47c2-aa01-8b8c6d9c3fdb): There are no data parts
429 2025.03.20 20:27:59.101799 [ 274 ] {fc1ca50b-ff5e-41db-b04d-6894e9119017} <Debug> TCPHandler: Processed in 0.011272421 sec.
430 2025.03.20 20:27:59.101966 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
431 2025.03.20 20:27:59.102202 [ 274 ] {47518397-0ea8-401e-b840-2f13ed8021de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.102260 [ 274 ] {47518397-0ea8-401e-b840-2f13ed8021de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
433 2025.03.20 20:27:59.107304 [ 274 ] {47518397-0ea8-401e-b840-2f13ed8021de} <Debug> oximeter.measurements_i16 (54b8a38e-d769-49d1-8566-529114986bb6): Loading data parts
434 2025.03.20 20:27:59.107494 [ 274 ] {47518397-0ea8-401e-b840-2f13ed8021de} <Debug> oximeter.measurements_i16 (54b8a38e-d769-49d1-8566-529114986bb6): There are no data parts
435 2025.03.20 20:27:59.112963 [ 274 ] {47518397-0ea8-401e-b840-2f13ed8021de} <Debug> TCPHandler: Processed in 0.011058998 sec.
436 2025.03.20 20:27:59.113129 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
437 2025.03.20 20:27:59.113322 [ 274 ] {aae9ddc6-bfc3-43ca-8e8c-90d28d2fc012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.113378 [ 274 ] {aae9ddc6-bfc3-43ca-8e8c-90d28d2fc012} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
439 2025.03.20 20:27:59.118585 [ 274 ] {aae9ddc6-bfc3-43ca-8e8c-90d28d2fc012} <Debug> oximeter.measurements_u16 (d081b46f-7c44-42f1-b4ce-67b3d401f934): Loading data parts
440 2025.03.20 20:27:59.118837 [ 274 ] {aae9ddc6-bfc3-43ca-8e8c-90d28d2fc012} <Debug> oximeter.measurements_u16 (d081b46f-7c44-42f1-b4ce-67b3d401f934): There are no data parts
441 2025.03.20 20:27:59.124199 [ 274 ] {aae9ddc6-bfc3-43ca-8e8c-90d28d2fc012} <Debug> TCPHandler: Processed in 0.011119698 sec.
442 2025.03.20 20:27:59.124372 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
443 2025.03.20 20:27:59.124623 [ 274 ] {fd1ef66b-a3f9-42ab-84d2-99d1da6f5a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.124691 [ 274 ] {fd1ef66b-a3f9-42ab-84d2-99d1da6f5a64} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
445 2025.03.20 20:27:59.129931 [ 274 ] {fd1ef66b-a3f9-42ab-84d2-99d1da6f5a64} <Debug> oximeter.measurements_i32 (e6ae9262-c13f-485a-965c-eddd621e2314): Loading data parts
446 2025.03.20 20:27:59.130129 [ 274 ] {fd1ef66b-a3f9-42ab-84d2-99d1da6f5a64} <Debug> oximeter.measurements_i32 (e6ae9262-c13f-485a-965c-eddd621e2314): There are no data parts
447 2025.03.20 20:27:59.135813 [ 274 ] {fd1ef66b-a3f9-42ab-84d2-99d1da6f5a64} <Debug> TCPHandler: Processed in 0.011506493 sec.
448 2025.03.20 20:27:59.135974 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
449 2025.03.20 20:27:59.136170 [ 274 ] {aedee66c-91f9-42dc-a97d-2fb2fe6c581a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.136230 [ 274 ] {aedee66c-91f9-42dc-a97d-2fb2fe6c581a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
451 2025.03.20 20:27:59.141282 [ 274 ] {aedee66c-91f9-42dc-a97d-2fb2fe6c581a} <Debug> oximeter.measurements_u32 (3ebf30b1-1088-4115-900b-037b2dbf4f7a): Loading data parts
452 2025.03.20 20:27:59.141476 [ 274 ] {aedee66c-91f9-42dc-a97d-2fb2fe6c581a} <Debug> oximeter.measurements_u32 (3ebf30b1-1088-4115-900b-037b2dbf4f7a): There are no data parts
453 2025.03.20 20:27:59.146754 [ 274 ] {aedee66c-91f9-42dc-a97d-2fb2fe6c581a} <Debug> TCPHandler: Processed in 0.010831976 sec.
454 2025.03.20 20:27:59.146897 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2025.03.20 20:27:59.147091 [ 274 ] {ba5c34a1-8262-410c-ba5c-c96edfaa0c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.147155 [ 274 ] {ba5c34a1-8262-410c-ba5c-c96edfaa0c96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
457 2025.03.20 20:27:59.152102 [ 274 ] {ba5c34a1-8262-410c-ba5c-c96edfaa0c96} <Debug> oximeter.measurements_i64 (0abeae27-64d1-424c-a726-22aed6b2f846): Loading data parts
458 2025.03.20 20:27:59.152309 [ 274 ] {ba5c34a1-8262-410c-ba5c-c96edfaa0c96} <Debug> oximeter.measurements_i64 (0abeae27-64d1-424c-a726-22aed6b2f846): There are no data parts
459 2025.03.20 20:27:59.156081 [ 274 ] {ba5c34a1-8262-410c-ba5c-c96edfaa0c96} <Debug> TCPHandler: Processed in 0.009234997 sec.
460 2025.03.20 20:27:59.156264 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2025.03.20 20:27:59.156508 [ 274 ] {5c0d799a-4559-49d4-86ab-dafd33b7c760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.156586 [ 274 ] {5c0d799a-4559-49d4-86ab-dafd33b7c760} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
463 2025.03.20 20:27:59.159686 [ 274 ] {5c0d799a-4559-49d4-86ab-dafd33b7c760} <Debug> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Loading data parts
464 2025.03.20 20:27:59.159864 [ 274 ] {5c0d799a-4559-49d4-86ab-dafd33b7c760} <Debug> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): There are no data parts
465 2025.03.20 20:27:59.163305 [ 274 ] {5c0d799a-4559-49d4-86ab-dafd33b7c760} <Debug> TCPHandler: Processed in 0.007106172 sec.
466 2025.03.20 20:27:59.163452 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2025.03.20 20:27:59.163642 [ 274 ] {c9481f3b-6ea7-40fc-93ba-6fc7e06e967b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.163704 [ 274 ] {c9481f3b-6ea7-40fc-93ba-6fc7e06e967b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
469 2025.03.20 20:27:59.166782 [ 274 ] {c9481f3b-6ea7-40fc-93ba-6fc7e06e967b} <Debug> oximeter.measurements_f32 (728f7c71-29db-472f-8fb6-8c2c3c193e38): Loading data parts
470 2025.03.20 20:27:59.166950 [ 274 ] {c9481f3b-6ea7-40fc-93ba-6fc7e06e967b} <Debug> oximeter.measurements_f32 (728f7c71-29db-472f-8fb6-8c2c3c193e38): There are no data parts
471 2025.03.20 20:27:59.170425 [ 274 ] {c9481f3b-6ea7-40fc-93ba-6fc7e06e967b} <Debug> TCPHandler: Processed in 0.007023682 sec.
472 2025.03.20 20:27:59.170585 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2025.03.20 20:27:59.170821 [ 274 ] {bd57b3b2-3fa8-42c1-84b6-f8b05d4b03a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.170889 [ 274 ] {bd57b3b2-3fa8-42c1-84b6-f8b05d4b03a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
475 2025.03.20 20:27:59.175007 [ 274 ] {bd57b3b2-3fa8-42c1-84b6-f8b05d4b03a8} <Debug> oximeter.measurements_f64 (df0f6048-3b05-49a0-9028-79c0393a246e): Loading data parts
476 2025.03.20 20:27:59.175192 [ 274 ] {bd57b3b2-3fa8-42c1-84b6-f8b05d4b03a8} <Debug> oximeter.measurements_f64 (df0f6048-3b05-49a0-9028-79c0393a246e): There are no data parts
477 2025.03.20 20:27:59.179563 [ 274 ] {bd57b3b2-3fa8-42c1-84b6-f8b05d4b03a8} <Debug> TCPHandler: Processed in 0.009038665 sec.
478 2025.03.20 20:27:59.179708 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2025.03.20 20:27:59.179900 [ 274 ] {de36ea01-fd87-43a0-a538-fe79a6b84333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.179969 [ 274 ] {de36ea01-fd87-43a0-a538-fe79a6b84333} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
481 2025.03.20 20:27:59.184980 [ 274 ] {de36ea01-fd87-43a0-a538-fe79a6b84333} <Debug> oximeter.measurements_string (fe5dd036-2fde-4215-9e06-5cfdc933c7e1): Loading data parts
482 2025.03.20 20:27:59.185173 [ 274 ] {de36ea01-fd87-43a0-a538-fe79a6b84333} <Debug> oximeter.measurements_string (fe5dd036-2fde-4215-9e06-5cfdc933c7e1): There are no data parts
483 2025.03.20 20:27:59.190571 [ 274 ] {de36ea01-fd87-43a0-a538-fe79a6b84333} <Debug> TCPHandler: Processed in 0.010913596 sec.
484 2025.03.20 20:27:59.190826 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
485 2025.03.20 20:27:59.191175 [ 274 ] {d42e8c61-307e-4832-a08c-bc1a2083f2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.191237 [ 274 ] {d42e8c61-307e-4832-a08c-bc1a2083f2f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
494 2025.03.20 20:27:59.193958 [ 274 ] {d42e8c61-307e-4832-a08c-bc1a2083f2f6} <Debug> oximeter.measurements_bytes (628b945f-a036-4393-9cd5-b2a84f0012e2): Loading data parts
495 2025.03.20 20:27:59.194137 [ 274 ] {d42e8c61-307e-4832-a08c-bc1a2083f2f6} <Debug> oximeter.measurements_bytes (628b945f-a036-4393-9cd5-b2a84f0012e2): There are no data parts
496 2025.03.20 20:27:59.198799 [ 274 ] {d42e8c61-307e-4832-a08c-bc1a2083f2f6} <Debug> TCPHandler: Processed in 0.008073664 sec.
497 2025.03.20 20:27:59.198951 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
498 2025.03.20 20:27:59.199151 [ 274 ] {98df8539-5b01-42bc-8f38-46a1624c5250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.199210 [ 274 ] {98df8539-5b01-42bc-8f38-46a1624c5250} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
500 2025.03.20 20:27:59.203934 [ 274 ] {98df8539-5b01-42bc-8f38-46a1624c5250} <Debug> oximeter.measurements_cumulativei64 (9a95c07e-b97b-4a44-b540-0719d20afcbc): Loading data parts
501 2025.03.20 20:27:59.204114 [ 274 ] {98df8539-5b01-42bc-8f38-46a1624c5250} <Debug> oximeter.measurements_cumulativei64 (9a95c07e-b97b-4a44-b540-0719d20afcbc): There are no data parts
502 2025.03.20 20:27:59.209404 [ 274 ] {98df8539-5b01-42bc-8f38-46a1624c5250} <Debug> TCPHandler: Processed in 0.010504282 sec.
503 2025.03.20 20:27:59.209575 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
504 2025.03.20 20:27:59.209815 [ 274 ] {3500691b-5880-4b19-a459-64fbb7b5ffc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.209896 [ 274 ] {3500691b-5880-4b19-a459-64fbb7b5ffc8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
506 2025.03.20 20:27:59.214411 [ 274 ] {3500691b-5880-4b19-a459-64fbb7b5ffc8} <Debug> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Loading data parts
507 2025.03.20 20:27:59.214594 [ 274 ] {3500691b-5880-4b19-a459-64fbb7b5ffc8} <Debug> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): There are no data parts
508 2025.03.20 20:27:59.219885 [ 274 ] {3500691b-5880-4b19-a459-64fbb7b5ffc8} <Debug> TCPHandler: Processed in 0.01038122 sec.
509 2025.03.20 20:27:59.220031 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
510 2025.03.20 20:27:59.220231 [ 274 ] {6cc42455-0466-45bb-8876-f6faab09378a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.220295 [ 274 ] {6cc42455-0466-45bb-8876-f6faab09378a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
512 2025.03.20 20:27:59.225688 [ 274 ] {6cc42455-0466-45bb-8876-f6faab09378a} <Debug> oximeter.measurements_cumulativef32 (85e80b29-edc5-4b8c-b7a2-449fe9353cbe): Loading data parts
513 2025.03.20 20:27:59.225958 [ 274 ] {6cc42455-0466-45bb-8876-f6faab09378a} <Debug> oximeter.measurements_cumulativef32 (85e80b29-edc5-4b8c-b7a2-449fe9353cbe): There are no data parts
514 2025.03.20 20:27:59.233809 [ 274 ] {6cc42455-0466-45bb-8876-f6faab09378a} <Debug> TCPHandler: Processed in 0.01383216 sec.
515 2025.03.20 20:27:59.233973 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
516 2025.03.20 20:27:59.234173 [ 274 ] {c5a3de64-e148-46af-b846-f0c141d95daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.234238 [ 274 ] {c5a3de64-e148-46af-b846-f0c141d95daa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
518 2025.03.20 20:27:59.240334 [ 274 ] {c5a3de64-e148-46af-b846-f0c141d95daa} <Debug> oximeter.measurements_cumulativef64 (7314478f-e739-49e3-b3b6-e6cce4b34c63): Loading data parts
519 2025.03.20 20:27:59.240553 [ 274 ] {c5a3de64-e148-46af-b846-f0c141d95daa} <Debug> oximeter.measurements_cumulativef64 (7314478f-e739-49e3-b3b6-e6cce4b34c63): There are no data parts
520 2025.03.20 20:27:59.245703 [ 274 ] {c5a3de64-e148-46af-b846-f0c141d95daa} <Debug> TCPHandler: Processed in 0.011778716 sec.
521 2025.03.20 20:27:59.245871 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
522 2025.03.20 20:27:59.246219 [ 274 ] {b1d6d2c9-9075-4af1-b405-8769d1a5e2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.246295 [ 274 ] {b1d6d2c9-9075-4af1-b405-8769d1a5e2d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
534 2025.03.20 20:27:59.252577 [ 274 ] {b1d6d2c9-9075-4af1-b405-8769d1a5e2d1} <Debug> oximeter.measurements_histogrami8 (c6d136e3-019a-4860-a014-41f85ef09664): Loading data parts
535 2025.03.20 20:27:59.252774 [ 274 ] {b1d6d2c9-9075-4af1-b405-8769d1a5e2d1} <Debug> oximeter.measurements_histogrami8 (c6d136e3-019a-4860-a014-41f85ef09664): There are no data parts
536 2025.03.20 20:27:59.257964 [ 274 ] {b1d6d2c9-9075-4af1-b405-8769d1a5e2d1} <Debug> TCPHandler: Processed in 0.012157111 sec.
537 2025.03.20 20:27:59.258145 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
538 2025.03.20 20:27:59.258410 [ 274 ] {fae0bf5b-08e0-4708-b39f-a6285fe3d4c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.258481 [ 274 ] {fae0bf5b-08e0-4708-b39f-a6285fe3d4c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
540 2025.03.20 20:27:59.262794 [ 274 ] {fae0bf5b-08e0-4708-b39f-a6285fe3d4c2} <Debug> oximeter.measurements_histogramu8 (143f78ab-7faf-4208-b742-7b08bc65533c): Loading data parts
541 2025.03.20 20:27:59.263000 [ 274 ] {fae0bf5b-08e0-4708-b39f-a6285fe3d4c2} <Debug> oximeter.measurements_histogramu8 (143f78ab-7faf-4208-b742-7b08bc65533c): There are no data parts
542 2025.03.20 20:27:59.265099 [ 274 ] {fae0bf5b-08e0-4708-b39f-a6285fe3d4c2} <Debug> TCPHandler: Processed in 0.007004722 sec.
543 2025.03.20 20:27:59.265270 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
544 2025.03.20 20:27:59.265654 [ 274 ] {608dbc57-cb0c-4076-8361-6b17f76e1042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.265728 [ 274 ] {608dbc57-cb0c-4076-8361-6b17f76e1042} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
546 2025.03.20 20:27:59.271041 [ 274 ] {608dbc57-cb0c-4076-8361-6b17f76e1042} <Debug> oximeter.measurements_histogrami16 (579dc573-0fa9-43c6-9c61-242eab4d72c6): Loading data parts
547 2025.03.20 20:27:59.271241 [ 274 ] {608dbc57-cb0c-4076-8361-6b17f76e1042} <Debug> oximeter.measurements_histogrami16 (579dc573-0fa9-43c6-9c61-242eab4d72c6): There are no data parts
548 2025.03.20 20:27:59.274835 [ 274 ] {608dbc57-cb0c-4076-8361-6b17f76e1042} <Debug> TCPHandler: Processed in 0.009615452 sec.
549 2025.03.20 20:27:59.275023 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
550 2025.03.20 20:27:59.275287 [ 274 ] {69198e80-6a4c-4a49-85a3-6e7496ed7630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.275358 [ 274 ] {69198e80-6a4c-4a49-85a3-6e7496ed7630} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
552 2025.03.20 20:27:59.281426 [ 274 ] {69198e80-6a4c-4a49-85a3-6e7496ed7630} <Debug> oximeter.measurements_histogramu16 (145326b1-9baa-4636-8da4-c921bf142334): Loading data parts
553 2025.03.20 20:27:59.281614 [ 274 ] {69198e80-6a4c-4a49-85a3-6e7496ed7630} <Debug> oximeter.measurements_histogramu16 (145326b1-9baa-4636-8da4-c921bf142334): There are no data parts
554 2025.03.20 20:27:59.286913 [ 274 ] {69198e80-6a4c-4a49-85a3-6e7496ed7630} <Debug> TCPHandler: Processed in 0.011940079 sec.
555 2025.03.20 20:27:59.287084 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
556 2025.03.20 20:27:59.287364 [ 274 ] {f2f417b6-6352-4b60-93bf-2653df076e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.287443 [ 274 ] {f2f417b6-6352-4b60-93bf-2653df076e5b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
558 2025.03.20 20:27:59.291971 [ 274 ] {f2f417b6-6352-4b60-93bf-2653df076e5b} <Debug> oximeter.measurements_histogrami32 (39f6ed64-0c8c-4a2c-95be-501f5c87f117): Loading data parts
559 2025.03.20 20:27:59.292135 [ 274 ] {f2f417b6-6352-4b60-93bf-2653df076e5b} <Debug> oximeter.measurements_histogrami32 (39f6ed64-0c8c-4a2c-95be-501f5c87f117): There are no data parts
560 2025.03.20 20:27:59.295713 [ 274 ] {f2f417b6-6352-4b60-93bf-2653df076e5b} <Debug> TCPHandler: Processed in 0.00868082 sec.
561 2025.03.20 20:27:59.295892 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
562 2025.03.20 20:27:59.296158 [ 274 ] {b80cf2d0-71be-4cd2-bcb8-7375eef63ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.296227 [ 274 ] {b80cf2d0-71be-4cd2-bcb8-7375eef63ab6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
564 2025.03.20 20:27:59.301962 [ 274 ] {b80cf2d0-71be-4cd2-bcb8-7375eef63ab6} <Debug> oximeter.measurements_histogramu32 (08528f4a-b1f5-430f-b5e9-1de78ebc09b4): Loading data parts
565 2025.03.20 20:27:59.302156 [ 274 ] {b80cf2d0-71be-4cd2-bcb8-7375eef63ab6} <Debug> oximeter.measurements_histogramu32 (08528f4a-b1f5-430f-b5e9-1de78ebc09b4): There are no data parts
566 2025.03.20 20:27:59.307402 [ 274 ] {b80cf2d0-71be-4cd2-bcb8-7375eef63ab6} <Debug> TCPHandler: Processed in 0.011562153 sec.
567 2025.03.20 20:27:59.307573 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.03.20 20:27:59.307854 [ 274 ] {d53e2a86-8ace-48bc-9fbe-40c927944d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.307925 [ 274 ] {d53e2a86-8ace-48bc-9fbe-40c927944d0c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
570 2025.03.20 20:27:59.314183 [ 274 ] {d53e2a86-8ace-48bc-9fbe-40c927944d0c} <Debug> oximeter.measurements_histogrami64 (e6a513b7-4085-4662-a4f4-428ff741b91c): Loading data parts
571 2025.03.20 20:27:59.314357 [ 274 ] {d53e2a86-8ace-48bc-9fbe-40c927944d0c} <Debug> oximeter.measurements_histogrami64 (e6a513b7-4085-4662-a4f4-428ff741b91c): There are no data parts
572 2025.03.20 20:27:59.317933 [ 274 ] {d53e2a86-8ace-48bc-9fbe-40c927944d0c} <Debug> TCPHandler: Processed in 0.010412541 sec.
573 2025.03.20 20:27:59.318128 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
574 2025.03.20 20:27:59.318391 [ 274 ] {b5ae1c2b-5beb-433c-abb3-822f5c2efb9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.318464 [ 274 ] {b5ae1c2b-5beb-433c-abb3-822f5c2efb9f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
576 2025.03.20 20:27:59.323417 [ 274 ] {b5ae1c2b-5beb-433c-abb3-822f5c2efb9f} <Debug> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Loading data parts
577 2025.03.20 20:27:59.323613 [ 274 ] {b5ae1c2b-5beb-433c-abb3-822f5c2efb9f} <Debug> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): There are no data parts
578 2025.03.20 20:27:59.328855 [ 274 ] {b5ae1c2b-5beb-433c-abb3-822f5c2efb9f} <Debug> TCPHandler: Processed in 0.010777384 sec.
579 2025.03.20 20:27:59.329021 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
580 2025.03.20 20:27:59.329312 [ 274 ] {fef9ca39-6ed6-43bb-bdd7-fbd7eb366edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.329382 [ 274 ] {fef9ca39-6ed6-43bb-bdd7-fbd7eb366edc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
582 2025.03.20 20:27:59.334658 [ 274 ] {fef9ca39-6ed6-43bb-bdd7-fbd7eb366edc} <Debug> oximeter.measurements_histogramf32 (cd2a004c-b927-4dcd-9193-5007940c844d): Loading data parts
583 2025.03.20 20:27:59.334851 [ 274 ] {fef9ca39-6ed6-43bb-bdd7-fbd7eb366edc} <Debug> oximeter.measurements_histogramf32 (cd2a004c-b927-4dcd-9193-5007940c844d): There are no data parts
584 2025.03.20 20:27:59.340375 [ 274 ] {fef9ca39-6ed6-43bb-bdd7-fbd7eb366edc} <Debug> TCPHandler: Processed in 0.011415792 sec.
585 2025.03.20 20:27:59.340571 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
586 2025.03.20 20:27:59.340834 [ 274 ] {33218a5d-d0c7-4865-bb58-7a7d22703fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.340907 [ 274 ] {33218a5d-d0c7-4865-bb58-7a7d22703fa2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
588 2025.03.20 20:27:59.346232 [ 274 ] {33218a5d-d0c7-4865-bb58-7a7d22703fa2} <Debug> oximeter.measurements_histogramf64 (47328cc8-7c62-45c8-97d8-de48daa202da): Loading data parts
589 2025.03.20 20:27:59.346447 [ 274 ] {33218a5d-d0c7-4865-bb58-7a7d22703fa2} <Debug> oximeter.measurements_histogramf64 (47328cc8-7c62-45c8-97d8-de48daa202da): There are no data parts
590 2025.03.20 20:27:59.352405 [ 274 ] {33218a5d-d0c7-4865-bb58-7a7d22703fa2} <Debug> TCPHandler: Processed in 0.011885557 sec.
591 2025.03.20 20:27:59.352613 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
592 2025.03.20 20:27:59.352889 [ 274 ] {fc7acabb-a716-4b85-af2a-76a6ca0f79bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) /* 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.03.20 20:27:59.352979 [ 274 ] {fc7acabb-a716-4b85-af2a-76a6ca0f79bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
619 2025.03.20 20:27:59.358811 [ 274 ] {fc7acabb-a716-4b85-af2a-76a6ca0f79bc} <Debug> oximeter.fields_bool (46bea2b9-4760-4b95-bb17-6faa152bf631): Loading data parts
620 2025.03.20 20:27:59.359044 [ 274 ] {fc7acabb-a716-4b85-af2a-76a6ca0f79bc} <Debug> oximeter.fields_bool (46bea2b9-4760-4b95-bb17-6faa152bf631): There are no data parts
621 2025.03.20 20:27:59.364404 [ 274 ] {fc7acabb-a716-4b85-af2a-76a6ca0f79bc} <Debug> TCPHandler: Processed in 0.011858117 sec.
622 2025.03.20 20:27:59.364563 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
623 2025.03.20 20:27:59.364818 [ 274 ] {a47006a6-65b3-4ffc-b01d-ba3dee38acf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.364890 [ 274 ] {a47006a6-65b3-4ffc-b01d-ba3dee38acf5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
625 2025.03.20 20:27:59.371074 [ 274 ] {a47006a6-65b3-4ffc-b01d-ba3dee38acf5} <Debug> oximeter.fields_i8 (6c1d405e-f53c-417b-95a4-ee8ea8735261): Loading data parts
626 2025.03.20 20:27:59.371261 [ 274 ] {a47006a6-65b3-4ffc-b01d-ba3dee38acf5} <Debug> oximeter.fields_i8 (6c1d405e-f53c-417b-95a4-ee8ea8735261): There are no data parts
627 2025.03.20 20:27:59.384573 [ 274 ] {a47006a6-65b3-4ffc-b01d-ba3dee38acf5} <Debug> TCPHandler: Processed in 0.020071793 sec.
628 2025.03.20 20:27:59.384739 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
629 2025.03.20 20:27:59.384939 [ 274 ] {25e826f6-3b55-4bbd-ae9b-62b5d16ba981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.385017 [ 274 ] {25e826f6-3b55-4bbd-ae9b-62b5d16ba981} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
631 2025.03.20 20:27:59.395017 [ 274 ] {25e826f6-3b55-4bbd-ae9b-62b5d16ba981} <Debug> oximeter.fields_u8 (3e19d65a-0b9e-42f7-8d99-fe349e2d9678): Loading data parts
632 2025.03.20 20:27:59.395202 [ 274 ] {25e826f6-3b55-4bbd-ae9b-62b5d16ba981} <Debug> oximeter.fields_u8 (3e19d65a-0b9e-42f7-8d99-fe349e2d9678): There are no data parts
633 2025.03.20 20:27:59.414191 [ 274 ] {25e826f6-3b55-4bbd-ae9b-62b5d16ba981} <Debug> TCPHandler: Processed in 0.029509542 sec.
634 2025.03.20 20:27:59.414361 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
635 2025.03.20 20:27:59.414660 [ 274 ] {727fb991-60b4-4bc3-8b9f-78b8aea25eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.414751 [ 274 ] {727fb991-60b4-4bc3-8b9f-78b8aea25eea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
637 2025.03.20 20:27:59.425381 [ 274 ] {727fb991-60b4-4bc3-8b9f-78b8aea25eea} <Debug> oximeter.fields_i16 (fc802fb0-f6f1-443c-ade9-a816018ee0b5): Loading data parts
638 2025.03.20 20:27:59.425619 [ 274 ] {727fb991-60b4-4bc3-8b9f-78b8aea25eea} <Debug> oximeter.fields_i16 (fc802fb0-f6f1-443c-ade9-a816018ee0b5): There are no data parts
639 2025.03.20 20:27:59.431351 [ 274 ] {727fb991-60b4-4bc3-8b9f-78b8aea25eea} <Debug> TCPHandler: Processed in 0.017050978 sec.
640 2025.03.20 20:27:59.431532 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
641 2025.03.20 20:27:59.431801 [ 274 ] {9098e944-3abb-441e-a1b3-83bc9d197295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.431886 [ 274 ] {9098e944-3abb-441e-a1b3-83bc9d197295} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
643 2025.03.20 20:27:59.435693 [ 274 ] {9098e944-3abb-441e-a1b3-83bc9d197295} <Debug> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Loading data parts
644 2025.03.20 20:27:59.435875 [ 274 ] {9098e944-3abb-441e-a1b3-83bc9d197295} <Debug> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): There are no data parts
645 2025.03.20 20:27:59.439739 [ 274 ] {9098e944-3abb-441e-a1b3-83bc9d197295} <Debug> TCPHandler: Processed in 0.008278416 sec.
646 2025.03.20 20:27:59.439892 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
647 2025.03.20 20:27:59.440092 [ 274 ] {846d6bba-54ff-4248-8b73-38c8518cff82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.440154 [ 274 ] {846d6bba-54ff-4248-8b73-38c8518cff82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
649 2025.03.20 20:27:59.445687 [ 274 ] {846d6bba-54ff-4248-8b73-38c8518cff82} <Debug> oximeter.fields_i32 (b5fa95ea-845d-4d50-b618-59a7f0dbf79e): Loading data parts
650 2025.03.20 20:27:59.445954 [ 274 ] {846d6bba-54ff-4248-8b73-38c8518cff82} <Debug> oximeter.fields_i32 (b5fa95ea-845d-4d50-b618-59a7f0dbf79e): There are no data parts
651 2025.03.20 20:27:59.448058 [ 274 ] {846d6bba-54ff-4248-8b73-38c8518cff82} <Debug> TCPHandler: Processed in 0.008216426 sec.
652 2025.03.20 20:27:59.448225 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
653 2025.03.20 20:27:59.448455 [ 274 ] {bdf03e56-8b1e-4cb5-aebb-fc755e40d969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.448529 [ 274 ] {bdf03e56-8b1e-4cb5-aebb-fc755e40d969} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
655 2025.03.20 20:27:59.453158 [ 274 ] {bdf03e56-8b1e-4cb5-aebb-fc755e40d969} <Debug> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Loading data parts
656 2025.03.20 20:27:59.453361 [ 274 ] {bdf03e56-8b1e-4cb5-aebb-fc755e40d969} <Debug> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): There are no data parts
657 2025.03.20 20:27:59.457756 [ 274 ] {bdf03e56-8b1e-4cb5-aebb-fc755e40d969} <Debug> TCPHandler: Processed in 0.009601611 sec.
658 2025.03.20 20:27:59.457926 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
659 2025.03.20 20:27:59.458117 [ 274 ] {2de02820-710c-416c-9276-6e7a1843ea5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.458195 [ 274 ] {2de02820-710c-416c-9276-6e7a1843ea5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
661 2025.03.20 20:27:59.461383 [ 274 ] {2de02820-710c-416c-9276-6e7a1843ea5f} <Debug> oximeter.fields_i64 (708f8260-57a0-4cc7-8df4-7fdaa9243f99): Loading data parts
662 2025.03.20 20:27:59.461614 [ 274 ] {2de02820-710c-416c-9276-6e7a1843ea5f} <Debug> oximeter.fields_i64 (708f8260-57a0-4cc7-8df4-7fdaa9243f99): There are no data parts
663 2025.03.20 20:27:59.465907 [ 274 ] {2de02820-710c-416c-9276-6e7a1843ea5f} <Debug> TCPHandler: Processed in 0.008032423 sec.
664 2025.03.20 20:27:59.466044 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
665 2025.03.20 20:27:59.466252 [ 274 ] {5e8f9498-1dbf-4a98-bbc3-439f93c26648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.466309 [ 274 ] {5e8f9498-1dbf-4a98-bbc3-439f93c26648} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
667 2025.03.20 20:27:59.470395 [ 274 ] {5e8f9498-1dbf-4a98-bbc3-439f93c26648} <Debug> oximeter.fields_u64 (c486da06-8f07-4789-ac4c-9c50d5007e46): Loading data parts
668 2025.03.20 20:27:59.470602 [ 274 ] {5e8f9498-1dbf-4a98-bbc3-439f93c26648} <Debug> oximeter.fields_u64 (c486da06-8f07-4789-ac4c-9c50d5007e46): There are no data parts
669 2025.03.20 20:27:59.474860 [ 274 ] {5e8f9498-1dbf-4a98-bbc3-439f93c26648} <Debug> TCPHandler: Processed in 0.008866603 sec.
670 2025.03.20 20:27:59.475043 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
671 2025.03.20 20:27:59.475237 [ 274 ] {972f6e77-546d-4a5f-a6ed-52a475048f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.475305 [ 274 ] {972f6e77-546d-4a5f-a6ed-52a475048f72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
673 2025.03.20 20:27:59.479875 [ 274 ] {972f6e77-546d-4a5f-a6ed-52a475048f72} <Debug> oximeter.fields_ipaddr (47eb818a-0471-4f7f-8130-83d23d6dc85f): Loading data parts
674 2025.03.20 20:27:59.480067 [ 274 ] {972f6e77-546d-4a5f-a6ed-52a475048f72} <Debug> oximeter.fields_ipaddr (47eb818a-0471-4f7f-8130-83d23d6dc85f): There are no data parts
675 2025.03.20 20:27:59.483751 [ 274 ] {972f6e77-546d-4a5f-a6ed-52a475048f72} <Debug> TCPHandler: Processed in 0.008759422 sec.
676 2025.03.20 20:27:59.483897 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
677 2025.03.20 20:27:59.484111 [ 274 ] {ac880f69-515f-4d01-8ffc-7511ebcbda3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.484167 [ 274 ] {ac880f69-515f-4d01-8ffc-7511ebcbda3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
679 2025.03.20 20:27:59.488435 [ 274 ] {ac880f69-515f-4d01-8ffc-7511ebcbda3b} <Debug> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Loading data parts
680 2025.03.20 20:27:59.488599 [ 274 ] {ac880f69-515f-4d01-8ffc-7511ebcbda3b} <Debug> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): There are no data parts
681 2025.03.20 20:27:59.491313 [ 274 ] {ac880f69-515f-4d01-8ffc-7511ebcbda3b} <Debug> TCPHandler: Processed in 0.007467127 sec.
682 2025.03.20 20:27:59.491477 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
683 2025.03.20 20:27:59.491668 [ 274 ] {40f2c9da-5ea2-4395-82cb-ad2216cae3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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.03.20 20:27:59.491730 [ 274 ] {40f2c9da-5ea2-4395-82cb-ad2216cae3d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
685 2025.03.20 20:27:59.496778 [ 274 ] {40f2c9da-5ea2-4395-82cb-ad2216cae3d0} <Debug> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Loading data parts
686 2025.03.20 20:27:59.496967 [ 274 ] {40f2c9da-5ea2-4395-82cb-ad2216cae3d0} <Debug> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): There are no data parts
687 2025.03.20 20:27:59.500735 [ 274 ] {40f2c9da-5ea2-4395-82cb-ad2216cae3d0} <Debug> TCPHandler: Processed in 0.009312378 sec.
688 2025.03.20 20:27:59.500903 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
689 2025.03.20 20:27:59.501178 [ 274 ] {e6ec357f-cd8a-4d9e-8094-f30f0b1e550a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) /* 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.03.20 20:27:59.501259 [ 274 ] {e6ec357f-cd8a-4d9e-8094-f30f0b1e550a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
694 2025.03.20 20:27:59.505875 [ 274 ] {e6ec357f-cd8a-4d9e-8094-f30f0b1e550a} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Loading data parts
695 2025.03.20 20:27:59.506118 [ 274 ] {e6ec357f-cd8a-4d9e-8094-f30f0b1e550a} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): There are no data parts
696 2025.03.20 20:27:59.510186 [ 274 ] {e6ec357f-cd8a-4d9e-8094-f30f0b1e550a} <Debug> TCPHandler: Processed in 0.009334538 sec.
697 2025.03.20 20:27:59.512431 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
698 2025.03.20 20:27:59.512697 [ 276 ] {32c1f5bb-c7d9-4937-8af9-311495f006a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
699 2025.03.20 20:27:59.513890 [ 276 ] {32c1f5bb-c7d9-4937-8af9-311495f006a0} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
700 2025.03.20 20:27:59.522125 [ 283 ] {32c1f5bb-c7d9-4937-8af9-311495f006a0} <Trace> oximeter.version (1d428ae9-fee4-4f01-97c1-bb3327ad0a39): Trying to reserve 1.00 MiB using storage policy from min volume index 0
701 2025.03.20 20:27:59.522233 [ 283 ] {32c1f5bb-c7d9-4937-8af9-311495f006a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
702 2025.03.20 20:27:59.527264 [ 283 ] {32c1f5bb-c7d9-4937-8af9-311495f006a0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
703 2025.03.20 20:27:59.527737 [ 283 ] {32c1f5bb-c7d9-4937-8af9-311495f006a0} <Trace> oximeter.version (1d428ae9-fee4-4f01-97c1-bb3327ad0a39): 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.03.20 20:27:59.528247 [ 276 ] {32c1f5bb-c7d9-4937-8af9-311495f006a0} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015657 sec., 63.86919588682378 rows/sec., 1021.91 B/sec.
705 2025.03.20 20:27:59.528564 [ 276 ] {32c1f5bb-c7d9-4937-8af9-311495f006a0} <Debug> TCPHandler: Processed in 0.016188358 sec.
706 2025.03.20 20:28:00.001158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 131.25 MiB, peak 131.25 MiB, free memory in arenas 0.00 B, will set to 140.87 MiB (RSS), difference: 9.62 MiB
707 2025.03.20 20:28:05.276677 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
708 2025.03.20 20:28:05.276682 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
709 2025.03.20 20:28:05.276782 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
710 2025.03.20 20:28:05.276814 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
711 2025.03.20 20:28:05.282629 [ 244 ] {} <Debug> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Loading data parts
712 2025.03.20 20:28:05.283089 [ 244 ] {} <Debug> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): There are no data parts
713 2025.03.20 20:28:05.292131 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
714 2025.03.20 20:28:05.292297 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
715 2025.03.20 20:28:05.295422 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
716 2025.03.20 20:28:05.296003 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
717 2025.03.20 20:28:05.296731 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
718 2025.03.20 20:28:05.301140 [ 243 ] {} <Debug> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Loading data parts
719 2025.03.20 20:28:05.301291 [ 243 ] {} <Debug> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): There are no data parts
720 2025.03.20 20:28:05.327716 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
721 2025.03.20 20:28:05.327805 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
722 2025.03.20 20:28:05.334841 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
723 2025.03.20 20:28:05.335595 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
724 2025.03.20 20:28:05.338102 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
725 2025.03.20 20:28:06.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.90 MiB, peak 149.90 MiB, free memory in arenas 0.00 B, will set to 150.38 MiB (RSS), difference: 4.48 MiB
726 2025.03.20 20:28:07.776749 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
727 2025.03.20 20:28:07.776890 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
728 2025.03.20 20:28:07.781689 [ 242 ] {} <Debug> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Loading data parts
729 2025.03.20 20:28:07.781896 [ 242 ] {} <Debug> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): There are no data parts
730 2025.03.20 20:28:07.787949 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.03.20 20:28:07.788032 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
732 2025.03.20 20:28:07.789696 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.03.20 20:28:07.789993 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
734 2025.03.20 20:28:07.790485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
735 2025.03.20 20:28:08.000242 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.56 MiB, peak 154.56 MiB, free memory in arenas 0.00 B, will set to 150.76 MiB (RSS), difference: -3.79 MiB
736 2025.03.20 20:28:12.739421 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache
737 2025.03.20 20:28:12.739479 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache
738 2025.03.20 20:28:12.797172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
739 2025.03.20 20:28:12.798111 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.03.20 20:28:12.798160 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
741 2025.03.20 20:28:12.798741 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
742 2025.03.20 20:28:12.799116 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
743 2025.03.20 20:28:12.799453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
744 2025.03.20 20:28:12.838498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
745 2025.03.20 20:28:12.859370 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
746 2025.03.20 20:28:12.859440 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB.
747 2025.03.20 20:28:12.865933 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
748 2025.03.20 20:28:12.866680 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
749 2025.03.20 20:28:12.868939 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
750 2025.03.20 20:28:13.000253 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.44 MiB, peak 155.44 MiB, free memory in arenas 0.00 B, will set to 152.55 MiB (RSS), difference: 1.12 MiB
751 2025.03.20 20:28:18.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.57 MiB, peak 155.44 MiB, free memory in arenas 0.00 B, will set to 152.63 MiB (RSS), difference: 4.06 MiB
752 2025.03.20 20:28:19.533454 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
753 2025.03.20 20:28:19.533649 [ 274 ] {72560a18-8e5a-4191-837d-89203c1b4604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
754 2025.03.20 20:28:19.534162 [ 274 ] {72560a18-8e5a-4191-837d-89203c1b4604} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
755 2025.03.20 20:28:19.536431 [ 274 ] {72560a18-8e5a-4191-837d-89203c1b4604} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
756 2025.03.20 20:28:19.537243 [ 274 ] {72560a18-8e5a-4191-837d-89203c1b4604} <Debug> TCPHandler: Processed in 0.003917206 sec.
757 2025.03.20 20:28:19.539017 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
758 2025.03.20 20:28:19.539173 [ 274 ] {ed3b5d15-7aed-4953-82d0-03f29b70b874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
759 2025.03.20 20:28:19.540994 [ 274 ] {ed3b5d15-7aed-4953-82d0-03f29b70b874} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
760 2025.03.20 20:28:19.541053 [ 274 ] {ed3b5d15-7aed-4953-82d0-03f29b70b874} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
761 2025.03.20 20:28:19.541621 [ 274 ] {ed3b5d15-7aed-4953-82d0-03f29b70b874} <Debug> TCPHandler: Processed in 0.00265806 sec.
762 2025.03.20 20:28:19.541899 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
763 2025.03.20 20:28:19.542041 [ 274 ] {95f8abc9-5157-4fcd-ab7d-fd6af9e17a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
764 2025.03.20 20:28:19.542393 [ 274 ] {95f8abc9-5157-4fcd-ab7d-fd6af9e17a12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
765 2025.03.20 20:28:19.542446 [ 274 ] {95f8abc9-5157-4fcd-ab7d-fd6af9e17a12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
766 2025.03.20 20:28:19.542931 [ 274 ] {95f8abc9-5157-4fcd-ab7d-fd6af9e17a12} <Debug> TCPHandler: Processed in 0.001082273 sec.
767 2025.03.20 20:28:19.543142 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
768 2025.03.20 20:28:19.543277 [ 274 ] {e9a33b20-9889-4c66-adb6-6db0dbda433b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
769 2025.03.20 20:28:19.543585 [ 274 ] {e9a33b20-9889-4c66-adb6-6db0dbda433b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
770 2025.03.20 20:28:19.543638 [ 274 ] {e9a33b20-9889-4c66-adb6-6db0dbda433b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
771 2025.03.20 20:28:19.544114 [ 274 ] {e9a33b20-9889-4c66-adb6-6db0dbda433b} <Debug> TCPHandler: Processed in 0.001021641 sec.
772 2025.03.20 20:28:19.544330 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
773 2025.03.20 20:28:19.544463 [ 274 ] {be0b57a3-acf4-43a3-bf55-15ec279124aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
774 2025.03.20 20:28:19.544773 [ 274 ] {be0b57a3-acf4-43a3-bf55-15ec279124aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
775 2025.03.20 20:28:19.544825 [ 274 ] {be0b57a3-acf4-43a3-bf55-15ec279124aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
776 2025.03.20 20:28:19.545299 [ 274 ] {be0b57a3-acf4-43a3-bf55-15ec279124aa} <Debug> TCPHandler: Processed in 0.001016372 sec.
777 2025.03.20 20:28:19.545516 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
778 2025.03.20 20:28:19.545649 [ 274 ] {091f9c79-29ee-42a7-ab2a-f7cf2de0941e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
779 2025.03.20 20:28:19.545969 [ 274 ] {091f9c79-29ee-42a7-ab2a-f7cf2de0941e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
780 2025.03.20 20:28:19.546027 [ 274 ] {091f9c79-29ee-42a7-ab2a-f7cf2de0941e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
781 2025.03.20 20:28:19.546506 [ 274 ] {091f9c79-29ee-42a7-ab2a-f7cf2de0941e} <Debug> TCPHandler: Processed in 0.001040462 sec.
782 2025.03.20 20:28:19.546723 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
783 2025.03.20 20:28:19.546859 [ 274 ] {7397c517-dceb-421a-9326-e83bad340142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
784 2025.03.20 20:28:19.547177 [ 274 ] {7397c517-dceb-421a-9326-e83bad340142} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
785 2025.03.20 20:28:19.547229 [ 274 ] {7397c517-dceb-421a-9326-e83bad340142} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
786 2025.03.20 20:28:19.547705 [ 274 ] {7397c517-dceb-421a-9326-e83bad340142} <Debug> TCPHandler: Processed in 0.001031252 sec.
787 2025.03.20 20:28:19.547922 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
788 2025.03.20 20:28:19.548058 [ 274 ] {76788427-742f-4796-a9e6-d09e1d5494d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
789 2025.03.20 20:28:19.548380 [ 274 ] {76788427-742f-4796-a9e6-d09e1d5494d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
790 2025.03.20 20:28:19.548433 [ 274 ] {76788427-742f-4796-a9e6-d09e1d5494d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
791 2025.03.20 20:28:19.548916 [ 274 ] {76788427-742f-4796-a9e6-d09e1d5494d5} <Debug> TCPHandler: Processed in 0.001043402 sec.
792 2025.03.20 20:28:19.549126 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
793 2025.03.20 20:28:19.549261 [ 274 ] {f55556a5-5da7-4210-91a7-6b64eaa445f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
794 2025.03.20 20:28:19.549606 [ 274 ] {f55556a5-5da7-4210-91a7-6b64eaa445f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
795 2025.03.20 20:28:19.549659 [ 274 ] {f55556a5-5da7-4210-91a7-6b64eaa445f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
796 2025.03.20 20:28:19.550142 [ 274 ] {f55556a5-5da7-4210-91a7-6b64eaa445f0} <Debug> TCPHandler: Processed in 0.001065392 sec.
797 2025.03.20 20:28:19.550363 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
798 2025.03.20 20:28:19.550500 [ 274 ] {ed495b9f-fd0e-44c9-9e74-12f794b790c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
799 2025.03.20 20:28:19.550826 [ 274 ] {ed495b9f-fd0e-44c9-9e74-12f794b790c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
800 2025.03.20 20:28:19.550879 [ 274 ] {ed495b9f-fd0e-44c9-9e74-12f794b790c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
801 2025.03.20 20:28:19.551357 [ 274 ] {ed495b9f-fd0e-44c9-9e74-12f794b790c4} <Debug> TCPHandler: Processed in 0.001045302 sec.
802 2025.03.20 20:28:19.551564 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
803 2025.03.20 20:28:19.551703 [ 274 ] {2135f004-69cf-4417-a2fb-61de645e7ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
804 2025.03.20 20:28:19.552037 [ 274 ] {2135f004-69cf-4417-a2fb-61de645e7ffc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
805 2025.03.20 20:28:19.552088 [ 274 ] {2135f004-69cf-4417-a2fb-61de645e7ffc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
806 2025.03.20 20:28:19.552585 [ 274 ] {2135f004-69cf-4417-a2fb-61de645e7ffc} <Debug> TCPHandler: Processed in 0.001069943 sec.
807 2025.03.20 20:28:19.552783 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
808 2025.03.20 20:28:19.552923 [ 274 ] {ed16c5d3-6f24-48e3-94df-277a17e1a41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
809 2025.03.20 20:28:19.553259 [ 274 ] {ed16c5d3-6f24-48e3-94df-277a17e1a41e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
810 2025.03.20 20:28:19.553312 [ 274 ] {ed16c5d3-6f24-48e3-94df-277a17e1a41e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
811 2025.03.20 20:28:19.553804 [ 274 ] {ed16c5d3-6f24-48e3-94df-277a17e1a41e} <Debug> TCPHandler: Processed in 0.001073763 sec.
812 2025.03.20 20:28:19.554020 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
813 2025.03.20 20:28:19.554151 [ 274 ] {61733a28-8229-44e9-ad9d-b80f1f7300b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
814 2025.03.20 20:28:19.554475 [ 274 ] {61733a28-8229-44e9-ad9d-b80f1f7300b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
815 2025.03.20 20:28:19.554524 [ 274 ] {61733a28-8229-44e9-ad9d-b80f1f7300b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
816 2025.03.20 20:28:19.555060 [ 274 ] {61733a28-8229-44e9-ad9d-b80f1f7300b9} <Debug> TCPHandler: Processed in 0.001070592 sec.
817 2025.03.20 20:28:19.555286 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
818 2025.03.20 20:28:19.555426 [ 274 ] {b8cae416-5bdf-4252-8c94-0a4967aae66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
819 2025.03.20 20:28:19.555771 [ 274 ] {b8cae416-5bdf-4252-8c94-0a4967aae66e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
820 2025.03.20 20:28:19.555824 [ 274 ] {b8cae416-5bdf-4252-8c94-0a4967aae66e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
821 2025.03.20 20:28:19.556317 [ 274 ] {b8cae416-5bdf-4252-8c94-0a4967aae66e} <Debug> TCPHandler: Processed in 0.001086203 sec.
822 2025.03.20 20:28:19.556560 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
823 2025.03.20 20:28:19.556702 [ 274 ] {ac86edb1-a540-437a-8b9b-7e0153b79c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
824 2025.03.20 20:28:19.557052 [ 274 ] {ac86edb1-a540-437a-8b9b-7e0153b79c4c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
825 2025.03.20 20:28:19.557105 [ 274 ] {ac86edb1-a540-437a-8b9b-7e0153b79c4c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
826 2025.03.20 20:28:19.557589 [ 274 ] {ac86edb1-a540-437a-8b9b-7e0153b79c4c} <Debug> TCPHandler: Processed in 0.001078713 sec.
827 2025.03.20 20:28:19.557793 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
828 2025.03.20 20:28:19.557935 [ 274 ] {feacc78e-139c-4ab9-abbb-b2dca0c8a1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
829 2025.03.20 20:28:19.558281 [ 274 ] {feacc78e-139c-4ab9-abbb-b2dca0c8a1f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
830 2025.03.20 20:28:19.558333 [ 274 ] {feacc78e-139c-4ab9-abbb-b2dca0c8a1f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
831 2025.03.20 20:28:19.558811 [ 274 ] {feacc78e-139c-4ab9-abbb-b2dca0c8a1f6} <Debug> TCPHandler: Processed in 0.001069703 sec.
832 2025.03.20 20:28:19.559079 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
833 2025.03.20 20:28:19.559224 [ 274 ] {d1c72c45-11bc-40c6-8354-7cf97e00fa23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
834 2025.03.20 20:28:19.559583 [ 274 ] {d1c72c45-11bc-40c6-8354-7cf97e00fa23} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
835 2025.03.20 20:28:19.559636 [ 274 ] {d1c72c45-11bc-40c6-8354-7cf97e00fa23} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
836 2025.03.20 20:28:19.560117 [ 274 ] {d1c72c45-11bc-40c6-8354-7cf97e00fa23} <Debug> TCPHandler: Processed in 0.001086593 sec.
837 2025.03.20 20:28:19.560356 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
838 2025.03.20 20:28:19.560500 [ 274 ] {23f87149-a9db-4e70-a219-ac2606ddec39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
839 2025.03.20 20:28:19.560856 [ 274 ] {23f87149-a9db-4e70-a219-ac2606ddec39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
840 2025.03.20 20:28:19.560908 [ 274 ] {23f87149-a9db-4e70-a219-ac2606ddec39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
841 2025.03.20 20:28:19.561358 [ 274 ] {23f87149-a9db-4e70-a219-ac2606ddec39} <Debug> TCPHandler: Processed in 0.001050512 sec.
842 2025.03.20 20:28:19.567497 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
843 2025.03.20 20:28:19.567618 [ 274 ] {db0e009e-182d-4c4b-8f2a-77d9d837bab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
844 2025.03.20 20:28:19.567666 [ 274 ] {db0e009e-182d-4c4b-8f2a-77d9d837bab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
845 2025.03.20 20:28:19.568418 [ 274 ] {db0e009e-182d-4c4b-8f2a-77d9d837bab4} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Trying to reserve 1.00 MiB using storage policy from min volume index 0
846 2025.03.20 20:28:19.568460 [ 274 ] {db0e009e-182d-4c4b-8f2a-77d9d837bab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
847 2025.03.20 20:28:19.569204 [ 274 ] {db0e009e-182d-4c4b-8f2a-77d9d837bab4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
848 2025.03.20 20:28:19.569684 [ 274 ] {db0e009e-182d-4c4b-8f2a-77d9d837bab4} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
849 2025.03.20 20:28:19.569877 [ 274 ] {db0e009e-182d-4c4b-8f2a-77d9d837bab4} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002295 sec., 7843.137254901961 rows/sec., 1.07 MiB/sec.
850 2025.03.20 20:28:19.569931 [ 274 ] {db0e009e-182d-4c4b-8f2a-77d9d837bab4} <Debug> TCPHandler: Processed in 0.002488729 sec.
851 2025.03.20 20:28:19.570059 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
852 2025.03.20 20:28:19.570167 [ 274 ] {e9f47d36-a005-43dd-8646-c81d4ecd2a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
853 2025.03.20 20:28:19.570211 [ 274 ] {e9f47d36-a005-43dd-8646-c81d4ecd2a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
854 2025.03.20 20:28:19.572124 [ 274 ] {e9f47d36-a005-43dd-8646-c81d4ecd2a7e} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
855 2025.03.20 20:28:19.572160 [ 274 ] {e9f47d36-a005-43dd-8646-c81d4ecd2a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
856 2025.03.20 20:28:19.572686 [ 274 ] {e9f47d36-a005-43dd-8646-c81d4ecd2a7e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
857 2025.03.20 20:28:19.573292 [ 274 ] {e9f47d36-a005-43dd-8646-c81d4ecd2a7e} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
858 2025.03.20 20:28:19.573489 [ 274 ] {e9f47d36-a005-43dd-8646-c81d4ecd2a7e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00334 sec., 16766.467065868263 rows/sec., 1.29 MiB/sec.
859 2025.03.20 20:28:19.573643 [ 274 ] {e9f47d36-a005-43dd-8646-c81d4ecd2a7e} <Debug> TCPHandler: Processed in 0.003639471 sec.
860 2025.03.20 20:28:19.573794 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
861 2025.03.20 20:28:19.573900 [ 274 ] {a0854ead-4cb4-42d1-8337-79c9b67cf79d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
862 2025.03.20 20:28:19.573946 [ 274 ] {a0854ead-4cb4-42d1-8337-79c9b67cf79d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
863 2025.03.20 20:28:19.574516 [ 274 ] {a0854ead-4cb4-42d1-8337-79c9b67cf79d} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
864 2025.03.20 20:28:19.574555 [ 274 ] {a0854ead-4cb4-42d1-8337-79c9b67cf79d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
865 2025.03.20 20:28:19.575058 [ 274 ] {a0854ead-4cb4-42d1-8337-79c9b67cf79d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
866 2025.03.20 20:28:19.575589 [ 274 ] {a0854ead-4cb4-42d1-8337-79c9b67cf79d} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
867 2025.03.20 20:28:19.575760 [ 274 ] {a0854ead-4cb4-42d1-8337-79c9b67cf79d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001883 sec., 33988.316516197556 rows/sec., 2.65 MiB/sec.
868 2025.03.20 20:28:19.575809 [ 274 ] {a0854ead-4cb4-42d1-8337-79c9b67cf79d} <Debug> TCPHandler: Processed in 0.002065834 sec.
869 2025.03.20 20:28:19.575925 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
870 2025.03.20 20:28:19.576031 [ 274 ] {e5b51bf5-c789-4671-a95e-722db67643e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
871 2025.03.20 20:28:19.576079 [ 274 ] {e5b51bf5-c789-4671-a95e-722db67643e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
872 2025.03.20 20:28:19.576632 [ 274 ] {e5b51bf5-c789-4671-a95e-722db67643e9} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
873 2025.03.20 20:28:19.576668 [ 274 ] {e5b51bf5-c789-4671-a95e-722db67643e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
874 2025.03.20 20:28:19.578259 [ 274 ] {e5b51bf5-c789-4671-a95e-722db67643e9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
875 2025.03.20 20:28:19.580412 [ 274 ] {e5b51bf5-c789-4671-a95e-722db67643e9} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
876 2025.03.20 20:28:19.580652 [ 274 ] {e5b51bf5-c789-4671-a95e-722db67643e9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.004624 sec., 27681.66089965398 rows/sec., 1.93 MiB/sec.
877 2025.03.20 20:28:19.580764 [ 274 ] {e5b51bf5-c789-4671-a95e-722db67643e9} <Debug> TCPHandler: Processed in 0.004888816 sec.
878 2025.03.20 20:28:19.580907 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
879 2025.03.20 20:28:19.581016 [ 274 ] {1c628cfb-17d4-4e6a-9b0b-1ef52e939a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
880 2025.03.20 20:28:19.581063 [ 274 ] {1c628cfb-17d4-4e6a-9b0b-1ef52e939a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
881 2025.03.20 20:28:19.581504 [ 274 ] {1c628cfb-17d4-4e6a-9b0b-1ef52e939a80} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
882 2025.03.20 20:28:19.581544 [ 274 ] {1c628cfb-17d4-4e6a-9b0b-1ef52e939a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
883 2025.03.20 20:28:19.582752 [ 274 ] {1c628cfb-17d4-4e6a-9b0b-1ef52e939a80} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
884 2025.03.20 20:28:19.583219 [ 274 ] {1c628cfb-17d4-4e6a-9b0b-1ef52e939a80} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
885 2025.03.20 20:28:19.583400 [ 274 ] {1c628cfb-17d4-4e6a-9b0b-1ef52e939a80} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002407 sec., 19941.836310760285 rows/sec., 1.34 MiB/sec.
886 2025.03.20 20:28:19.583449 [ 274 ] {1c628cfb-17d4-4e6a-9b0b-1ef52e939a80} <Debug> TCPHandler: Processed in 0.00259883 sec.
887 2025.03.20 20:28:20.299780 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
888 2025.03.20 20:28:20.300445 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
889 2025.03.20 20:28:20.300501 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
890 2025.03.20 20:28:20.301263 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
891 2025.03.20 20:28:20.301780 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
892 2025.03.20 20:28:20.302083 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
893 2025.03.20 20:28:20.369222 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
894 2025.03.20 20:28:20.388273 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
895 2025.03.20 20:28:20.388339 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
896 2025.03.20 20:28:20.395484 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
897 2025.03.20 20:28:20.396739 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
898 2025.03.20 20:28:20.399778 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
899 2025.03.20 20:28:24.540332 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
900 2025.03.20 20:28:24.540535 [ 274 ] {4a7c4c4c-36dd-4c98-b38f-f30b2d227681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
901 2025.03.20 20:28:24.540613 [ 274 ] {4a7c4c4c-36dd-4c98-b38f-f30b2d227681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
902 2025.03.20 20:28:24.541424 [ 274 ] {4a7c4c4c-36dd-4c98-b38f-f30b2d227681} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
903 2025.03.20 20:28:24.541478 [ 274 ] {4a7c4c4c-36dd-4c98-b38f-f30b2d227681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
904 2025.03.20 20:28:24.542107 [ 274 ] {4a7c4c4c-36dd-4c98-b38f-f30b2d227681} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
905 2025.03.20 20:28:24.542692 [ 274 ] {4a7c4c4c-36dd-4c98-b38f-f30b2d227681} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
906 2025.03.20 20:28:24.542928 [ 274 ] {4a7c4c4c-36dd-4c98-b38f-f30b2d227681} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002449 sec., 22866.476112699063 rows/sec., 1.76 MiB/sec.
907 2025.03.20 20:28:24.542994 [ 274 ] {4a7c4c4c-36dd-4c98-b38f-f30b2d227681} <Debug> TCPHandler: Processed in 0.002795402 sec.
908 2025.03.20 20:28:24.543134 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
909 2025.03.20 20:28:24.543252 [ 274 ] {6277a550-9c0e-4ffc-9cf3-eeb0ce1f34b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
910 2025.03.20 20:28:24.543307 [ 274 ] {6277a550-9c0e-4ffc-9cf3-eeb0ce1f34b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
911 2025.03.20 20:28:24.543862 [ 274 ] {6277a550-9c0e-4ffc-9cf3-eeb0ce1f34b6} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
912 2025.03.20 20:28:24.543914 [ 274 ] {6277a550-9c0e-4ffc-9cf3-eeb0ce1f34b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
913 2025.03.20 20:28:24.544488 [ 274 ] {6277a550-9c0e-4ffc-9cf3-eeb0ce1f34b6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
914 2025.03.20 20:28:24.545052 [ 274 ] {6277a550-9c0e-4ffc-9cf3-eeb0ce1f34b6} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
915 2025.03.20 20:28:24.545274 [ 274 ] {6277a550-9c0e-4ffc-9cf3-eeb0ce1f34b6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002052 sec., 31189.083820662767 rows/sec., 2.43 MiB/sec.
916 2025.03.20 20:28:24.545336 [ 274 ] {6277a550-9c0e-4ffc-9cf3-eeb0ce1f34b6} <Debug> TCPHandler: Processed in 0.002257876 sec.
917 2025.03.20 20:28:24.545463 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
918 2025.03.20 20:28:24.545575 [ 274 ] {22977100-1690-490e-a7d2-b0a7d773c151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
919 2025.03.20 20:28:24.545627 [ 274 ] {22977100-1690-490e-a7d2-b0a7d773c151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
920 2025.03.20 20:28:24.546178 [ 274 ] {22977100-1690-490e-a7d2-b0a7d773c151} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
921 2025.03.20 20:28:24.546219 [ 274 ] {22977100-1690-490e-a7d2-b0a7d773c151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
922 2025.03.20 20:28:24.546763 [ 274 ] {22977100-1690-490e-a7d2-b0a7d773c151} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
923 2025.03.20 20:28:24.547348 [ 274 ] {22977100-1690-490e-a7d2-b0a7d773c151} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
924 2025.03.20 20:28:24.547555 [ 274 ] {22977100-1690-490e-a7d2-b0a7d773c151} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002005 sec., 79800.49875311721 rows/sec., 5.56 MiB/sec.
925 2025.03.20 20:28:24.547607 [ 274 ] {22977100-1690-490e-a7d2-b0a7d773c151} <Debug> TCPHandler: Processed in 0.002196686 sec.
926 2025.03.20 20:28:24.547730 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
927 2025.03.20 20:28:24.547840 [ 274 ] {70895daf-aef0-4fa9-b300-56ee039301bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
928 2025.03.20 20:28:24.547893 [ 274 ] {70895daf-aef0-4fa9-b300-56ee039301bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
929 2025.03.20 20:28:24.548334 [ 274 ] {70895daf-aef0-4fa9-b300-56ee039301bb} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
930 2025.03.20 20:28:24.548375 [ 274 ] {70895daf-aef0-4fa9-b300-56ee039301bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
931 2025.03.20 20:28:24.548883 [ 274 ] {70895daf-aef0-4fa9-b300-56ee039301bb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
932 2025.03.20 20:28:24.549426 [ 274 ] {70895daf-aef0-4fa9-b300-56ee039301bb} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
933 2025.03.20 20:28:24.549618 [ 274 ] {70895daf-aef0-4fa9-b300-56ee039301bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001799 sec., 33351.86214563646 rows/sec., 2.25 MiB/sec.
934 2025.03.20 20:28:24.549701 [ 274 ] {70895daf-aef0-4fa9-b300-56ee039301bb} <Debug> TCPHandler: Processed in 0.002020963 sec.
935 2025.03.20 20:28:27.739523 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache
936 2025.03.20 20:28:27.739584 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache
937 2025.03.20 20:28:27.791869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142
938 2025.03.20 20:28:27.796018 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
939 2025.03.20 20:28:27.796075 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
940 2025.03.20 20:28:27.797580 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
941 2025.03.20 20:28:27.797899 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
942 2025.03.20 20:28:27.798431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142
943 2025.03.20 20:28:27.802748 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
944 2025.03.20 20:28:27.803410 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
945 2025.03.20 20:28:27.803463 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
946 2025.03.20 20:28:27.804086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
947 2025.03.20 20:28:27.804358 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
948 2025.03.20 20:28:27.804595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
949 2025.03.20 20:28:27.900396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
950 2025.03.20 20:28:27.920381 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
951 2025.03.20 20:28:27.920442 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
952 2025.03.20 20:28:27.927310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
953 2025.03.20 20:28:27.928095 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
954 2025.03.20 20:28:27.930900 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
955 2025.03.20 20:28:29.535551 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
956 2025.03.20 20:28:29.535817 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) 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)
957 2025.03.20 20:28:29.536257 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
958 2025.03.20 20:28:29.536334 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <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
959 2025.03.20 20:28:29.536645 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
960 2025.03.20 20:28:29.536844 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
961 2025.03.20 20:28:29.537153 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
962 2025.03.20 20:28:29.538273 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
963 2025.03.20 20:28:29.538328 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
964 2025.03.20 20:28:29.538349 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
965 2025.03.20 20:28:29.538463 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <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'))"
966 2025.03.20 20:28:29.538490 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
967 2025.03.20 20:28:29.542221 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.006512 sec., 2764.127764127764 rows/sec., 113.07 KiB/sec.
968 2025.03.20 20:28:29.542322 [ 274 ] {a1125c09-f679-492f-b562-f7f6f5188c0b} <Debug> TCPHandler: Processed in 0.0068981 sec.
969 2025.03.20 20:28:29.551117 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
970 2025.03.20 20:28:29.551258 [ 274 ] {63b48bd6-0b33-4679-8a25-5b6e9a56e497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
971 2025.03.20 20:28:29.551316 [ 274 ] {63b48bd6-0b33-4679-8a25-5b6e9a56e497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
972 2025.03.20 20:28:29.552144 [ 274 ] {63b48bd6-0b33-4679-8a25-5b6e9a56e497} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Trying to reserve 1.00 MiB using storage policy from min volume index 0
973 2025.03.20 20:28:29.552188 [ 274 ] {63b48bd6-0b33-4679-8a25-5b6e9a56e497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
974 2025.03.20 20:28:29.552696 [ 274 ] {63b48bd6-0b33-4679-8a25-5b6e9a56e497} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
975 2025.03.20 20:28:29.552931 [ 274 ] {63b48bd6-0b33-4679-8a25-5b6e9a56e497} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
976 2025.03.20 20:28:29.553163 [ 274 ] {63b48bd6-0b33-4679-8a25-5b6e9a56e497} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.00189 sec., 529.1005291005291 rows/sec., 79.06 KiB/sec.
977 2025.03.20 20:28:29.553217 [ 274 ] {63b48bd6-0b33-4679-8a25-5b6e9a56e497} <Debug> TCPHandler: Processed in 0.002116574 sec.
978 2025.03.20 20:28:29.553324 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
979 2025.03.20 20:28:29.553431 [ 274 ] {93f9d230-9d42-4159-90b3-c47dea4a61c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
980 2025.03.20 20:28:29.553476 [ 274 ] {93f9d230-9d42-4159-90b3-c47dea4a61c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
981 2025.03.20 20:28:29.554044 [ 274 ] {93f9d230-9d42-4159-90b3-c47dea4a61c4} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
982 2025.03.20 20:28:29.554087 [ 274 ] {93f9d230-9d42-4159-90b3-c47dea4a61c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
983 2025.03.20 20:28:29.554460 [ 274 ] {93f9d230-9d42-4159-90b3-c47dea4a61c4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
984 2025.03.20 20:28:29.554714 [ 274 ] {93f9d230-9d42-4159-90b3-c47dea4a61c4} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
985 2025.03.20 20:28:29.554927 [ 274 ] {93f9d230-9d42-4159-90b3-c47dea4a61c4} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001522 sec., 47306.17608409987 rows/sec., 3.84 MiB/sec.
986 2025.03.20 20:28:29.554976 [ 274 ] {93f9d230-9d42-4159-90b3-c47dea4a61c4} <Debug> TCPHandler: Processed in 0.00170214 sec.
987 2025.03.20 20:28:29.555093 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
988 2025.03.20 20:28:29.555201 [ 274 ] {a496bf2b-ba3f-4556-8db3-13c8595a2f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
989 2025.03.20 20:28:29.555252 [ 274 ] {a496bf2b-ba3f-4556-8db3-13c8595a2f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
990 2025.03.20 20:28:29.555814 [ 274 ] {a496bf2b-ba3f-4556-8db3-13c8595a2f5c} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
991 2025.03.20 20:28:29.555852 [ 274 ] {a496bf2b-ba3f-4556-8db3-13c8595a2f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
992 2025.03.20 20:28:29.556202 [ 274 ] {a496bf2b-ba3f-4556-8db3-13c8595a2f5c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
993 2025.03.20 20:28:29.556452 [ 274 ] {a496bf2b-ba3f-4556-8db3-13c8595a2f5c} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
994 2025.03.20 20:28:29.556677 [ 274 ] {a496bf2b-ba3f-4556-8db3-13c8595a2f5c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001498 sec., 5340.45393858478 rows/sec., 401.58 KiB/sec.
995 2025.03.20 20:28:29.556730 [ 274 ] {a496bf2b-ba3f-4556-8db3-13c8595a2f5c} <Debug> TCPHandler: Processed in 0.00168779 sec.
996 2025.03.20 20:28:29.556833 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
997 2025.03.20 20:28:29.556935 [ 274 ] {35bb43d7-0ac2-4bfb-9ac9-abcdd1b95db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
998 2025.03.20 20:28:29.556985 [ 274 ] {35bb43d7-0ac2-4bfb-9ac9-abcdd1b95db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
999 2025.03.20 20:28:29.557537 [ 274 ] {35bb43d7-0ac2-4bfb-9ac9-abcdd1b95db4} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1000 2025.03.20 20:28:29.557576 [ 274 ] {35bb43d7-0ac2-4bfb-9ac9-abcdd1b95db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1001 2025.03.20 20:28:29.557931 [ 274 ] {35bb43d7-0ac2-4bfb-9ac9-abcdd1b95db4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1002 2025.03.20 20:28:29.558183 [ 274 ] {35bb43d7-0ac2-4bfb-9ac9-abcdd1b95db4} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1003 2025.03.20 20:28:29.558464 [ 274 ] {35bb43d7-0ac2-4bfb-9ac9-abcdd1b95db4} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001541 sec., 46722.90720311486 rows/sec., 3.65 MiB/sec.
1004 2025.03.20 20:28:29.558544 [ 274 ] {35bb43d7-0ac2-4bfb-9ac9-abcdd1b95db4} <Debug> TCPHandler: Processed in 0.001760751 sec.
1005 2025.03.20 20:28:29.558661 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1006 2025.03.20 20:28:29.558768 [ 274 ] {ad4717ba-401a-4cc2-8346-1dc7abd3775c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1007 2025.03.20 20:28:29.558815 [ 274 ] {ad4717ba-401a-4cc2-8346-1dc7abd3775c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1008 2025.03.20 20:28:29.559329 [ 274 ] {ad4717ba-401a-4cc2-8346-1dc7abd3775c} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1009 2025.03.20 20:28:29.559369 [ 274 ] {ad4717ba-401a-4cc2-8346-1dc7abd3775c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1010 2025.03.20 20:28:29.559755 [ 274 ] {ad4717ba-401a-4cc2-8346-1dc7abd3775c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1011 2025.03.20 20:28:29.560006 [ 274 ] {ad4717ba-401a-4cc2-8346-1dc7abd3775c} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1012 2025.03.20 20:28:29.560218 [ 274 ] {ad4717ba-401a-4cc2-8346-1dc7abd3775c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001472 sec., 108695.65217391304 rows/sec., 7.57 MiB/sec.
1013 2025.03.20 20:28:29.560267 [ 274 ] {ad4717ba-401a-4cc2-8346-1dc7abd3775c} <Debug> TCPHandler: Processed in 0.001655879 sec.
1014 2025.03.20 20:28:29.560402 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1015 2025.03.20 20:28:29.560510 [ 274 ] {6c746899-0745-4588-a1d8-10c37cc7cc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1016 2025.03.20 20:28:29.560575 [ 274 ] {6c746899-0745-4588-a1d8-10c37cc7cc1d} <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
1017 2025.03.20 20:28:29.561604 [ 274 ] {6c746899-0745-4588-a1d8-10c37cc7cc1d} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1018 2025.03.20 20:28:29.561645 [ 274 ] {6c746899-0745-4588-a1d8-10c37cc7cc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1019 2025.03.20 20:28:29.564195 [ 274 ] {6c746899-0745-4588-a1d8-10c37cc7cc1d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1020 2025.03.20 20:28:29.564472 [ 274 ] {6c746899-0745-4588-a1d8-10c37cc7cc1d} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1021 2025.03.20 20:28:29.564731 [ 274 ] {6c746899-0745-4588-a1d8-10c37cc7cc1d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00424 sec., 1886.7924528301887 rows/sec., 3.38 MiB/sec.
1022 2025.03.20 20:28:29.564836 [ 274 ] {6c746899-0745-4588-a1d8-10c37cc7cc1d} <Debug> TCPHandler: Processed in 0.004491772 sec.
1023 2025.03.20 20:28:29.564986 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1024 2025.03.20 20:28:29.565093 [ 274 ] {8ebb23aa-8c87-4fcc-bfb7-551c7844f7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1025 2025.03.20 20:28:29.565139 [ 274 ] {8ebb23aa-8c87-4fcc-bfb7-551c7844f7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1026 2025.03.20 20:28:29.565618 [ 274 ] {8ebb23aa-8c87-4fcc-bfb7-551c7844f7e9} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1027 2025.03.20 20:28:29.565661 [ 274 ] {8ebb23aa-8c87-4fcc-bfb7-551c7844f7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1028 2025.03.20 20:28:29.566056 [ 274 ] {8ebb23aa-8c87-4fcc-bfb7-551c7844f7e9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1029 2025.03.20 20:28:29.566309 [ 274 ] {8ebb23aa-8c87-4fcc-bfb7-551c7844f7e9} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1030 2025.03.20 20:28:29.566503 [ 274 ] {8ebb23aa-8c87-4fcc-bfb7-551c7844f7e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec.
1031 2025.03.20 20:28:29.566631 [ 274 ] {8ebb23aa-8c87-4fcc-bfb7-551c7844f7e9} <Debug> TCPHandler: Processed in 0.00169753 sec.
1032 2025.03.20 20:28:34.542089 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1033 2025.03.20 20:28:34.542294 [ 274 ] {5c6254fb-7203-48cb-8794-ea3bd3a4d1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1034 2025.03.20 20:28:34.542381 [ 274 ] {5c6254fb-7203-48cb-8794-ea3bd3a4d1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1035 2025.03.20 20:28:34.543216 [ 274 ] {5c6254fb-7203-48cb-8794-ea3bd3a4d1ee} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1036 2025.03.20 20:28:34.543268 [ 274 ] {5c6254fb-7203-48cb-8794-ea3bd3a4d1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB.
1037 2025.03.20 20:28:34.543714 [ 274 ] {5c6254fb-7203-48cb-8794-ea3bd3a4d1ee} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1038 2025.03.20 20:28:34.543967 [ 274 ] {5c6254fb-7203-48cb-8794-ea3bd3a4d1ee} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1039 2025.03.20 20:28:34.544200 [ 274 ] {5c6254fb-7203-48cb-8794-ea3bd3a4d1ee} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.19 MiB/sec.
1040 2025.03.20 20:28:34.544257 [ 274 ] {5c6254fb-7203-48cb-8794-ea3bd3a4d1ee} <Debug> TCPHandler: Processed in 0.002309607 sec.
1041 2025.03.20 20:28:34.544387 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1042 2025.03.20 20:28:34.544496 [ 274 ] {55c07d9f-7859-4700-a7c8-a95c899e372b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1043 2025.03.20 20:28:34.544541 [ 274 ] {55c07d9f-7859-4700-a7c8-a95c899e372b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1044 2025.03.20 20:28:34.545108 [ 274 ] {55c07d9f-7859-4700-a7c8-a95c899e372b} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1045 2025.03.20 20:28:34.545155 [ 274 ] {55c07d9f-7859-4700-a7c8-a95c899e372b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB.
1046 2025.03.20 20:28:34.545516 [ 274 ] {55c07d9f-7859-4700-a7c8-a95c899e372b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1047 2025.03.20 20:28:34.545785 [ 274 ] {55c07d9f-7859-4700-a7c8-a95c899e372b} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1048 2025.03.20 20:28:34.546018 [ 274 ] {55c07d9f-7859-4700-a7c8-a95c899e372b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001538 sec., 41612.483745123536 rows/sec., 3.25 MiB/sec.
1049 2025.03.20 20:28:34.546161 [ 274 ] {55c07d9f-7859-4700-a7c8-a95c899e372b} <Debug> TCPHandler: Processed in 0.001821172 sec.
1050 2025.03.20 20:28:34.546308 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1051 2025.03.20 20:28:34.546412 [ 274 ] {9cb320cf-f92d-413e-9bb1-215095668677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1052 2025.03.20 20:28:34.546462 [ 274 ] {9cb320cf-f92d-413e-9bb1-215095668677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1053 2025.03.20 20:28:34.547020 [ 274 ] {9cb320cf-f92d-413e-9bb1-215095668677} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1054 2025.03.20 20:28:34.547062 [ 274 ] {9cb320cf-f92d-413e-9bb1-215095668677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB.
1055 2025.03.20 20:28:34.547505 [ 274 ] {9cb320cf-f92d-413e-9bb1-215095668677} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1056 2025.03.20 20:28:34.547753 [ 274 ] {9cb320cf-f92d-413e-9bb1-215095668677} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1057 2025.03.20 20:28:34.547984 [ 274 ] {9cb320cf-f92d-413e-9bb1-215095668677} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec.
1058 2025.03.20 20:28:34.548123 [ 274 ] {9cb320cf-f92d-413e-9bb1-215095668677} <Debug> TCPHandler: Processed in 0.001859702 sec.
1059 2025.03.20 20:28:34.548258 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1060 2025.03.20 20:28:34.548369 [ 274 ] {b29192fe-3b8f-411c-ab14-dcded6d520ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1061 2025.03.20 20:28:34.548417 [ 274 ] {b29192fe-3b8f-411c-ab14-dcded6d520ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1062 2025.03.20 20:28:34.548897 [ 274 ] {b29192fe-3b8f-411c-ab14-dcded6d520ee} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1063 2025.03.20 20:28:34.548937 [ 274 ] {b29192fe-3b8f-411c-ab14-dcded6d520ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB.
1064 2025.03.20 20:28:34.549325 [ 274 ] {b29192fe-3b8f-411c-ab14-dcded6d520ee} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1065 2025.03.20 20:28:34.549586 [ 274 ] {b29192fe-3b8f-411c-ab14-dcded6d520ee} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1066 2025.03.20 20:28:34.549797 [ 274 ] {b29192fe-3b8f-411c-ab14-dcded6d520ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec.
1067 2025.03.20 20:28:34.549850 [ 274 ] {b29192fe-3b8f-411c-ab14-dcded6d520ee} <Debug> TCPHandler: Processed in 0.001646159 sec.
1068 2025.03.20 20:28:35.305159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1069 2025.03.20 20:28:35.305986 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1070 2025.03.20 20:28:35.306057 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1071 2025.03.20 20:28:35.306689 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1072 2025.03.20 20:28:35.306959 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1073 2025.03.20 20:28:35.307174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1074 2025.03.20 20:28:35.431212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1075 2025.03.20 20:28:35.451137 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1076 2025.03.20 20:28:35.451196 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1077 2025.03.20 20:28:35.459259 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1078 2025.03.20 20:28:35.460023 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1079 2025.03.20 20:28:35.462952 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1080 2025.03.20 20:28:37.799018 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 166
1081 2025.03.20 20:28:37.801862 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1082 2025.03.20 20:28:37.801920 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1083 2025.03.20 20:28:37.803397 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1084 2025.03.20 20:28:37.803724 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1085 2025.03.20 20:28:37.804262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166
1086 2025.03.20 20:28:39.541676 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1087 2025.03.20 20:28:39.541857 [ 274 ] {5d0ee23b-a79c-48a4-98e3-1ff45d3e91b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1088 2025.03.20 20:28:39.541926 [ 274 ] {5d0ee23b-a79c-48a4-98e3-1ff45d3e91b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1089 2025.03.20 20:28:39.542737 [ 274 ] {5d0ee23b-a79c-48a4-98e3-1ff45d3e91b5} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1090 2025.03.20 20:28:39.542787 [ 274 ] {5d0ee23b-a79c-48a4-98e3-1ff45d3e91b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1091 2025.03.20 20:28:39.543224 [ 274 ] {5d0ee23b-a79c-48a4-98e3-1ff45d3e91b5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1092 2025.03.20 20:28:39.543510 [ 274 ] {5d0ee23b-a79c-48a4-98e3-1ff45d3e91b5} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1093 2025.03.20 20:28:39.543721 [ 274 ] {5d0ee23b-a79c-48a4-98e3-1ff45d3e91b5} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001904 sec., 37815.126050420164 rows/sec., 3.07 MiB/sec.
1094 2025.03.20 20:28:39.543782 [ 274 ] {5d0ee23b-a79c-48a4-98e3-1ff45d3e91b5} <Debug> TCPHandler: Processed in 0.002234866 sec.
1095 2025.03.20 20:28:39.543923 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1096 2025.03.20 20:28:39.544037 [ 274 ] {a25a0cc5-40bf-4b62-8220-fc5da864f173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1097 2025.03.20 20:28:39.544086 [ 274 ] {a25a0cc5-40bf-4b62-8220-fc5da864f173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1098 2025.03.20 20:28:39.544617 [ 274 ] {a25a0cc5-40bf-4b62-8220-fc5da864f173} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1099 2025.03.20 20:28:39.544655 [ 274 ] {a25a0cc5-40bf-4b62-8220-fc5da864f173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1100 2025.03.20 20:28:39.545012 [ 274 ] {a25a0cc5-40bf-4b62-8220-fc5da864f173} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1101 2025.03.20 20:28:39.545265 [ 274 ] {a25a0cc5-40bf-4b62-8220-fc5da864f173} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1102 2025.03.20 20:28:39.545441 [ 274 ] {a25a0cc5-40bf-4b62-8220-fc5da864f173} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001431 sec., 5590.496156533893 rows/sec., 420.38 KiB/sec.
1103 2025.03.20 20:28:39.545492 [ 274 ] {a25a0cc5-40bf-4b62-8220-fc5da864f173} <Debug> TCPHandler: Processed in 0.001623099 sec.
1104 2025.03.20 20:28:39.545629 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1105 2025.03.20 20:28:39.545767 [ 274 ] {d4b7393b-c8cb-4823-8183-2951b0224b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1106 2025.03.20 20:28:39.545824 [ 274 ] {d4b7393b-c8cb-4823-8183-2951b0224b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1107 2025.03.20 20:28:39.546455 [ 274 ] {d4b7393b-c8cb-4823-8183-2951b0224b63} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1108 2025.03.20 20:28:39.546493 [ 274 ] {d4b7393b-c8cb-4823-8183-2951b0224b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1109 2025.03.20 20:28:39.546869 [ 274 ] {d4b7393b-c8cb-4823-8183-2951b0224b63} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1110 2025.03.20 20:28:39.547114 [ 274 ] {d4b7393b-c8cb-4823-8183-2951b0224b63} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1111 2025.03.20 20:28:39.547297 [ 274 ] {d4b7393b-c8cb-4823-8183-2951b0224b63} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001561 sec., 46124.27930813581 rows/sec., 3.60 MiB/sec.
1112 2025.03.20 20:28:39.547348 [ 274 ] {d4b7393b-c8cb-4823-8183-2951b0224b63} <Debug> TCPHandler: Processed in 0.0017852 sec.
1113 2025.03.20 20:28:39.547483 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1114 2025.03.20 20:28:39.547621 [ 274 ] {973602e7-2fe3-4ef9-9d32-d66f8c18ee52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1115 2025.03.20 20:28:39.547683 [ 274 ] {973602e7-2fe3-4ef9-9d32-d66f8c18ee52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1116 2025.03.20 20:28:39.548313 [ 274 ] {973602e7-2fe3-4ef9-9d32-d66f8c18ee52} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1117 2025.03.20 20:28:39.548353 [ 274 ] {973602e7-2fe3-4ef9-9d32-d66f8c18ee52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1118 2025.03.20 20:28:39.548766 [ 274 ] {973602e7-2fe3-4ef9-9d32-d66f8c18ee52} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1119 2025.03.20 20:28:39.549015 [ 274 ] {973602e7-2fe3-4ef9-9d32-d66f8c18ee52} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1120 2025.03.20 20:28:39.549199 [ 274 ] {973602e7-2fe3-4ef9-9d32-d66f8c18ee52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001609 sec., 99440.64636420137 rows/sec., 6.93 MiB/sec.
1121 2025.03.20 20:28:39.549252 [ 274 ] {973602e7-2fe3-4ef9-9d32-d66f8c18ee52} <Debug> TCPHandler: Processed in 0.001835911 sec.
1122 2025.03.20 20:28:39.549389 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1123 2025.03.20 20:28:39.549497 [ 274 ] {a31b71b3-7a3f-4c68-89d9-50bfd265832b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1124 2025.03.20 20:28:39.549564 [ 274 ] {a31b71b3-7a3f-4c68-89d9-50bfd265832b} <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
1125 2025.03.20 20:28:39.550606 [ 274 ] {a31b71b3-7a3f-4c68-89d9-50bfd265832b} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1126 2025.03.20 20:28:39.550646 [ 274 ] {a31b71b3-7a3f-4c68-89d9-50bfd265832b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1127 2025.03.20 20:28:39.551253 [ 274 ] {a31b71b3-7a3f-4c68-89d9-50bfd265832b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1128 2025.03.20 20:28:39.551525 [ 274 ] {a31b71b3-7a3f-4c68-89d9-50bfd265832b} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): 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.03.20 20:28:39.551744 [ 274 ] {a31b71b3-7a3f-4c68-89d9-50bfd265832b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002264 sec., 3533.5689045936397 rows/sec., 6.33 MiB/sec.
1130 2025.03.20 20:28:39.551846 [ 274 ] {a31b71b3-7a3f-4c68-89d9-50bfd265832b} <Debug> TCPHandler: Processed in 0.002507249 sec.
1131 2025.03.20 20:28:39.551992 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1132 2025.03.20 20:28:39.552100 [ 274 ] {139ee991-9bae-41ea-9314-03cd29f20fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1133 2025.03.20 20:28:39.552149 [ 274 ] {139ee991-9bae-41ea-9314-03cd29f20fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1134 2025.03.20 20:28:39.552592 [ 274 ] {139ee991-9bae-41ea-9314-03cd29f20fa4} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1135 2025.03.20 20:28:39.552631 [ 274 ] {139ee991-9bae-41ea-9314-03cd29f20fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1136 2025.03.20 20:28:39.553002 [ 274 ] {139ee991-9bae-41ea-9314-03cd29f20fa4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1137 2025.03.20 20:28:39.553262 [ 274 ] {139ee991-9bae-41ea-9314-03cd29f20fa4} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1138 2025.03.20 20:28:39.553485 [ 274 ] {139ee991-9bae-41ea-9314-03cd29f20fa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec.
1139 2025.03.20 20:28:39.553624 [ 274 ] {139ee991-9bae-41ea-9314-03cd29f20fa4} <Debug> TCPHandler: Processed in 0.001677649 sec.
1140 2025.03.20 20:28:42.739840 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache
1141 2025.03.20 20:28:42.739923 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache
1142 2025.03.20 20:28:42.807420 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1143 2025.03.20 20:28:42.808047 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1144 2025.03.20 20:28:42.808092 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1145 2025.03.20 20:28:42.808699 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1146 2025.03.20 20:28:42.808984 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1147 2025.03.20 20:28:42.809195 [ 80 ] {} <Debug> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1148 2025.03.20 20:28:42.809250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1149 2025.03.20 20:28:42.809286 [ 80 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1150 2025.03.20 20:28:42.809321 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1151 2025.03.20 20:28:42.811733 [ 203 ] {40126472-0111-4dea-b11e-99caea6f7b87::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
1152 2025.03.20 20:28:42.811930 [ 203 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1153 2025.03.20 20:28:42.812105 [ 203 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
1154 2025.03.20 20:28:42.812230 [ 203 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1155 2025.03.20 20:28:42.812397 [ 203 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1156 2025.03.20 20:28:42.812545 [ 203 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1157 2025.03.20 20:28:42.812745 [ 203 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1158 2025.03.20 20:28:42.812903 [ 203 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1159 2025.03.20 20:28:42.831531 [ 195 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.022116757 sec., 126872.12686742455 rows/sec., 1.81 MiB/sec.
1160 2025.03.20 20:28:42.832261 [ 195 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1161 2025.03.20 20:28:42.832608 [ 195 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1162 2025.03.20 20:28:42.832696 [ 195 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_6_1} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1163 2025.03.20 20:28:42.832808 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1164 2025.03.20 20:28:42.963154 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1165 2025.03.20 20:28:42.983229 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1166 2025.03.20 20:28:42.983275 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1167 2025.03.20 20:28:42.990276 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1168 2025.03.20 20:28:42.991043 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1169 2025.03.20 20:28:42.991385 [ 80 ] {} <Debug> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1170 2025.03.20 20:28:42.991502 [ 80 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1171 2025.03.20 20:28:42.991570 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1172 2025.03.20 20:28:42.991833 [ 195 ] {4de72964-28a0-4c13-850b-a13284a33e0f::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
1173 2025.03.20 20:28:43.000052 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1174 2025.03.20 20:28:43.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.00 MiB, peak 164.79 MiB, free memory in arenas 0.00 B, will set to 160.79 MiB (RSS), difference: 1.79 MiB
1175 2025.03.20 20:28:43.001798 [ 195 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1176 2025.03.20 20:28:43.002663 [ 195 ] {4de72964-28a0-4c13-850b-a13284a33e0f::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
1177 2025.03.20 20:28:43.006935 [ 195 ] {4de72964-28a0-4c13-850b-a13284a33e0f::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
1178 2025.03.20 20:28:43.011182 [ 195 ] {4de72964-28a0-4c13-850b-a13284a33e0f::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
1179 2025.03.20 20:28:43.015456 [ 195 ] {4de72964-28a0-4c13-850b-a13284a33e0f::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
1180 2025.03.20 20:28:43.024999 [ 195 ] {4de72964-28a0-4c13-850b-a13284a33e0f::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
1181 2025.03.20 20:28:43.029197 [ 195 ] {4de72964-28a0-4c13-850b-a13284a33e0f::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
1182 2025.03.20 20:28:43.087282 [ 191 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.095589537 sec., 481.22421599343033 rows/sec., 2.49 MiB/sec.
1183 2025.03.20 20:28:43.089062 [ 191 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1184 2025.03.20 20:28:43.091330 [ 191 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_6_1} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1185 2025.03.20 20:28:43.091414 [ 191 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_6_1} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1186 2025.03.20 20:28:43.092426 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1187 2025.03.20 20:28:44.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.34 MiB, peak 170.88 MiB, free memory in arenas 0.00 B, will set to 162.82 MiB (RSS), difference: 1.48 MiB
1188 2025.03.20 20:28:44.536449 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1189 2025.03.20 20:28:44.536710 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1190 2025.03.20 20:28:44.537129 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1191 2025.03.20 20:28:44.537177 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1192 2025.03.20 20:28:44.537494 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1193 2025.03.20 20:28:44.537581 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1194 2025.03.20 20:28:44.537758 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1195 2025.03.20 20:28:44.537979 [ 287 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1196 2025.03.20 20:28:44.538057 [ 288 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1197 2025.03.20 20:28:44.538183 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1198 2025.03.20 20:28:44.538215 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1199 2025.03.20 20:28:44.538270 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1200 2025.03.20 20:28:44.538296 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1201 2025.03.20 20:28:44.539182 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002588 sec., 6955.177743431221 rows/sec., 284.52 KiB/sec.
1202 2025.03.20 20:28:44.539320 [ 274 ] {51f11986-7880-4868-8d17-dad0beb64f82} <Debug> TCPHandler: Processed in 0.003006525 sec.
1203 2025.03.20 20:28:44.539560 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1204 2025.03.20 20:28:44.539729 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1205 2025.03.20 20:28:44.540022 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1206 2025.03.20 20:28:44.540066 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1207 2025.03.20 20:28:44.540345 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1208 2025.03.20 20:28:44.540417 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1209 2025.03.20 20:28:44.540565 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1210 2025.03.20 20:28:44.540672 [ 287 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1211 2025.03.20 20:28:44.540692 [ 288 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1212 2025.03.20 20:28:44.540791 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1213 2025.03.20 20:28:44.540822 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1214 2025.03.20 20:28:44.540870 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1215 2025.03.20 20:28:44.540894 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1216 2025.03.20 20:28:44.541503 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001854 sec., 9708.73786407767 rows/sec., 397.16 KiB/sec.
1217 2025.03.20 20:28:44.541590 [ 274 ] {1d39ff5d-f64e-427a-b287-f57d349fd1fd} <Debug> TCPHandler: Processed in 0.002083035 sec.
1218 2025.03.20 20:28:44.541810 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1219 2025.03.20 20:28:44.541967 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1220 2025.03.20 20:28:44.542239 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1221 2025.03.20 20:28:44.542284 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1222 2025.03.20 20:28:44.542554 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1223 2025.03.20 20:28:44.542621 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1224 2025.03.20 20:28:44.542766 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1225 2025.03.20 20:28:44.542851 [ 287 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1226 2025.03.20 20:28:44.542874 [ 288 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1227 2025.03.20 20:28:44.542980 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1228 2025.03.20 20:28:44.543010 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1229 2025.03.20 20:28:44.543057 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1230 2025.03.20 20:28:44.543081 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1231 2025.03.20 20:28:44.543620 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001722 sec., 10452.961672473868 rows/sec., 427.60 KiB/sec.
1232 2025.03.20 20:28:44.543710 [ 274 ] {bf3520e8-d313-4866-a58b-67e6ea543df3} <Debug> TCPHandler: Processed in 0.001951053 sec.
1233 2025.03.20 20:28:44.544696 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1234 2025.03.20 20:28:44.544860 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1235 2025.03.20 20:28:44.545135 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1236 2025.03.20 20:28:44.545179 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1237 2025.03.20 20:28:44.545452 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1238 2025.03.20 20:28:44.545519 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1239 2025.03.20 20:28:44.545664 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1240 2025.03.20 20:28:44.545756 [ 287 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1241 2025.03.20 20:28:44.545782 [ 288 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1242 2025.03.20 20:28:44.545929 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges
1243 2025.03.20 20:28:44.545958 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1244 2025.03.20 20:28:44.546005 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1245 2025.03.20 20:28:44.546029 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1246 2025.03.20 20:28:44.546565 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001779 sec., 10118.043844856662 rows/sec., 413.90 KiB/sec.
1247 2025.03.20 20:28:44.546650 [ 274 ] {88ee7aca-a90d-43a1-9a07-b4329e064cff} <Debug> TCPHandler: Processed in 0.002008473 sec.
1248 2025.03.20 20:28:44.553174 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1249 2025.03.20 20:28:44.553298 [ 274 ] {ab7c3f37-37b3-4230-973d-4610f9481fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1250 2025.03.20 20:28:44.553348 [ 274 ] {ab7c3f37-37b3-4230-973d-4610f9481fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1251 2025.03.20 20:28:44.554088 [ 274 ] {ab7c3f37-37b3-4230-973d-4610f9481fc1} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1252 2025.03.20 20:28:44.554134 [ 274 ] {ab7c3f37-37b3-4230-973d-4610f9481fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1253 2025.03.20 20:28:44.554678 [ 274 ] {ab7c3f37-37b3-4230-973d-4610f9481fc1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1254 2025.03.20 20:28:44.554925 [ 274 ] {ab7c3f37-37b3-4230-973d-4610f9481fc1} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1255 2025.03.20 20:28:44.555186 [ 274 ] {ab7c3f37-37b3-4230-973d-4610f9481fc1} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001912 sec., 2092.050209205021 rows/sec., 197.15 KiB/sec.
1256 2025.03.20 20:28:44.555347 [ 274 ] {ab7c3f37-37b3-4230-973d-4610f9481fc1} <Debug> TCPHandler: Processed in 0.002225056 sec.
1257 2025.03.20 20:28:44.555513 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1258 2025.03.20 20:28:44.555625 [ 274 ] {35376d15-a68c-48ef-8a9f-99845c6417e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1259 2025.03.20 20:28:44.555672 [ 274 ] {35376d15-a68c-48ef-8a9f-99845c6417e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1260 2025.03.20 20:28:44.556340 [ 274 ] {35376d15-a68c-48ef-8a9f-99845c6417e2} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1261 2025.03.20 20:28:44.556384 [ 274 ] {35376d15-a68c-48ef-8a9f-99845c6417e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1262 2025.03.20 20:28:44.556765 [ 274 ] {35376d15-a68c-48ef-8a9f-99845c6417e2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1263 2025.03.20 20:28:44.557016 [ 274 ] {35376d15-a68c-48ef-8a9f-99845c6417e2} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1264 2025.03.20 20:28:44.557195 [ 77 ] {} <Debug> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1265 2025.03.20 20:28:44.557273 [ 274 ] {35376d15-a68c-48ef-8a9f-99845c6417e2} <Debug> executeQuery: Read 109 rows, 9.37 KiB in 0.001667 sec., 65386.9226154769 rows/sec., 5.49 MiB/sec.
1266 2025.03.20 20:28:44.557279 [ 77 ] {} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1267 2025.03.20 20:28:44.557360 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1268 2025.03.20 20:28:44.557412 [ 274 ] {35376d15-a68c-48ef-8a9f-99845c6417e2} <Debug> TCPHandler: Processed in 0.001950163 sec.
1269 2025.03.20 20:28:44.557531 [ 203 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1270 2025.03.20 20:28:44.557595 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1271 2025.03.20 20:28:44.557649 [ 203 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1272 2025.03.20 20:28:44.557693 [ 203 ] {792d4739-86e3-460f-81ba-f83a08982ff0::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
1273 2025.03.20 20:28:44.557737 [ 274 ] {072f2c24-c9b7-4411-970b-531a996d5bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1274 2025.03.20 20:28:44.557780 [ 203 ] {792d4739-86e3-460f-81ba-f83a08982ff0::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
1275 2025.03.20 20:28:44.557811 [ 274 ] {072f2c24-c9b7-4411-970b-531a996d5bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1276 2025.03.20 20:28:44.558099 [ 203 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1277 2025.03.20 20:28:44.558251 [ 203 ] {792d4739-86e3-460f-81ba-f83a08982ff0::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
1278 2025.03.20 20:28:44.558477 [ 203 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1279 2025.03.20 20:28:44.558861 [ 203 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 109 rows starting from the beginning of the part
1280 2025.03.20 20:28:44.559754 [ 274 ] {072f2c24-c9b7-4411-970b-531a996d5bc7} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1281 2025.03.20 20:28:44.559800 [ 274 ] {072f2c24-c9b7-4411-970b-531a996d5bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1282 2025.03.20 20:28:44.560513 [ 274 ] {072f2c24-c9b7-4411-970b-531a996d5bc7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1283 2025.03.20 20:28:44.560687 [ 189 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 421 rows, containing 5 columns (5 merged, 0 gathered) in 0.003229448 sec., 130362.83600169439 rows/sec., 10.95 MiB/sec.
1284 2025.03.20 20:28:44.560920 [ 274 ] {072f2c24-c9b7-4411-970b-531a996d5bc7} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1285 2025.03.20 20:28:44.560946 [ 187 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1286 2025.03.20 20:28:44.561222 [ 274 ] {072f2c24-c9b7-4411-970b-531a996d5bc7} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003518 sec., 7390.562819783969 rows/sec., 555.74 KiB/sec.
1287 2025.03.20 20:28:44.561308 [ 274 ] {072f2c24-c9b7-4411-970b-531a996d5bc7} <Debug> TCPHandler: Processed in 0.003772224 sec.
1288 2025.03.20 20:28:44.561461 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1289 2025.03.20 20:28:44.561512 [ 187 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_6_1} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1290 2025.03.20 20:28:44.561587 [ 274 ] {3f384d26-b2f8-4542-96ba-2713fc0364f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1291 2025.03.20 20:28:44.561640 [ 274 ] {3f384d26-b2f8-4542-96ba-2713fc0364f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1292 2025.03.20 20:28:44.561643 [ 187 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_6_1} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1293 2025.03.20 20:28:44.561761 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
1294 2025.03.20 20:28:44.562205 [ 274 ] {3f384d26-b2f8-4542-96ba-2713fc0364f3} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1295 2025.03.20 20:28:44.562245 [ 274 ] {3f384d26-b2f8-4542-96ba-2713fc0364f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1296 2025.03.20 20:28:44.562603 [ 274 ] {3f384d26-b2f8-4542-96ba-2713fc0364f3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1297 2025.03.20 20:28:44.562866 [ 274 ] {3f384d26-b2f8-4542-96ba-2713fc0364f3} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1298 2025.03.20 20:28:44.563085 [ 274 ] {3f384d26-b2f8-4542-96ba-2713fc0364f3} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001529 sec., 654.0222367560497 rows/sec., 43.43 KiB/sec.
1299 2025.03.20 20:28:44.563143 [ 274 ] {3f384d26-b2f8-4542-96ba-2713fc0364f3} <Debug> TCPHandler: Processed in 0.0017365 sec.
1300 2025.03.20 20:28:44.563282 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1301 2025.03.20 20:28:44.563388 [ 274 ] {0f381b93-2b18-482a-9095-100cbb2ad26d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1302 2025.03.20 20:28:44.563434 [ 274 ] {0f381b93-2b18-482a-9095-100cbb2ad26d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1303 2025.03.20 20:28:44.563998 [ 274 ] {0f381b93-2b18-482a-9095-100cbb2ad26d} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1304 2025.03.20 20:28:44.564039 [ 274 ] {0f381b93-2b18-482a-9095-100cbb2ad26d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1305 2025.03.20 20:28:44.564402 [ 274 ] {0f381b93-2b18-482a-9095-100cbb2ad26d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1306 2025.03.20 20:28:44.564674 [ 274 ] {0f381b93-2b18-482a-9095-100cbb2ad26d} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1307 2025.03.20 20:28:44.564855 [ 77 ] {} <Debug> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1308 2025.03.20 20:28:44.564924 [ 77 ] {} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1309 2025.03.20 20:28:44.564929 [ 274 ] {0f381b93-2b18-482a-9095-100cbb2ad26d} <Debug> executeQuery: Read 106 rows, 8.49 KiB in 0.00155 sec., 68387.09677419355 rows/sec., 5.35 MiB/sec.
1310 2025.03.20 20:28:44.564969 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1311 2025.03.20 20:28:44.565068 [ 274 ] {0f381b93-2b18-482a-9095-100cbb2ad26d} <Debug> TCPHandler: Processed in 0.001834941 sec.
1312 2025.03.20 20:28:44.565308 [ 203 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::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
1313 2025.03.20 20:28:44.565367 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1314 2025.03.20 20:28:44.565521 [ 203 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1315 2025.03.20 20:28:44.565549 [ 274 ] {43a2d835-59c4-419d-acf3-175107d08dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1316 2025.03.20 20:28:44.565557 [ 203 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::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
1317 2025.03.20 20:28:44.565621 [ 274 ] {43a2d835-59c4-419d-acf3-175107d08dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1318 2025.03.20 20:28:44.565699 [ 203 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::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
1319 2025.03.20 20:28:44.565938 [ 203 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1320 2025.03.20 20:28:44.566143 [ 203 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::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
1321 2025.03.20 20:28:44.566365 [ 203 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part
1322 2025.03.20 20:28:44.566565 [ 203 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 106 rows starting from the beginning of the part
1323 2025.03.20 20:28:44.567312 [ 274 ] {43a2d835-59c4-419d-acf3-175107d08dc9} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1324 2025.03.20 20:28:44.567363 [ 274 ] {43a2d835-59c4-419d-acf3-175107d08dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1325 2025.03.20 20:28:44.568022 [ 274 ] {43a2d835-59c4-419d-acf3-175107d08dc9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1326 2025.03.20 20:28:44.568076 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 5 columns (5 merged, 0 gathered) in 0.002986484 sec., 148000.12322182205 rows/sec., 12.12 MiB/sec.
1327 2025.03.20 20:28:44.568347 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1328 2025.03.20 20:28:44.568459 [ 274 ] {43a2d835-59c4-419d-acf3-175107d08dc9} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1329 2025.03.20 20:28:44.568697 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1330 2025.03.20 20:28:44.568790 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1331 2025.03.20 20:28:44.568859 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1332 2025.03.20 20:28:44.568982 [ 274 ] {43a2d835-59c4-419d-acf3-175107d08dc9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003429 sec., 46660.83406240886 rows/sec., 3.25 MiB/sec.
1333 2025.03.20 20:28:44.569210 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_6_1} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1334 2025.03.20 20:28:44.569275 [ 193 ] {03783846-23d7-418c-99df-e99f33bbeb4d::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
1335 2025.03.20 20:28:44.569338 [ 274 ] {43a2d835-59c4-419d-acf3-175107d08dc9} <Debug> TCPHandler: Processed in 0.004075207 sec.
1336 2025.03.20 20:28:44.569521 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_6_1} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1337 2025.03.20 20:28:44.569693 [ 193 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1338 2025.03.20 20:28:44.569707 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1339 2025.03.20 20:28:44.569755 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
1340 2025.03.20 20:28:44.569794 [ 193 ] {03783846-23d7-418c-99df-e99f33bbeb4d::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
1341 2025.03.20 20:28:44.569993 [ 274 ] {a0d1d57a-710c-4c1e-a36f-598283c1fd43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1342 2025.03.20 20:28:44.570134 [ 193 ] {03783846-23d7-418c-99df-e99f33bbeb4d::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
1343 2025.03.20 20:28:44.570164 [ 274 ] {a0d1d57a-710c-4c1e-a36f-598283c1fd43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1344 2025.03.20 20:28:44.570543 [ 193 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part
1345 2025.03.20 20:28:44.570966 [ 193 ] {03783846-23d7-418c-99df-e99f33bbeb4d::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
1346 2025.03.20 20:28:44.571304 [ 193 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part
1347 2025.03.20 20:28:44.571581 [ 193 ] {03783846-23d7-418c-99df-e99f33bbeb4d::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
1348 2025.03.20 20:28:44.572332 [ 274 ] {a0d1d57a-710c-4c1e-a36f-598283c1fd43} <Trace> oximeter.measurements_f64 (df0f6048-3b05-49a0-9028-79c0393a246e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1349 2025.03.20 20:28:44.572398 [ 274 ] {a0d1d57a-710c-4c1e-a36f-598283c1fd43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1350 2025.03.20 20:28:44.573346 [ 274 ] {a0d1d57a-710c-4c1e-a36f-598283c1fd43} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1351 2025.03.20 20:28:44.573920 [ 274 ] {a0d1d57a-710c-4c1e-a36f-598283c1fd43} <Trace> oximeter.measurements_f64 (df0f6048-3b05-49a0-9028-79c0393a246e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1352 2025.03.20 20:28:44.574541 [ 274 ] {a0d1d57a-710c-4c1e-a36f-598283c1fd43} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.004646 sec., 215.2389151958674 rows/sec., 13.66 KiB/sec.
1353 2025.03.20 20:28:44.574862 [ 274 ] {a0d1d57a-710c-4c1e-a36f-598283c1fd43} <Debug> TCPHandler: Processed in 0.005307622 sec.
1354 2025.03.20 20:28:44.574991 [ 193 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 5 columns (5 merged, 0 gathered) in 0.005994559 sec., 154807.0508606221 rows/sec., 10.78 MiB/sec.
1355 2025.03.20 20:28:44.575059 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1356 2025.03.20 20:28:44.575228 [ 189 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1357 2025.03.20 20:28:44.575258 [ 274 ] {188d583b-5540-436b-8b09-a7db3fa62613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1358 2025.03.20 20:28:44.575420 [ 274 ] {188d583b-5540-436b-8b09-a7db3fa62613} <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
1359 2025.03.20 20:28:44.575960 [ 189 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1360 2025.03.20 20:28:44.576228 [ 189 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1361 2025.03.20 20:28:44.576431 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1362 2025.03.20 20:28:44.577384 [ 274 ] {188d583b-5540-436b-8b09-a7db3fa62613} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1363 2025.03.20 20:28:44.577431 [ 274 ] {188d583b-5540-436b-8b09-a7db3fa62613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1364 2025.03.20 20:28:44.578106 [ 274 ] {188d583b-5540-436b-8b09-a7db3fa62613} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1365 2025.03.20 20:28:44.578384 [ 274 ] {188d583b-5540-436b-8b09-a7db3fa62613} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1366 2025.03.20 20:28:44.578630 [ 274 ] {188d583b-5540-436b-8b09-a7db3fa62613} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003411 sec., 7622.398123717385 rows/sec., 13.66 MiB/sec.
1367 2025.03.20 20:28:44.578738 [ 274 ] {188d583b-5540-436b-8b09-a7db3fa62613} <Debug> TCPHandler: Processed in 0.003742154 sec.
1368 2025.03.20 20:28:44.578883 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1369 2025.03.20 20:28:44.578988 [ 274 ] {c0da36f7-a621-414f-b8d0-2596d607650d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1370 2025.03.20 20:28:44.579035 [ 274 ] {c0da36f7-a621-414f-b8d0-2596d607650d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1371 2025.03.20 20:28:44.579467 [ 274 ] {c0da36f7-a621-414f-b8d0-2596d607650d} <Trace> oximeter.measurements_i64 (0abeae27-64d1-424c-a726-22aed6b2f846): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1372 2025.03.20 20:28:44.579508 [ 274 ] {c0da36f7-a621-414f-b8d0-2596d607650d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1373 2025.03.20 20:28:44.579900 [ 274 ] {c0da36f7-a621-414f-b8d0-2596d607650d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1374 2025.03.20 20:28:44.580138 [ 274 ] {c0da36f7-a621-414f-b8d0-2596d607650d} <Trace> oximeter.measurements_i64 (0abeae27-64d1-424c-a726-22aed6b2f846): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1375 2025.03.20 20:28:44.580393 [ 274 ] {c0da36f7-a621-414f-b8d0-2596d607650d} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001403 sec., 17106.200997861724 rows/sec., 1.24 MiB/sec.
1376 2025.03.20 20:28:44.580473 [ 274 ] {c0da36f7-a621-414f-b8d0-2596d607650d} <Debug> TCPHandler: Processed in 0.001640699 sec.
1377 2025.03.20 20:28:44.580597 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1378 2025.03.20 20:28:44.580712 [ 274 ] {d1281f58-6052-4a44-96aa-0dc905a845dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1379 2025.03.20 20:28:44.580762 [ 274 ] {d1281f58-6052-4a44-96aa-0dc905a845dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1380 2025.03.20 20:28:44.581234 [ 274 ] {d1281f58-6052-4a44-96aa-0dc905a845dc} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1381 2025.03.20 20:28:44.581276 [ 274 ] {d1281f58-6052-4a44-96aa-0dc905a845dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1382 2025.03.20 20:28:44.581670 [ 274 ] {d1281f58-6052-4a44-96aa-0dc905a845dc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1383 2025.03.20 20:28:44.581919 [ 274 ] {d1281f58-6052-4a44-96aa-0dc905a845dc} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1384 2025.03.20 20:28:44.582074 [ 77 ] {} <Debug> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1385 2025.03.20 20:28:44.582136 [ 77 ] {} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1386 2025.03.20 20:28:44.582173 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1387 2025.03.20 20:28:44.582179 [ 274 ] {d1281f58-6052-4a44-96aa-0dc905a845dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec.
1388 2025.03.20 20:28:44.582525 [ 274 ] {d1281f58-6052-4a44-96aa-0dc905a845dc} <Debug> TCPHandler: Processed in 0.001972422 sec.
1389 2025.03.20 20:28:44.582598 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::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
1390 2025.03.20 20:28:44.582770 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1391 2025.03.20 20:28:44.582816 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::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
1392 2025.03.20 20:28:44.582910 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::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
1393 2025.03.20 20:28:44.583091 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part
1394 2025.03.20 20:28:44.583283 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::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
1395 2025.03.20 20:28:44.583426 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part
1396 2025.03.20 20:28:44.583535 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::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
1397 2025.03.20 20:28:44.584858 [ 193 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.00257908 sec., 134931.8361586302 rows/sec., 9.09 MiB/sec.
1398 2025.03.20 20:28:44.585016 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1399 2025.03.20 20:28:44.585311 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_6_1} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1400 2025.03.20 20:28:44.585387 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_6_1} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1401 2025.03.20 20:28:44.585466 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1402 2025.03.20 20:28:44.886263 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1403 2025.03.20 20:28:44.886537 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1404 2025.03.20 20:28:44.886936 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1405 2025.03.20 20:28:44.886982 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
1406 2025.03.20 20:28:44.887288 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1407 2025.03.20 20:28:44.887368 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1408 2025.03.20 20:28:44.887535 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1409 2025.03.20 20:28:44.887655 [ 287 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1410 2025.03.20 20:28:44.887896 [ 289 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1411 2025.03.20 20:28:44.887897 [ 288 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1412 2025.03.20 20:28:44.888085 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1413 2025.03.20 20:28:44.888118 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1414 2025.03.20 20:28:44.890234 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1415 2025.03.20 20:28:44.890265 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1416 2025.03.20 20:28:44.890327 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1417 2025.03.20 20:28:44.890376 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
1418 2025.03.20 20:28:44.891779 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.005356 sec., 4107.542942494399 rows/sec., 170.66 KiB/sec.
1419 2025.03.20 20:28:44.891935 [ 274 ] {03da8df2-4b01-4d12-ba6d-ca42cb42aa65} <Debug> TCPHandler: Processed in 0.005805957 sec.
1420 2025.03.20 20:28:44.892329 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1421 2025.03.20 20:28:44.892497 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1422 2025.03.20 20:28:44.892790 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1423 2025.03.20 20:28:44.892836 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE
1424 2025.03.20 20:28:44.893120 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1425 2025.03.20 20:28:44.893190 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1426 2025.03.20 20:28:44.893335 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1427 2025.03.20 20:28:44.893437 [ 288 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1428 2025.03.20 20:28:44.893484 [ 289 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1429 2025.03.20 20:28:44.893502 [ 287 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1430 2025.03.20 20:28:44.893616 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1431 2025.03.20 20:28:44.893642 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1432 2025.03.20 20:28:44.893724 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1433 2025.03.20 20:28:44.893745 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1434 2025.03.20 20:28:44.893785 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))"
1435 2025.03.20 20:28:44.893826 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))"
1436 2025.03.20 20:28:44.894848 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.002428 sec., 9060.955518945633 rows/sec., 376.47 KiB/sec.
1437 2025.03.20 20:28:44.894990 [ 274 ] {f6f0e94a-2d5e-49eb-bc2b-b5d0a99c3a73} <Debug> TCPHandler: Processed in 0.002714251 sec.
1438 2025.03.20 20:28:44.895231 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1439 2025.03.20 20:28:44.895391 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1440 2025.03.20 20:28:44.895678 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1441 2025.03.20 20:28:44.895721 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1442 2025.03.20 20:28:44.896006 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1443 2025.03.20 20:28:44.896072 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1444 2025.03.20 20:28:44.896216 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1445 2025.03.20 20:28:44.896352 [ 288 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1446 2025.03.20 20:28:44.896359 [ 289 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1447 2025.03.20 20:28:44.896380 [ 287 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1448 2025.03.20 20:28:44.896490 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1449 2025.03.20 20:28:44.896515 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1450 2025.03.20 20:28:44.896596 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1451 2025.03.20 20:28:44.896616 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1452 2025.03.20 20:28:44.896656 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1453 2025.03.20 20:28:44.896696 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1454 2025.03.20 20:28:44.897732 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.002414 sec., 9113.50455675228 rows/sec., 378.65 KiB/sec.
1455 2025.03.20 20:28:44.897874 [ 274 ] {b8676ab0-ac29-4933-9b4f-e06b010218b9} <Debug> TCPHandler: Processed in 0.002693611 sec.
1456 2025.03.20 20:28:44.898119 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1457 2025.03.20 20:28:44.898279 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1458 2025.03.20 20:28:44.898571 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1459 2025.03.20 20:28:44.898616 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1460 2025.03.20 20:28:44.898910 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1461 2025.03.20 20:28:44.898977 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1462 2025.03.20 20:28:44.899115 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1463 2025.03.20 20:28:44.899202 [ 288 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1464 2025.03.20 20:28:44.899258 [ 289 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1465 2025.03.20 20:28:44.899279 [ 287 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1466 2025.03.20 20:28:44.899382 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1467 2025.03.20 20:28:44.899408 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1468 2025.03.20 20:28:44.899489 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1469 2025.03.20 20:28:44.899509 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1470 2025.03.20 20:28:44.899548 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1471 2025.03.20 20:28:44.899590 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1472 2025.03.20 20:28:44.900616 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.002409 sec., 9132.4200913242 rows/sec., 379.44 KiB/sec.
1473 2025.03.20 20:28:44.900753 [ 274 ] {e35a70c3-e69b-4ffb-adc5-11b63b254228} <Debug> TCPHandler: Processed in 0.002685341 sec.
1474 2025.03.20 20:28:44.900998 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1475 2025.03.20 20:28:44.901155 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1476 2025.03.20 20:28:44.901444 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1477 2025.03.20 20:28:44.901490 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE
1478 2025.03.20 20:28:44.901784 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1479 2025.03.20 20:28:44.901851 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1480 2025.03.20 20:28:44.901993 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1481 2025.03.20 20:28:44.902091 [ 288 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1482 2025.03.20 20:28:44.902138 [ 289 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1483 2025.03.20 20:28:44.902166 [ 287 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1484 2025.03.20 20:28:44.902264 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1485 2025.03.20 20:28:44.902290 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1486 2025.03.20 20:28:44.902371 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1487 2025.03.20 20:28:44.902391 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1488 2025.03.20 20:28:44.902431 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1489 2025.03.20 20:28:44.902472 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1490 2025.03.20 20:28:44.903451 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.002366 sec., 9298.39391377853 rows/sec., 386.33 KiB/sec.
1491 2025.03.20 20:28:44.903591 [ 274 ] {a9b660f6-7aff-43a0-a4a1-5aada3edc2b5} <Debug> TCPHandler: Processed in 0.002644421 sec.
1492 2025.03.20 20:28:44.903846 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1493 2025.03.20 20:28:44.904007 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1494 2025.03.20 20:28:44.904298 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1495 2025.03.20 20:28:44.904343 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE
1496 2025.03.20 20:28:44.904641 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1497 2025.03.20 20:28:44.904709 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1498 2025.03.20 20:28:44.904853 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1499 2025.03.20 20:28:44.904977 [ 288 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1500 2025.03.20 20:28:44.904998 [ 289 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1501 2025.03.20 20:28:44.905013 [ 287 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1502 2025.03.20 20:28:44.905111 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1503 2025.03.20 20:28:44.905136 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1504 2025.03.20 20:28:44.905215 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1505 2025.03.20 20:28:44.905237 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1506 2025.03.20 20:28:44.905277 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1507 2025.03.20 20:28:44.905318 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))"
1508 2025.03.20 20:28:44.906301 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.002367 sec., 9294.465568229825 rows/sec., 386.17 KiB/sec.
1509 2025.03.20 20:28:44.906439 [ 274 ] {03fbfaa5-d164-426c-906f-2c797ed33c89} <Debug> TCPHandler: Processed in 0.00264516 sec.
1510 2025.03.20 20:28:44.914516 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1511 2025.03.20 20:28:44.914697 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1512 2025.03.20 20:28:44.915011 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1513 2025.03.20 20:28:44.915060 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1514 2025.03.20 20:28:44.915371 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1515 2025.03.20 20:28:44.915439 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1516 2025.03.20 20:28:44.915583 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1517 2025.03.20 20:28:44.915714 [ 288 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1518 2025.03.20 20:28:44.915746 [ 289 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1519 2025.03.20 20:28:44.915765 [ 287 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1520 2025.03.20 20:28:44.915881 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1521 2025.03.20 20:28:44.915906 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1522 2025.03.20 20:28:44.915988 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1523 2025.03.20 20:28:44.916008 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1524 2025.03.20 20:28:44.916057 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1525 2025.03.20 20:28:44.916104 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1526 2025.03.20 20:28:44.917139 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.002515 sec., 8747.51491053678 rows/sec., 363.44 KiB/sec.
1527 2025.03.20 20:28:44.917276 [ 274 ] {c6f844fa-699f-4fb8-8d9b-524b8a02df77} <Debug> TCPHandler: Processed in 0.002819673 sec.
1528 2025.03.20 20:28:44.917536 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1529 2025.03.20 20:28:44.917696 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1530 2025.03.20 20:28:44.917991 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1531 2025.03.20 20:28:44.918038 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1532 2025.03.20 20:28:44.918343 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1533 2025.03.20 20:28:44.918411 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1534 2025.03.20 20:28:44.918554 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1535 2025.03.20 20:28:44.918670 [ 288 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1536 2025.03.20 20:28:44.918724 [ 289 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1537 2025.03.20 20:28:44.918731 [ 287 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1538 2025.03.20 20:28:44.918848 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1539 2025.03.20 20:28:44.918871 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1540 2025.03.20 20:28:44.918951 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1541 2025.03.20 20:28:44.918972 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1542 2025.03.20 20:28:44.919011 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1543 2025.03.20 20:28:44.919051 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1544 2025.03.20 20:28:44.920104 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.002482 sec., 8863.819500402902 rows/sec., 368.28 KiB/sec.
1545 2025.03.20 20:28:44.920244 [ 274 ] {15998d3e-4db0-4273-a312-46fedb4fe194} <Debug> TCPHandler: Processed in 0.002758592 sec.
1546 2025.03.20 20:28:44.920495 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1547 2025.03.20 20:28:44.920656 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1548 2025.03.20 20:28:44.920955 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1549 2025.03.20 20:28:44.921003 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1550 2025.03.20 20:28:44.921306 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1551 2025.03.20 20:28:44.921374 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1552 2025.03.20 20:28:44.921516 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1553 2025.03.20 20:28:44.921652 [ 288 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1554 2025.03.20 20:28:44.921671 [ 289 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1555 2025.03.20 20:28:44.921697 [ 287 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1556 2025.03.20 20:28:44.921809 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1557 2025.03.20 20:28:44.921834 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1558 2025.03.20 20:28:44.921913 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1559 2025.03.20 20:28:44.921933 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1560 2025.03.20 20:28:44.921973 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1561 2025.03.20 20:28:44.922015 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1562 2025.03.20 20:28:44.923033 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.00245 sec., 8979.591836734695 rows/sec., 373.09 KiB/sec.
1563 2025.03.20 20:28:44.923170 [ 274 ] {b7b42420-3ed5-4851-97d3-02a7aba07e8c} <Debug> TCPHandler: Processed in 0.002727132 sec.
1564 2025.03.20 20:28:44.923400 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1565 2025.03.20 20:28:44.923562 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1566 2025.03.20 20:28:44.923861 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1567 2025.03.20 20:28:44.923909 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1568 2025.03.20 20:28:44.924217 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1569 2025.03.20 20:28:44.924283 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1570 2025.03.20 20:28:44.924424 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1571 2025.03.20 20:28:44.924570 [ 288 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1572 2025.03.20 20:28:44.924589 [ 289 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1573 2025.03.20 20:28:44.924601 [ 287 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1574 2025.03.20 20:28:44.924728 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1575 2025.03.20 20:28:44.924759 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1576 2025.03.20 20:28:44.924853 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1577 2025.03.20 20:28:44.924876 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1578 2025.03.20 20:28:44.924917 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1579 2025.03.20 20:28:44.924970 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1580 2025.03.20 20:28:44.926022 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.002536 sec., 8675.078864353312 rows/sec., 360.43 KiB/sec.
1581 2025.03.20 20:28:44.926159 [ 274 ] {d445c35c-7388-44a8-9ddb-ea5a5453ee5f} <Debug> TCPHandler: Processed in 0.002809313 sec.
1582 2025.03.20 20:28:44.926422 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1583 2025.03.20 20:28:44.926584 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1584 2025.03.20 20:28:44.926889 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1585 2025.03.20 20:28:44.926936 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1586 2025.03.20 20:28:44.927250 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1587 2025.03.20 20:28:44.927317 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1588 2025.03.20 20:28:44.927456 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1589 2025.03.20 20:28:44.927587 [ 288 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1590 2025.03.20 20:28:44.927605 [ 289 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1591 2025.03.20 20:28:44.927622 [ 287 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1592 2025.03.20 20:28:44.927734 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1593 2025.03.20 20:28:44.927759 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1594 2025.03.20 20:28:44.927840 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1595 2025.03.20 20:28:44.927860 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1596 2025.03.20 20:28:44.927900 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1597 2025.03.20 20:28:44.927942 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1598 2025.03.20 20:28:44.928970 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.002462 sec., 8935.82453290008 rows/sec., 371.27 KiB/sec.
1599 2025.03.20 20:28:44.929107 [ 274 ] {c3d98506-c62a-4036-b98f-aedb9e7cab9b} <Debug> TCPHandler: Processed in 0.002737062 sec.
1600 2025.03.20 20:28:44.929313 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1601 2025.03.20 20:28:44.929479 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1602 2025.03.20 20:28:44.929782 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1603 2025.03.20 20:28:44.929829 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
1604 2025.03.20 20:28:44.930145 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1605 2025.03.20 20:28:44.930212 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1606 2025.03.20 20:28:44.930352 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1607 2025.03.20 20:28:44.930478 [ 288 ] {66246197-c178-489b-a579-d33eba0af8c3} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1608 2025.03.20 20:28:44.930501 [ 289 ] {66246197-c178-489b-a579-d33eba0af8c3} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1609 2025.03.20 20:28:44.930522 [ 287 ] {66246197-c178-489b-a579-d33eba0af8c3} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1610 2025.03.20 20:28:44.930630 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
1611 2025.03.20 20:28:44.930653 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
1612 2025.03.20 20:28:44.930734 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1613 2025.03.20 20:28:44.930755 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 22 rows with 2 streams
1614 2025.03.20 20:28:44.930799 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1615 2025.03.20 20:28:44.930841 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
1616 2025.03.20 20:28:44.931824 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Debug> executeQuery: Read 22 rows, 936.00 B in 0.002424 sec., 9075.907590759076 rows/sec., 377.09 KiB/sec.
1617 2025.03.20 20:28:44.931961 [ 274 ] {66246197-c178-489b-a579-d33eba0af8c3} <Debug> TCPHandler: Processed in 0.002699571 sec.
1618 2025.03.20 20:28:45.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.54 MiB, peak 170.88 MiB, free memory in arenas 0.00 B, will set to 163.25 MiB (RSS), difference: -1.28 MiB
1619 2025.03.20 20:28:45.011275 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1620 2025.03.20 20:28:45.011473 [ 274 ] {a0178293-ae20-4c54-855b-c7ad9966367a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1621 2025.03.20 20:28:45.011555 [ 274 ] {a0178293-ae20-4c54-855b-c7ad9966367a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1622 2025.03.20 20:28:45.012458 [ 274 ] {a0178293-ae20-4c54-855b-c7ad9966367a} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1623 2025.03.20 20:28:45.012516 [ 274 ] {a0178293-ae20-4c54-855b-c7ad9966367a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1624 2025.03.20 20:28:45.013086 [ 274 ] {a0178293-ae20-4c54-855b-c7ad9966367a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1625 2025.03.20 20:28:45.013322 [ 274 ] {a0178293-ae20-4c54-855b-c7ad9966367a} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1626 2025.03.20 20:28:45.013564 [ 274 ] {a0178293-ae20-4c54-855b-c7ad9966367a} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.002148 sec., 5586.592178770949 rows/sec., 1.90 MiB/sec.
1627 2025.03.20 20:28:45.013642 [ 274 ] {a0178293-ae20-4c54-855b-c7ad9966367a} <Debug> TCPHandler: Processed in 0.002497879 sec.
1628 2025.03.20 20:28:45.013775 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1629 2025.03.20 20:28:45.013898 [ 274 ] {30f0835f-f5be-4ce0-ab90-9211d91d04cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1630 2025.03.20 20:28:45.013949 [ 274 ] {30f0835f-f5be-4ce0-ab90-9211d91d04cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1631 2025.03.20 20:28:45.015158 [ 274 ] {30f0835f-f5be-4ce0-ab90-9211d91d04cc} <Trace> oximeter.fields_i16 (fc802fb0-f6f1-443c-ade9-a816018ee0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1632 2025.03.20 20:28:45.015200 [ 274 ] {30f0835f-f5be-4ce0-ab90-9211d91d04cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1633 2025.03.20 20:28:45.015585 [ 274 ] {30f0835f-f5be-4ce0-ab90-9211d91d04cc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1634 2025.03.20 20:28:45.015880 [ 274 ] {30f0835f-f5be-4ce0-ab90-9211d91d04cc} <Trace> oximeter.fields_i16 (fc802fb0-f6f1-443c-ade9-a816018ee0b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1635 2025.03.20 20:28:45.016130 [ 274 ] {30f0835f-f5be-4ce0-ab90-9211d91d04cc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002259 sec., 10624.169986719788 rows/sec., 902.64 KiB/sec.
1636 2025.03.20 20:28:45.016282 [ 274 ] {30f0835f-f5be-4ce0-ab90-9211d91d04cc} <Debug> TCPHandler: Processed in 0.00256077 sec.
1637 2025.03.20 20:28:45.016405 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1638 2025.03.20 20:28:45.016520 [ 274 ] {10336a84-388a-4843-b8bb-c8f4e03ee0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1639 2025.03.20 20:28:45.016571 [ 274 ] {10336a84-388a-4843-b8bb-c8f4e03ee0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1640 2025.03.20 20:28:45.017662 [ 274 ] {10336a84-388a-4843-b8bb-c8f4e03ee0e6} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1641 2025.03.20 20:28:45.017705 [ 274 ] {10336a84-388a-4843-b8bb-c8f4e03ee0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1642 2025.03.20 20:28:45.018173 [ 274 ] {10336a84-388a-4843-b8bb-c8f4e03ee0e6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1643 2025.03.20 20:28:45.018422 [ 274 ] {10336a84-388a-4843-b8bb-c8f4e03ee0e6} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1644 2025.03.20 20:28:45.018659 [ 274 ] {10336a84-388a-4843-b8bb-c8f4e03ee0e6} <Debug> executeQuery: Read 1332 rows, 114.01 KiB in 0.002157 sec., 617524.3393602226 rows/sec., 51.62 MiB/sec.
1645 2025.03.20 20:28:45.018737 [ 274 ] {10336a84-388a-4843-b8bb-c8f4e03ee0e6} <Debug> TCPHandler: Processed in 0.002385598 sec.
1646 2025.03.20 20:28:45.018865 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1647 2025.03.20 20:28:45.018976 [ 274 ] {248095e4-d12d-4459-ae7c-2f1a64a5cfc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1648 2025.03.20 20:28:45.019024 [ 274 ] {248095e4-d12d-4459-ae7c-2f1a64a5cfc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1649 2025.03.20 20:28:45.019559 [ 274 ] {248095e4-d12d-4459-ae7c-2f1a64a5cfc0} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1650 2025.03.20 20:28:45.019599 [ 274 ] {248095e4-d12d-4459-ae7c-2f1a64a5cfc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1651 2025.03.20 20:28:45.019949 [ 274 ] {248095e4-d12d-4459-ae7c-2f1a64a5cfc0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1652 2025.03.20 20:28:45.020183 [ 274 ] {248095e4-d12d-4459-ae7c-2f1a64a5cfc0} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1653 2025.03.20 20:28:45.020395 [ 274 ] {248095e4-d12d-4459-ae7c-2f1a64a5cfc0} <Debug> executeQuery: Read 20 rows, 1.56 KiB in 0.001443 sec., 13860.01386001386 rows/sec., 1.06 MiB/sec.
1654 2025.03.20 20:28:45.020449 [ 274 ] {248095e4-d12d-4459-ae7c-2f1a64a5cfc0} <Debug> TCPHandler: Processed in 0.001635609 sec.
1655 2025.03.20 20:28:45.020572 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1656 2025.03.20 20:28:45.020678 [ 274 ] {da4bad79-5535-4edc-8976-ad369cf37a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1657 2025.03.20 20:28:45.020725 [ 274 ] {da4bad79-5535-4edc-8976-ad369cf37a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1658 2025.03.20 20:28:45.021312 [ 274 ] {da4bad79-5535-4edc-8976-ad369cf37a72} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1659 2025.03.20 20:28:45.021352 [ 274 ] {da4bad79-5535-4edc-8976-ad369cf37a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1660 2025.03.20 20:28:45.021717 [ 274 ] {da4bad79-5535-4edc-8976-ad369cf37a72} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1661 2025.03.20 20:28:45.021973 [ 274 ] {da4bad79-5535-4edc-8976-ad369cf37a72} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1662 2025.03.20 20:28:45.022169 [ 274 ] {da4bad79-5535-4edc-8976-ad369cf37a72} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001513 sec., 166556.51024454724 rows/sec., 11.52 MiB/sec.
1663 2025.03.20 20:28:45.022222 [ 274 ] {da4bad79-5535-4edc-8976-ad369cf37a72} <Debug> TCPHandler: Processed in 0.001700519 sec.
1664 2025.03.20 20:28:45.022336 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1665 2025.03.20 20:28:45.022443 [ 274 ] {f150243c-1405-4256-83f8-4cadde442d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1666 2025.03.20 20:28:45.022489 [ 274 ] {f150243c-1405-4256-83f8-4cadde442d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1667 2025.03.20 20:28:45.023017 [ 274 ] {f150243c-1405-4256-83f8-4cadde442d40} <Trace> oximeter.fields_u8 (3e19d65a-0b9e-42f7-8d99-fe349e2d9678): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1668 2025.03.20 20:28:45.023058 [ 274 ] {f150243c-1405-4256-83f8-4cadde442d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1669 2025.03.20 20:28:45.023413 [ 274 ] {f150243c-1405-4256-83f8-4cadde442d40} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1670 2025.03.20 20:28:45.023651 [ 274 ] {f150243c-1405-4256-83f8-4cadde442d40} <Trace> oximeter.fields_u8 (3e19d65a-0b9e-42f7-8d99-fe349e2d9678): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1671 2025.03.20 20:28:45.023909 [ 274 ] {f150243c-1405-4256-83f8-4cadde442d40} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001462 sec., 8207.934336525308 rows/sec., 641.24 KiB/sec.
1672 2025.03.20 20:28:45.024010 [ 274 ] {f150243c-1405-4256-83f8-4cadde442d40} <Debug> TCPHandler: Processed in 0.00172498 sec.
1673 2025.03.20 20:28:45.024143 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1674 2025.03.20 20:28:45.024249 [ 274 ] {31058533-990e-481f-9db6-47310606b48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1675 2025.03.20 20:28:45.024294 [ 274 ] {31058533-990e-481f-9db6-47310606b48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1676 2025.03.20 20:28:45.024998 [ 274 ] {31058533-990e-481f-9db6-47310606b48f} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1677 2025.03.20 20:28:45.025039 [ 274 ] {31058533-990e-481f-9db6-47310606b48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1678 2025.03.20 20:28:45.025411 [ 274 ] {31058533-990e-481f-9db6-47310606b48f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1679 2025.03.20 20:28:45.025655 [ 274 ] {31058533-990e-481f-9db6-47310606b48f} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1680 2025.03.20 20:28:45.025898 [ 274 ] {31058533-990e-481f-9db6-47310606b48f} <Debug> executeQuery: Read 564 rows, 43.30 KiB in 0.001668 sec., 338129.4964028777 rows/sec., 25.35 MiB/sec.
1681 2025.03.20 20:28:45.025973 [ 274 ] {31058533-990e-481f-9db6-47310606b48f} <Debug> TCPHandler: Processed in 0.001879412 sec.
1682 2025.03.20 20:28:45.026131 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1683 2025.03.20 20:28:45.026258 [ 274 ] {874844cb-b32b-498d-a6ed-78a6c595f550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1684 2025.03.20 20:28:45.026318 [ 274 ] {874844cb-b32b-498d-a6ed-78a6c595f550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1685 2025.03.20 20:28:45.027497 [ 274 ] {874844cb-b32b-498d-a6ed-78a6c595f550} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1686 2025.03.20 20:28:45.027535 [ 274 ] {874844cb-b32b-498d-a6ed-78a6c595f550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1687 2025.03.20 20:28:45.028098 [ 274 ] {874844cb-b32b-498d-a6ed-78a6c595f550} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1688 2025.03.20 20:28:45.028349 [ 274 ] {874844cb-b32b-498d-a6ed-78a6c595f550} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1689 2025.03.20 20:28:45.028572 [ 274 ] {874844cb-b32b-498d-a6ed-78a6c595f550} <Debug> executeQuery: Read 2324 rows, 161.69 KiB in 0.002343 sec., 991890.7383696116 rows/sec., 67.39 MiB/sec.
1690 2025.03.20 20:28:45.028628 [ 274 ] {874844cb-b32b-498d-a6ed-78a6c595f550} <Debug> TCPHandler: Processed in 0.002560179 sec.
1691 2025.03.20 20:28:45.028755 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1692 2025.03.20 20:28:45.028862 [ 274 ] {bd89403a-2e9f-4ff7-91ff-b6282953506b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1693 2025.03.20 20:28:45.028929 [ 274 ] {bd89403a-2e9f-4ff7-91ff-b6282953506b} <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
1694 2025.03.20 20:28:45.029955 [ 274 ] {bd89403a-2e9f-4ff7-91ff-b6282953506b} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1695 2025.03.20 20:28:45.029995 [ 274 ] {bd89403a-2e9f-4ff7-91ff-b6282953506b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1696 2025.03.20 20:28:45.030579 [ 274 ] {bd89403a-2e9f-4ff7-91ff-b6282953506b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1697 2025.03.20 20:28:45.030853 [ 274 ] {bd89403a-2e9f-4ff7-91ff-b6282953506b} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1698 2025.03.20 20:28:45.031130 [ 274 ] {bd89403a-2e9f-4ff7-91ff-b6282953506b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002288 sec., 3496.5034965034965 rows/sec., 6.27 MiB/sec.
1699 2025.03.20 20:28:45.031226 [ 274 ] {bd89403a-2e9f-4ff7-91ff-b6282953506b} <Debug> TCPHandler: Processed in 0.002522629 sec.
1700 2025.03.20 20:28:45.031366 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1701 2025.03.20 20:28:45.031472 [ 274 ] {0db41050-2a71-452b-9413-02d217848713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1702 2025.03.20 20:28:45.031518 [ 274 ] {0db41050-2a71-452b-9413-02d217848713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1703 2025.03.20 20:28:45.031940 [ 274 ] {0db41050-2a71-452b-9413-02d217848713} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1704 2025.03.20 20:28:45.031980 [ 274 ] {0db41050-2a71-452b-9413-02d217848713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1705 2025.03.20 20:28:45.032336 [ 274 ] {0db41050-2a71-452b-9413-02d217848713} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1706 2025.03.20 20:28:45.032579 [ 274 ] {0db41050-2a71-452b-9413-02d217848713} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1707 2025.03.20 20:28:45.032788 [ 274 ] {0db41050-2a71-452b-9413-02d217848713} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001338 sec., 8968.609865470851 rows/sec., 618.93 KiB/sec.
1708 2025.03.20 20:28:45.032840 [ 274 ] {0db41050-2a71-452b-9413-02d217848713} <Debug> TCPHandler: Processed in 0.001525547 sec.
1709 2025.03.20 20:28:47.804639 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 84 entries to flush up to offset 250
1710 2025.03.20 20:28:47.809167 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1711 2025.03.20 20:28:47.809230 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1712 2025.03.20 20:28:47.810803 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1713 2025.03.20 20:28:47.811130 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1714 2025.03.20 20:28:47.811653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 250
1715 2025.03.20 20:28:49.539612 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1716 2025.03.20 20:28:49.539825 [ 274 ] {9f801c6d-1f98-4d5c-a88d-ed37af43eb31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1717 2025.03.20 20:28:49.539913 [ 274 ] {9f801c6d-1f98-4d5c-a88d-ed37af43eb31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1718 2025.03.20 20:28:49.540759 [ 274 ] {9f801c6d-1f98-4d5c-a88d-ed37af43eb31} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1719 2025.03.20 20:28:49.540812 [ 274 ] {9f801c6d-1f98-4d5c-a88d-ed37af43eb31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1720 2025.03.20 20:28:49.541249 [ 274 ] {9f801c6d-1f98-4d5c-a88d-ed37af43eb31} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1721 2025.03.20 20:28:49.541512 [ 274 ] {9f801c6d-1f98-4d5c-a88d-ed37af43eb31} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1722 2025.03.20 20:28:49.541746 [ 274 ] {9f801c6d-1f98-4d5c-a88d-ed37af43eb31} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.17 MiB/sec.
1723 2025.03.20 20:28:49.541812 [ 274 ] {9f801c6d-1f98-4d5c-a88d-ed37af43eb31} <Debug> TCPHandler: Processed in 0.002341677 sec.
1724 2025.03.20 20:28:49.541958 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1725 2025.03.20 20:28:49.542099 [ 274 ] {bfe4f9c0-b575-4c71-a1af-8cfdf1770c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1726 2025.03.20 20:28:49.542158 [ 274 ] {bfe4f9c0-b575-4c71-a1af-8cfdf1770c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1727 2025.03.20 20:28:49.542794 [ 274 ] {bfe4f9c0-b575-4c71-a1af-8cfdf1770c68} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1728 2025.03.20 20:28:49.542836 [ 274 ] {bfe4f9c0-b575-4c71-a1af-8cfdf1770c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1729 2025.03.20 20:28:49.543208 [ 274 ] {bfe4f9c0-b575-4c71-a1af-8cfdf1770c68} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1730 2025.03.20 20:28:49.543448 [ 274 ] {bfe4f9c0-b575-4c71-a1af-8cfdf1770c68} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1731 2025.03.20 20:28:49.543710 [ 274 ] {bfe4f9c0-b575-4c71-a1af-8cfdf1770c68} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001644 sec., 38929.4403892944 rows/sec., 3.04 MiB/sec.
1732 2025.03.20 20:28:49.543882 [ 274 ] {bfe4f9c0-b575-4c71-a1af-8cfdf1770c68} <Debug> TCPHandler: Processed in 0.001991013 sec.
1733 2025.03.20 20:28:49.544011 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1734 2025.03.20 20:28:49.544120 [ 274 ] {be3ef8c3-0a57-41ff-851b-d1ce8f647527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1735 2025.03.20 20:28:49.544169 [ 274 ] {be3ef8c3-0a57-41ff-851b-d1ce8f647527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1736 2025.03.20 20:28:49.544689 [ 274 ] {be3ef8c3-0a57-41ff-851b-d1ce8f647527} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1737 2025.03.20 20:28:49.544729 [ 274 ] {be3ef8c3-0a57-41ff-851b-d1ce8f647527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1738 2025.03.20 20:28:49.545144 [ 274 ] {be3ef8c3-0a57-41ff-851b-d1ce8f647527} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1739 2025.03.20 20:28:49.545375 [ 274 ] {be3ef8c3-0a57-41ff-851b-d1ce8f647527} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1740 2025.03.20 20:28:49.545648 [ 274 ] {be3ef8c3-0a57-41ff-851b-d1ce8f647527} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001546 sec., 82794.30789133247 rows/sec., 5.77 MiB/sec.
1741 2025.03.20 20:28:49.545817 [ 274 ] {be3ef8c3-0a57-41ff-851b-d1ce8f647527} <Debug> TCPHandler: Processed in 0.001852431 sec.
1742 2025.03.20 20:28:49.545988 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1743 2025.03.20 20:28:49.546134 [ 274 ] {565ae546-f747-46a2-ae4f-dfc696935575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1744 2025.03.20 20:28:49.546200 [ 274 ] {565ae546-f747-46a2-ae4f-dfc696935575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1745 2025.03.20 20:28:49.546839 [ 274 ] {565ae546-f747-46a2-ae4f-dfc696935575} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1746 2025.03.20 20:28:49.546925 [ 274 ] {565ae546-f747-46a2-ae4f-dfc696935575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1747 2025.03.20 20:28:49.547448 [ 274 ] {565ae546-f747-46a2-ae4f-dfc696935575} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1748 2025.03.20 20:28:49.547825 [ 274 ] {565ae546-f747-46a2-ae4f-dfc696935575} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1749 2025.03.20 20:28:49.548097 [ 274 ] {565ae546-f747-46a2-ae4f-dfc696935575} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001995 sec., 24060.15037593985 rows/sec., 1.62 MiB/sec.
1750 2025.03.20 20:28:49.548169 [ 274 ] {565ae546-f747-46a2-ae4f-dfc696935575} <Debug> TCPHandler: Processed in 0.002243986 sec.
1751 2025.03.20 20:28:50.309481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1752 2025.03.20 20:28:50.310574 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1753 2025.03.20 20:28:50.310657 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1754 2025.03.20 20:28:50.311423 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1755 2025.03.20 20:28:50.311694 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1756 2025.03.20 20:28:50.311926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1757 2025.03.20 20:28:50.500256 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1758 2025.03.20 20:28:50.519297 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1759 2025.03.20 20:28:50.519367 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1760 2025.03.20 20:28:50.526818 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1761 2025.03.20 20:28:50.527585 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1762 2025.03.20 20:28:50.530288 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1763 2025.03.20 20:28:51.000263 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.99 MiB, peak 170.88 MiB, free memory in arenas 0.00 B, will set to 165.70 MiB (RSS), difference: 1.71 MiB
1764 2025.03.20 20:28:54.543895 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1765 2025.03.20 20:28:54.544090 [ 274 ] {c97524ae-8852-4dec-9bc6-28067160ad6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1766 2025.03.20 20:28:54.544164 [ 274 ] {c97524ae-8852-4dec-9bc6-28067160ad6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1767 2025.03.20 20:28:54.544963 [ 274 ] {c97524ae-8852-4dec-9bc6-28067160ad6d} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1768 2025.03.20 20:28:54.545014 [ 274 ] {c97524ae-8852-4dec-9bc6-28067160ad6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1769 2025.03.20 20:28:54.545491 [ 274 ] {c97524ae-8852-4dec-9bc6-28067160ad6d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1770 2025.03.20 20:28:54.545750 [ 274 ] {c97524ae-8852-4dec-9bc6-28067160ad6d} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1771 2025.03.20 20:28:54.545997 [ 274 ] {c97524ae-8852-4dec-9bc6-28067160ad6d} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001953 sec., 56323.60471070148 rows/sec., 4.73 MiB/sec.
1772 2025.03.20 20:28:54.546127 [ 274 ] {c97524ae-8852-4dec-9bc6-28067160ad6d} <Debug> TCPHandler: Processed in 0.002367527 sec.
1773 2025.03.20 20:28:54.546297 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1774 2025.03.20 20:28:54.546406 [ 274 ] {1966d44c-230b-491a-b57e-8255866211cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1775 2025.03.20 20:28:54.546453 [ 274 ] {1966d44c-230b-491a-b57e-8255866211cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1776 2025.03.20 20:28:54.547006 [ 274 ] {1966d44c-230b-491a-b57e-8255866211cd} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1777 2025.03.20 20:28:54.547049 [ 274 ] {1966d44c-230b-491a-b57e-8255866211cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1778 2025.03.20 20:28:54.547426 [ 274 ] {1966d44c-230b-491a-b57e-8255866211cd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1779 2025.03.20 20:28:54.547674 [ 274 ] {1966d44c-230b-491a-b57e-8255866211cd} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1780 2025.03.20 20:28:54.547899 [ 274 ] {1966d44c-230b-491a-b57e-8255866211cd} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001514 sec., 17833.553500660502 rows/sec., 1.31 MiB/sec.
1781 2025.03.20 20:28:54.547979 [ 274 ] {1966d44c-230b-491a-b57e-8255866211cd} <Debug> TCPHandler: Processed in 0.00173348 sec.
1782 2025.03.20 20:28:54.548099 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1783 2025.03.20 20:28:54.548205 [ 274 ] {85124e12-18df-43c0-8c1f-45cf4b703385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1784 2025.03.20 20:28:54.548250 [ 274 ] {85124e12-18df-43c0-8c1f-45cf4b703385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1785 2025.03.20 20:28:54.548802 [ 274 ] {85124e12-18df-43c0-8c1f-45cf4b703385} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1786 2025.03.20 20:28:54.548842 [ 274 ] {85124e12-18df-43c0-8c1f-45cf4b703385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1787 2025.03.20 20:28:54.549203 [ 274 ] {85124e12-18df-43c0-8c1f-45cf4b703385} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1788 2025.03.20 20:28:54.549451 [ 274 ] {85124e12-18df-43c0-8c1f-45cf4b703385} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1789 2025.03.20 20:28:54.549716 [ 274 ] {85124e12-18df-43c0-8c1f-45cf4b703385} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001517 sec., 59986.81608437707 rows/sec., 4.68 MiB/sec.
1790 2025.03.20 20:28:54.549854 [ 274 ] {85124e12-18df-43c0-8c1f-45cf4b703385} <Debug> TCPHandler: Processed in 0.001805681 sec.
1791 2025.03.20 20:28:54.549984 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1792 2025.03.20 20:28:54.550094 [ 274 ] {c254ca3f-32b2-4f20-b9ae-80abdae28d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1793 2025.03.20 20:28:54.550144 [ 274 ] {c254ca3f-32b2-4f20-b9ae-80abdae28d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1794 2025.03.20 20:28:54.550690 [ 274 ] {c254ca3f-32b2-4f20-b9ae-80abdae28d90} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1795 2025.03.20 20:28:54.550737 [ 274 ] {c254ca3f-32b2-4f20-b9ae-80abdae28d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1796 2025.03.20 20:28:54.551162 [ 274 ] {c254ca3f-32b2-4f20-b9ae-80abdae28d90} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1797 2025.03.20 20:28:54.551402 [ 274 ] {c254ca3f-32b2-4f20-b9ae-80abdae28d90} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1798 2025.03.20 20:28:54.551686 [ 274 ] {c254ca3f-32b2-4f20-b9ae-80abdae28d90} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec.
1799 2025.03.20 20:28:54.551810 [ 274 ] {c254ca3f-32b2-4f20-b9ae-80abdae28d90} <Debug> TCPHandler: Processed in 0.001877732 sec.
1800 2025.03.20 20:28:54.551916 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1801 2025.03.20 20:28:54.552020 [ 274 ] {cd844c2c-898a-4548-8fa8-e5fe2ff29b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1802 2025.03.20 20:28:54.552089 [ 274 ] {cd844c2c-898a-4548-8fa8-e5fe2ff29b3b} <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
1803 2025.03.20 20:28:54.553222 [ 274 ] {cd844c2c-898a-4548-8fa8-e5fe2ff29b3b} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1804 2025.03.20 20:28:54.553263 [ 274 ] {cd844c2c-898a-4548-8fa8-e5fe2ff29b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1805 2025.03.20 20:28:54.553919 [ 274 ] {cd844c2c-898a-4548-8fa8-e5fe2ff29b3b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1806 2025.03.20 20:28:54.554190 [ 274 ] {cd844c2c-898a-4548-8fa8-e5fe2ff29b3b} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1807 2025.03.20 20:28:54.554522 [ 274 ] {cd844c2c-898a-4548-8fa8-e5fe2ff29b3b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002506 sec., 10774.14205905826 rows/sec., 19.31 MiB/sec.
1808 2025.03.20 20:28:54.554706 [ 274 ] {cd844c2c-898a-4548-8fa8-e5fe2ff29b3b} <Debug> TCPHandler: Processed in 0.002839762 sec.
1809 2025.03.20 20:28:54.554843 [ 274 ] {} <Trace> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1810 2025.03.20 20:28:54.554953 [ 274 ] {c19a662f-4161-4aaa-b691-c42c0567ca4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1811 2025.03.20 20:28:54.555002 [ 274 ] {c19a662f-4161-4aaa-b691-c42c0567ca4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1812 2025.03.20 20:28:54.555452 [ 274 ] {c19a662f-4161-4aaa-b691-c42c0567ca4b} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1813 2025.03.20 20:28:54.555493 [ 274 ] {c19a662f-4161-4aaa-b691-c42c0567ca4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB.
1814 2025.03.20 20:28:54.555845 [ 274 ] {c19a662f-4161-4aaa-b691-c42c0567ca4b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1815 2025.03.20 20:28:54.556083 [ 274 ] {c19a662f-4161-4aaa-b691-c42c0567ca4b} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1816 2025.03.20 20:28:54.556291 [ 274 ] {c19a662f-4161-4aaa-b691-c42c0567ca4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec.
1817 2025.03.20 20:28:54.556342 [ 274 ] {c19a662f-4161-4aaa-b691-c42c0567ca4b} <Debug> TCPHandler: Processed in 0.001551618 sec.
1818 2025.03.20 20:28:57.739982 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache
1819 2025.03.20 20:28:57.740082 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache
1820 2025.03.20 20:28:57.812337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1821 2025.03.20 20:28:57.812481 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 270
1822 2025.03.20 20:28:57.814682 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1823 2025.03.20 20:28:57.814750 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1824 2025.03.20 20:28:57.816291 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1825 2025.03.20 20:28:57.816877 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1826 2025.03.20 20:28:57.817459 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1827 2025.03.20 20:28:57.818808 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1828 2025.03.20 20:28:57.818862 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1829 2025.03.20 20:28:57.820335 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1830 2025.03.20 20:28:57.820642 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1831 2025.03.20 20:28:57.821180 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 270
1832 2025.03.20 20:28:58.030484 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1833 2025.03.20 20:28:58.050703 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1834 2025.03.20 20:28:58.050770 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1835 2025.03.20 20:28:58.057517 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1836 2025.03.20 20:28:58.058345 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1837 2025.03.20 20:28:58.061445 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1838 2025.03.20 20:28:58.982392 [ 274 ] {} <Debug> TCPHandler: Done processing connection.
1839 2025.03.20 20:28:58.982527 [ 274 ] {} <Debug> TCP-Session: fbff0b2b-a291-4672-b90a-b11fb61ecb74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1840 2025.03.20 20:28:59.000207 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.25 MiB, peak 170.88 MiB, free memory in arenas 0.00 B, will set to 166.09 MiB (RSS), difference: 1.84 MiB
1841 2025.03.20 20:28:59.541857 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1842 2025.03.20 20:28:59.542053 [ 276 ] {e77e831e-e174-4339-9487-0523d6661209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1843 2025.03.20 20:28:59.542130 [ 276 ] {e77e831e-e174-4339-9487-0523d6661209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1844 2025.03.20 20:28:59.542973 [ 276 ] {e77e831e-e174-4339-9487-0523d6661209} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1845 2025.03.20 20:28:59.543030 [ 276 ] {e77e831e-e174-4339-9487-0523d6661209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1846 2025.03.20 20:28:59.543487 [ 276 ] {e77e831e-e174-4339-9487-0523d6661209} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1847 2025.03.20 20:28:59.543768 [ 276 ] {e77e831e-e174-4339-9487-0523d6661209} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1848 2025.03.20 20:28:59.544034 [ 276 ] {e77e831e-e174-4339-9487-0523d6661209} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002028 sec., 35502.95857988166 rows/sec., 2.88 MiB/sec.
1849 2025.03.20 20:28:59.544179 [ 276 ] {e77e831e-e174-4339-9487-0523d6661209} <Debug> TCPHandler: Processed in 0.002452148 sec.
1850 2025.03.20 20:28:59.544317 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1851 2025.03.20 20:28:59.544433 [ 276 ] {fb108587-c3e1-4ef4-b1c1-e3cc0cd8f7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1852 2025.03.20 20:28:59.544483 [ 276 ] {fb108587-c3e1-4ef4-b1c1-e3cc0cd8f7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1853 2025.03.20 20:28:59.545040 [ 276 ] {fb108587-c3e1-4ef4-b1c1-e3cc0cd8f7f8} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1854 2025.03.20 20:28:59.545083 [ 276 ] {fb108587-c3e1-4ef4-b1c1-e3cc0cd8f7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1855 2025.03.20 20:28:59.545456 [ 276 ] {fb108587-c3e1-4ef4-b1c1-e3cc0cd8f7f8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1856 2025.03.20 20:28:59.545740 [ 276 ] {fb108587-c3e1-4ef4-b1c1-e3cc0cd8f7f8} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1857 2025.03.20 20:28:59.545915 [ 52 ] {} <Debug> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1858 2025.03.20 20:28:59.545992 [ 276 ] {fb108587-c3e1-4ef4-b1c1-e3cc0cd8f7f8} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001576 sec., 5076.1421319796955 rows/sec., 381.70 KiB/sec.
1859 2025.03.20 20:28:59.545996 [ 52 ] {} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1860 2025.03.20 20:28:59.546100 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1861 2025.03.20 20:28:59.546115 [ 276 ] {fb108587-c3e1-4ef4-b1c1-e3cc0cd8f7f8} <Debug> TCPHandler: Processed in 0.001848552 sec.
1862 2025.03.20 20:28:59.546648 [ 189 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::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
1863 2025.03.20 20:28:59.546741 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1864 2025.03.20 20:28:59.546890 [ 189 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1865 2025.03.20 20:28:59.546950 [ 276 ] {9e1e41b0-1e64-4795-9828-4a62b4dac137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1866 2025.03.20 20:28:59.546970 [ 189 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::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
1867 2025.03.20 20:28:59.547024 [ 276 ] {9e1e41b0-1e64-4795-9828-4a62b4dac137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1868 2025.03.20 20:28:59.547366 [ 189 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::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
1869 2025.03.20 20:28:59.547677 [ 189 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part
1870 2025.03.20 20:28:59.548150 [ 189 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part
1871 2025.03.20 20:28:59.548532 [ 189 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part
1872 2025.03.20 20:28:59.548888 [ 189 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::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
1873 2025.03.20 20:28:59.549818 [ 276 ] {9e1e41b0-1e64-4795-9828-4a62b4dac137} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1874 2025.03.20 20:28:59.549882 [ 276 ] {9e1e41b0-1e64-4795-9828-4a62b4dac137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1875 2025.03.20 20:28:59.550892 [ 276 ] {9e1e41b0-1e64-4795-9828-4a62b4dac137} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1876 2025.03.20 20:28:59.551534 [ 276 ] {9e1e41b0-1e64-4795-9828-4a62b4dac137} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1877 2025.03.20 20:28:59.551715 [ 193 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 97 rows, containing 5 columns (5 merged, 0 gathered) in 0.005498244 sec., 17641.99624461919 rows/sec., 1.37 MiB/sec.
1878 2025.03.20 20:28:59.552019 [ 193 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1879 2025.03.20 20:28:59.552156 [ 276 ] {9e1e41b0-1e64-4795-9828-4a62b4dac137} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005175 sec., 13913.04347826087 rows/sec., 1.09 MiB/sec.
1880 2025.03.20 20:28:59.552439 [ 276 ] {9e1e41b0-1e64-4795-9828-4a62b4dac137} <Debug> TCPHandler: Processed in 0.005782567 sec.
1881 2025.03.20 20:28:59.552624 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1882 2025.03.20 20:28:59.552781 [ 193 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_6_1} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1883 2025.03.20 20:28:59.552783 [ 276 ] {1b7490d6-a52a-4299-98bf-5c8ded200533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1884 2025.03.20 20:28:59.552934 [ 276 ] {1b7490d6-a52a-4299-98bf-5c8ded200533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1885 2025.03.20 20:28:59.552968 [ 193 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_6_1} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1886 2025.03.20 20:28:59.553170 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1887 2025.03.20 20:28:59.553724 [ 276 ] {1b7490d6-a52a-4299-98bf-5c8ded200533} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1888 2025.03.20 20:28:59.553768 [ 276 ] {1b7490d6-a52a-4299-98bf-5c8ded200533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1889 2025.03.20 20:28:59.554184 [ 276 ] {1b7490d6-a52a-4299-98bf-5c8ded200533} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1890 2025.03.20 20:28:59.554442 [ 276 ] {1b7490d6-a52a-4299-98bf-5c8ded200533} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1891 2025.03.20 20:28:59.554850 [ 276 ] {1b7490d6-a52a-4299-98bf-5c8ded200533} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002027 sec., 78934.38579181055 rows/sec., 5.50 MiB/sec.
1892 2025.03.20 20:28:59.555116 [ 276 ] {1b7490d6-a52a-4299-98bf-5c8ded200533} <Debug> TCPHandler: Processed in 0.00257505 sec.
1893 2025.03.20 20:28:59.555242 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1894 2025.03.20 20:28:59.555354 [ 276 ] {4920b834-ba32-498d-803a-41c0a47751f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1895 2025.03.20 20:28:59.555426 [ 276 ] {4920b834-ba32-498d-803a-41c0a47751f3} <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
1896 2025.03.20 20:28:59.556513 [ 276 ] {4920b834-ba32-498d-803a-41c0a47751f3} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1897 2025.03.20 20:28:59.556553 [ 276 ] {4920b834-ba32-498d-803a-41c0a47751f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1898 2025.03.20 20:28:59.557176 [ 276 ] {4920b834-ba32-498d-803a-41c0a47751f3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1899 2025.03.20 20:28:59.557449 [ 276 ] {4920b834-ba32-498d-803a-41c0a47751f3} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1900 2025.03.20 20:28:59.557619 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1901 2025.03.20 20:28:59.557691 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1902 2025.03.20 20:28:59.557723 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1903 2025.03.20 20:28:59.557738 [ 276 ] {4920b834-ba32-498d-803a-41c0a47751f3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0024 sec., 3333.3333333333335 rows/sec., 5.97 MiB/sec.
1904 2025.03.20 20:28:59.558095 [ 190 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::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
1905 2025.03.20 20:28:59.558109 [ 276 ] {4920b834-ba32-498d-803a-41c0a47751f3} <Debug> TCPHandler: Processed in 0.002914154 sec.
1906 2025.03.20 20:28:59.558399 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1907 2025.03.20 20:28:59.558641 [ 276 ] {d58601af-48ca-4eab-ad42-def9528dcadd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1908 2025.03.20 20:28:59.558746 [ 190 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1909 2025.03.20 20:28:59.558757 [ 276 ] {d58601af-48ca-4eab-ad42-def9528dcadd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1910 2025.03.20 20:28:59.558983 [ 190 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::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
1911 2025.03.20 20:28:59.559874 [ 190 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::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
1912 2025.03.20 20:28:59.560579 [ 190 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part
1913 2025.03.20 20:28:59.560653 [ 276 ] {d58601af-48ca-4eab-ad42-def9528dcadd} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1914 2025.03.20 20:28:59.560737 [ 276 ] {d58601af-48ca-4eab-ad42-def9528dcadd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1915 2025.03.20 20:28:59.561218 [ 190 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::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
1916 2025.03.20 20:28:59.561892 [ 190 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part
1917 2025.03.20 20:28:59.562183 [ 276 ] {d58601af-48ca-4eab-ad42-def9528dcadd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1918 2025.03.20 20:28:59.562468 [ 190 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::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
1919 2025.03.20 20:28:59.563732 [ 276 ] {d58601af-48ca-4eab-ad42-def9528dcadd} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1920 2025.03.20 20:28:59.564479 [ 276 ] {d58601af-48ca-4eab-ad42-def9528dcadd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005921 sec., 10133.423408208073 rows/sec., 699.31 KiB/sec.
1921 2025.03.20 20:28:59.564636 [ 276 ] {d58601af-48ca-4eab-ad42-def9528dcadd} <Debug> TCPHandler: Processed in 0.006319413 sec.
1922 2025.03.20 20:28:59.566423 [ 189 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 85 rows, containing 19 columns (19 merged, 0 gathered) in 0.008596009 sec., 9888.309795859916 rows/sec., 17.72 MiB/sec.
1923 2025.03.20 20:28:59.566806 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1924 2025.03.20 20:28:59.567314 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1925 2025.03.20 20:28:59.567409 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1926 2025.03.20 20:28:59.567586 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
1927 2025.03.20 20:29:04.543790 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1928 2025.03.20 20:29:04.544000 [ 276 ] {1f7c481f-e9be-41ee-ba46-289ecf022aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1929 2025.03.20 20:29:04.544076 [ 276 ] {1f7c481f-e9be-41ee-ba46-289ecf022aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1930 2025.03.20 20:29:04.544906 [ 276 ] {1f7c481f-e9be-41ee-ba46-289ecf022aeb} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1931 2025.03.20 20:29:04.544962 [ 276 ] {1f7c481f-e9be-41ee-ba46-289ecf022aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1932 2025.03.20 20:29:04.545432 [ 276 ] {1f7c481f-e9be-41ee-ba46-289ecf022aeb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1933 2025.03.20 20:29:04.545736 [ 276 ] {1f7c481f-e9be-41ee-ba46-289ecf022aeb} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1934 2025.03.20 20:29:04.545939 [ 45 ] {} <Debug> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1935 2025.03.20 20:29:04.546012 [ 276 ] {1f7c481f-e9be-41ee-ba46-289ecf022aeb} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002062 sec., 53346.2657613967 rows/sec., 4.48 MiB/sec.
1936 2025.03.20 20:29:04.546019 [ 45 ] {} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1937 2025.03.20 20:29:04.546100 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1938 2025.03.20 20:29:04.546162 [ 276 ] {1f7c481f-e9be-41ee-ba46-289ecf022aeb} <Debug> TCPHandler: Processed in 0.002503089 sec.
1939 2025.03.20 20:29:04.546378 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
1940 2025.03.20 20:29:04.546393 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1941 2025.03.20 20:29:04.546669 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1942 2025.03.20 20:29:04.546679 [ 276 ] {9dccbc01-7e28-47dc-a649-68bc6ae4853f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1943 2025.03.20 20:29:04.546743 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 125 rows starting from the beginning of the part
1944 2025.03.20 20:29:04.546769 [ 276 ] {9dccbc01-7e28-47dc-a649-68bc6ae4853f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1945 2025.03.20 20:29:04.547070 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1332 rows starting from the beginning of the part
1946 2025.03.20 20:29:04.547357 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
1947 2025.03.20 20:29:04.547764 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 110 rows starting from the beginning of the part
1948 2025.03.20 20:29:04.548068 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part
1949 2025.03.20 20:29:04.548503 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part
1950 2025.03.20 20:29:04.549567 [ 276 ] {9dccbc01-7e28-47dc-a649-68bc6ae4853f} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1951 2025.03.20 20:29:04.549647 [ 276 ] {9dccbc01-7e28-47dc-a649-68bc6ae4853f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1952 2025.03.20 20:29:04.550560 [ 276 ] {9dccbc01-7e28-47dc-a649-68bc6ae4853f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1953 2025.03.20 20:29:04.551042 [ 276 ] {9dccbc01-7e28-47dc-a649-68bc6ae4853f} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1954 2025.03.20 20:29:04.551723 [ 276 ] {9dccbc01-7e28-47dc-a649-68bc6ae4853f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005039 sec., 5358.205993252629 rows/sec., 402.91 KiB/sec.
1955 2025.03.20 20:29:04.551911 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1805 rows, containing 5 columns (5 merged, 0 gathered) in 0.005681186 sec., 317715.3502807336 rows/sec., 27.73 MiB/sec.
1956 2025.03.20 20:29:04.551914 [ 276 ] {9dccbc01-7e28-47dc-a649-68bc6ae4853f} <Debug> TCPHandler: Processed in 0.005588924 sec.
1957 2025.03.20 20:29:04.552089 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1958 2025.03.20 20:29:04.552206 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1959 2025.03.20 20:29:04.552274 [ 276 ] {3e64b4e5-452a-4819-9787-da8754d9e84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1960 2025.03.20 20:29:04.552352 [ 276 ] {3e64b4e5-452a-4819-9787-da8754d9e84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1961 2025.03.20 20:29:04.552807 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1962 2025.03.20 20:29:04.553036 [ 190 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_11_2} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1963 2025.03.20 20:29:04.553155 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
1964 2025.03.20 20:29:04.553443 [ 276 ] {3e64b4e5-452a-4819-9787-da8754d9e84c} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1965 2025.03.20 20:29:04.553488 [ 276 ] {3e64b4e5-452a-4819-9787-da8754d9e84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1966 2025.03.20 20:29:04.553881 [ 276 ] {3e64b4e5-452a-4819-9787-da8754d9e84c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1967 2025.03.20 20:29:04.554156 [ 276 ] {3e64b4e5-452a-4819-9787-da8754d9e84c} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1968 2025.03.20 20:29:04.554283 [ 43 ] {} <Debug> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1969 2025.03.20 20:29:04.554322 [ 43 ] {} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1970 2025.03.20 20:29:04.554346 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1971 2025.03.20 20:29:04.554353 [ 276 ] {3e64b4e5-452a-4819-9787-da8754d9e84c} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002144 sec., 42444.029850746265 rows/sec., 3.31 MiB/sec.
1972 2025.03.20 20:29:04.554716 [ 276 ] {3e64b4e5-452a-4819-9787-da8754d9e84c} <Debug> TCPHandler: Processed in 0.002666751 sec.
1973 2025.03.20 20:29:04.554764 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
1974 2025.03.20 20:29:04.555016 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1975 2025.03.20 20:29:04.555031 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1976 2025.03.20 20:29:04.555081 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part
1977 2025.03.20 20:29:04.555252 [ 276 ] {93f76527-f5ef-4ccd-82e5-94f6ec15d8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1978 2025.03.20 20:29:04.555418 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 564 rows starting from the beginning of the part
1979 2025.03.20 20:29:04.555431 [ 276 ] {93f76527-f5ef-4ccd-82e5-94f6ec15d8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1980 2025.03.20 20:29:04.555771 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
1981 2025.03.20 20:29:04.556109 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 91 rows starting from the beginning of the part
1982 2025.03.20 20:29:04.556488 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part
1983 2025.03.20 20:29:04.556880 [ 189 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 91 rows starting from the beginning of the part
1984 2025.03.20 20:29:04.557974 [ 276 ] {93f76527-f5ef-4ccd-82e5-94f6ec15d8aa} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1985 2025.03.20 20:29:04.558031 [ 276 ] {93f76527-f5ef-4ccd-82e5-94f6ec15d8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1986 2025.03.20 20:29:04.559138 [ 276 ] {93f76527-f5ef-4ccd-82e5-94f6ec15d8aa} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1987 2025.03.20 20:29:04.559709 [ 276 ] {93f76527-f5ef-4ccd-82e5-94f6ec15d8aa} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1988 2025.03.20 20:29:04.559892 [ 197 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 996 rows, containing 5 columns (5 merged, 0 gathered) in 0.005445714 sec., 182896.12711941905 rows/sec., 14.66 MiB/sec.
1989 2025.03.20 20:29:04.559981 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1990 2025.03.20 20:29:04.560050 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1991 2025.03.20 20:29:04.560085 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
1992 2025.03.20 20:29:04.560273 [ 197 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1993 2025.03.20 20:29:04.560300 [ 276 ] {93f76527-f5ef-4ccd-82e5-94f6ec15d8aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005026 sec., 31834.460803820133 rows/sec., 2.22 MiB/sec.
1994 2025.03.20 20:29:04.560766 [ 276 ] {93f76527-f5ef-4ccd-82e5-94f6ec15d8aa} <Debug> TCPHandler: Processed in 0.005824668 sec.
1995 2025.03.20 20:29:04.560977 [ 199 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
1996 2025.03.20 20:29:04.561059 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1997 2025.03.20 20:29:04.561187 [ 197 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1998 2025.03.20 20:29:04.561274 [ 199 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1999 2025.03.20 20:29:04.561328 [ 276 ] {45cceebf-1508-4611-82ff-a7f9557f6b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2000 2025.03.20 20:29:04.561393 [ 199 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 928 rows starting from the beginning of the part
2001 2025.03.20 20:29:04.561558 [ 197 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_11_2} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2002 2025.03.20 20:29:04.561687 [ 276 ] {45cceebf-1508-4611-82ff-a7f9557f6b4b} <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
2003 2025.03.20 20:29:04.561896 [ 199 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2324 rows starting from the beginning of the part
2004 2025.03.20 20:29:04.562066 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB.
2005 2025.03.20 20:29:04.562329 [ 199 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part
2006 2025.03.20 20:29:04.562539 [ 199 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
2007 2025.03.20 20:29:04.562776 [ 199 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part
2008 2025.03.20 20:29:04.563010 [ 199 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part
2009 2025.03.20 20:29:04.565058 [ 276 ] {45cceebf-1508-4611-82ff-a7f9557f6b4b} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2010 2025.03.20 20:29:04.565102 [ 276 ] {45cceebf-1508-4611-82ff-a7f9557f6b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2011 2025.03.20 20:29:04.565513 [ 197 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3860 rows, containing 5 columns (5 merged, 0 gathered) in 0.005312242 sec., 726623.5235518261 rows/sec., 49.86 MiB/sec.
2012 2025.03.20 20:29:04.565984 [ 197 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2013 2025.03.20 20:29:04.566280 [ 276 ] {45cceebf-1508-4611-82ff-a7f9557f6b4b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2014 2025.03.20 20:29:04.566596 [ 197 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2015 2025.03.20 20:29:04.566826 [ 276 ] {45cceebf-1508-4611-82ff-a7f9557f6b4b} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2016 2025.03.20 20:29:04.566827 [ 197 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2017 2025.03.20 20:29:04.567026 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
2018 2025.03.20 20:29:04.567218 [ 276 ] {45cceebf-1508-4611-82ff-a7f9557f6b4b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.005981 sec., 4514.295268349774 rows/sec., 8.09 MiB/sec.
2019 2025.03.20 20:29:04.567349 [ 276 ] {45cceebf-1508-4611-82ff-a7f9557f6b4b} <Debug> TCPHandler: Processed in 0.006361274 sec.
2020 2025.03.20 20:29:04.567470 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2021 2025.03.20 20:29:04.567576 [ 276 ] {ba7026d3-ab3a-4960-8513-19e73fd0525f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2022 2025.03.20 20:29:04.567622 [ 276 ] {ba7026d3-ab3a-4960-8513-19e73fd0525f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2023 2025.03.20 20:29:04.568077 [ 276 ] {ba7026d3-ab3a-4960-8513-19e73fd0525f} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2024 2025.03.20 20:29:04.568119 [ 276 ] {ba7026d3-ab3a-4960-8513-19e73fd0525f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2025 2025.03.20 20:29:04.568487 [ 276 ] {ba7026d3-ab3a-4960-8513-19e73fd0525f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2026 2025.03.20 20:29:04.568719 [ 276 ] {ba7026d3-ab3a-4960-8513-19e73fd0525f} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2027 2025.03.20 20:29:04.568838 [ 43 ] {} <Debug> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2028 2025.03.20 20:29:04.568879 [ 43 ] {} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2029 2025.03.20 20:29:04.568901 [ 276 ] {ba7026d3-ab3a-4960-8513-19e73fd0525f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec.
2030 2025.03.20 20:29:04.568903 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2031 2025.03.20 20:29:04.569041 [ 276 ] {ba7026d3-ab3a-4960-8513-19e73fd0525f} <Debug> TCPHandler: Processed in 0.001604409 sec.
2032 2025.03.20 20:29:04.569419 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2033 2025.03.20 20:29:04.569548 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2034 2025.03.20 20:29:04.569578 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part
2035 2025.03.20 20:29:04.569653 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
2036 2025.03.20 20:29:04.569849 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part
2037 2025.03.20 20:29:04.570085 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
2038 2025.03.20 20:29:04.570291 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part
2039 2025.03.20 20:29:04.570432 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part
2040 2025.03.20 20:29:04.571566 [ 199 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.00257611 sec., 228251.12281696047 rows/sec., 15.38 MiB/sec.
2041 2025.03.20 20:29:04.571757 [ 194 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2042 2025.03.20 20:29:04.572128 [ 194 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2043 2025.03.20 20:29:04.572217 [ 194 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_11_2} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2044 2025.03.20 20:29:04.572310 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
2045 2025.03.20 20:29:05.317690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2046 2025.03.20 20:29:05.318358 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2047 2025.03.20 20:29:05.318394 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2048 2025.03.20 20:29:05.318922 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2049 2025.03.20 20:29:05.319191 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2050 2025.03.20 20:29:05.319401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2051 2025.03.20 20:29:05.561772 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2052 2025.03.20 20:29:05.584493 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2053 2025.03.20 20:29:05.584570 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2054 2025.03.20 20:29:05.592365 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2055 2025.03.20 20:29:05.593158 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2056 2025.03.20 20:29:05.596898 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2057 2025.03.20 20:29:07.821486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 294
2058 2025.03.20 20:29:07.824566 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2059 2025.03.20 20:29:07.824618 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2060 2025.03.20 20:29:07.826089 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2061 2025.03.20 20:29:07.826401 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2062 2025.03.20 20:29:07.826632 [ 40 ] {} <Debug> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2063 2025.03.20 20:29:07.826754 [ 40 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2064 2025.03.20 20:29:07.826821 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2065 2025.03.20 20:29:07.827531 [ 189 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::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
2066 2025.03.20 20:29:07.828999 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 294
2067 2025.03.20 20:29:07.829292 [ 189 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2068 2025.03.20 20:29:07.829430 [ 189 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part
2069 2025.03.20 20:29:07.830013 [ 189 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part
2070 2025.03.20 20:29:07.830541 [ 189 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
2071 2025.03.20 20:29:07.831142 [ 189 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 84 rows starting from the beginning of the part
2072 2025.03.20 20:29:07.831649 [ 189 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part
2073 2025.03.20 20:29:07.832193 [ 189 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part
2074 2025.03.20 20:29:07.839828 [ 199 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 72 columns (72 merged, 0 gathered) in 0.012838849 sec., 22899.24899031058 rows/sec., 23.09 MiB/sec.
2075 2025.03.20 20:29:07.840945 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2076 2025.03.20 20:29:07.841797 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2077 2025.03.20 20:29:07.841888 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_6_1} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2078 2025.03.20 20:29:07.842237 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB.
2079 2025.03.20 20:29:09.542656 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2080 2025.03.20 20:29:09.542842 [ 276 ] {16e9ab8c-3e4f-460a-845c-9c95b406e5f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2081 2025.03.20 20:29:09.542913 [ 276 ] {16e9ab8c-3e4f-460a-845c-9c95b406e5f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2082 2025.03.20 20:29:09.543694 [ 276 ] {16e9ab8c-3e4f-460a-845c-9c95b406e5f3} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2083 2025.03.20 20:29:09.543738 [ 276 ] {16e9ab8c-3e4f-460a-845c-9c95b406e5f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2084 2025.03.20 20:29:09.544182 [ 276 ] {16e9ab8c-3e4f-460a-845c-9c95b406e5f3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2085 2025.03.20 20:29:09.544444 [ 276 ] {16e9ab8c-3e4f-460a-845c-9c95b406e5f3} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2086 2025.03.20 20:29:09.544645 [ 276 ] {16e9ab8c-3e4f-460a-845c-9c95b406e5f3} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001857 sec., 38772.21324717286 rows/sec., 3.15 MiB/sec.
2087 2025.03.20 20:29:09.544709 [ 276 ] {16e9ab8c-3e4f-460a-845c-9c95b406e5f3} <Debug> TCPHandler: Processed in 0.002180886 sec.
2088 2025.03.20 20:29:09.544846 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2089 2025.03.20 20:29:09.544961 [ 276 ] {4f96e762-4c69-4582-b45a-fc1a39cab501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2090 2025.03.20 20:29:09.545009 [ 276 ] {4f96e762-4c69-4582-b45a-fc1a39cab501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2091 2025.03.20 20:29:09.545541 [ 276 ] {4f96e762-4c69-4582-b45a-fc1a39cab501} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2092 2025.03.20 20:29:09.545581 [ 276 ] {4f96e762-4c69-4582-b45a-fc1a39cab501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2093 2025.03.20 20:29:09.545946 [ 276 ] {4f96e762-4c69-4582-b45a-fc1a39cab501} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2094 2025.03.20 20:29:09.546197 [ 276 ] {4f96e762-4c69-4582-b45a-fc1a39cab501} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2095 2025.03.20 20:29:09.546376 [ 276 ] {4f96e762-4c69-4582-b45a-fc1a39cab501} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001444 sec., 5540.16620498615 rows/sec., 416.59 KiB/sec.
2096 2025.03.20 20:29:09.546429 [ 276 ] {4f96e762-4c69-4582-b45a-fc1a39cab501} <Debug> TCPHandler: Processed in 0.001637848 sec.
2097 2025.03.20 20:29:09.546552 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2098 2025.03.20 20:29:09.546659 [ 276 ] {d5cd6c9f-715f-46a3-81b0-05674d93f3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2099 2025.03.20 20:29:09.546705 [ 276 ] {d5cd6c9f-715f-46a3-81b0-05674d93f3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2100 2025.03.20 20:29:09.547255 [ 276 ] {d5cd6c9f-715f-46a3-81b0-05674d93f3f8} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2101 2025.03.20 20:29:09.547292 [ 276 ] {d5cd6c9f-715f-46a3-81b0-05674d93f3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2102 2025.03.20 20:29:09.547774 [ 276 ] {d5cd6c9f-715f-46a3-81b0-05674d93f3f8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2103 2025.03.20 20:29:09.548012 [ 276 ] {d5cd6c9f-715f-46a3-81b0-05674d93f3f8} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2104 2025.03.20 20:29:09.548190 [ 276 ] {d5cd6c9f-715f-46a3-81b0-05674d93f3f8} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001555 sec., 46302.25080385852 rows/sec., 3.61 MiB/sec.
2105 2025.03.20 20:29:09.548241 [ 276 ] {d5cd6c9f-715f-46a3-81b0-05674d93f3f8} <Debug> TCPHandler: Processed in 0.00173966 sec.
2106 2025.03.20 20:29:09.548369 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2107 2025.03.20 20:29:09.548476 [ 276 ] {b77566c8-cc76-4524-a4d4-ea4aa6261353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2108 2025.03.20 20:29:09.548525 [ 276 ] {b77566c8-cc76-4524-a4d4-ea4aa6261353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2109 2025.03.20 20:29:09.549045 [ 276 ] {b77566c8-cc76-4524-a4d4-ea4aa6261353} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2110 2025.03.20 20:29:09.549083 [ 276 ] {b77566c8-cc76-4524-a4d4-ea4aa6261353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2111 2025.03.20 20:29:09.549467 [ 276 ] {b77566c8-cc76-4524-a4d4-ea4aa6261353} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2112 2025.03.20 20:29:09.549711 [ 276 ] {b77566c8-cc76-4524-a4d4-ea4aa6261353} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2113 2025.03.20 20:29:09.549884 [ 276 ] {b77566c8-cc76-4524-a4d4-ea4aa6261353} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001431 sec., 111809.92313067785 rows/sec., 7.79 MiB/sec.
2114 2025.03.20 20:29:09.549934 [ 276 ] {b77566c8-cc76-4524-a4d4-ea4aa6261353} <Debug> TCPHandler: Processed in 0.001616158 sec.
2115 2025.03.20 20:29:09.550051 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2116 2025.03.20 20:29:09.550155 [ 276 ] {b7ac1df6-a7a7-4c38-a8c5-38de08c589bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2117 2025.03.20 20:29:09.550221 [ 276 ] {b7ac1df6-a7a7-4c38-a8c5-38de08c589bd} <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
2118 2025.03.20 20:29:09.551241 [ 276 ] {b7ac1df6-a7a7-4c38-a8c5-38de08c589bd} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2119 2025.03.20 20:29:09.551278 [ 276 ] {b7ac1df6-a7a7-4c38-a8c5-38de08c589bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2120 2025.03.20 20:29:09.551878 [ 276 ] {b7ac1df6-a7a7-4c38-a8c5-38de08c589bd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2121 2025.03.20 20:29:09.552138 [ 276 ] {b7ac1df6-a7a7-4c38-a8c5-38de08c589bd} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2122 2025.03.20 20:29:09.552375 [ 276 ] {b7ac1df6-a7a7-4c38-a8c5-38de08c589bd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002242 sec., 3568.242640499554 rows/sec., 6.39 MiB/sec.
2123 2025.03.20 20:29:09.552473 [ 276 ] {b7ac1df6-a7a7-4c38-a8c5-38de08c589bd} <Debug> TCPHandler: Processed in 0.002472719 sec.
2124 2025.03.20 20:29:09.552594 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2125 2025.03.20 20:29:09.552697 [ 276 ] {aa657e77-fa5e-4ddc-8ae2-6bef6d3b17d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2126 2025.03.20 20:29:09.552742 [ 276 ] {aa657e77-fa5e-4ddc-8ae2-6bef6d3b17d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2127 2025.03.20 20:29:09.553175 [ 276 ] {aa657e77-fa5e-4ddc-8ae2-6bef6d3b17d4} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2128 2025.03.20 20:29:09.553216 [ 276 ] {aa657e77-fa5e-4ddc-8ae2-6bef6d3b17d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2129 2025.03.20 20:29:09.553589 [ 276 ] {aa657e77-fa5e-4ddc-8ae2-6bef6d3b17d4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2130 2025.03.20 20:29:09.553828 [ 276 ] {aa657e77-fa5e-4ddc-8ae2-6bef6d3b17d4} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2131 2025.03.20 20:29:09.554034 [ 276 ] {aa657e77-fa5e-4ddc-8ae2-6bef6d3b17d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec.
2132 2025.03.20 20:29:09.554084 [ 276 ] {aa657e77-fa5e-4ddc-8ae2-6bef6d3b17d4} <Debug> TCPHandler: Processed in 0.001539347 sec.
2133 2025.03.20 20:29:12.740138 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache
2134 2025.03.20 20:29:12.740204 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache
2135 2025.03.20 20:29:12.819642 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2136 2025.03.20 20:29:12.820494 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2137 2025.03.20 20:29:12.820557 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2138 2025.03.20 20:29:12.821103 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2139 2025.03.20 20:29:12.821375 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2140 2025.03.20 20:29:12.821609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2141 2025.03.20 20:29:13.097079 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2142 2025.03.20 20:29:13.116862 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2143 2025.03.20 20:29:13.116917 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2144 2025.03.20 20:29:13.124468 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2145 2025.03.20 20:29:13.125258 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2146 2025.03.20 20:29:13.127793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2147 2025.03.20 20:29:14.543919 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2148 2025.03.20 20:29:14.544120 [ 276 ] {aea2c5f4-c1e8-4027-b10b-a533a9e13f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2149 2025.03.20 20:29:14.544201 [ 276 ] {aea2c5f4-c1e8-4027-b10b-a533a9e13f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2150 2025.03.20 20:29:14.545071 [ 276 ] {aea2c5f4-c1e8-4027-b10b-a533a9e13f66} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2151 2025.03.20 20:29:14.545125 [ 276 ] {aea2c5f4-c1e8-4027-b10b-a533a9e13f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2152 2025.03.20 20:29:14.545573 [ 276 ] {aea2c5f4-c1e8-4027-b10b-a533a9e13f66} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2153 2025.03.20 20:29:14.545838 [ 276 ] {aea2c5f4-c1e8-4027-b10b-a533a9e13f66} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2154 2025.03.20 20:29:14.546110 [ 276 ] {aea2c5f4-c1e8-4027-b10b-a533a9e13f66} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002044 sec., 53816.046966731905 rows/sec., 4.52 MiB/sec.
2155 2025.03.20 20:29:14.546213 [ 276 ] {aea2c5f4-c1e8-4027-b10b-a533a9e13f66} <Debug> TCPHandler: Processed in 0.002424978 sec.
2156 2025.03.20 20:29:14.546389 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2157 2025.03.20 20:29:14.546525 [ 276 ] {5832f71c-b525-4483-b62f-404ca84b6c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2158 2025.03.20 20:29:14.546588 [ 276 ] {5832f71c-b525-4483-b62f-404ca84b6c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2159 2025.03.20 20:29:14.547380 [ 276 ] {5832f71c-b525-4483-b62f-404ca84b6c35} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2160 2025.03.20 20:29:14.547431 [ 276 ] {5832f71c-b525-4483-b62f-404ca84b6c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2161 2025.03.20 20:29:14.547891 [ 276 ] {5832f71c-b525-4483-b62f-404ca84b6c35} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2162 2025.03.20 20:29:14.548207 [ 276 ] {5832f71c-b525-4483-b62f-404ca84b6c35} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2163 2025.03.20 20:29:14.548484 [ 276 ] {5832f71c-b525-4483-b62f-404ca84b6c35} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001995 sec., 13533.834586466166 rows/sec., 1017.68 KiB/sec.
2164 2025.03.20 20:29:14.548559 [ 276 ] {5832f71c-b525-4483-b62f-404ca84b6c35} <Debug> TCPHandler: Processed in 0.002232756 sec.
2165 2025.03.20 20:29:14.548720 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2166 2025.03.20 20:29:14.548854 [ 276 ] {48a49bcb-e60a-4cc3-a967-9dde5c1b10a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2167 2025.03.20 20:29:14.548911 [ 276 ] {48a49bcb-e60a-4cc3-a967-9dde5c1b10a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2168 2025.03.20 20:29:14.549511 [ 276 ] {48a49bcb-e60a-4cc3-a967-9dde5c1b10a9} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2169 2025.03.20 20:29:14.549557 [ 276 ] {48a49bcb-e60a-4cc3-a967-9dde5c1b10a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2170 2025.03.20 20:29:14.549958 [ 276 ] {48a49bcb-e60a-4cc3-a967-9dde5c1b10a9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2171 2025.03.20 20:29:14.550214 [ 276 ] {48a49bcb-e60a-4cc3-a967-9dde5c1b10a9} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2172 2025.03.20 20:29:14.550435 [ 276 ] {48a49bcb-e60a-4cc3-a967-9dde5c1b10a9} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001619 sec., 56207.53551575046 rows/sec., 4.39 MiB/sec.
2173 2025.03.20 20:29:14.550488 [ 276 ] {48a49bcb-e60a-4cc3-a967-9dde5c1b10a9} <Debug> TCPHandler: Processed in 0.001829711 sec.
2174 2025.03.20 20:29:14.550618 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2175 2025.03.20 20:29:14.550809 [ 276 ] {0c8ddd98-7316-4440-a55c-0eaf5fb4ba71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2176 2025.03.20 20:29:14.550929 [ 276 ] {0c8ddd98-7316-4440-a55c-0eaf5fb4ba71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2177 2025.03.20 20:29:14.551759 [ 276 ] {0c8ddd98-7316-4440-a55c-0eaf5fb4ba71} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2178 2025.03.20 20:29:14.551813 [ 276 ] {0c8ddd98-7316-4440-a55c-0eaf5fb4ba71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2179 2025.03.20 20:29:14.552483 [ 276 ] {0c8ddd98-7316-4440-a55c-0eaf5fb4ba71} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2180 2025.03.20 20:29:14.552822 [ 276 ] {0c8ddd98-7316-4440-a55c-0eaf5fb4ba71} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2181 2025.03.20 20:29:14.553122 [ 276 ] {0c8ddd98-7316-4440-a55c-0eaf5fb4ba71} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002376 sec., 67340.06734006734 rows/sec., 4.69 MiB/sec.
2182 2025.03.20 20:29:14.553377 [ 276 ] {0c8ddd98-7316-4440-a55c-0eaf5fb4ba71} <Debug> TCPHandler: Processed in 0.002805272 sec.
2183 2025.03.20 20:29:14.553549 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2184 2025.03.20 20:29:14.553700 [ 276 ] {a03c4180-e2e1-4c8f-b875-296050d9d584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2185 2025.03.20 20:29:14.553793 [ 276 ] {a03c4180-e2e1-4c8f-b875-296050d9d584} <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
2186 2025.03.20 20:29:14.555465 [ 276 ] {a03c4180-e2e1-4c8f-b875-296050d9d584} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2187 2025.03.20 20:29:14.555508 [ 276 ] {a03c4180-e2e1-4c8f-b875-296050d9d584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2188 2025.03.20 20:29:14.556492 [ 276 ] {a03c4180-e2e1-4c8f-b875-296050d9d584} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2189 2025.03.20 20:29:14.556861 [ 276 ] {a03c4180-e2e1-4c8f-b875-296050d9d584} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2190 2025.03.20 20:29:14.557257 [ 276 ] {a03c4180-e2e1-4c8f-b875-296050d9d584} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003586 sec., 7529.280535415504 rows/sec., 13.49 MiB/sec.
2191 2025.03.20 20:29:14.557457 [ 276 ] {a03c4180-e2e1-4c8f-b875-296050d9d584} <Debug> TCPHandler: Processed in 0.003971246 sec.
2192 2025.03.20 20:29:14.557637 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2193 2025.03.20 20:29:14.557764 [ 276 ] {cef67e4f-3e31-4c69-9b9f-dc148675be20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2194 2025.03.20 20:29:14.557823 [ 276 ] {cef67e4f-3e31-4c69-9b9f-dc148675be20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2195 2025.03.20 20:29:14.558433 [ 276 ] {cef67e4f-3e31-4c69-9b9f-dc148675be20} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2196 2025.03.20 20:29:14.558483 [ 276 ] {cef67e4f-3e31-4c69-9b9f-dc148675be20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2197 2025.03.20 20:29:14.558957 [ 276 ] {cef67e4f-3e31-4c69-9b9f-dc148675be20} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2198 2025.03.20 20:29:14.559282 [ 276 ] {cef67e4f-3e31-4c69-9b9f-dc148675be20} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2199 2025.03.20 20:29:14.559652 [ 276 ] {cef67e4f-3e31-4c69-9b9f-dc148675be20} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001886 sec., 31813.361611876986 rows/sec., 2.14 MiB/sec.
2200 2025.03.20 20:29:14.559793 [ 276 ] {cef67e4f-3e31-4c69-9b9f-dc148675be20} <Debug> TCPHandler: Processed in 0.002218586 sec.
2201 2025.03.20 20:29:16.762834 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2202 2025.03.20 20:29:16.763110 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2203 2025.03.20 20:29:16.763541 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2204 2025.03.20 20:29:16.763595 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE
2205 2025.03.20 20:29:16.763979 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2206 2025.03.20 20:29:16.764063 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2207 2025.03.20 20:29:16.764243 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2208 2025.03.20 20:29:16.764453 [ 288 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2209 2025.03.20 20:29:16.764489 [ 287 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2210 2025.03.20 20:29:16.764584 [ 289 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2211 2025.03.20 20:29:16.764614 [ 291 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2212 2025.03.20 20:29:16.764770 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (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
2213 2025.03.20 20:29:16.764803 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Spreading mark ranges among streams (default reading)
2214 2025.03.20 20:29:16.764924 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2215 2025.03.20 20:29:16.764948 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (SelectExecutor): Reading approx. 34 rows with 3 streams
2216 2025.03.20 20:29:16.764991 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2217 2025.03.20 20:29:16.765039 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2218 2025.03.20 20:29:16.765081 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <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', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))"
2219 2025.03.20 20:29:16.766737 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Debug> executeQuery: Read 34 rows, 1.44 KiB in 0.003749 sec., 9069.085089357162 rows/sec., 382.91 KiB/sec.
2220 2025.03.20 20:29:16.766945 [ 276 ] {efef9c37-62b4-4cc0-bcff-1ffb14eefc5c} <Debug> TCPHandler: Processed in 0.004236009 sec.
2221 2025.03.20 20:29:16.808756 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2222 2025.03.20 20:29:16.808911 [ 276 ] {0cd0e8e8-b713-48e9-b9c8-1eb86339bc66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2223 2025.03.20 20:29:16.808984 [ 276 ] {0cd0e8e8-b713-48e9-b9c8-1eb86339bc66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2224 2025.03.20 20:29:16.809786 [ 276 ] {0cd0e8e8-b713-48e9-b9c8-1eb86339bc66} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2225 2025.03.20 20:29:16.809833 [ 276 ] {0cd0e8e8-b713-48e9-b9c8-1eb86339bc66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2226 2025.03.20 20:29:16.810358 [ 276 ] {0cd0e8e8-b713-48e9-b9c8-1eb86339bc66} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2227 2025.03.20 20:29:16.810600 [ 276 ] {0cd0e8e8-b713-48e9-b9c8-1eb86339bc66} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2228 2025.03.20 20:29:16.810833 [ 276 ] {0cd0e8e8-b713-48e9-b9c8-1eb86339bc66} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001964 sec., 509.1649694501018 rows/sec., 115.36 KiB/sec.
2229 2025.03.20 20:29:16.811016 [ 276 ] {0cd0e8e8-b713-48e9-b9c8-1eb86339bc66} <Debug> TCPHandler: Processed in 0.002341427 sec.
2230 2025.03.20 20:29:16.811146 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2231 2025.03.20 20:29:16.811254 [ 276 ] {507ea0ea-4fae-4845-a653-5ca03c72ac5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2232 2025.03.20 20:29:16.811300 [ 276 ] {507ea0ea-4fae-4845-a653-5ca03c72ac5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2233 2025.03.20 20:29:16.811889 [ 276 ] {507ea0ea-4fae-4845-a653-5ca03c72ac5d} <Trace> oximeter.fields_i16 (fc802fb0-f6f1-443c-ade9-a816018ee0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2234 2025.03.20 20:29:16.811928 [ 276 ] {507ea0ea-4fae-4845-a653-5ca03c72ac5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2235 2025.03.20 20:29:16.812294 [ 276 ] {507ea0ea-4fae-4845-a653-5ca03c72ac5d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2236 2025.03.20 20:29:16.812552 [ 276 ] {507ea0ea-4fae-4845-a653-5ca03c72ac5d} <Trace> oximeter.fields_i16 (fc802fb0-f6f1-443c-ade9-a816018ee0b5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2237 2025.03.20 20:29:16.812755 [ 276 ] {507ea0ea-4fae-4845-a653-5ca03c72ac5d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001513 sec., 15862.524785194977 rows/sec., 1.32 MiB/sec.
2238 2025.03.20 20:29:16.812893 [ 276 ] {507ea0ea-4fae-4845-a653-5ca03c72ac5d} <Debug> TCPHandler: Processed in 0.001797421 sec.
2239 2025.03.20 20:29:16.813024 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2240 2025.03.20 20:29:16.813129 [ 276 ] {a57c450f-9ed4-4c1a-ad61-219a3424cc3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2241 2025.03.20 20:29:16.813176 [ 276 ] {a57c450f-9ed4-4c1a-ad61-219a3424cc3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2242 2025.03.20 20:29:16.813725 [ 276 ] {a57c450f-9ed4-4c1a-ad61-219a3424cc3f} <Trace> oximeter.fields_ipaddr (47eb818a-0471-4f7f-8130-83d23d6dc85f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2243 2025.03.20 20:29:16.813763 [ 276 ] {a57c450f-9ed4-4c1a-ad61-219a3424cc3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2244 2025.03.20 20:29:16.814109 [ 276 ] {a57c450f-9ed4-4c1a-ad61-219a3424cc3f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2245 2025.03.20 20:29:16.814373 [ 276 ] {a57c450f-9ed4-4c1a-ad61-219a3424cc3f} <Trace> oximeter.fields_ipaddr (47eb818a-0471-4f7f-8130-83d23d6dc85f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2246 2025.03.20 20:29:16.814610 [ 276 ] {a57c450f-9ed4-4c1a-ad61-219a3424cc3f} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001489 sec., 8059.100067159166 rows/sec., 657.16 KiB/sec.
2247 2025.03.20 20:29:16.814684 [ 276 ] {a57c450f-9ed4-4c1a-ad61-219a3424cc3f} <Debug> TCPHandler: Processed in 0.00170972 sec.
2248 2025.03.20 20:29:16.814790 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2249 2025.03.20 20:29:16.814891 [ 276 ] {fb55068a-9880-4983-af59-e342901447b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2250 2025.03.20 20:29:16.814938 [ 276 ] {fb55068a-9880-4983-af59-e342901447b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2251 2025.03.20 20:29:16.816333 [ 276 ] {fb55068a-9880-4983-af59-e342901447b9} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2252 2025.03.20 20:29:16.816372 [ 276 ] {fb55068a-9880-4983-af59-e342901447b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2253 2025.03.20 20:29:16.816811 [ 276 ] {fb55068a-9880-4983-af59-e342901447b9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2254 2025.03.20 20:29:16.817067 [ 276 ] {fb55068a-9880-4983-af59-e342901447b9} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2255 2025.03.20 20:29:16.817302 [ 276 ] {fb55068a-9880-4983-af59-e342901447b9} <Debug> executeQuery: Read 1338 rows, 114.45 KiB in 0.00243 sec., 550617.2839506173 rows/sec., 46.00 MiB/sec.
2256 2025.03.20 20:29:16.817503 [ 276 ] {fb55068a-9880-4983-af59-e342901447b9} <Debug> TCPHandler: Processed in 0.002759602 sec.
2257 2025.03.20 20:29:16.817647 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2258 2025.03.20 20:29:16.817750 [ 276 ] {5e51c1fc-51bb-49df-b461-4774d462f632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2259 2025.03.20 20:29:16.817795 [ 276 ] {5e51c1fc-51bb-49df-b461-4774d462f632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2260 2025.03.20 20:29:16.818349 [ 276 ] {5e51c1fc-51bb-49df-b461-4774d462f632} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2261 2025.03.20 20:29:16.818388 [ 276 ] {5e51c1fc-51bb-49df-b461-4774d462f632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2262 2025.03.20 20:29:16.818724 [ 276 ] {5e51c1fc-51bb-49df-b461-4774d462f632} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2263 2025.03.20 20:29:16.818973 [ 276 ] {5e51c1fc-51bb-49df-b461-4774d462f632} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2264 2025.03.20 20:29:16.819216 [ 276 ] {5e51c1fc-51bb-49df-b461-4774d462f632} <Debug> executeQuery: Read 32 rows, 2.40 KiB in 0.001465 sec., 21843.003412969283 rows/sec., 1.60 MiB/sec.
2265 2025.03.20 20:29:16.819348 [ 276 ] {5e51c1fc-51bb-49df-b461-4774d462f632} <Debug> TCPHandler: Processed in 0.00174999 sec.
2266 2025.03.20 20:29:16.819452 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2267 2025.03.20 20:29:16.819553 [ 276 ] {4a7ce3ca-eb64-4b87-9c5e-546c87da083e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2268 2025.03.20 20:29:16.819598 [ 276 ] {4a7ce3ca-eb64-4b87-9c5e-546c87da083e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2269 2025.03.20 20:29:16.820205 [ 276 ] {4a7ce3ca-eb64-4b87-9c5e-546c87da083e} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2270 2025.03.20 20:29:16.820244 [ 276 ] {4a7ce3ca-eb64-4b87-9c5e-546c87da083e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2271 2025.03.20 20:29:16.820596 [ 276 ] {4a7ce3ca-eb64-4b87-9c5e-546c87da083e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2272 2025.03.20 20:29:16.820833 [ 276 ] {4a7ce3ca-eb64-4b87-9c5e-546c87da083e} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2273 2025.03.20 20:29:16.821078 [ 276 ] {4a7ce3ca-eb64-4b87-9c5e-546c87da083e} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001526 sec., 165137.6146788991 rows/sec., 11.42 MiB/sec.
2274 2025.03.20 20:29:16.821154 [ 276 ] {4a7ce3ca-eb64-4b87-9c5e-546c87da083e} <Debug> TCPHandler: Processed in 0.00175148 sec.
2275 2025.03.20 20:29:16.821268 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2276 2025.03.20 20:29:16.821378 [ 276 ] {11e804fc-c62c-4cf3-9266-ea73d2b4ec07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2277 2025.03.20 20:29:16.821423 [ 276 ] {11e804fc-c62c-4cf3-9266-ea73d2b4ec07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2278 2025.03.20 20:29:16.821947 [ 276 ] {11e804fc-c62c-4cf3-9266-ea73d2b4ec07} <Trace> oximeter.fields_u8 (3e19d65a-0b9e-42f7-8d99-fe349e2d9678): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2279 2025.03.20 20:29:16.821986 [ 276 ] {11e804fc-c62c-4cf3-9266-ea73d2b4ec07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2280 2025.03.20 20:29:16.822333 [ 276 ] {11e804fc-c62c-4cf3-9266-ea73d2b4ec07} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2281 2025.03.20 20:29:16.822565 [ 276 ] {11e804fc-c62c-4cf3-9266-ea73d2b4ec07} <Trace> oximeter.fields_u8 (3e19d65a-0b9e-42f7-8d99-fe349e2d9678): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2282 2025.03.20 20:29:16.822794 [ 276 ] {11e804fc-c62c-4cf3-9266-ea73d2b4ec07} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001425 sec., 8421.052631578947 rows/sec., 657.89 KiB/sec.
2283 2025.03.20 20:29:16.822848 [ 276 ] {11e804fc-c62c-4cf3-9266-ea73d2b4ec07} <Debug> TCPHandler: Processed in 0.001632509 sec.
2284 2025.03.20 20:29:16.822952 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2285 2025.03.20 20:29:16.823058 [ 276 ] {c88a0c3e-1916-45b4-ba93-a1b8a5e2e8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2286 2025.03.20 20:29:16.823101 [ 276 ] {c88a0c3e-1916-45b4-ba93-a1b8a5e2e8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2287 2025.03.20 20:29:16.823859 [ 276 ] {c88a0c3e-1916-45b4-ba93-a1b8a5e2e8a7} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2288 2025.03.20 20:29:16.823897 [ 276 ] {c88a0c3e-1916-45b4-ba93-a1b8a5e2e8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2289 2025.03.20 20:29:16.824281 [ 276 ] {c88a0c3e-1916-45b4-ba93-a1b8a5e2e8a7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2290 2025.03.20 20:29:16.824519 [ 276 ] {c88a0c3e-1916-45b4-ba93-a1b8a5e2e8a7} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2291 2025.03.20 20:29:16.824749 [ 276 ] {c88a0c3e-1916-45b4-ba93-a1b8a5e2e8a7} <Debug> executeQuery: Read 576 rows, 44.28 KiB in 0.001701 sec., 338624.3386243386 rows/sec., 25.42 MiB/sec.
2292 2025.03.20 20:29:16.824920 [ 276 ] {c88a0c3e-1916-45b4-ba93-a1b8a5e2e8a7} <Debug> TCPHandler: Processed in 0.002013914 sec.
2293 2025.03.20 20:29:16.825080 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2294 2025.03.20 20:29:16.825184 [ 276 ] {5ef57fb3-0c71-497b-bbfd-2ea8e00ade29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2295 2025.03.20 20:29:16.825233 [ 276 ] {5ef57fb3-0c71-497b-bbfd-2ea8e00ade29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2296 2025.03.20 20:29:16.825949 [ 276 ] {5ef57fb3-0c71-497b-bbfd-2ea8e00ade29} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2297 2025.03.20 20:29:16.825988 [ 276 ] {5ef57fb3-0c71-497b-bbfd-2ea8e00ade29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2298 2025.03.20 20:29:16.826432 [ 276 ] {5ef57fb3-0c71-497b-bbfd-2ea8e00ade29} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2299 2025.03.20 20:29:16.826680 [ 276 ] {5ef57fb3-0c71-497b-bbfd-2ea8e00ade29} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2300 2025.03.20 20:29:16.826889 [ 276 ] {5ef57fb3-0c71-497b-bbfd-2ea8e00ade29} <Debug> executeQuery: Read 974 rows, 67.38 KiB in 0.001729 sec., 563331.4054366685 rows/sec., 38.06 MiB/sec.
2301 2025.03.20 20:29:16.826939 [ 276 ] {5ef57fb3-0c71-497b-bbfd-2ea8e00ade29} <Debug> TCPHandler: Processed in 0.001910412 sec.
2302 2025.03.20 20:29:16.827052 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2303 2025.03.20 20:29:16.827158 [ 276 ] {27b6ccf8-a39d-4467-8ae7-afdf2844eba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2304 2025.03.20 20:29:16.827222 [ 276 ] {27b6ccf8-a39d-4467-8ae7-afdf2844eba3} <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
2305 2025.03.20 20:29:16.828227 [ 276 ] {27b6ccf8-a39d-4467-8ae7-afdf2844eba3} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2306 2025.03.20 20:29:16.828267 [ 276 ] {27b6ccf8-a39d-4467-8ae7-afdf2844eba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2307 2025.03.20 20:29:16.828855 [ 276 ] {27b6ccf8-a39d-4467-8ae7-afdf2844eba3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2308 2025.03.20 20:29:16.829113 [ 276 ] {27b6ccf8-a39d-4467-8ae7-afdf2844eba3} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2309 2025.03.20 20:29:16.829352 [ 276 ] {27b6ccf8-a39d-4467-8ae7-afdf2844eba3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002217 sec., 3608.4799278304017 rows/sec., 6.47 MiB/sec.
2310 2025.03.20 20:29:16.829453 [ 276 ] {27b6ccf8-a39d-4467-8ae7-afdf2844eba3} <Debug> TCPHandler: Processed in 0.002451968 sec.
2311 2025.03.20 20:29:16.829563 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2312 2025.03.20 20:29:16.829666 [ 276 ] {4b86f4b5-9e05-4faf-8660-75e8f79fc977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2313 2025.03.20 20:29:16.829711 [ 276 ] {4b86f4b5-9e05-4faf-8660-75e8f79fc977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2314 2025.03.20 20:29:16.830125 [ 276 ] {4b86f4b5-9e05-4faf-8660-75e8f79fc977} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2315 2025.03.20 20:29:16.830164 [ 276 ] {4b86f4b5-9e05-4faf-8660-75e8f79fc977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2316 2025.03.20 20:29:16.830516 [ 276 ] {4b86f4b5-9e05-4faf-8660-75e8f79fc977} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2317 2025.03.20 20:29:16.830753 [ 276 ] {4b86f4b5-9e05-4faf-8660-75e8f79fc977} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2318 2025.03.20 20:29:16.830999 [ 276 ] {4b86f4b5-9e05-4faf-8660-75e8f79fc977} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.001349 sec., 23721.275018532247 rows/sec., 1.59 MiB/sec.
2319 2025.03.20 20:29:16.831158 [ 276 ] {4b86f4b5-9e05-4faf-8660-75e8f79fc977} <Debug> TCPHandler: Processed in 0.001641239 sec.
2320 2025.03.20 20:29:17.829346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 342
2321 2025.03.20 20:29:17.832885 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2322 2025.03.20 20:29:17.832935 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2323 2025.03.20 20:29:17.834436 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2324 2025.03.20 20:29:17.834759 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2325 2025.03.20 20:29:17.835486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 342
2326 2025.03.20 20:29:19.538070 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2327 2025.03.20 20:29:19.538282 [ 276 ] {3b2c81ab-8bc5-4702-b240-86574c0cdca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2328 2025.03.20 20:29:19.538370 [ 276 ] {3b2c81ab-8bc5-4702-b240-86574c0cdca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2329 2025.03.20 20:29:19.539208 [ 276 ] {3b2c81ab-8bc5-4702-b240-86574c0cdca5} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2330 2025.03.20 20:29:19.539259 [ 276 ] {3b2c81ab-8bc5-4702-b240-86574c0cdca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2331 2025.03.20 20:29:19.539697 [ 276 ] {3b2c81ab-8bc5-4702-b240-86574c0cdca5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2332 2025.03.20 20:29:19.539989 [ 276 ] {3b2c81ab-8bc5-4702-b240-86574c0cdca5} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2333 2025.03.20 20:29:19.540236 [ 276 ] {3b2c81ab-8bc5-4702-b240-86574c0cdca5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002013 sec., 27819.175360158966 rows/sec., 2.14 MiB/sec.
2334 2025.03.20 20:29:19.540368 [ 276 ] {3b2c81ab-8bc5-4702-b240-86574c0cdca5} <Debug> TCPHandler: Processed in 0.002431999 sec.
2335 2025.03.20 20:29:19.540490 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2336 2025.03.20 20:29:19.540598 [ 276 ] {8d931502-24a1-4e29-9f7d-81638a64a8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2337 2025.03.20 20:29:19.540645 [ 276 ] {8d931502-24a1-4e29-9f7d-81638a64a8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2338 2025.03.20 20:29:19.541205 [ 276 ] {8d931502-24a1-4e29-9f7d-81638a64a8c3} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2339 2025.03.20 20:29:19.541247 [ 276 ] {8d931502-24a1-4e29-9f7d-81638a64a8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2340 2025.03.20 20:29:19.541614 [ 276 ] {8d931502-24a1-4e29-9f7d-81638a64a8c3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2341 2025.03.20 20:29:19.541868 [ 276 ] {8d931502-24a1-4e29-9f7d-81638a64a8c3} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2342 2025.03.20 20:29:19.542083 [ 276 ] {8d931502-24a1-4e29-9f7d-81638a64a8c3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001511 sec., 42356.05559232296 rows/sec., 3.31 MiB/sec.
2343 2025.03.20 20:29:19.542136 [ 276 ] {8d931502-24a1-4e29-9f7d-81638a64a8c3} <Debug> TCPHandler: Processed in 0.001697939 sec.
2344 2025.03.20 20:29:19.542250 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2345 2025.03.20 20:29:19.542358 [ 276 ] {89a48ed4-6d64-4936-89ba-8c9084054cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2346 2025.03.20 20:29:19.542406 [ 276 ] {89a48ed4-6d64-4936-89ba-8c9084054cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2347 2025.03.20 20:29:19.542903 [ 276 ] {89a48ed4-6d64-4936-89ba-8c9084054cb3} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2348 2025.03.20 20:29:19.542943 [ 276 ] {89a48ed4-6d64-4936-89ba-8c9084054cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2349 2025.03.20 20:29:19.543322 [ 276 ] {89a48ed4-6d64-4936-89ba-8c9084054cb3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2350 2025.03.20 20:29:19.543567 [ 276 ] {89a48ed4-6d64-4936-89ba-8c9084054cb3} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2351 2025.03.20 20:29:19.543781 [ 276 ] {89a48ed4-6d64-4936-89ba-8c9084054cb3} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.001447 sec., 51140.29025570145 rows/sec., 3.56 MiB/sec.
2352 2025.03.20 20:29:19.543832 [ 276 ] {89a48ed4-6d64-4936-89ba-8c9084054cb3} <Debug> TCPHandler: Processed in 0.001632749 sec.
2353 2025.03.20 20:29:19.543965 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2354 2025.03.20 20:29:19.544102 [ 276 ] {c3fd911c-8291-4e29-9b5e-d39b067f7a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2355 2025.03.20 20:29:19.544156 [ 276 ] {c3fd911c-8291-4e29-9b5e-d39b067f7a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2356 2025.03.20 20:29:19.544688 [ 276 ] {c3fd911c-8291-4e29-9b5e-d39b067f7a7b} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2357 2025.03.20 20:29:19.544735 [ 276 ] {c3fd911c-8291-4e29-9b5e-d39b067f7a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2358 2025.03.20 20:29:19.545112 [ 276 ] {c3fd911c-8291-4e29-9b5e-d39b067f7a7b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2359 2025.03.20 20:29:19.545353 [ 276 ] {c3fd911c-8291-4e29-9b5e-d39b067f7a7b} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2360 2025.03.20 20:29:19.545563 [ 276 ] {c3fd911c-8291-4e29-9b5e-d39b067f7a7b} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001492 sec., 18766.756032171583 rows/sec., 1.27 MiB/sec.
2361 2025.03.20 20:29:19.545613 [ 276 ] {c3fd911c-8291-4e29-9b5e-d39b067f7a7b} <Debug> TCPHandler: Processed in 0.00171225 sec.
2362 2025.03.20 20:29:20.321826 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2363 2025.03.20 20:29:20.322492 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2364 2025.03.20 20:29:20.322533 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2365 2025.03.20 20:29:20.323090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2366 2025.03.20 20:29:20.323379 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2367 2025.03.20 20:29:20.323557 [ 25 ] {} <Debug> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2368 2025.03.20 20:29:20.323636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2369 2025.03.20 20:29:20.323660 [ 25 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2370 2025.03.20 20:29:20.323690 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2371 2025.03.20 20:29:20.323846 [ 188 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2372 2025.03.20 20:29:20.324011 [ 188 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2373 2025.03.20 20:29:20.324063 [ 188 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part
2374 2025.03.20 20:29:20.324168 [ 188 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2375 2025.03.20 20:29:20.324381 [ 188 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2376 2025.03.20 20:29:20.324615 [ 188 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2377 2025.03.20 20:29:20.324796 [ 188 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2378 2025.03.20 20:29:20.324888 [ 188 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2379 2025.03.20 20:29:20.326707 [ 198 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002929224 sec., 1749268.7483101327 rows/sec., 25.02 MiB/sec.
2380 2025.03.20 20:29:20.327433 [ 198 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2381 2025.03.20 20:29:20.327971 [ 198 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2382 2025.03.20 20:29:20.328060 [ 198 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_11_2} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2383 2025.03.20 20:29:20.328160 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2384 2025.03.20 20:29:20.627971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2385 2025.03.20 20:29:20.648323 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2386 2025.03.20 20:29:20.648394 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2387 2025.03.20 20:29:20.655705 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2388 2025.03.20 20:29:20.656778 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2389 2025.03.20 20:29:20.657199 [ 25 ] {} <Debug> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2390 2025.03.20 20:29:20.657339 [ 25 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2391 2025.03.20 20:29:20.657413 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2392 2025.03.20 20:29:20.657837 [ 188 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2393 2025.03.20 20:29:20.674057 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2394 2025.03.20 20:29:20.675582 [ 188 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2395 2025.03.20 20:29:20.677105 [ 188 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part
2396 2025.03.20 20:29:20.685142 [ 188 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part
2397 2025.03.20 20:29:20.690868 [ 188 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
2398 2025.03.20 20:29:20.696534 [ 188 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part
2399 2025.03.20 20:29:20.702280 [ 188 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part
2400 2025.03.20 20:29:20.706871 [ 188 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part
2401 2025.03.20 20:29:20.764730 [ 199 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.107164651 sec., 774.5091242820358 rows/sec., 4.00 MiB/sec.
2402 2025.03.20 20:29:20.767216 [ 186 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2403 2025.03.20 20:29:20.770128 [ 186 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2404 2025.03.20 20:29:20.770251 [ 186 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_11_2} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2405 2025.03.20 20:29:20.772614 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2406 2025.03.20 20:29:21.000236 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.77 MiB, peak 179.65 MiB, free memory in arenas 0.00 B, will set to 171.49 MiB (RSS), difference: 1.72 MiB
2407 2025.03.20 20:29:24.544156 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2408 2025.03.20 20:29:24.544350 [ 276 ] {4d4e47b2-1b3a-434b-9d86-2b812df7a842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2409 2025.03.20 20:29:24.544429 [ 276 ] {4d4e47b2-1b3a-434b-9d86-2b812df7a842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2410 2025.03.20 20:29:24.545282 [ 276 ] {4d4e47b2-1b3a-434b-9d86-2b812df7a842} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2411 2025.03.20 20:29:24.545335 [ 276 ] {4d4e47b2-1b3a-434b-9d86-2b812df7a842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2412 2025.03.20 20:29:24.545833 [ 276 ] {4d4e47b2-1b3a-434b-9d86-2b812df7a842} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2413 2025.03.20 20:29:24.546114 [ 276 ] {4d4e47b2-1b3a-434b-9d86-2b812df7a842} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2414 2025.03.20 20:29:24.546312 [ 89 ] {} <Debug> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2415 2025.03.20 20:29:24.546378 [ 276 ] {4d4e47b2-1b3a-434b-9d86-2b812df7a842} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00208 sec., 52884.61538461539 rows/sec., 4.44 MiB/sec.
2416 2025.03.20 20:29:24.546403 [ 89 ] {} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2417 2025.03.20 20:29:24.546462 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2418 2025.03.20 20:29:24.546519 [ 276 ] {4d4e47b2-1b3a-434b-9d86-2b812df7a842} <Debug> TCPHandler: Processed in 0.002494349 sec.
2419 2025.03.20 20:29:24.546643 [ 191 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2420 2025.03.20 20:29:24.546717 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2421 2025.03.20 20:29:24.546767 [ 191 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2422 2025.03.20 20:29:24.546805 [ 191 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1387 rows starting from the beginning of the part
2423 2025.03.20 20:29:24.546854 [ 276 ] {f0550e96-398f-4b23-8591-3357ee501b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2424 2025.03.20 20:29:24.546938 [ 276 ] {f0550e96-398f-4b23-8591-3357ee501b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2425 2025.03.20 20:29:24.546953 [ 191 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part
2426 2025.03.20 20:29:24.547229 [ 191 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 110 rows starting from the beginning of the part
2427 2025.03.20 20:29:24.547396 [ 191 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1338 rows starting from the beginning of the part
2428 2025.03.20 20:29:24.547621 [ 191 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2429 2025.03.20 20:29:24.547820 [ 191 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 110 rows starting from the beginning of the part
2430 2025.03.20 20:29:24.548741 [ 276 ] {f0550e96-398f-4b23-8591-3357ee501b54} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2431 2025.03.20 20:29:24.548797 [ 276 ] {f0550e96-398f-4b23-8591-3357ee501b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2432 2025.03.20 20:29:24.549424 [ 276 ] {f0550e96-398f-4b23-8591-3357ee501b54} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2433 2025.03.20 20:29:24.549711 [ 276 ] {f0550e96-398f-4b23-8591-3357ee501b54} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2434 2025.03.20 20:29:24.549905 [ 113 ] {} <Debug> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2435 2025.03.20 20:29:24.549982 [ 276 ] {f0550e96-398f-4b23-8591-3357ee501b54} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.003154 sec., 8560.558021559924 rows/sec., 643.71 KiB/sec.
2436 2025.03.20 20:29:24.549987 [ 113 ] {} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2437 2025.03.20 20:29:24.550101 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2438 2025.03.20 20:29:24.550230 [ 276 ] {f0550e96-398f-4b23-8591-3357ee501b54} <Debug> TCPHandler: Processed in 0.003567071 sec.
2439 2025.03.20 20:29:24.550600 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2440 2025.03.20 20:29:24.550798 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2441 2025.03.20 20:29:24.550907 [ 276 ] {11bc6c1a-41bd-4c2e-97bd-85ef4ca5f3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2442 2025.03.20 20:29:24.550914 [ 187 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3073 rows, containing 5 columns (5 merged, 0 gathered) in 0.004376401 sec., 702175.1434569181 rows/sec., 61.35 MiB/sec.
2443 2025.03.20 20:29:24.551017 [ 276 ] {11bc6c1a-41bd-4c2e-97bd-85ef4ca5f3cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2444 2025.03.20 20:29:24.551249 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2445 2025.03.20 20:29:24.551297 [ 187 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2446 2025.03.20 20:29:24.551343 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 47 rows starting from the beginning of the part
2447 2025.03.20 20:29:24.551949 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part
2448 2025.03.20 20:29:24.552575 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
2449 2025.03.20 20:29:24.552610 [ 187 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2450 2025.03.20 20:29:24.553104 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part
2451 2025.03.20 20:29:24.553122 [ 187 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_16_3} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2452 2025.03.20 20:29:24.553565 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
2453 2025.03.20 20:29:24.553592 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part
2454 2025.03.20 20:29:24.553901 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 27 rows starting from the beginning of the part
2455 2025.03.20 20:29:24.554896 [ 276 ] {11bc6c1a-41bd-4c2e-97bd-85ef4ca5f3cb} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2456 2025.03.20 20:29:24.554964 [ 276 ] {11bc6c1a-41bd-4c2e-97bd-85ef4ca5f3cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2457 2025.03.20 20:29:24.555972 [ 276 ] {11bc6c1a-41bd-4c2e-97bd-85ef4ca5f3cb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2458 2025.03.20 20:29:24.556598 [ 276 ] {11bc6c1a-41bd-4c2e-97bd-85ef4ca5f3cb} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2459 2025.03.20 20:29:24.556717 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.006346604 sec., 26470.849607128475 rows/sec., 2.05 MiB/sec.
2460 2025.03.20 20:29:24.556877 [ 113 ] {} <Debug> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2461 2025.03.20 20:29:24.556971 [ 113 ] {} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2462 2025.03.20 20:29:24.557025 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2463 2025.03.20 20:29:24.557040 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2464 2025.03.20 20:29:24.557092 [ 276 ] {11bc6c1a-41bd-4c2e-97bd-85ef4ca5f3cb} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006205 sec., 14665.592264302983 rows/sec., 1.15 MiB/sec.
2465 2025.03.20 20:29:24.557679 [ 276 ] {11bc6c1a-41bd-4c2e-97bd-85ef4ca5f3cb} <Debug> TCPHandler: Processed in 0.007203723 sec.
2466 2025.03.20 20:29:24.557758 [ 187 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2467 2025.03.20 20:29:24.558128 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2468 2025.03.20 20:29:24.558205 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2469 2025.03.20 20:29:24.558229 [ 187 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2470 2025.03.20 20:29:24.558339 [ 187 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 607 rows starting from the beginning of the part
2471 2025.03.20 20:29:24.558382 [ 276 ] {14d06c31-d1a2-4d3c-9397-bce55d01cdb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2472 2025.03.20 20:29:24.558531 [ 276 ] {14d06c31-d1a2-4d3c-9397-bce55d01cdb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2473 2025.03.20 20:29:24.558598 [ 186 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_11_2} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2474 2025.03.20 20:29:24.558708 [ 187 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part
2475 2025.03.20 20:29:24.559022 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2476 2025.03.20 20:29:24.559231 [ 187 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 91 rows starting from the beginning of the part
2477 2025.03.20 20:29:24.559451 [ 187 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 576 rows starting from the beginning of the part
2478 2025.03.20 20:29:24.559667 [ 187 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2479 2025.03.20 20:29:24.559837 [ 187 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 91 rows starting from the beginning of the part
2480 2025.03.20 20:29:24.560428 [ 276 ] {14d06c31-d1a2-4d3c-9397-bce55d01cdb8} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2481 2025.03.20 20:29:24.560474 [ 276 ] {14d06c31-d1a2-4d3c-9397-bce55d01cdb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2482 2025.03.20 20:29:24.561084 [ 276 ] {14d06c31-d1a2-4d3c-9397-bce55d01cdb8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2483 2025.03.20 20:29:24.561431 [ 276 ] {14d06c31-d1a2-4d3c-9397-bce55d01cdb8} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2484 2025.03.20 20:29:24.561531 [ 191 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1501 rows, containing 5 columns (5 merged, 0 gathered) in 0.00431361 sec., 347968.4069723503 rows/sec., 27.69 MiB/sec.
2485 2025.03.20 20:29:24.561673 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2486 2025.03.20 20:29:24.561749 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2487 2025.03.20 20:29:24.561808 [ 276 ] {14d06c31-d1a2-4d3c-9397-bce55d01cdb8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003513 sec., 45545.118132650154 rows/sec., 3.17 MiB/sec.
2488 2025.03.20 20:29:24.561811 [ 191 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2489 2025.03.20 20:29:24.561822 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2490 2025.03.20 20:29:24.562207 [ 276 ] {14d06c31-d1a2-4d3c-9397-bce55d01cdb8} <Debug> TCPHandler: Processed in 0.004218869 sec.
2491 2025.03.20 20:29:24.562493 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2492 2025.03.20 20:29:24.562746 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2493 2025.03.20 20:29:24.563098 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2494 2025.03.20 20:29:24.563112 [ 276 ] {ca459448-c1f6-44f7-a6c8-c3d1ac43abe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2495 2025.03.20 20:29:24.563143 [ 191 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2496 2025.03.20 20:29:24.563157 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3860 rows starting from the beginning of the part
2497 2025.03.20 20:29:24.563376 [ 276 ] {ca459448-c1f6-44f7-a6c8-c3d1ac43abe4} <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
2498 2025.03.20 20:29:24.563406 [ 191 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_16_3} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2499 2025.03.20 20:29:24.563473 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part
2500 2025.03.20 20:29:24.563661 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
2501 2025.03.20 20:29:24.563858 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
2502 2025.03.20 20:29:24.564068 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 974 rows starting from the beginning of the part
2503 2025.03.20 20:29:24.564281 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 74 rows starting from the beginning of the part
2504 2025.03.20 20:29:24.564514 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part
2505 2025.03.20 20:29:24.566452 [ 276 ] {ca459448-c1f6-44f7-a6c8-c3d1ac43abe4} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2506 2025.03.20 20:29:24.566493 [ 276 ] {ca459448-c1f6-44f7-a6c8-c3d1ac43abe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2507 2025.03.20 20:29:24.567299 [ 276 ] {ca459448-c1f6-44f7-a6c8-c3d1ac43abe4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2508 2025.03.20 20:29:24.567577 [ 276 ] {ca459448-c1f6-44f7-a6c8-c3d1ac43abe4} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2509 2025.03.20 20:29:24.567758 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2510 2025.03.20 20:29:24.567835 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2511 2025.03.20 20:29:24.567887 [ 276 ] {ca459448-c1f6-44f7-a6c8-c3d1ac43abe4} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004819 sec., 5602.82216227433 rows/sec., 10.04 MiB/sec.
2512 2025.03.20 20:29:24.567907 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2513 2025.03.20 20:29:24.568603 [ 186 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
2514 2025.03.20 20:29:24.569279 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5388 rows, containing 5 columns (5 merged, 0 gathered) in 0.007226983 sec., 745539.321180083 rows/sec., 51.09 MiB/sec.
2515 2025.03.20 20:29:24.569476 [ 276 ] {ca459448-c1f6-44f7-a6c8-c3d1ac43abe4} <Debug> TCPHandler: Processed in 0.00688721 sec.
2516 2025.03.20 20:29:24.569810 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2517 2025.03.20 20:29:24.569847 [ 186 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2518 2025.03.20 20:29:24.569969 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2519 2025.03.20 20:29:24.570115 [ 276 ] {7245f46f-c228-40fc-b3d5-846eaff8ce57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2520 2025.03.20 20:29:24.570146 [ 186 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 85 rows starting from the beginning of the part
2521 2025.03.20 20:29:24.570254 [ 276 ] {7245f46f-c228-40fc-b3d5-846eaff8ce57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2522 2025.03.20 20:29:24.571262 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2523 2025.03.20 20:29:24.571468 [ 186 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part
2524 2025.03.20 20:29:24.571577 [ 187 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2525 2025.03.20 20:29:24.571853 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB.
2526 2025.03.20 20:29:24.572464 [ 186 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part
2527 2025.03.20 20:29:24.573214 [ 186 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 27 rows starting from the beginning of the part
2528 2025.03.20 20:29:24.573367 [ 276 ] {7245f46f-c228-40fc-b3d5-846eaff8ce57} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2529 2025.03.20 20:29:24.573523 [ 276 ] {7245f46f-c228-40fc-b3d5-846eaff8ce57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2530 2025.03.20 20:29:24.573832 [ 186 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part
2531 2025.03.20 20:29:24.574521 [ 186 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 27 rows starting from the beginning of the part
2532 2025.03.20 20:29:24.575129 [ 276 ] {7245f46f-c228-40fc-b3d5-846eaff8ce57} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2533 2025.03.20 20:29:24.575707 [ 276 ] {7245f46f-c228-40fc-b3d5-846eaff8ce57} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2534 2025.03.20 20:29:24.576007 [ 113 ] {} <Debug> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2535 2025.03.20 20:29:24.576105 [ 113 ] {} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2536 2025.03.20 20:29:24.576187 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2537 2025.03.20 20:29:24.576643 [ 276 ] {7245f46f-c228-40fc-b3d5-846eaff8ce57} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006499 sec., 9232.18956762579 rows/sec., 637.12 KiB/sec.
2538 2025.03.20 20:29:24.576754 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2539 2025.03.20 20:29:24.577307 [ 276 ] {7245f46f-c228-40fc-b3d5-846eaff8ce57} <Debug> TCPHandler: Processed in 0.007601008 sec.
2540 2025.03.20 20:29:24.577376 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2541 2025.03.20 20:29:24.577497 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 588 rows starting from the beginning of the part
2542 2025.03.20 20:29:24.577727 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part
2543 2025.03.20 20:29:24.578112 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part
2544 2025.03.20 20:29:24.578396 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part
2545 2025.03.20 20:29:24.578740 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part
2546 2025.03.20 20:29:24.579135 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
2547 2025.03.20 20:29:24.582861 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.006507346 sec., 127240.8136896363 rows/sec., 8.58 MiB/sec.
2548 2025.03.20 20:29:24.583144 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2549 2025.03.20 20:29:24.583638 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2550 2025.03.20 20:29:24.583758 [ 192 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_16_3} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2551 2025.03.20 20:29:24.583845 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2552 2025.03.20 20:29:24.584206 [ 195 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 19 columns (19 merged, 0 gathered) in 0.016088367 sec., 11312.521649959876 rows/sec., 20.27 MiB/sec.
2553 2025.03.20 20:29:24.584680 [ 192 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2554 2025.03.20 20:29:24.585097 [ 192 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2555 2025.03.20 20:29:24.585180 [ 192 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2556 2025.03.20 20:29:24.585324 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB.
2557 2025.03.20 20:29:27.740266 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
2558 2025.03.20 20:29:27.740345 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
2559 2025.03.20 20:29:27.823878 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2560 2025.03.20 20:29:27.824907 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2561 2025.03.20 20:29:27.824991 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2562 2025.03.20 20:29:27.825791 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2563 2025.03.20 20:29:27.826061 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2564 2025.03.20 20:29:27.826319 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2565 2025.03.20 20:29:27.835949 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 362
2566 2025.03.20 20:29:27.839027 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2567 2025.03.20 20:29:27.839087 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2568 2025.03.20 20:29:27.840584 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2569 2025.03.20 20:29:27.840917 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2570 2025.03.20 20:29:27.841583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 362
2571 2025.03.20 20:29:28.156512 [ 136 ] {} <Debug> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2572 2025.03.20 20:29:28.156576 [ 136 ] {} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2573 2025.03.20 20:29:28.156603 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2574 2025.03.20 20:29:28.156808 [ 193 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full
2575 2025.03.20 20:29:28.157141 [ 193 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2576 2025.03.20 20:29:28.157187 [ 193 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
2577 2025.03.20 20:29:28.157291 [ 193 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
2578 2025.03.20 20:29:28.157436 [ 193 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part
2579 2025.03.20 20:29:28.157623 [ 193 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
2580 2025.03.20 20:29:28.157723 [ 193 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2581 2025.03.20 20:29:28.159951 [ 192 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.003264957 sec., 11026.178905265826 rows/sec., 2.23 MiB/sec.
2582 2025.03.20 20:29:28.160193 [ 200 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2583 2025.03.20 20:29:28.160707 [ 200 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2584 2025.03.20 20:29:28.160793 [ 200 ] {0766a9f8-7983-4801-806c-acf34e2bd239::all_1_5_1} <Trace> oximeter.timeseries_schema (0766a9f8-7983-4801-806c-acf34e2bd239) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2585 2025.03.20 20:29:28.160900 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2586 2025.03.20 20:29:28.174252 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2587 2025.03.20 20:29:28.193124 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2588 2025.03.20 20:29:28.193175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2589 2025.03.20 20:29:28.200286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2590 2025.03.20 20:29:28.201058 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2591 2025.03.20 20:29:28.203570 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2592 2025.03.20 20:29:29.543161 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2593 2025.03.20 20:29:29.543368 [ 276 ] {bcb27303-7721-4038-8459-f146bd7a88dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2594 2025.03.20 20:29:29.543452 [ 276 ] {bcb27303-7721-4038-8459-f146bd7a88dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2595 2025.03.20 20:29:29.544299 [ 276 ] {bcb27303-7721-4038-8459-f146bd7a88dc} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2596 2025.03.20 20:29:29.544362 [ 276 ] {bcb27303-7721-4038-8459-f146bd7a88dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2597 2025.03.20 20:29:29.545007 [ 276 ] {bcb27303-7721-4038-8459-f146bd7a88dc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2598 2025.03.20 20:29:29.545321 [ 276 ] {bcb27303-7721-4038-8459-f146bd7a88dc} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2599 2025.03.20 20:29:29.545552 [ 276 ] {bcb27303-7721-4038-8459-f146bd7a88dc} <Debug> executeQuery: Read 81 rows, 6.87 KiB in 0.002241 sec., 36144.57831325301 rows/sec., 2.99 MiB/sec.
2600 2025.03.20 20:29:29.545609 [ 276 ] {bcb27303-7721-4038-8459-f146bd7a88dc} <Debug> TCPHandler: Processed in 0.00260457 sec.
2601 2025.03.20 20:29:29.545744 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2602 2025.03.20 20:29:29.545852 [ 276 ] {4eaf2770-bda0-4802-a54c-a19894370105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2603 2025.03.20 20:29:29.545898 [ 276 ] {4eaf2770-bda0-4802-a54c-a19894370105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2604 2025.03.20 20:29:29.546427 [ 276 ] {4eaf2770-bda0-4802-a54c-a19894370105} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2605 2025.03.20 20:29:29.546468 [ 276 ] {4eaf2770-bda0-4802-a54c-a19894370105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2606 2025.03.20 20:29:29.546832 [ 276 ] {4eaf2770-bda0-4802-a54c-a19894370105} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2607 2025.03.20 20:29:29.547083 [ 276 ] {4eaf2770-bda0-4802-a54c-a19894370105} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2608 2025.03.20 20:29:29.547323 [ 276 ] {4eaf2770-bda0-4802-a54c-a19894370105} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001486 sec., 8075.370121130552 rows/sec., 607.23 KiB/sec.
2609 2025.03.20 20:29:29.547482 [ 276 ] {4eaf2770-bda0-4802-a54c-a19894370105} <Debug> TCPHandler: Processed in 0.001786131 sec.
2610 2025.03.20 20:29:29.547643 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2611 2025.03.20 20:29:29.547747 [ 276 ] {0510daa1-57f3-40ee-b860-fb40fa64ea77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2612 2025.03.20 20:29:29.547794 [ 276 ] {0510daa1-57f3-40ee-b860-fb40fa64ea77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2613 2025.03.20 20:29:29.548320 [ 276 ] {0510daa1-57f3-40ee-b860-fb40fa64ea77} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2614 2025.03.20 20:29:29.548361 [ 276 ] {0510daa1-57f3-40ee-b860-fb40fa64ea77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2615 2025.03.20 20:29:29.548715 [ 276 ] {0510daa1-57f3-40ee-b860-fb40fa64ea77} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2616 2025.03.20 20:29:29.548961 [ 276 ] {0510daa1-57f3-40ee-b860-fb40fa64ea77} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2617 2025.03.20 20:29:29.549199 [ 276 ] {0510daa1-57f3-40ee-b860-fb40fa64ea77} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 45.42 KiB/sec.
2618 2025.03.20 20:29:29.549364 [ 276 ] {0510daa1-57f3-40ee-b860-fb40fa64ea77} <Debug> TCPHandler: Processed in 0.001770541 sec.
2619 2025.03.20 20:29:29.549487 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2620 2025.03.20 20:29:29.549589 [ 276 ] {c5f5c6bb-bd30-4e01-9b01-0e766464d478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2621 2025.03.20 20:29:29.549635 [ 276 ] {c5f5c6bb-bd30-4e01-9b01-0e766464d478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2622 2025.03.20 20:29:29.550207 [ 276 ] {c5f5c6bb-bd30-4e01-9b01-0e766464d478} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2623 2025.03.20 20:29:29.550248 [ 276 ] {c5f5c6bb-bd30-4e01-9b01-0e766464d478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2624 2025.03.20 20:29:29.550629 [ 276 ] {c5f5c6bb-bd30-4e01-9b01-0e766464d478} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2625 2025.03.20 20:29:29.550893 [ 276 ] {c5f5c6bb-bd30-4e01-9b01-0e766464d478} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2626 2025.03.20 20:29:29.551114 [ 276 ] {c5f5c6bb-bd30-4e01-9b01-0e766464d478} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001537 sec., 51398.82888744307 rows/sec., 4.01 MiB/sec.
2627 2025.03.20 20:29:29.551302 [ 276 ] {c5f5c6bb-bd30-4e01-9b01-0e766464d478} <Debug> TCPHandler: Processed in 0.001860951 sec.
2628 2025.03.20 20:29:29.551487 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2629 2025.03.20 20:29:29.551594 [ 276 ] {b6b850ac-b54c-4749-a016-26fb4af6ff86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2630 2025.03.20 20:29:29.551646 [ 276 ] {b6b850ac-b54c-4749-a016-26fb4af6ff86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2631 2025.03.20 20:29:29.552208 [ 276 ] {b6b850ac-b54c-4749-a016-26fb4af6ff86} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2632 2025.03.20 20:29:29.552257 [ 276 ] {b6b850ac-b54c-4749-a016-26fb4af6ff86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2633 2025.03.20 20:29:29.552741 [ 276 ] {b6b850ac-b54c-4749-a016-26fb4af6ff86} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2634 2025.03.20 20:29:29.552997 [ 276 ] {b6b850ac-b54c-4749-a016-26fb4af6ff86} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2635 2025.03.20 20:29:29.553205 [ 276 ] {b6b850ac-b54c-4749-a016-26fb4af6ff86} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec.
2636 2025.03.20 20:29:29.553259 [ 276 ] {b6b850ac-b54c-4749-a016-26fb4af6ff86} <Debug> TCPHandler: Processed in 0.001831101 sec.
2637 2025.03.20 20:29:29.553364 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2638 2025.03.20 20:29:29.553466 [ 276 ] {6c38168f-b8d8-443b-9b18-b01e6134eb82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2639 2025.03.20 20:29:29.553518 [ 276 ] {6c38168f-b8d8-443b-9b18-b01e6134eb82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2640 2025.03.20 20:29:29.553946 [ 276 ] {6c38168f-b8d8-443b-9b18-b01e6134eb82} <Trace> oximeter.measurements_f64 (df0f6048-3b05-49a0-9028-79c0393a246e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2641 2025.03.20 20:29:29.553986 [ 276 ] {6c38168f-b8d8-443b-9b18-b01e6134eb82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2642 2025.03.20 20:29:29.554340 [ 276 ] {6c38168f-b8d8-443b-9b18-b01e6134eb82} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2643 2025.03.20 20:29:29.554594 [ 276 ] {6c38168f-b8d8-443b-9b18-b01e6134eb82} <Trace> oximeter.measurements_f64 (df0f6048-3b05-49a0-9028-79c0393a246e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2644 2025.03.20 20:29:29.554878 [ 276 ] {6c38168f-b8d8-443b-9b18-b01e6134eb82} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 44.92 KiB/sec.
2645 2025.03.20 20:29:29.554958 [ 276 ] {6c38168f-b8d8-443b-9b18-b01e6134eb82} <Debug> TCPHandler: Processed in 0.001644179 sec.
2646 2025.03.20 20:29:29.555062 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2647 2025.03.20 20:29:29.555163 [ 276 ] {9a53980a-d786-42d3-8bd8-c9f4d79322dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2648 2025.03.20 20:29:29.555228 [ 276 ] {9a53980a-d786-42d3-8bd8-c9f4d79322dd} <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
2649 2025.03.20 20:29:29.556290 [ 276 ] {9a53980a-d786-42d3-8bd8-c9f4d79322dd} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2650 2025.03.20 20:29:29.556330 [ 276 ] {9a53980a-d786-42d3-8bd8-c9f4d79322dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2651 2025.03.20 20:29:29.557034 [ 276 ] {9a53980a-d786-42d3-8bd8-c9f4d79322dd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2652 2025.03.20 20:29:29.557362 [ 276 ] {9a53980a-d786-42d3-8bd8-c9f4d79322dd} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2653 2025.03.20 20:29:29.557608 [ 276 ] {9a53980a-d786-42d3-8bd8-c9f4d79322dd} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002466 sec., 4866.1800486618 rows/sec., 8.72 MiB/sec.
2654 2025.03.20 20:29:29.557705 [ 276 ] {9a53980a-d786-42d3-8bd8-c9f4d79322dd} <Debug> TCPHandler: Processed in 0.002691341 sec.
2655 2025.03.20 20:29:29.557816 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2656 2025.03.20 20:29:29.557917 [ 276 ] {cd2502a7-b157-4858-a299-f2fbde15154b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2657 2025.03.20 20:29:29.557963 [ 276 ] {cd2502a7-b157-4858-a299-f2fbde15154b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2658 2025.03.20 20:29:29.558373 [ 276 ] {cd2502a7-b157-4858-a299-f2fbde15154b} <Trace> oximeter.measurements_i64 (0abeae27-64d1-424c-a726-22aed6b2f846): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2659 2025.03.20 20:29:29.558412 [ 276 ] {cd2502a7-b157-4858-a299-f2fbde15154b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2660 2025.03.20 20:29:29.558772 [ 276 ] {cd2502a7-b157-4858-a299-f2fbde15154b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2661 2025.03.20 20:29:29.559017 [ 276 ] {cd2502a7-b157-4858-a299-f2fbde15154b} <Trace> oximeter.measurements_i64 (0abeae27-64d1-424c-a726-22aed6b2f846): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2662 2025.03.20 20:29:29.559274 [ 276 ] {cd2502a7-b157-4858-a299-f2fbde15154b} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001365 sec., 2197.802197802198 rows/sec., 155.25 KiB/sec.
2663 2025.03.20 20:29:29.559402 [ 276 ] {cd2502a7-b157-4858-a299-f2fbde15154b} <Debug> TCPHandler: Processed in 0.001635389 sec.
2664 2025.03.20 20:29:29.559508 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2665 2025.03.20 20:29:29.559610 [ 276 ] {0fe70cce-6e50-446c-88ad-5a31d9015b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2666 2025.03.20 20:29:29.559655 [ 276 ] {0fe70cce-6e50-446c-88ad-5a31d9015b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2667 2025.03.20 20:29:29.560100 [ 276 ] {0fe70cce-6e50-446c-88ad-5a31d9015b8c} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2668 2025.03.20 20:29:29.560139 [ 276 ] {0fe70cce-6e50-446c-88ad-5a31d9015b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2669 2025.03.20 20:29:29.560500 [ 276 ] {0fe70cce-6e50-446c-88ad-5a31d9015b8c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2670 2025.03.20 20:29:29.560764 [ 276 ] {0fe70cce-6e50-446c-88ad-5a31d9015b8c} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2671 2025.03.20 20:29:29.560966 [ 276 ] {0fe70cce-6e50-446c-88ad-5a31d9015b8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec.
2672 2025.03.20 20:29:29.561016 [ 276 ] {0fe70cce-6e50-446c-88ad-5a31d9015b8c} <Debug> TCPHandler: Processed in 0.001556818 sec.
2673 2025.03.20 20:29:34.544042 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2674 2025.03.20 20:29:34.544252 [ 276 ] {efda78fa-80bb-40d9-a9e1-a461119c5a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2675 2025.03.20 20:29:34.544329 [ 276 ] {efda78fa-80bb-40d9-a9e1-a461119c5a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2676 2025.03.20 20:29:34.545177 [ 276 ] {efda78fa-80bb-40d9-a9e1-a461119c5a4a} <Trace> oximeter.fields_ipaddr (47eb818a-0471-4f7f-8130-83d23d6dc85f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2677 2025.03.20 20:29:34.545230 [ 276 ] {efda78fa-80bb-40d9-a9e1-a461119c5a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2678 2025.03.20 20:29:34.545694 [ 276 ] {efda78fa-80bb-40d9-a9e1-a461119c5a4a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2679 2025.03.20 20:29:34.545989 [ 276 ] {efda78fa-80bb-40d9-a9e1-a461119c5a4a} <Trace> oximeter.fields_ipaddr (47eb818a-0471-4f7f-8130-83d23d6dc85f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2680 2025.03.20 20:29:34.546230 [ 276 ] {efda78fa-80bb-40d9-a9e1-a461119c5a4a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002031 sec., 984.7365829640572 rows/sec., 80.30 KiB/sec.
2681 2025.03.20 20:29:34.546299 [ 276 ] {efda78fa-80bb-40d9-a9e1-a461119c5a4a} <Debug> TCPHandler: Processed in 0.002391687 sec.
2682 2025.03.20 20:29:34.546436 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2683 2025.03.20 20:29:34.546550 [ 276 ] {2947bc94-f6c8-444e-a3d0-ad72e2685c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2684 2025.03.20 20:29:34.546603 [ 276 ] {2947bc94-f6c8-444e-a3d0-ad72e2685c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2685 2025.03.20 20:29:34.547216 [ 276 ] {2947bc94-f6c8-444e-a3d0-ad72e2685c54} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2686 2025.03.20 20:29:34.547259 [ 276 ] {2947bc94-f6c8-444e-a3d0-ad72e2685c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2687 2025.03.20 20:29:34.547640 [ 276 ] {2947bc94-f6c8-444e-a3d0-ad72e2685c54} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2688 2025.03.20 20:29:34.547898 [ 276 ] {2947bc94-f6c8-444e-a3d0-ad72e2685c54} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2689 2025.03.20 20:29:34.548125 [ 276 ] {2947bc94-f6c8-444e-a3d0-ad72e2685c54} <Debug> executeQuery: Read 111 rows, 9.54 KiB in 0.001604 sec., 69201.99501246883 rows/sec., 5.81 MiB/sec.
2690 2025.03.20 20:29:34.548180 [ 276 ] {2947bc94-f6c8-444e-a3d0-ad72e2685c54} <Debug> TCPHandler: Processed in 0.00179743 sec.
2691 2025.03.20 20:29:34.548308 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2692 2025.03.20 20:29:34.548417 [ 276 ] {c7e9874b-d438-4a77-a91a-f18923757afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2693 2025.03.20 20:29:34.548463 [ 276 ] {c7e9874b-d438-4a77-a91a-f18923757afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2694 2025.03.20 20:29:34.549004 [ 276 ] {c7e9874b-d438-4a77-a91a-f18923757afe} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2695 2025.03.20 20:29:34.549044 [ 276 ] {c7e9874b-d438-4a77-a91a-f18923757afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2696 2025.03.20 20:29:34.549424 [ 276 ] {c7e9874b-d438-4a77-a91a-f18923757afe} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2697 2025.03.20 20:29:34.549679 [ 276 ] {c7e9874b-d438-4a77-a91a-f18923757afe} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2698 2025.03.20 20:29:34.549905 [ 276 ] {c7e9874b-d438-4a77-a91a-f18923757afe} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001512 sec., 19179.894179894178 rows/sec., 1.40 MiB/sec.
2699 2025.03.20 20:29:34.549960 [ 276 ] {c7e9874b-d438-4a77-a91a-f18923757afe} <Debug> TCPHandler: Processed in 0.00170283 sec.
2700 2025.03.20 20:29:34.550077 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2701 2025.03.20 20:29:34.550184 [ 276 ] {532fa649-4bed-41e8-863d-de55e9be65a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2702 2025.03.20 20:29:34.550228 [ 276 ] {532fa649-4bed-41e8-863d-de55e9be65a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2703 2025.03.20 20:29:34.550791 [ 276 ] {532fa649-4bed-41e8-863d-de55e9be65a7} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2704 2025.03.20 20:29:34.550833 [ 276 ] {532fa649-4bed-41e8-863d-de55e9be65a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2705 2025.03.20 20:29:34.551194 [ 276 ] {532fa649-4bed-41e8-863d-de55e9be65a7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2706 2025.03.20 20:29:34.551428 [ 276 ] {532fa649-4bed-41e8-863d-de55e9be65a7} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2707 2025.03.20 20:29:34.551640 [ 276 ] {532fa649-4bed-41e8-863d-de55e9be65a7} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00148 sec., 62837.83783783784 rows/sec., 4.91 MiB/sec.
2708 2025.03.20 20:29:34.551691 [ 276 ] {532fa649-4bed-41e8-863d-de55e9be65a7} <Debug> TCPHandler: Processed in 0.001664879 sec.
2709 2025.03.20 20:29:34.551816 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2710 2025.03.20 20:29:34.551922 [ 276 ] {50d31357-aab6-424b-b2b9-ebd734719863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2711 2025.03.20 20:29:34.551970 [ 276 ] {50d31357-aab6-424b-b2b9-ebd734719863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2712 2025.03.20 20:29:34.552498 [ 276 ] {50d31357-aab6-424b-b2b9-ebd734719863} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2713 2025.03.20 20:29:34.552538 [ 276 ] {50d31357-aab6-424b-b2b9-ebd734719863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2714 2025.03.20 20:29:34.552915 [ 276 ] {50d31357-aab6-424b-b2b9-ebd734719863} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2715 2025.03.20 20:29:34.553156 [ 276 ] {50d31357-aab6-424b-b2b9-ebd734719863} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2716 2025.03.20 20:29:34.553407 [ 276 ] {50d31357-aab6-424b-b2b9-ebd734719863} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001498 sec., 107476.6355140187 rows/sec., 7.48 MiB/sec.
2717 2025.03.20 20:29:34.553528 [ 276 ] {50d31357-aab6-424b-b2b9-ebd734719863} <Debug> TCPHandler: Processed in 0.00175866 sec.
2718 2025.03.20 20:29:34.553711 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2719 2025.03.20 20:29:34.553816 [ 276 ] {7c1d6f6e-72d2-4a23-befe-a521793e8b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2720 2025.03.20 20:29:34.553888 [ 276 ] {7c1d6f6e-72d2-4a23-befe-a521793e8b18} <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
2721 2025.03.20 20:29:34.554999 [ 276 ] {7c1d6f6e-72d2-4a23-befe-a521793e8b18} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2722 2025.03.20 20:29:34.555038 [ 276 ] {7c1d6f6e-72d2-4a23-befe-a521793e8b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2723 2025.03.20 20:29:34.555677 [ 276 ] {7c1d6f6e-72d2-4a23-befe-a521793e8b18} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2724 2025.03.20 20:29:34.555945 [ 276 ] {7c1d6f6e-72d2-4a23-befe-a521793e8b18} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2725 2025.03.20 20:29:34.556165 [ 276 ] {7c1d6f6e-72d2-4a23-befe-a521793e8b18} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002372 sec., 11382.799325463744 rows/sec., 20.40 MiB/sec.
2726 2025.03.20 20:29:34.556275 [ 276 ] {7c1d6f6e-72d2-4a23-befe-a521793e8b18} <Debug> TCPHandler: Processed in 0.00262096 sec.
2727 2025.03.20 20:29:34.556409 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2728 2025.03.20 20:29:34.556512 [ 276 ] {53f03548-fdfa-470d-a7cd-7767bae89bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2729 2025.03.20 20:29:34.556560 [ 276 ] {53f03548-fdfa-470d-a7cd-7767bae89bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2730 2025.03.20 20:29:34.557026 [ 276 ] {53f03548-fdfa-470d-a7cd-7767bae89bf0} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2731 2025.03.20 20:29:34.557065 [ 276 ] {53f03548-fdfa-470d-a7cd-7767bae89bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2732 2025.03.20 20:29:34.557425 [ 276 ] {53f03548-fdfa-470d-a7cd-7767bae89bf0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2733 2025.03.20 20:29:34.557668 [ 276 ] {53f03548-fdfa-470d-a7cd-7767bae89bf0} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2734 2025.03.20 20:29:34.557892 [ 276 ] {53f03548-fdfa-470d-a7cd-7767bae89bf0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec.
2735 2025.03.20 20:29:34.558011 [ 276 ] {53f03548-fdfa-470d-a7cd-7767bae89bf0} <Debug> TCPHandler: Processed in 0.001650999 sec.
2736 2025.03.20 20:29:35.326543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2737 2025.03.20 20:29:35.327296 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2738 2025.03.20 20:29:35.327347 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2739 2025.03.20 20:29:35.327935 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2740 2025.03.20 20:29:35.328208 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2741 2025.03.20 20:29:35.328509 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2742 2025.03.20 20:29:35.703740 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2743 2025.03.20 20:29:35.723726 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2744 2025.03.20 20:29:35.723781 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2745 2025.03.20 20:29:35.731423 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2746 2025.03.20 20:29:35.732173 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2747 2025.03.20 20:29:35.734656 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2748 2025.03.20 20:29:37.841912 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 394
2749 2025.03.20 20:29:37.845423 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2750 2025.03.20 20:29:37.845472 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2751 2025.03.20 20:29:37.846962 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2752 2025.03.20 20:29:37.847292 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2753 2025.03.20 20:29:37.848023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 394
2754 2025.03.20 20:29:39.544566 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2755 2025.03.20 20:29:39.544763 [ 276 ] {d35e7b38-e31a-40b8-a3e9-7a3b4512e0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2756 2025.03.20 20:29:39.544839 [ 276 ] {d35e7b38-e31a-40b8-a3e9-7a3b4512e0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2757 2025.03.20 20:29:39.545693 [ 276 ] {d35e7b38-e31a-40b8-a3e9-7a3b4512e0b0} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2758 2025.03.20 20:29:39.545748 [ 276 ] {d35e7b38-e31a-40b8-a3e9-7a3b4512e0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2759 2025.03.20 20:29:39.546226 [ 276 ] {d35e7b38-e31a-40b8-a3e9-7a3b4512e0b0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2760 2025.03.20 20:29:39.546498 [ 276 ] {d35e7b38-e31a-40b8-a3e9-7a3b4512e0b0} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2761 2025.03.20 20:29:39.546752 [ 276 ] {d35e7b38-e31a-40b8-a3e9-7a3b4512e0b0} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.002046 sec., 39100.68426197458 rows/sec., 3.23 MiB/sec.
2762 2025.03.20 20:29:39.546908 [ 276 ] {d35e7b38-e31a-40b8-a3e9-7a3b4512e0b0} <Debug> TCPHandler: Processed in 0.002485819 sec.
2763 2025.03.20 20:29:39.547089 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2764 2025.03.20 20:29:39.547194 [ 276 ] {8715170d-c0fb-4501-ba17-605e349fb83a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2765 2025.03.20 20:29:39.547243 [ 276 ] {8715170d-c0fb-4501-ba17-605e349fb83a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2766 2025.03.20 20:29:39.547871 [ 276 ] {8715170d-c0fb-4501-ba17-605e349fb83a} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2767 2025.03.20 20:29:39.547911 [ 276 ] {8715170d-c0fb-4501-ba17-605e349fb83a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2768 2025.03.20 20:29:39.548310 [ 276 ] {8715170d-c0fb-4501-ba17-605e349fb83a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2769 2025.03.20 20:29:39.548568 [ 276 ] {8715170d-c0fb-4501-ba17-605e349fb83a} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2770 2025.03.20 20:29:39.548786 [ 276 ] {8715170d-c0fb-4501-ba17-605e349fb83a} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001575 sec., 7619.047619047619 rows/sec., 572.92 KiB/sec.
2771 2025.03.20 20:29:39.548911 [ 276 ] {8715170d-c0fb-4501-ba17-605e349fb83a} <Debug> TCPHandler: Processed in 0.001846582 sec.
2772 2025.03.20 20:29:39.549106 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2773 2025.03.20 20:29:39.549212 [ 276 ] {d5230aab-b4cb-4db0-b413-130b864a78d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2774 2025.03.20 20:29:39.549260 [ 276 ] {d5230aab-b4cb-4db0-b413-130b864a78d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2775 2025.03.20 20:29:39.549839 [ 276 ] {d5230aab-b4cb-4db0-b413-130b864a78d0} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2776 2025.03.20 20:29:39.549878 [ 276 ] {d5230aab-b4cb-4db0-b413-130b864a78d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2777 2025.03.20 20:29:39.550385 [ 276 ] {d5230aab-b4cb-4db0-b413-130b864a78d0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2778 2025.03.20 20:29:39.550750 [ 276 ] {d5230aab-b4cb-4db0-b413-130b864a78d0} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2779 2025.03.20 20:29:39.551052 [ 276 ] {d5230aab-b4cb-4db0-b413-130b864a78d0} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001858 sec., 40904.19806243272 rows/sec., 3.19 MiB/sec.
2780 2025.03.20 20:29:39.551251 [ 276 ] {d5230aab-b4cb-4db0-b413-130b864a78d0} <Debug> TCPHandler: Processed in 0.002203355 sec.
2781 2025.03.20 20:29:39.551384 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2782 2025.03.20 20:29:39.551491 [ 276 ] {aff7b6d5-9961-43ce-981f-61a7e3c33eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2783 2025.03.20 20:29:39.551540 [ 276 ] {aff7b6d5-9961-43ce-981f-61a7e3c33eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2784 2025.03.20 20:29:39.552106 [ 276 ] {aff7b6d5-9961-43ce-981f-61a7e3c33eb4} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2785 2025.03.20 20:29:39.552148 [ 276 ] {aff7b6d5-9961-43ce-981f-61a7e3c33eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2786 2025.03.20 20:29:39.552550 [ 276 ] {aff7b6d5-9961-43ce-981f-61a7e3c33eb4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2787 2025.03.20 20:29:39.552802 [ 276 ] {aff7b6d5-9961-43ce-981f-61a7e3c33eb4} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2788 2025.03.20 20:29:39.553013 [ 276 ] {aff7b6d5-9961-43ce-981f-61a7e3c33eb4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec.
2789 2025.03.20 20:29:39.553069 [ 276 ] {aff7b6d5-9961-43ce-981f-61a7e3c33eb4} <Debug> TCPHandler: Processed in 0.00173631 sec.
2790 2025.03.20 20:29:39.553175 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2791 2025.03.20 20:29:39.553277 [ 276 ] {8d910377-129f-475d-a6ec-f67d4f41915b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2792 2025.03.20 20:29:39.553341 [ 276 ] {8d910377-129f-475d-a6ec-f67d4f41915b} <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
2793 2025.03.20 20:29:39.554408 [ 276 ] {8d910377-129f-475d-a6ec-f67d4f41915b} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2794 2025.03.20 20:29:39.554449 [ 276 ] {8d910377-129f-475d-a6ec-f67d4f41915b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2795 2025.03.20 20:29:39.555090 [ 276 ] {8d910377-129f-475d-a6ec-f67d4f41915b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2796 2025.03.20 20:29:39.555354 [ 276 ] {8d910377-129f-475d-a6ec-f67d4f41915b} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2797 2025.03.20 20:29:39.555645 [ 276 ] {8d910377-129f-475d-a6ec-f67d4f41915b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002385 sec., 5031.446540880504 rows/sec., 9.02 MiB/sec.
2798 2025.03.20 20:29:39.556042 [ 276 ] {8d910377-129f-475d-a6ec-f67d4f41915b} <Debug> TCPHandler: Processed in 0.002915893 sec.
2799 2025.03.20 20:29:39.556157 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2800 2025.03.20 20:29:39.556259 [ 276 ] {16f224c2-4533-40e0-9bac-f389e8eda858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2801 2025.03.20 20:29:39.556304 [ 276 ] {16f224c2-4533-40e0-9bac-f389e8eda858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2802 2025.03.20 20:29:39.556766 [ 276 ] {16f224c2-4533-40e0-9bac-f389e8eda858} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2803 2025.03.20 20:29:39.556805 [ 276 ] {16f224c2-4533-40e0-9bac-f389e8eda858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2804 2025.03.20 20:29:39.557166 [ 276 ] {16f224c2-4533-40e0-9bac-f389e8eda858} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2805 2025.03.20 20:29:39.557416 [ 276 ] {16f224c2-4533-40e0-9bac-f389e8eda858} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2806 2025.03.20 20:29:39.557625 [ 276 ] {16f224c2-4533-40e0-9bac-f389e8eda858} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec.
2807 2025.03.20 20:29:39.557681 [ 276 ] {16f224c2-4533-40e0-9bac-f389e8eda858} <Debug> TCPHandler: Processed in 0.001574388 sec.
2808 2025.03.20 20:29:42.740601 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache
2809 2025.03.20 20:29:42.740704 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache
2810 2025.03.20 20:29:42.828754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
2811 2025.03.20 20:29:42.829491 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2812 2025.03.20 20:29:42.829543 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2813 2025.03.20 20:29:42.830145 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2814 2025.03.20 20:29:42.830426 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2815 2025.03.20 20:29:42.830687 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2816 2025.03.20 20:29:43.234851 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
2817 2025.03.20 20:29:43.255846 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2818 2025.03.20 20:29:43.255912 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2819 2025.03.20 20:29:43.263660 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2820 2025.03.20 20:29:43.264452 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2821 2025.03.20 20:29:43.267427 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2822 2025.03.20 20:29:44.544044 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2823 2025.03.20 20:29:44.544269 [ 276 ] {c2779048-b980-4bfd-b74e-78b0aca921e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2824 2025.03.20 20:29:44.544353 [ 276 ] {c2779048-b980-4bfd-b74e-78b0aca921e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2825 2025.03.20 20:29:44.545236 [ 276 ] {c2779048-b980-4bfd-b74e-78b0aca921e0} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2826 2025.03.20 20:29:44.545294 [ 276 ] {c2779048-b980-4bfd-b74e-78b0aca921e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2827 2025.03.20 20:29:44.545744 [ 276 ] {c2779048-b980-4bfd-b74e-78b0aca921e0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2828 2025.03.20 20:29:44.546024 [ 276 ] {c2779048-b980-4bfd-b74e-78b0aca921e0} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2829 2025.03.20 20:29:44.546275 [ 276 ] {c2779048-b980-4bfd-b74e-78b0aca921e0} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.00207 sec., 53140.09661835749 rows/sec., 4.47 MiB/sec.
2830 2025.03.20 20:29:44.546341 [ 276 ] {c2779048-b980-4bfd-b74e-78b0aca921e0} <Debug> TCPHandler: Processed in 0.002443228 sec.
2831 2025.03.20 20:29:44.546479 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2832 2025.03.20 20:29:44.546599 [ 276 ] {82032306-1a19-4bae-8ebb-8422a9bbfd9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2833 2025.03.20 20:29:44.546649 [ 276 ] {82032306-1a19-4bae-8ebb-8422a9bbfd9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2834 2025.03.20 20:29:44.547215 [ 276 ] {82032306-1a19-4bae-8ebb-8422a9bbfd9f} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2835 2025.03.20 20:29:44.547259 [ 276 ] {82032306-1a19-4bae-8ebb-8422a9bbfd9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2836 2025.03.20 20:29:44.547620 [ 276 ] {82032306-1a19-4bae-8ebb-8422a9bbfd9f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2837 2025.03.20 20:29:44.547873 [ 276 ] {82032306-1a19-4bae-8ebb-8422a9bbfd9f} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2838 2025.03.20 20:29:44.548093 [ 276 ] {82032306-1a19-4bae-8ebb-8422a9bbfd9f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001524 sec., 17716.535433070865 rows/sec., 1.30 MiB/sec.
2839 2025.03.20 20:29:44.548147 [ 276 ] {82032306-1a19-4bae-8ebb-8422a9bbfd9f} <Debug> TCPHandler: Processed in 0.00172368 sec.
2840 2025.03.20 20:29:44.548266 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2841 2025.03.20 20:29:44.548374 [ 276 ] {11d0ca11-f3b7-4e08-a708-cc33686bc1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2842 2025.03.20 20:29:44.548420 [ 276 ] {11d0ca11-f3b7-4e08-a708-cc33686bc1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2843 2025.03.20 20:29:44.548990 [ 276 ] {11d0ca11-f3b7-4e08-a708-cc33686bc1bc} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2844 2025.03.20 20:29:44.549033 [ 276 ] {11d0ca11-f3b7-4e08-a708-cc33686bc1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2845 2025.03.20 20:29:44.549400 [ 276 ] {11d0ca11-f3b7-4e08-a708-cc33686bc1bc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2846 2025.03.20 20:29:44.549657 [ 276 ] {11d0ca11-f3b7-4e08-a708-cc33686bc1bc} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2847 2025.03.20 20:29:44.549875 [ 276 ] {11d0ca11-f3b7-4e08-a708-cc33686bc1bc} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001526 sec., 59633.02752293578 rows/sec., 4.66 MiB/sec.
2848 2025.03.20 20:29:44.549928 [ 276 ] {11d0ca11-f3b7-4e08-a708-cc33686bc1bc} <Debug> TCPHandler: Processed in 0.00171337 sec.
2849 2025.03.20 20:29:44.550047 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2850 2025.03.20 20:29:44.550153 [ 276 ] {bc680011-0a13-452b-9f92-ee012ac3ee7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2851 2025.03.20 20:29:44.550204 [ 276 ] {bc680011-0a13-452b-9f92-ee012ac3ee7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2852 2025.03.20 20:29:44.550739 [ 276 ] {bc680011-0a13-452b-9f92-ee012ac3ee7a} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2853 2025.03.20 20:29:44.550784 [ 276 ] {bc680011-0a13-452b-9f92-ee012ac3ee7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2854 2025.03.20 20:29:44.551225 [ 276 ] {bc680011-0a13-452b-9f92-ee012ac3ee7a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2855 2025.03.20 20:29:44.551481 [ 276 ] {bc680011-0a13-452b-9f92-ee012ac3ee7a} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2856 2025.03.20 20:29:44.551704 [ 276 ] {bc680011-0a13-452b-9f92-ee012ac3ee7a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec.
2857 2025.03.20 20:29:44.551771 [ 276 ] {bc680011-0a13-452b-9f92-ee012ac3ee7a} <Debug> TCPHandler: Processed in 0.001774281 sec.
2858 2025.03.20 20:29:44.551882 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2859 2025.03.20 20:29:44.551986 [ 276 ] {2d8ef26e-7101-406c-994c-37ab13159d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2860 2025.03.20 20:29:44.552051 [ 276 ] {2d8ef26e-7101-406c-994c-37ab13159d78} <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
2861 2025.03.20 20:29:44.553169 [ 276 ] {2d8ef26e-7101-406c-994c-37ab13159d78} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2862 2025.03.20 20:29:44.553209 [ 276 ] {2d8ef26e-7101-406c-994c-37ab13159d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2863 2025.03.20 20:29:44.553846 [ 276 ] {2d8ef26e-7101-406c-994c-37ab13159d78} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2864 2025.03.20 20:29:44.554113 [ 276 ] {2d8ef26e-7101-406c-994c-37ab13159d78} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2865 2025.03.20 20:29:44.554366 [ 276 ] {2d8ef26e-7101-406c-994c-37ab13159d78} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002403 sec., 11235.955056179775 rows/sec., 20.13 MiB/sec.
2866 2025.03.20 20:29:44.554482 [ 276 ] {2d8ef26e-7101-406c-994c-37ab13159d78} <Debug> TCPHandler: Processed in 0.00265007 sec.
2867 2025.03.20 20:29:44.554622 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2868 2025.03.20 20:29:44.554728 [ 276 ] {0d37aabd-f42a-4a9f-a14e-da8565096d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2869 2025.03.20 20:29:44.554781 [ 276 ] {0d37aabd-f42a-4a9f-a14e-da8565096d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2870 2025.03.20 20:29:44.555229 [ 276 ] {0d37aabd-f42a-4a9f-a14e-da8565096d8a} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2871 2025.03.20 20:29:44.555267 [ 276 ] {0d37aabd-f42a-4a9f-a14e-da8565096d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2872 2025.03.20 20:29:44.555643 [ 276 ] {0d37aabd-f42a-4a9f-a14e-da8565096d8a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2873 2025.03.20 20:29:44.555914 [ 276 ] {0d37aabd-f42a-4a9f-a14e-da8565096d8a} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2874 2025.03.20 20:29:44.556138 [ 276 ] {0d37aabd-f42a-4a9f-a14e-da8565096d8a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec.
2875 2025.03.20 20:29:44.556187 [ 276 ] {0d37aabd-f42a-4a9f-a14e-da8565096d8a} <Debug> TCPHandler: Processed in 0.001614529 sec.
2876 2025.03.20 20:29:46.805066 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2877 2025.03.20 20:29:46.805303 [ 276 ] {9de73aff-42da-4a72-942f-85b181d49a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2878 2025.03.20 20:29:46.805381 [ 276 ] {9de73aff-42da-4a72-942f-85b181d49a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2879 2025.03.20 20:29:46.806304 [ 276 ] {9de73aff-42da-4a72-942f-85b181d49a40} <Trace> oximeter.fields_i16 (fc802fb0-f6f1-443c-ade9-a816018ee0b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2880 2025.03.20 20:29:46.806353 [ 276 ] {9de73aff-42da-4a72-942f-85b181d49a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2881 2025.03.20 20:29:46.806797 [ 276 ] {9de73aff-42da-4a72-942f-85b181d49a40} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2882 2025.03.20 20:29:46.807087 [ 276 ] {9de73aff-42da-4a72-942f-85b181d49a40} <Trace> oximeter.fields_i16 (fc802fb0-f6f1-443c-ade9-a816018ee0b5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2883 2025.03.20 20:29:46.807343 [ 276 ] {9de73aff-42da-4a72-942f-85b181d49a40} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002087 sec., 11499.760421657882 rows/sec., 977.03 KiB/sec.
2884 2025.03.20 20:29:46.807495 [ 276 ] {9de73aff-42da-4a72-942f-85b181d49a40} <Debug> TCPHandler: Processed in 0.00260135 sec.
2885 2025.03.20 20:29:46.807646 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2886 2025.03.20 20:29:46.807772 [ 276 ] {b6e8e3b1-682c-41b2-843b-ea25d5babdd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2887 2025.03.20 20:29:46.807833 [ 276 ] {b6e8e3b1-682c-41b2-843b-ea25d5babdd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2888 2025.03.20 20:29:46.809171 [ 276 ] {b6e8e3b1-682c-41b2-843b-ea25d5babdd8} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2889 2025.03.20 20:29:46.809214 [ 276 ] {b6e8e3b1-682c-41b2-843b-ea25d5babdd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2890 2025.03.20 20:29:46.809683 [ 276 ] {b6e8e3b1-682c-41b2-843b-ea25d5babdd8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2891 2025.03.20 20:29:46.809951 [ 276 ] {b6e8e3b1-682c-41b2-843b-ea25d5babdd8} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2892 2025.03.20 20:29:46.810154 [ 119 ] {} <Debug> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2893 2025.03.20 20:29:46.810177 [ 276 ] {b6e8e3b1-682c-41b2-843b-ea25d5babdd8} <Debug> executeQuery: Read 1340 rows, 114.80 KiB in 0.00244 sec., 549180.3278688525 rows/sec., 45.94 MiB/sec.
2894 2025.03.20 20:29:46.810236 [ 119 ] {} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2895 2025.03.20 20:29:46.810315 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2896 2025.03.20 20:29:46.810323 [ 276 ] {b6e8e3b1-682c-41b2-843b-ea25d5babdd8} <Debug> TCPHandler: Processed in 0.002736212 sec.
2897 2025.03.20 20:29:46.810613 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2898 2025.03.20 20:29:46.810801 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
2899 2025.03.20 20:29:46.810899 [ 276 ] {61da470f-add0-4a76-8aa5-ce04a80cec1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2900 2025.03.20 20:29:46.811005 [ 276 ] {61da470f-add0-4a76-8aa5-ce04a80cec1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2901 2025.03.20 20:29:46.811226 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2902 2025.03.20 20:29:46.811302 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1393 rows starting from the beginning of the part
2903 2025.03.20 20:29:46.811611 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 81 rows starting from the beginning of the part
2904 2025.03.20 20:29:46.811997 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 111 rows starting from the beginning of the part
2905 2025.03.20 20:29:46.812374 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 80 rows starting from the beginning of the part
2906 2025.03.20 20:29:46.812702 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 110 rows starting from the beginning of the part
2907 2025.03.20 20:29:46.812979 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1340 rows starting from the beginning of the part
2908 2025.03.20 20:29:46.813837 [ 276 ] {61da470f-add0-4a76-8aa5-ce04a80cec1a} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2909 2025.03.20 20:29:46.813908 [ 276 ] {61da470f-add0-4a76-8aa5-ce04a80cec1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2910 2025.03.20 20:29:46.814746 [ 276 ] {61da470f-add0-4a76-8aa5-ce04a80cec1a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2911 2025.03.20 20:29:46.815281 [ 276 ] {61da470f-add0-4a76-8aa5-ce04a80cec1a} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2912 2025.03.20 20:29:46.815584 [ 119 ] {} <Debug> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2913 2025.03.20 20:29:46.815737 [ 119 ] {} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2914 2025.03.20 20:29:46.815835 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2915 2025.03.20 20:29:46.815941 [ 276 ] {61da470f-add0-4a76-8aa5-ce04a80cec1a} <Debug> executeQuery: Read 24 rows, 1.86 KiB in 0.00507 sec., 4733.7278106508875 rows/sec., 367.51 KiB/sec.
2916 2025.03.20 20:29:46.816084 [ 200 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
2917 2025.03.20 20:29:46.816122 [ 276 ] {61da470f-add0-4a76-8aa5-ce04a80cec1a} <Debug> TCPHandler: Processed in 0.005610245 sec.
2918 2025.03.20 20:29:46.816472 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2919 2025.03.20 20:29:46.816484 [ 200 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2920 2025.03.20 20:29:46.816585 [ 200 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 59 rows starting from the beginning of the part
2921 2025.03.20 20:29:46.817129 [ 200 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
2922 2025.03.20 20:29:46.817294 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3115 rows, containing 5 columns (5 merged, 0 gathered) in 0.006840489 sec., 455376.8012783881 rows/sec., 39.86 MiB/sec.
2923 2025.03.20 20:29:46.817449 [ 276 ] {f95ed65a-7b23-4f76-bbbc-68db7a89242f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2924 2025.03.20 20:29:46.817584 [ 200 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 29 rows starting from the beginning of the part
2925 2025.03.20 20:29:46.817679 [ 276 ] {f95ed65a-7b23-4f76-bbbc-68db7a89242f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2926 2025.03.20 20:29:46.817857 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2927 2025.03.20 20:29:46.818119 [ 200 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
2928 2025.03.20 20:29:46.818670 [ 200 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 27 rows starting from the beginning of the part
2929 2025.03.20 20:29:46.819171 [ 200 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part
2930 2025.03.20 20:29:46.819280 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2931 2025.03.20 20:29:46.819873 [ 192 ] {792d4739-86e3-460f-81ba-f83a08982ff0::all_1_21_4} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2932 2025.03.20 20:29:46.820180 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
2933 2025.03.20 20:29:46.821555 [ 276 ] {f95ed65a-7b23-4f76-bbbc-68db7a89242f} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2934 2025.03.20 20:29:46.821629 [ 276 ] {f95ed65a-7b23-4f76-bbbc-68db7a89242f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2935 2025.03.20 20:29:46.822593 [ 200 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.006670447 sec., 24436.14348483692 rows/sec., 1.89 MiB/sec.
2936 2025.03.20 20:29:46.822745 [ 276 ] {f95ed65a-7b23-4f76-bbbc-68db7a89242f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2937 2025.03.20 20:29:46.822759 [ 200 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2938 2025.03.20 20:29:46.823259 [ 276 ] {f95ed65a-7b23-4f76-bbbc-68db7a89242f} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2939 2025.03.20 20:29:46.823264 [ 192 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2940 2025.03.20 20:29:46.823467 [ 192 ] {841b534f-4e57-4c80-9d6b-30d3ff7a2324::all_1_16_3} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2941 2025.03.20 20:29:46.823727 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2942 2025.03.20 20:29:46.823898 [ 276 ] {f95ed65a-7b23-4f76-bbbc-68db7a89242f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00713 sec., 35343.618513323985 rows/sec., 2.44 MiB/sec.
2943 2025.03.20 20:29:46.823978 [ 276 ] {f95ed65a-7b23-4f76-bbbc-68db7a89242f} <Debug> TCPHandler: Processed in 0.007665109 sec.
2944 2025.03.20 20:29:46.824101 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2945 2025.03.20 20:29:46.824210 [ 276 ] {8f572094-3746-4bda-85bb-406b5a716948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2946 2025.03.20 20:29:46.824254 [ 276 ] {8f572094-3746-4bda-85bb-406b5a716948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2947 2025.03.20 20:29:46.824803 [ 276 ] {8f572094-3746-4bda-85bb-406b5a716948} <Trace> oximeter.fields_u8 (3e19d65a-0b9e-42f7-8d99-fe349e2d9678): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2948 2025.03.20 20:29:46.824843 [ 276 ] {8f572094-3746-4bda-85bb-406b5a716948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2949 2025.03.20 20:29:46.825205 [ 276 ] {8f572094-3746-4bda-85bb-406b5a716948} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2950 2025.03.20 20:29:46.825451 [ 276 ] {8f572094-3746-4bda-85bb-406b5a716948} <Trace> oximeter.fields_u8 (3e19d65a-0b9e-42f7-8d99-fe349e2d9678): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2951 2025.03.20 20:29:46.825678 [ 276 ] {8f572094-3746-4bda-85bb-406b5a716948} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00149 sec., 8053.6912751677855 rows/sec., 629.19 KiB/sec.
2952 2025.03.20 20:29:46.825733 [ 276 ] {8f572094-3746-4bda-85bb-406b5a716948} <Debug> TCPHandler: Processed in 0.001682889 sec.
2953 2025.03.20 20:29:46.825839 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2954 2025.03.20 20:29:46.825940 [ 276 ] {d3b75cc6-aeb2-471d-bf03-abc685592189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2955 2025.03.20 20:29:46.825984 [ 276 ] {d3b75cc6-aeb2-471d-bf03-abc685592189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2956 2025.03.20 20:29:46.826783 [ 276 ] {d3b75cc6-aeb2-471d-bf03-abc685592189} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2957 2025.03.20 20:29:46.826822 [ 276 ] {d3b75cc6-aeb2-471d-bf03-abc685592189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2958 2025.03.20 20:29:46.827212 [ 276 ] {d3b75cc6-aeb2-471d-bf03-abc685592189} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2959 2025.03.20 20:29:46.827453 [ 276 ] {d3b75cc6-aeb2-471d-bf03-abc685592189} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2960 2025.03.20 20:29:46.827615 [ 119 ] {} <Debug> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2961 2025.03.20 20:29:46.827675 [ 119 ] {} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2962 2025.03.20 20:29:46.827707 [ 276 ] {d3b75cc6-aeb2-471d-bf03-abc685592189} <Debug> executeQuery: Read 568 rows, 43.62 KiB in 0.00178 sec., 319101.12359550566 rows/sec., 23.93 MiB/sec.
2963 2025.03.20 20:29:46.827711 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2964 2025.03.20 20:29:46.827865 [ 276 ] {d3b75cc6-aeb2-471d-bf03-abc685592189} <Debug> TCPHandler: Processed in 0.002073124 sec.
2965 2025.03.20 20:29:46.827943 [ 200 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
2966 2025.03.20 20:29:46.828039 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2967 2025.03.20 20:29:46.828102 [ 200 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2968 2025.03.20 20:29:46.828169 [ 200 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 619 rows starting from the beginning of the part
2969 2025.03.20 20:29:46.828265 [ 276 ] {7c61a88b-e02c-41d9-835b-40bb7c85ca1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2970 2025.03.20 20:29:46.828458 [ 276 ] {7c61a88b-e02c-41d9-835b-40bb7c85ca1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2971 2025.03.20 20:29:46.828443 [ 200 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 79 rows starting from the beginning of the part
2972 2025.03.20 20:29:46.828848 [ 200 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 93 rows starting from the beginning of the part
2973 2025.03.20 20:29:46.829231 [ 200 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 76 rows starting from the beginning of the part
2974 2025.03.20 20:29:46.829587 [ 200 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 91 rows starting from the beginning of the part
2975 2025.03.20 20:29:46.829973 [ 200 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 568 rows starting from the beginning of the part
2976 2025.03.20 20:29:46.831198 [ 276 ] {7c61a88b-e02c-41d9-835b-40bb7c85ca1f} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2977 2025.03.20 20:29:46.831273 [ 276 ] {7c61a88b-e02c-41d9-835b-40bb7c85ca1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2978 2025.03.20 20:29:46.832389 [ 276 ] {7c61a88b-e02c-41d9-835b-40bb7c85ca1f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2979 2025.03.20 20:29:46.832576 [ 197 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004714605 sec., 323675.0480687141 rows/sec., 25.77 MiB/sec.
2980 2025.03.20 20:29:46.832841 [ 276 ] {7c61a88b-e02c-41d9-835b-40bb7c85ca1f} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2981 2025.03.20 20:29:46.832918 [ 197 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2982 2025.03.20 20:29:46.833086 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2983 2025.03.20 20:29:46.833200 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2984 2025.03.20 20:29:46.833305 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
2985 2025.03.20 20:29:46.833474 [ 276 ] {7c61a88b-e02c-41d9-835b-40bb7c85ca1f} <Debug> executeQuery: Read 968 rows, 66.96 KiB in 0.005234 sec., 184944.5930454719 rows/sec., 12.49 MiB/sec.
2986 2025.03.20 20:29:46.833908 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
2987 2025.03.20 20:29:46.834114 [ 276 ] {7c61a88b-e02c-41d9-835b-40bb7c85ca1f} <Debug> TCPHandler: Processed in 0.006131942 sec.
2988 2025.03.20 20:29:46.834597 [ 197 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2989 2025.03.20 20:29:46.834625 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2990 2025.03.20 20:29:46.834646 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2991 2025.03.20 20:29:46.834749 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5388 rows starting from the beginning of the part
2992 2025.03.20 20:29:46.834862 [ 197 ] {5e4a2cec-2804-4b17-be32-c29187c3ea2f::all_1_21_4} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2993 2025.03.20 20:29:46.835160 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
2994 2025.03.20 20:29:46.835157 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part
2995 2025.03.20 20:29:46.835295 [ 276 ] {fe5184e2-0d1f-460a-a7f9-56a87640d42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2996 2025.03.20 20:29:46.835525 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part
2997 2025.03.20 20:29:46.835625 [ 276 ] {fe5184e2-0d1f-460a-a7f9-56a87640d42c} <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
2998 2025.03.20 20:29:46.835933 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part
2999 2025.03.20 20:29:46.836342 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
3000 2025.03.20 20:29:46.836728 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 968 rows starting from the beginning of the part
3001 2025.03.20 20:29:46.840321 [ 276 ] {fe5184e2-0d1f-460a-a7f9-56a87640d42c} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3002 2025.03.20 20:29:46.840391 [ 276 ] {fe5184e2-0d1f-460a-a7f9-56a87640d42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3003 2025.03.20 20:29:46.841446 [ 276 ] {fe5184e2-0d1f-460a-a7f9-56a87640d42c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3004 2025.03.20 20:29:46.841807 [ 276 ] {fe5184e2-0d1f-460a-a7f9-56a87640d42c} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3005 2025.03.20 20:29:46.842001 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3006 2025.03.20 20:29:46.842080 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3007 2025.03.20 20:29:46.842166 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3008 2025.03.20 20:29:46.842910 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6997 rows, containing 5 columns (5 merged, 0 gathered) in 0.009436719 sec., 741465.3334490516 rows/sec., 50.79 MiB/sec.
3009 2025.03.20 20:29:46.842955 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3010 2025.03.20 20:29:46.843058 [ 276 ] {fe5184e2-0d1f-460a-a7f9-56a87640d42c} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008141 sec., 1474.0203906154034 rows/sec., 2.64 MiB/sec.
3011 2025.03.20 20:29:46.843601 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3012 2025.03.20 20:29:46.843764 [ 276 ] {fe5184e2-0d1f-460a-a7f9-56a87640d42c} <Debug> TCPHandler: Processed in 0.009213857 sec.
3013 2025.03.20 20:29:46.844342 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3014 2025.03.20 20:29:46.844362 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3015 2025.03.20 20:29:46.844530 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3016 2025.03.20 20:29:46.844624 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 182 rows starting from the beginning of the part
3017 2025.03.20 20:29:46.844805 [ 276 ] {ab990574-cffb-4317-bbb6-12caa34b7de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3018 2025.03.20 20:29:46.844848 [ 194 ] {03783846-23d7-418c-99df-e99f33bbeb4d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3019 2025.03.20 20:29:46.845105 [ 276 ] {ab990574-cffb-4317-bbb6-12caa34b7de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3020 2025.03.20 20:29:46.845265 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB.
3021 2025.03.20 20:29:46.845696 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part
3022 2025.03.20 20:29:46.846432 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 27 rows starting from the beginning of the part
3023 2025.03.20 20:29:46.847278 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part
3024 2025.03.20 20:29:46.847513 [ 276 ] {ab990574-cffb-4317-bbb6-12caa34b7de4} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3025 2025.03.20 20:29:46.847662 [ 276 ] {ab990574-cffb-4317-bbb6-12caa34b7de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3026 2025.03.20 20:29:46.847987 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 27 rows starting from the beginning of the part
3027 2025.03.20 20:29:46.848629 [ 200 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part
3028 2025.03.20 20:29:46.849324 [ 276 ] {ab990574-cffb-4317-bbb6-12caa34b7de4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3029 2025.03.20 20:29:46.849910 [ 276 ] {ab990574-cffb-4317-bbb6-12caa34b7de4} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3030 2025.03.20 20:29:46.850164 [ 119 ] {} <Debug> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3031 2025.03.20 20:29:46.850271 [ 119 ] {} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3032 2025.03.20 20:29:46.850366 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3033 2025.03.20 20:29:46.851230 [ 276 ] {ab990574-cffb-4317-bbb6-12caa34b7de4} <Debug> executeQuery: Read 32 rows, 2.20 KiB in 0.006586 sec., 4858.791375645308 rows/sec., 334.52 KiB/sec.
3034 2025.03.20 20:29:46.851307 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full
3035 2025.03.20 20:29:46.851521 [ 276 ] {ab990574-cffb-4317-bbb6-12caa34b7de4} <Debug> TCPHandler: Processed in 0.007298104 sec.
3036 2025.03.20 20:29:46.851736 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3037 2025.03.20 20:29:46.851832 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 828 rows starting from the beginning of the part
3038 2025.03.20 20:29:46.852143 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part
3039 2025.03.20 20:29:46.852466 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part
3040 2025.03.20 20:29:46.852867 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
3041 2025.03.20 20:29:46.853200 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part
3042 2025.03.20 20:29:46.853516 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part
3043 2025.03.20 20:29:46.857151 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1100 rows, containing 4 columns (4 merged, 0 gathered) in 0.006617436 sec., 166227.52377204705 rows/sec., 11.20 MiB/sec.
3044 2025.03.20 20:29:46.857406 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3045 2025.03.20 20:29:46.857914 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3046 2025.03.20 20:29:46.858092 [ 189 ] {306e0d75-457b-4311-80f7-db71a6bb7800::all_1_21_4} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3047 2025.03.20 20:29:46.858206 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
3048 2025.03.20 20:29:46.858784 [ 194 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 19 columns (19 merged, 0 gathered) in 0.01645656 sec., 16528.363157306267 rows/sec., 29.62 MiB/sec.
3049 2025.03.20 20:29:46.859387 [ 194 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3050 2025.03.20 20:29:46.859832 [ 194 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3051 2025.03.20 20:29:46.859911 [ 194 ] {b196b106-6c6e-48ca-9360-339c844bf1ef::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3052 2025.03.20 20:29:46.860060 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB.
3053 2025.03.20 20:29:47.848412 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 436
3054 2025.03.20 20:29:47.851897 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3055 2025.03.20 20:29:47.851956 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3056 2025.03.20 20:29:47.853488 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3057 2025.03.20 20:29:47.853817 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3058 2025.03.20 20:29:47.854433 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 436
3059 2025.03.20 20:29:49.538064 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3060 2025.03.20 20:29:49.538266 [ 276 ] {875fa993-3b2a-4f73-921e-541585f69944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3061 2025.03.20 20:29:49.538356 [ 276 ] {875fa993-3b2a-4f73-921e-541585f69944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3062 2025.03.20 20:29:49.539211 [ 276 ] {875fa993-3b2a-4f73-921e-541585f69944} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3063 2025.03.20 20:29:49.539297 [ 276 ] {875fa993-3b2a-4f73-921e-541585f69944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3064 2025.03.20 20:29:49.539798 [ 276 ] {875fa993-3b2a-4f73-921e-541585f69944} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3065 2025.03.20 20:29:49.540075 [ 276 ] {875fa993-3b2a-4f73-921e-541585f69944} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3066 2025.03.20 20:29:49.540317 [ 276 ] {875fa993-3b2a-4f73-921e-541585f69944} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002108 sec., 26565.464895635672 rows/sec., 2.04 MiB/sec.
3067 2025.03.20 20:29:49.540385 [ 276 ] {875fa993-3b2a-4f73-921e-541585f69944} <Debug> TCPHandler: Processed in 0.002457418 sec.
3068 2025.03.20 20:29:49.540519 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3069 2025.03.20 20:29:49.540646 [ 276 ] {4d53de03-5bf7-482d-8f9d-cdb39d2e7ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3070 2025.03.20 20:29:49.540697 [ 276 ] {4d53de03-5bf7-482d-8f9d-cdb39d2e7ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3071 2025.03.20 20:29:49.541305 [ 276 ] {4d53de03-5bf7-482d-8f9d-cdb39d2e7ed4} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3072 2025.03.20 20:29:49.541396 [ 276 ] {4d53de03-5bf7-482d-8f9d-cdb39d2e7ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3073 2025.03.20 20:29:49.541793 [ 276 ] {4d53de03-5bf7-482d-8f9d-cdb39d2e7ed4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3074 2025.03.20 20:29:49.542073 [ 276 ] {4d53de03-5bf7-482d-8f9d-cdb39d2e7ed4} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3075 2025.03.20 20:29:49.542290 [ 276 ] {4d53de03-5bf7-482d-8f9d-cdb39d2e7ed4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001673 sec., 38254.63239689181 rows/sec., 2.99 MiB/sec.
3076 2025.03.20 20:29:49.542344 [ 276 ] {4d53de03-5bf7-482d-8f9d-cdb39d2e7ed4} <Debug> TCPHandler: Processed in 0.001878922 sec.
3077 2025.03.20 20:29:49.542478 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3078 2025.03.20 20:29:49.542591 [ 276 ] {9a27c345-d0db-4bba-a3e6-6731f5e2fad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3079 2025.03.20 20:29:49.542643 [ 276 ] {9a27c345-d0db-4bba-a3e6-6731f5e2fad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3080 2025.03.20 20:29:49.543167 [ 276 ] {9a27c345-d0db-4bba-a3e6-6731f5e2fad9} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3081 2025.03.20 20:29:49.543208 [ 276 ] {9a27c345-d0db-4bba-a3e6-6731f5e2fad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3082 2025.03.20 20:29:49.543620 [ 276 ] {9a27c345-d0db-4bba-a3e6-6731f5e2fad9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3083 2025.03.20 20:29:49.543883 [ 276 ] {9a27c345-d0db-4bba-a3e6-6731f5e2fad9} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3084 2025.03.20 20:29:49.544112 [ 276 ] {9a27c345-d0db-4bba-a3e6-6731f5e2fad9} <Debug> executeQuery: Read 74 rows, 5.27 KiB in 0.001546 sec., 47865.45924967658 rows/sec., 3.33 MiB/sec.
3085 2025.03.20 20:29:49.544165 [ 276 ] {9a27c345-d0db-4bba-a3e6-6731f5e2fad9} <Debug> TCPHandler: Processed in 0.00174639 sec.
3086 2025.03.20 20:29:49.544302 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3087 2025.03.20 20:29:49.544425 [ 276 ] {faa59b3d-ce43-4aa7-8f7b-3be7aa315867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3088 2025.03.20 20:29:49.544480 [ 276 ] {faa59b3d-ce43-4aa7-8f7b-3be7aa315867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3089 2025.03.20 20:29:49.544966 [ 276 ] {faa59b3d-ce43-4aa7-8f7b-3be7aa315867} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3090 2025.03.20 20:29:49.545009 [ 276 ] {faa59b3d-ce43-4aa7-8f7b-3be7aa315867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3091 2025.03.20 20:29:49.545400 [ 276 ] {faa59b3d-ce43-4aa7-8f7b-3be7aa315867} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3092 2025.03.20 20:29:49.545683 [ 276 ] {faa59b3d-ce43-4aa7-8f7b-3be7aa315867} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3093 2025.03.20 20:29:49.545909 [ 276 ] {faa59b3d-ce43-4aa7-8f7b-3be7aa315867} <Debug> executeQuery: Read 28 rows, 1.94 KiB in 0.001513 sec., 18506.278916060804 rows/sec., 1.25 MiB/sec.
3094 2025.03.20 20:29:49.546019 [ 276 ] {faa59b3d-ce43-4aa7-8f7b-3be7aa315867} <Debug> TCPHandler: Processed in 0.00176727 sec.
3095 2025.03.20 20:29:50.330911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3096 2025.03.20 20:29:50.331684 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3097 2025.03.20 20:29:50.331730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3098 2025.03.20 20:29:50.332289 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3099 2025.03.20 20:29:50.332553 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3100 2025.03.20 20:29:50.332792 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3101 2025.03.20 20:29:50.767606 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
3102 2025.03.20 20:29:50.789151 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3103 2025.03.20 20:29:50.789217 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3104 2025.03.20 20:29:50.797000 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3105 2025.03.20 20:29:50.797801 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3106 2025.03.20 20:29:50.800700 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
3107 2025.03.20 20:29:54.543959 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3108 2025.03.20 20:29:54.544213 [ 276 ] {472c557f-a88a-4c88-a52c-59432a10be91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3109 2025.03.20 20:29:54.544309 [ 276 ] {472c557f-a88a-4c88-a52c-59432a10be91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3110 2025.03.20 20:29:54.545423 [ 276 ] {472c557f-a88a-4c88-a52c-59432a10be91} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3111 2025.03.20 20:29:54.545484 [ 276 ] {472c557f-a88a-4c88-a52c-59432a10be91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3112 2025.03.20 20:29:54.546083 [ 276 ] {472c557f-a88a-4c88-a52c-59432a10be91} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3113 2025.03.20 20:29:54.546454 [ 276 ] {472c557f-a88a-4c88-a52c-59432a10be91} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3114 2025.03.20 20:29:54.546725 [ 276 ] {472c557f-a88a-4c88-a52c-59432a10be91} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002587 sec., 42520.293776575185 rows/sec., 3.57 MiB/sec.
3115 2025.03.20 20:29:54.546805 [ 276 ] {472c557f-a88a-4c88-a52c-59432a10be91} <Debug> TCPHandler: Processed in 0.003020155 sec.
3116 2025.03.20 20:29:54.546947 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3117 2025.03.20 20:29:54.547066 [ 276 ] {46551156-50d9-4ce7-a086-657b1b9ee890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3118 2025.03.20 20:29:54.547118 [ 276 ] {46551156-50d9-4ce7-a086-657b1b9ee890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3119 2025.03.20 20:29:54.547692 [ 276 ] {46551156-50d9-4ce7-a086-657b1b9ee890} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3120 2025.03.20 20:29:54.547738 [ 276 ] {46551156-50d9-4ce7-a086-657b1b9ee890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3121 2025.03.20 20:29:54.548117 [ 276 ] {46551156-50d9-4ce7-a086-657b1b9ee890} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3122 2025.03.20 20:29:54.548384 [ 276 ] {46551156-50d9-4ce7-a086-657b1b9ee890} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3123 2025.03.20 20:29:54.548630 [ 276 ] {46551156-50d9-4ce7-a086-657b1b9ee890} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001586 sec., 17023.959646910465 rows/sec., 1.25 MiB/sec.
3124 2025.03.20 20:29:54.548830 [ 276 ] {46551156-50d9-4ce7-a086-657b1b9ee890} <Debug> TCPHandler: Processed in 0.001933782 sec.
3125 2025.03.20 20:29:54.548983 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3126 2025.03.20 20:29:54.549096 [ 276 ] {631e5537-8c0c-4d87-a1a0-c1946ffbfe33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3127 2025.03.20 20:29:54.549144 [ 276 ] {631e5537-8c0c-4d87-a1a0-c1946ffbfe33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3128 2025.03.20 20:29:54.549755 [ 276 ] {631e5537-8c0c-4d87-a1a0-c1946ffbfe33} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3129 2025.03.20 20:29:54.549796 [ 276 ] {631e5537-8c0c-4d87-a1a0-c1946ffbfe33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3130 2025.03.20 20:29:54.550170 [ 276 ] {631e5537-8c0c-4d87-a1a0-c1946ffbfe33} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3131 2025.03.20 20:29:54.550413 [ 276 ] {631e5537-8c0c-4d87-a1a0-c1946ffbfe33} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3132 2025.03.20 20:29:54.550628 [ 276 ] {631e5537-8c0c-4d87-a1a0-c1946ffbfe33} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00156 sec., 58333.333333333336 rows/sec., 4.56 MiB/sec.
3133 2025.03.20 20:29:54.550683 [ 276 ] {631e5537-8c0c-4d87-a1a0-c1946ffbfe33} <Debug> TCPHandler: Processed in 0.001750371 sec.
3134 2025.03.20 20:29:54.550798 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3135 2025.03.20 20:29:54.550907 [ 276 ] {8207bd1d-92ce-4200-b59b-31854e22d560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3136 2025.03.20 20:29:54.550957 [ 276 ] {8207bd1d-92ce-4200-b59b-31854e22d560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3137 2025.03.20 20:29:54.551485 [ 276 ] {8207bd1d-92ce-4200-b59b-31854e22d560} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3138 2025.03.20 20:29:54.551524 [ 276 ] {8207bd1d-92ce-4200-b59b-31854e22d560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3139 2025.03.20 20:29:54.551931 [ 276 ] {8207bd1d-92ce-4200-b59b-31854e22d560} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3140 2025.03.20 20:29:54.552204 [ 276 ] {8207bd1d-92ce-4200-b59b-31854e22d560} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3141 2025.03.20 20:29:54.552434 [ 276 ] {8207bd1d-92ce-4200-b59b-31854e22d560} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec.
3142 2025.03.20 20:29:54.552561 [ 276 ] {8207bd1d-92ce-4200-b59b-31854e22d560} <Debug> TCPHandler: Processed in 0.001811941 sec.
3143 2025.03.20 20:29:54.552711 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3144 2025.03.20 20:29:54.552817 [ 276 ] {ccf02b22-5050-4223-a95b-218b2d4bcff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3145 2025.03.20 20:29:54.552882 [ 276 ] {ccf02b22-5050-4223-a95b-218b2d4bcff9} <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
3146 2025.03.20 20:29:54.553993 [ 276 ] {ccf02b22-5050-4223-a95b-218b2d4bcff9} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3147 2025.03.20 20:29:54.554032 [ 276 ] {ccf02b22-5050-4223-a95b-218b2d4bcff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3148 2025.03.20 20:29:54.554695 [ 276 ] {ccf02b22-5050-4223-a95b-218b2d4bcff9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3149 2025.03.20 20:29:54.554958 [ 276 ] {ccf02b22-5050-4223-a95b-218b2d4bcff9} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3150 2025.03.20 20:29:54.555201 [ 276 ] {ccf02b22-5050-4223-a95b-218b2d4bcff9} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002406 sec., 11221.945137157107 rows/sec., 20.11 MiB/sec.
3151 2025.03.20 20:29:54.555305 [ 276 ] {ccf02b22-5050-4223-a95b-218b2d4bcff9} <Debug> TCPHandler: Processed in 0.00264497 sec.
3152 2025.03.20 20:29:54.555420 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3153 2025.03.20 20:29:54.555523 [ 276 ] {279a760d-003a-4f0a-ba8c-4f78e15674f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3154 2025.03.20 20:29:54.555569 [ 276 ] {279a760d-003a-4f0a-ba8c-4f78e15674f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3155 2025.03.20 20:29:54.556013 [ 276 ] {279a760d-003a-4f0a-ba8c-4f78e15674f9} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3156 2025.03.20 20:29:54.556053 [ 276 ] {279a760d-003a-4f0a-ba8c-4f78e15674f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3157 2025.03.20 20:29:54.556409 [ 276 ] {279a760d-003a-4f0a-ba8c-4f78e15674f9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3158 2025.03.20 20:29:54.556659 [ 276 ] {279a760d-003a-4f0a-ba8c-4f78e15674f9} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3159 2025.03.20 20:29:54.556868 [ 276 ] {279a760d-003a-4f0a-ba8c-4f78e15674f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec.
3160 2025.03.20 20:29:54.556918 [ 276 ] {279a760d-003a-4f0a-ba8c-4f78e15674f9} <Debug> TCPHandler: Processed in 0.001548138 sec.
3161 2025.03.20 20:29:57.740771 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
3162 2025.03.20 20:29:57.740836 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
3163 2025.03.20 20:29:57.833107 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3164 2025.03.20 20:29:57.834199 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3165 2025.03.20 20:29:57.834289 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3166 2025.03.20 20:29:57.834895 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3167 2025.03.20 20:29:57.835177 [ 244 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3168 2025.03.20 20:29:57.835388 [ 124 ] {} <Debug> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3169 2025.03.20 20:29:57.835454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3170 2025.03.20 20:29:57.835478 [ 124 ] {} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3171 2025.03.20 20:29:57.835508 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3172 2025.03.20 20:29:57.835732 [ 196 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3173 2025.03.20 20:29:57.835910 [ 196 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3174 2025.03.20 20:29:57.835952 [ 196 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part
3175 2025.03.20 20:29:57.836059 [ 196 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part
3176 2025.03.20 20:29:57.836301 [ 196 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3177 2025.03.20 20:29:57.836429 [ 196 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part
3178 2025.03.20 20:29:57.836621 [ 196 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3179 2025.03.20 20:29:57.836693 [ 196 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3180 2025.03.20 20:29:57.838462 [ 200 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002874703 sec., 2567569.5889279693 rows/sec., 36.73 MiB/sec.
3181 2025.03.20 20:29:57.839363 [ 198 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3182 2025.03.20 20:29:57.839687 [ 198 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3183 2025.03.20 20:29:57.839773 [ 198 ] {40126472-0111-4dea-b11e-99caea6f7b87::all_1_16_3} <Trace> system.asynchronous_metric_log (40126472-0111-4dea-b11e-99caea6f7b87) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3184 2025.03.20 20:29:57.839882 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.
3185 2025.03.20 20:29:57.854869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 456
3186 2025.03.20 20:29:57.858015 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3187 2025.03.20 20:29:57.858066 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3188 2025.03.20 20:29:57.859546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3189 2025.03.20 20:29:57.859865 [ 242 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3190 2025.03.20 20:29:57.860114 [ 124 ] {} <Debug> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3191 2025.03.20 20:29:57.860257 [ 124 ] {} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3192 2025.03.20 20:29:57.860365 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3193 2025.03.20 20:29:57.860887 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
3194 2025.03.20 20:29:57.862068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 456
3195 2025.03.20 20:29:57.862445 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3196 2025.03.20 20:29:57.862597 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 294 rows starting from the beginning of the part
3197 2025.03.20 20:29:57.863132 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part
3198 2025.03.20 20:29:57.863632 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part
3199 2025.03.20 20:29:57.864137 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part
3200 2025.03.20 20:29:57.864625 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part
3201 2025.03.20 20:29:57.865112 [ 196 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part
3202 2025.03.20 20:29:57.872464 [ 200 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 456 rows, containing 72 columns (72 merged, 0 gathered) in 0.011914798 sec., 38271.73570210758 rows/sec., 34.74 MiB/sec.
3203 2025.03.20 20:29:57.873352 [ 200 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3204 2025.03.20 20:29:57.874032 [ 200 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3205 2025.03.20 20:29:57.874122 [ 200 ] {cd555882-d259-4264-aa06-4a3cf5aebe87::all_1_11_2} <Trace> system.query_log (cd555882-d259-4264-aa06-4a3cf5aebe87) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3206 2025.03.20 20:29:57.874321 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB.
3207 2025.03.20 20:29:58.001762 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001288624 sec.
3208 2025.03.20 20:29:58.300881 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3209 2025.03.20 20:29:58.322265 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3210 2025.03.20 20:29:58.322313 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3211 2025.03.20 20:29:58.329990 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3212 2025.03.20 20:29:58.330774 [ 243 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3213 2025.03.20 20:29:58.331107 [ 124 ] {} <Debug> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3214 2025.03.20 20:29:58.331196 [ 124 ] {} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3215 2025.03.20 20:29:58.331262 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3216 2025.03.20 20:29:58.331655 [ 196 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full
3217 2025.03.20 20:29:58.345162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3218 2025.03.20 20:29:58.347039 [ 196 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3219 2025.03.20 20:29:58.348591 [ 196 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part
3220 2025.03.20 20:29:58.354142 [ 196 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part
3221 2025.03.20 20:29:58.359707 [ 196 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part
3222 2025.03.20 20:29:58.365111 [ 196 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part
3223 2025.03.20 20:29:58.370606 [ 196 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
3224 2025.03.20 20:29:58.375420 [ 196 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
3225 2025.03.20 20:29:58.432750 [ 199 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.101359075 sec., 1193.7756930003554 rows/sec., 6.17 MiB/sec.
3226 2025.03.20 20:29:58.435330 [ 199 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3227 2025.03.20 20:29:58.438171 [ 199 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3228 2025.03.20 20:29:58.438263 [ 199 ] {4de72964-28a0-4c13-850b-a13284a33e0f::all_1_16_3} <Trace> system.metric_log (4de72964-28a0-4c13-850b-a13284a33e0f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3229 2025.03.20 20:29:58.440489 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3230 2025.03.20 20:29:59.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.79 MiB, peak 187.74 MiB, free memory in arenas 0.00 B, will set to 178.88 MiB (RSS), difference: 1.08 MiB
3231 2025.03.20 20:29:59.257677 [ 123 ] {} <Debug> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3232 2025.03.20 20:29:59.257776 [ 123 ] {} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3233 2025.03.20 20:29:59.257820 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3234 2025.03.20 20:29:59.258123 [ 203 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full
3235 2025.03.20 20:29:59.258430 [ 203 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3236 2025.03.20 20:29:59.258507 [ 203 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
3237 2025.03.20 20:29:59.258668 [ 203 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 252 rows starting from the beginning of the part
3238 2025.03.20 20:29:59.258788 [ 203 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part
3239 2025.03.20 20:29:59.258932 [ 203 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
3240 2025.03.20 20:29:59.259028 [ 203 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part
3241 2025.03.20 20:29:59.260077 [ 191 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 5 columns (5 merged, 0 gathered) in 0.002144025 sec., 353540.65367707936 rows/sec., 25.80 MiB/sec.
3242 2025.03.20 20:29:59.260259 [ 187 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3243 2025.03.20 20:29:59.260630 [ 187 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3244 2025.03.20 20:29:59.260728 [ 187 ] {2eac3c62-4ef7-4ed9-a146-182631e39431::all_1_5_1} <Trace> oximeter.fields_u32 (2eac3c62-4ef7-4ed9-a146-182631e39431) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3245 2025.03.20 20:29:59.260821 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3246 2025.03.20 20:29:59.543353 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3247 2025.03.20 20:29:59.543515 [ 276 ] {fe71e368-2f7f-4656-92cf-ced9f7ad7767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3248 2025.03.20 20:29:59.543581 [ 276 ] {fe71e368-2f7f-4656-92cf-ced9f7ad7767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3249 2025.03.20 20:29:59.544314 [ 276 ] {fe71e368-2f7f-4656-92cf-ced9f7ad7767} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3250 2025.03.20 20:29:59.544359 [ 276 ] {fe71e368-2f7f-4656-92cf-ced9f7ad7767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3251 2025.03.20 20:29:59.544763 [ 276 ] {fe71e368-2f7f-4656-92cf-ced9f7ad7767} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3252 2025.03.20 20:29:59.545022 [ 276 ] {fe71e368-2f7f-4656-92cf-ced9f7ad7767} <Trace> oximeter.fields_string (792d4739-86e3-460f-81ba-f83a08982ff0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3253 2025.03.20 20:29:59.545319 [ 276 ] {fe71e368-2f7f-4656-92cf-ced9f7ad7767} <Debug> executeQuery: Read 80 rows, 6.77 KiB in 0.001832 sec., 43668.12227074236 rows/sec., 3.61 MiB/sec.
3254 2025.03.20 20:29:59.545541 [ 276 ] {fe71e368-2f7f-4656-92cf-ced9f7ad7767} <Debug> TCPHandler: Processed in 0.002302747 sec.
3255 2025.03.20 20:29:59.545675 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3256 2025.03.20 20:29:59.545784 [ 276 ] {e817753c-becd-456d-a888-3a742fe00da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3257 2025.03.20 20:29:59.545834 [ 276 ] {e817753c-becd-456d-a888-3a742fe00da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3258 2025.03.20 20:29:59.546382 [ 276 ] {e817753c-becd-456d-a888-3a742fe00da7} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3259 2025.03.20 20:29:59.546423 [ 276 ] {e817753c-becd-456d-a888-3a742fe00da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3260 2025.03.20 20:29:59.546789 [ 276 ] {e817753c-becd-456d-a888-3a742fe00da7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3261 2025.03.20 20:29:59.547037 [ 276 ] {e817753c-becd-456d-a888-3a742fe00da7} <Trace> oximeter.fields_u16 (841b534f-4e57-4c80-9d6b-30d3ff7a2324): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3262 2025.03.20 20:29:59.547299 [ 276 ] {e817753c-becd-456d-a888-3a742fe00da7} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001532 sec., 7832.89817232376 rows/sec., 589.00 KiB/sec.
3263 2025.03.20 20:29:59.547493 [ 276 ] {e817753c-becd-456d-a888-3a742fe00da7} <Debug> TCPHandler: Processed in 0.001863842 sec.
3264 2025.03.20 20:29:59.547613 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3265 2025.03.20 20:29:59.547717 [ 276 ] {92304f10-0c88-40c3-b92b-ca22363f9d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3266 2025.03.20 20:29:59.547764 [ 276 ] {92304f10-0c88-40c3-b92b-ca22363f9d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3267 2025.03.20 20:29:59.548322 [ 276 ] {92304f10-0c88-40c3-b92b-ca22363f9d41} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3268 2025.03.20 20:29:59.548361 [ 276 ] {92304f10-0c88-40c3-b92b-ca22363f9d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3269 2025.03.20 20:29:59.548712 [ 276 ] {92304f10-0c88-40c3-b92b-ca22363f9d41} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3270 2025.03.20 20:29:59.548954 [ 276 ] {92304f10-0c88-40c3-b92b-ca22363f9d41} <Trace> oximeter.fields_uuid (5e4a2cec-2804-4b17-be32-c29187c3ea2f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3271 2025.03.20 20:29:59.549194 [ 276 ] {92304f10-0c88-40c3-b92b-ca22363f9d41} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001497 sec., 50768.20307281229 rows/sec., 3.96 MiB/sec.
3272 2025.03.20 20:29:59.549402 [ 276 ] {92304f10-0c88-40c3-b92b-ca22363f9d41} <Debug> TCPHandler: Processed in 0.001834641 sec.
3273 2025.03.20 20:29:59.549569 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3274 2025.03.20 20:29:59.549676 [ 276 ] {4711a23a-1789-46a2-bbc2-4c8c63d4c4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3275 2025.03.20 20:29:59.549727 [ 276 ] {4711a23a-1789-46a2-bbc2-4c8c63d4c4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3276 2025.03.20 20:29:59.550268 [ 276 ] {4711a23a-1789-46a2-bbc2-4c8c63d4c4f9} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3277 2025.03.20 20:29:59.550307 [ 276 ] {4711a23a-1789-46a2-bbc2-4c8c63d4c4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3278 2025.03.20 20:29:59.550683 [ 276 ] {4711a23a-1789-46a2-bbc2-4c8c63d4c4f9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3279 2025.03.20 20:29:59.550925 [ 276 ] {4711a23a-1789-46a2-bbc2-4c8c63d4c4f9} <Trace> oximeter.measurements_cumulativeu64 (03783846-23d7-418c-99df-e99f33bbeb4d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3280 2025.03.20 20:29:59.551134 [ 276 ] {4711a23a-1789-46a2-bbc2-4c8c63d4c4f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001482 sec., 107962.21322537112 rows/sec., 7.52 MiB/sec.
3281 2025.03.20 20:29:59.551192 [ 276 ] {4711a23a-1789-46a2-bbc2-4c8c63d4c4f9} <Debug> TCPHandler: Processed in 0.00167622 sec.
3282 2025.03.20 20:29:59.551297 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3283 2025.03.20 20:29:59.551400 [ 276 ] {b85d3cab-b9bc-4247-865e-869233b4793f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3284 2025.03.20 20:29:59.551466 [ 276 ] {b85d3cab-b9bc-4247-865e-869233b4793f} <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
3285 2025.03.20 20:29:59.552545 [ 276 ] {b85d3cab-b9bc-4247-865e-869233b4793f} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3286 2025.03.20 20:29:59.552588 [ 276 ] {b85d3cab-b9bc-4247-865e-869233b4793f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3287 2025.03.20 20:29:59.553285 [ 276 ] {b85d3cab-b9bc-4247-865e-869233b4793f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3288 2025.03.20 20:29:59.553555 [ 276 ] {b85d3cab-b9bc-4247-865e-869233b4793f} <Trace> oximeter.measurements_histogramu64 (b196b106-6c6e-48ca-9360-339c844bf1ef): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3289 2025.03.20 20:29:59.554087 [ 276 ] {b85d3cab-b9bc-4247-865e-869233b4793f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.0026 sec., 4615.384615384615 rows/sec., 8.27 MiB/sec.
3290 2025.03.20 20:29:59.554477 [ 276 ] {b85d3cab-b9bc-4247-865e-869233b4793f} <Debug> TCPHandler: Processed in 0.003228198 sec.
3291 2025.03.20 20:29:59.554594 [ 276 ] {} <Trace> TCP-Session: e6162b66-d895-4a02-97bc-295574bf8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3292 2025.03.20 20:29:59.554697 [ 276 ] {ce286c5c-cd78-4dfc-9344-a73392b5874d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46521) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3293 2025.03.20 20:29:59.554742 [ 276 ] {ce286c5c-cd78-4dfc-9344-a73392b5874d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3294 2025.03.20 20:29:59.555177 [ 276 ] {ce286c5c-cd78-4dfc-9344-a73392b5874d} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3295 2025.03.20 20:29:59.555217 [ 276 ] {ce286c5c-cd78-4dfc-9344-a73392b5874d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB.
3296 2025.03.20 20:29:59.555577 [ 276 ] {ce286c5c-cd78-4dfc-9344-a73392b5874d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3297 2025.03.20 20:29:59.555819 [ 276 ] {ce286c5c-cd78-4dfc-9344-a73392b5874d} <Trace> oximeter.measurements_u64 (306e0d75-457b-4311-80f7-db71a6bb7800): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3298 2025.03.20 20:29:59.556073 [ 276 ] {ce286c5c-cd78-4dfc-9344-a73392b5874d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec.
3299 2025.03.20 20:29:59.556588 [ 276 ] {ce286c5c-cd78-4dfc-9344-a73392b5874d} <Debug> TCPHandler: Processed in 0.002038184 sec.