Max level shown:
1 [ Jan 22 09:42:11 Enabled. ]
2 [ Jan 22 09:42:11 Rereading configuration. ]
3 [ Jan 22 09:42:13 Rereading configuration. ]
4 [ Jan 22 09:42:25 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 [ Jan 22 09:42:25 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.01.22 09:42:26.205924 [ 1 ] {} <Information> Application: Will watch for the process with pid 23015
29 2025.01.22 09:42:26.206400 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.01.22 09:42:26.575817 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23015
31 2025.01.22 09:42:26.576669 [ 1 ] {} <Information> Application: starting up
32 2025.01.22 09:42:26.577497 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.01.22 09:42:26.688317 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.01.22 09:42:26.729785 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.01.22 09:42:26.729855 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.01.22 09:42:26.729868 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.01.22 09:42:26.729934 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.01.22 09:42:26.730668 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.01.22 09:42:26.732421 [ 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.01.22 09:42:26.733269 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.01.22 09:42:26.734220 [ 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.01.22 09:42:26.734285 [ 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.01.22 09:42:26.734333 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.01.22 09:42:26.734519 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.01.22 09:42:26.735495 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.01.22 09:42:26.741673 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.01.22 09:42:26.742500 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.01.22 09:42:26.743945 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.01.22 09:42:26.744044 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.01.22 09:42:26.745734 [ 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.01.22 09:42:26.746264 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.01.22 09:42:26.751079 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.01.22 09:42:26.751603 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.01.22 09:42:26.753238 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.01.22 09:42:26.753815 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.01.22 09:42:26.754359 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.01.22 09:42:26.754732 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.01.22 09:42:26.756290 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.01.22 09:42:26.756319 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.01.22 09:42:26.756399 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.01.22 09:42:26.756529 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.01.22 09:42:26.770285 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.01.22 09:42:26.770320 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000168904 sec
68 2025.01.22 09:42:26.770411 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.01.22 09:42:26.770458 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.01.22 09:42:26.771789 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.01.22 09:42:26.773087 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.01.22 09:42:26.788392 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.01.22 09:42:26.788440 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.01.22 09:42:26.788786 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.01.22 09:42:26.788801 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.01.22 09:42:26.788839 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.01.22 09:42:26.789059 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.01.22 09:42:26.794561 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.01.22 09:42:26.794612 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.01.22 09:42:26.794775 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.01.22 09:42:26.795016 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.01.22 09:42:26.795039 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.01.22 09:42:26.795075 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.01.22 09:42:26.795153 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.01.22 09:42:26.795167 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.01.22 09:42:26.795199 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.01.22 09:42:26.795280 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.01.22 09:42:26.825404 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.01.22 09:42:26.829530 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.01.22 09:42:26.829594 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.2572e-05 sec
91 2025.01.22 09:42:26.829609 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.01.22 09:42:26.829620 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.01.22 09:42:26.829645 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.01.22 09:42:26.829862 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.01.22 09:42:26.829968 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.01.22 09:42:26.829985 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.01.22 09:42:26.829997 [ 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.01.22 09:42:26.830009 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.01.22 09:42:26.849272 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.01.22 09:42:26.849499 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.13 MiB (RSS), difference: 92.35 MiB
101 2025.01.22 09:42:26.850686 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.485e-05 sec.
102 2025.01.22 09:42:26.852083 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.01.22 09:42:26.852160 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.01.22 09:42:26.852186 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.01.22 09:42:26.852387 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33681
106 2025.01.22 09:42:26.852387 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49750
107 2025.01.22 09:42:26.852763 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
108 2025.01.22 09:42:26.852769 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
109 2025.01.22 09:42:26.852848 [ 4 ] {} <Debug> TCP-Session: d1811f0c-be6a-4cd7-8ac6-ed094b193b9a Authenticating user 'default' from [fd00:1122:3344:101::a]:33681
110 2025.01.22 09:42:26.852861 [ 3 ] {} <Debug> TCP-Session: eb684a92-71c5-4019-9a2e-d177b89a3b9b Authenticating user 'default' from [fd00:1122:3344:101::c]:49750
111 2025.01.22 09:42:26.852989 [ 4 ] {} <Debug> TCP-Session: d1811f0c-be6a-4cd7-8ac6-ed094b193b9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
112 2025.01.22 09:42:26.852999 [ 3 ] {} <Debug> TCP-Session: eb684a92-71c5-4019-9a2e-d177b89a3b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
113 2025.01.22 09:42:26.853021 [ 4 ] {} <Debug> TCP-Session: d1811f0c-be6a-4cd7-8ac6-ed094b193b9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
114 2025.01.22 09:42:26.853117 [ 3 ] {} <Debug> TCP-Session: eb684a92-71c5-4019-9a2e-d177b89a3b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
115 2025.01.22 09:42:26.853244 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
116 2025.01.22 09:42:26.853346 [ 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
117 2025.01.22 09:42:26.853364 [ 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
118 2025.01.22 09:42:26.853478 [ 4 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
119 2025.01.22 09:42:26.853513 [ 4 ] {} <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
120 2025.01.22 09:42:26.853605 [ 4 ] {} <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
121 2025.01.22 09:42:26.854488 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37522
122 2025.01.22 09:42:26.854606 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2025.01.22 09:42:26.854636 [ 5 ] {} <Debug> TCP-Session: 7db29d81-8bbf-43a8-acaa-3c4064bd07ee Authenticating user 'default' from [fd00:1122:3344:101::c]:37522
124 2025.01.22 09:42:26.854743 [ 5 ] {} <Debug> TCP-Session: 7db29d81-8bbf-43a8-acaa-3c4064bd07ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
125 2025.01.22 09:42:26.854759 [ 5 ] {} <Debug> TCP-Session: 7db29d81-8bbf-43a8-acaa-3c4064bd07ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
126 2025.01.22 09:42:26.855599 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38138
127 2025.01.22 09:42:26.855684 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57504
128 2025.01.22 09:42:26.855849 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53253
129 2025.01.22 09:42:26.856276 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44598
130 2025.01.22 09:42:26.856267 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
131 2025.01.22 09:42:26.856364 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
132 2025.01.22 09:42:26.856350 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2025.01.22 09:42:26.856578 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48447
134 2025.01.22 09:42:26.856583 [ 253 ] {} <Debug> TCP-Session: eb1dd11a-baaa-4e9b-a81a-dacaf540e0e8 Authenticating user 'default' from [fd00:1122:3344:101::c]:38138
135 2025.01.22 09:42:26.856640 [ 255 ] {} <Debug> TCP-Session: 7ec05716-8e71-4d4f-a9c4-d94b0228a443 Authenticating user 'default' from [fd00:1122:3344:101::c]:53253
136 2025.01.22 09:42:26.856587 [ 254 ] {} <Debug> TCP-Session: 3dc952d7-6b13-46d4-bf91-c9b02df49057 Authenticating user 'default' from [fd00:1122:3344:101::c]:57504
137 2025.01.22 09:42:26.856816 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51209
138 2025.01.22 09:42:26.856871 [ 255 ] {} <Debug> TCP-Session: 7ec05716-8e71-4d4f-a9c4-d94b0228a443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.01.22 09:42:26.856911 [ 253 ] {} <Debug> TCP-Session: eb1dd11a-baaa-4e9b-a81a-dacaf540e0e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
140 2025.01.22 09:42:26.856825 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2025.01.22 09:42:26.856849 [ 254 ] {} <Debug> TCP-Session: 3dc952d7-6b13-46d4-bf91-c9b02df49057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
142 2025.01.22 09:42:26.857021 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41456
143 2025.01.22 09:42:26.857050 [ 255 ] {} <Debug> TCP-Session: 7ec05716-8e71-4d4f-a9c4-d94b0228a443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
144 2025.01.22 09:42:26.857096 [ 254 ] {} <Debug> TCP-Session: 3dc952d7-6b13-46d4-bf91-c9b02df49057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.01.22 09:42:26.857141 [ 253 ] {} <Debug> TCP-Session: eb1dd11a-baaa-4e9b-a81a-dacaf540e0e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
146 2025.01.22 09:42:26.857458 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38199
147 2025.01.22 09:42:26.857483 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42735
148 2025.01.22 09:42:26.857540 [ 257 ] {} <Debug> TCP-Session: cfd54f23-d14f-47a0-b7d0-e48014ff5ec0 Authenticating user 'default' from [fd00:1122:3344:101::c]:48447
149 2025.01.22 09:42:26.857481 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2025.01.22 09:42:26.857684 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
151 2025.01.22 09:42:26.857706 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39399
152 2025.01.22 09:42:26.857775 [ 259 ] {} <Debug> TCP-Session: 90e5dd73-95dd-42b9-9eee-29d239486c8e Authenticating user 'default' from [fd00:1122:3344:101::a]:41456
153 2025.01.22 09:42:26.857764 [ 257 ] {} <Debug> TCP-Session: cfd54f23-d14f-47a0-b7d0-e48014ff5ec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
154 2025.01.22 09:42:26.857787 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46019
155 2025.01.22 09:42:26.857823 [ 260 ] {} <Debug> TCP-Session: 6606e1d2-9848-44a9-b4bf-9545ee5f7a3c Authenticating user 'default' from [fd00:1122:3344:101::a]:38199
156 2025.01.22 09:42:26.857947 [ 259 ] {} <Debug> TCP-Session: 90e5dd73-95dd-42b9-9eee-29d239486c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
157 2025.01.22 09:42:26.858024 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53603
158 2025.01.22 09:42:26.858292 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
159 2025.01.22 09:42:26.858329 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
160 2025.01.22 09:42:26.858364 [ 257 ] {} <Debug> TCP-Session: cfd54f23-d14f-47a0-b7d0-e48014ff5ec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
161 2025.01.22 09:42:26.858371 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54298
162 2025.01.22 09:42:26.858430 [ 263 ] {} <Debug> TCP-Session: 41e0c2f0-0a96-49ca-a52a-0a76aeb0fe63 Authenticating user 'default' from [fd00:1122:3344:101::a]:46019
163 2025.01.22 09:42:26.858387 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
164 2025.01.22 09:42:26.858296 [ 259 ] {} <Debug> TCP-Session: 90e5dd73-95dd-42b9-9eee-29d239486c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
165 2025.01.22 09:42:26.858467 [ 260 ] {} <Debug> TCP-Session: 6606e1d2-9848-44a9-b4bf-9545ee5f7a3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
166 2025.01.22 09:42:26.858522 [ 261 ] {} <Debug> TCP-Session: a9d4dbfd-6e83-4005-a533-a47b188ee1b4 Authenticating user 'default' from [fd00:1122:3344:101::a]:42735
167 2025.01.22 09:42:26.858625 [ 262 ] {} <Debug> TCP-Session: 1b8aa4bd-51c2-4486-8ff7-4a2b3e4eccc6 Authenticating user 'default' from [fd00:1122:3344:101::a]:39399
168 2025.01.22 09:42:26.858637 [ 263 ] {} <Debug> TCP-Session: 41e0c2f0-0a96-49ca-a52a-0a76aeb0fe63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
169 2025.01.22 09:42:26.858697 [ 260 ] {} <Debug> TCP-Session: 6606e1d2-9848-44a9-b4bf-9545ee5f7a3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
170 2025.01.22 09:42:26.858874 [ 262 ] {} <Debug> TCP-Session: 1b8aa4bd-51c2-4486-8ff7-4a2b3e4eccc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
171 2025.01.22 09:42:26.858889 [ 261 ] {} <Debug> TCP-Session: a9d4dbfd-6e83-4005-a533-a47b188ee1b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
172 2025.01.22 09:42:26.859002 [ 263 ] {} <Debug> TCP-Session: 41e0c2f0-0a96-49ca-a52a-0a76aeb0fe63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
173 2025.01.22 09:42:26.859007 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
174 2025.01.22 09:42:26.859034 [ 261 ] {} <Debug> TCP-Session: a9d4dbfd-6e83-4005-a533-a47b188ee1b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
175 2025.01.22 09:42:26.859088 [ 262 ] {} <Debug> TCP-Session: 1b8aa4bd-51c2-4486-8ff7-4a2b3e4eccc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
176 2025.01.22 09:42:26.859179 [ 264 ] {} <Debug> TCP-Session: 77347f70-c2b9-48c9-a020-6bcfd9c906a9 Authenticating user 'default' from [fd00:1122:3344:101::a]:53603
177 2025.01.22 09:42:26.859233 [ 264 ] {} <Debug> TCP-Session: 77347f70-c2b9-48c9-a020-6bcfd9c906a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
178 2025.01.22 09:42:26.859392 [ 264 ] {} <Debug> TCP-Session: 77347f70-c2b9-48c9-a020-6bcfd9c906a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
179 2025.01.22 09:42:26.866017 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
180 2025.01.22 09:42:26.866057 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
181 2025.01.22 09:42:26.866070 [ 258 ] {} <Debug> TCP-Session: 2bbbbfb0-168d-4c86-8e0d-207731ba8e41 Authenticating user 'default' from [fd00:1122:3344:101::c]:51209
182 2025.01.22 09:42:26.866180 [ 256 ] {} <Debug> TCP-Session: 73805e96-b324-466f-8f68-ff9c837e3cb9 Authenticating user 'default' from [fd00:1122:3344:101::c]:44598
183 2025.01.22 09:42:26.866194 [ 258 ] {} <Debug> TCP-Session: 2bbbbfb0-168d-4c86-8e0d-207731ba8e41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
184 2025.01.22 09:42:26.866214 [ 256 ] {} <Debug> TCP-Session: 73805e96-b324-466f-8f68-ff9c837e3cb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
185 2025.01.22 09:42:26.866378 [ 258 ] {} <Debug> TCP-Session: 2bbbbfb0-168d-4c86-8e0d-207731ba8e41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
186 2025.01.22 09:42:26.866399 [ 256 ] {} <Debug> TCP-Session: 73805e96-b324-466f-8f68-ff9c837e3cb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
187 2025.01.22 09:42:26.868400 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
188 2025.01.22 09:42:26.868449 [ 265 ] {} <Debug> TCP-Session: e10d39c7-b9c6-4d3b-ad3f-49fbbce2a9f4 Authenticating user 'default' from [fd00:1122:3344:101::a]:54298
189 2025.01.22 09:42:26.868468 [ 265 ] {} <Debug> TCP-Session: e10d39c7-b9c6-4d3b-ad3f-49fbbce2a9f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
190 2025.01.22 09:42:26.868540 [ 265 ] {} <Debug> TCP-Session: e10d39c7-b9c6-4d3b-ad3f-49fbbce2a9f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
191 2025.01.22 09:42:26.956357 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64097
192 2025.01.22 09:42:26.956524 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
193 2025.01.22 09:42:26.956554 [ 266 ] {} <Debug> TCP-Session: 94f0abfc-4647-4a4d-8554-8515467bedb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64097
194 2025.01.22 09:42:26.956668 [ 266 ] {} <Debug> TCP-Session: 94f0abfc-4647-4a4d-8554-8515467bedb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
195 2025.01.22 09:42:26.956691 [ 266 ] {} <Debug> TCP-Session: 94f0abfc-4647-4a4d-8554-8515467bedb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
196 2025.01.22 09:42:26.956762 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
197 2025.01.22 09:42:26.956890 [ 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.01.22 09:42:26.956917 [ 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.01.22 09:42:26.959377 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52915
200 2025.01.22 09:42:26.959569 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
201 2025.01.22 09:42:26.959629 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35995
202 2025.01.22 09:42:26.959571 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60709
203 2025.01.22 09:42:26.959724 [ 267 ] {} <Debug> TCP-Session: 960535b1-55f8-41ae-a9db-97f47f732b15 Authenticating user 'default' from [fd00:1122:3344:101::e]:52915
204 2025.01.22 09:42:26.959811 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43792
205 2025.01.22 09:42:26.959983 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38565
206 2025.01.22 09:42:26.959990 [ 267 ] {} <Debug> TCP-Session: 960535b1-55f8-41ae-a9db-97f47f732b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
207 2025.01.22 09:42:26.960080 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
208 2025.01.22 09:42:26.960091 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
209 2025.01.22 09:42:26.960232 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40430
210 2025.01.22 09:42:26.960375 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
211 2025.01.22 09:42:26.960392 [ 269 ] {} <Debug> TCP-Session: bb72f2da-68df-435b-97f4-14b7625da0da Authenticating user 'default' from [fd00:1122:3344:101::e]:35995
212 2025.01.22 09:42:26.960139 [ 267 ] {} <Debug> TCP-Session: 960535b1-55f8-41ae-a9db-97f47f732b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
213 2025.01.22 09:42:26.960388 [ 268 ] {} <Debug> TCP-Session: 04b16970-01c9-4cd7-94d9-79a2c1958f1f Authenticating user 'default' from [fd00:1122:3344:101::e]:60709
214 2025.01.22 09:42:26.960737 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56987
215 2025.01.22 09:42:26.960784 [ 268 ] {} <Debug> TCP-Session: 04b16970-01c9-4cd7-94d9-79a2c1958f1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
216 2025.01.22 09:42:26.960724 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
217 2025.01.22 09:42:26.960741 [ 269 ] {} <Debug> TCP-Session: bb72f2da-68df-435b-97f4-14b7625da0da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
218 2025.01.22 09:42:26.960860 [ 271 ] {} <Debug> TCP-Session: 280f43d5-db8f-4243-bc34-b138ea744205 Authenticating user 'default' from [fd00:1122:3344:101::e]:38565
219 2025.01.22 09:42:26.960872 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
220 2025.01.22 09:42:26.961017 [ 269 ] {} <Debug> TCP-Session: bb72f2da-68df-435b-97f4-14b7625da0da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
221 2025.01.22 09:42:26.961038 [ 272 ] {} <Debug> TCP-Session: 2e8e8502-df04-4ccd-9b96-1bbdd41ff8ad Authenticating user 'default' from [fd00:1122:3344:101::e]:40430
222 2025.01.22 09:42:26.961053 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
223 2025.01.22 09:42:26.961078 [ 268 ] {} <Debug> TCP-Session: 04b16970-01c9-4cd7-94d9-79a2c1958f1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
224 2025.01.22 09:42:26.961162 [ 270 ] {} <Debug> TCP-Session: 77b35b00-dc65-4cb0-9124-245a43910820 Authenticating user 'default' from [fd00:1122:3344:101::e]:43792
225 2025.01.22 09:42:26.961217 [ 272 ] {} <Debug> TCP-Session: 2e8e8502-df04-4ccd-9b96-1bbdd41ff8ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
226 2025.01.22 09:42:26.961171 [ 271 ] {} <Debug> TCP-Session: 280f43d5-db8f-4243-bc34-b138ea744205 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
227 2025.01.22 09:42:26.961334 [ 273 ] {} <Debug> TCP-Session: c32dcd05-35c4-49b7-9f0e-5d605fb6b731 Authenticating user 'default' from [fd00:1122:3344:101::e]:56987
228 2025.01.22 09:42:26.961363 [ 272 ] {} <Debug> TCP-Session: 2e8e8502-df04-4ccd-9b96-1bbdd41ff8ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
229 2025.01.22 09:42:26.961405 [ 270 ] {} <Debug> TCP-Session: 77b35b00-dc65-4cb0-9124-245a43910820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
230 2025.01.22 09:42:26.961422 [ 271 ] {} <Debug> TCP-Session: 280f43d5-db8f-4243-bc34-b138ea744205 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
231 2025.01.22 09:42:26.961501 [ 273 ] {} <Debug> TCP-Session: c32dcd05-35c4-49b7-9f0e-5d605fb6b731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
232 2025.01.22 09:42:26.961516 [ 270 ] {} <Debug> TCP-Session: 77b35b00-dc65-4cb0-9124-245a43910820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
233 2025.01.22 09:42:26.961618 [ 273 ] {} <Debug> TCP-Session: c32dcd05-35c4-49b7-9f0e-5d605fb6b731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
234 2025.01.22 09:42:27.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.28 MiB, peak 117.28 MiB, free memory in arenas 0.00 B, will set to 120.45 MiB (RSS), difference: 3.17 MiB
235 2025.01.22 09:42:27.343445 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39075
236 2025.01.22 09:42:27.343648 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
237 2025.01.22 09:42:27.343777 [ 274 ] {} <Debug> TCP-Session: f514b61d-c127-43f0-80b7-f200a637a0d7 Authenticating user 'default' from [fd00:1122:3344:101::b]:39075
238 2025.01.22 09:42:27.343804 [ 274 ] {} <Debug> TCP-Session: f514b61d-c127-43f0-80b7-f200a637a0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
239 2025.01.22 09:42:27.343819 [ 274 ] {} <Debug> TCP-Session: f514b61d-c127-43f0-80b7-f200a637a0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
240 2025.01.22 09:42:27.343954 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
241 2025.01.22 09:42:27.343982 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
242 2025.01.22 09:42:27.344069 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
243 2025.01.22 09:42:27.345097 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56623
244 2025.01.22 09:42:27.345251 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36060
245 2025.01.22 09:42:27.345332 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34476
246 2025.01.22 09:42:27.345585 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
247 2025.01.22 09:42:27.345587 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
248 2025.01.22 09:42:27.345602 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63444
249 2025.01.22 09:42:27.345641 [ 276 ] {} <Debug> TCP-Session: 33b0473a-1a3a-4c29-b2d6-fffeced697ce Authenticating user 'default' from [fd00:1122:3344:101::b]:36060
250 2025.01.22 09:42:27.345812 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43732
251 2025.01.22 09:42:27.345821 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
252 2025.01.22 09:42:27.345872 [ 276 ] {} <Debug> TCP-Session: 33b0473a-1a3a-4c29-b2d6-fffeced697ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
253 2025.01.22 09:42:27.345847 [ 275 ] {} <Debug> TCP-Session: 525bd628-6724-4e51-85eb-3df295ad5208 Authenticating user 'default' from [fd00:1122:3344:101::b]:56623
254 2025.01.22 09:42:27.346014 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61287
255 2025.01.22 09:42:27.346248 [ 275 ] {} <Debug> TCP-Session: 525bd628-6724-4e51-85eb-3df295ad5208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
256 2025.01.22 09:42:27.346253 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41771
257 2025.01.22 09:42:27.346268 [ 276 ] {} <Debug> TCP-Session: 33b0473a-1a3a-4c29-b2d6-fffeced697ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
258 2025.01.22 09:42:27.346277 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
259 2025.01.22 09:42:27.346354 [ 275 ] {} <Debug> TCP-Session: 525bd628-6724-4e51-85eb-3df295ad5208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
260 2025.01.22 09:42:27.346331 [ 277 ] {} <Debug> TCP-Session: 77d8f961-c431-417c-a30d-50204d9134b7 Authenticating user 'default' from [fd00:1122:3344:101::b]:34476
261 2025.01.22 09:42:27.346271 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
262 2025.01.22 09:42:27.346832 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
263 2025.01.22 09:42:27.346826 [ 277 ] {} <Debug> TCP-Session: 77d8f961-c431-417c-a30d-50204d9134b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
264 2025.01.22 09:42:27.346842 [ 279 ] {} <Debug> TCP-Session: a333a66b-c77d-49a8-91ee-52a0f8c0e0b6 Authenticating user 'default' from [fd00:1122:3344:101::b]:43732
265 2025.01.22 09:42:27.346823 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
266 2025.01.22 09:42:27.346933 [ 277 ] {} <Debug> TCP-Session: 77d8f961-c431-417c-a30d-50204d9134b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
267 2025.01.22 09:42:27.346926 [ 278 ] {} <Debug> TCP-Session: 55e37575-f13a-4f1f-a454-d88595566312 Authenticating user 'default' from [fd00:1122:3344:101::b]:63444
268 2025.01.22 09:42:27.347014 [ 279 ] {} <Debug> TCP-Session: a333a66b-c77d-49a8-91ee-52a0f8c0e0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
269 2025.01.22 09:42:27.346931 [ 280 ] {} <Debug> TCP-Session: aa96f5c7-850a-45a5-b73c-41aedbed64a7 Authenticating user 'default' from [fd00:1122:3344:101::b]:41771
270 2025.01.22 09:42:27.347121 [ 281 ] {} <Debug> TCP-Session: b9bf283e-6e87-4051-bbb7-321b8367dc8a Authenticating user 'default' from [fd00:1122:3344:101::b]:61287
271 2025.01.22 09:42:27.347138 [ 280 ] {} <Debug> TCP-Session: aa96f5c7-850a-45a5-b73c-41aedbed64a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
272 2025.01.22 09:42:27.347209 [ 278 ] {} <Debug> TCP-Session: 55e37575-f13a-4f1f-a454-d88595566312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
273 2025.01.22 09:42:27.347230 [ 279 ] {} <Debug> TCP-Session: a333a66b-c77d-49a8-91ee-52a0f8c0e0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
274 2025.01.22 09:42:27.347251 [ 281 ] {} <Debug> TCP-Session: b9bf283e-6e87-4051-bbb7-321b8367dc8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
275 2025.01.22 09:42:27.347291 [ 280 ] {} <Debug> TCP-Session: aa96f5c7-850a-45a5-b73c-41aedbed64a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
276 2025.01.22 09:42:27.347305 [ 278 ] {} <Debug> TCP-Session: 55e37575-f13a-4f1f-a454-d88595566312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
277 2025.01.22 09:42:27.347364 [ 281 ] {} <Debug> TCP-Session: b9bf283e-6e87-4051-bbb7-321b8367dc8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
278 2025.01.22 09:42:27.445356 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60371
279 2025.01.22 09:42:27.445556 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
280 2025.01.22 09:42:27.445589 [ 282 ] {} <Debug> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Authenticating user 'default' from [fd00:1122:3344:101::d]:60371
281 2025.01.22 09:42:27.445687 [ 282 ] {} <Debug> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
282 2025.01.22 09:42:27.445704 [ 282 ] {} <Debug> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
283 2025.01.22 09:42:27.445782 [ 282 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
284 2025.01.22 09:42:27.445878 [ 282 ] {} <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
285 2025.01.22 09:42:27.445896 [ 282 ] {} <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
286 2025.01.22 09:42:27.447089 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54287
287 2025.01.22 09:42:27.447352 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62332
288 2025.01.22 09:42:27.447418 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35277
289 2025.01.22 09:42:27.447367 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
290 2025.01.22 09:42:27.447533 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44134
291 2025.01.22 09:42:27.448260 [ 283 ] {} <Debug> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:54287
292 2025.01.22 09:42:27.449145 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
293 2025.01.22 09:42:27.449221 [ 283 ] {} <Debug> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
294 2025.01.22 09:42:27.449239 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62739
295 2025.01.22 09:42:27.449231 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
296 2025.01.22 09:42:27.449469 [ 284 ] {} <Debug> TCP-Session: 46ffb8bc-9c30-4597-bdd4-8bfbe0e02a73 Authenticating user 'default' from [fd00:1122:3344:101::d]:62332
297 2025.01.22 09:42:27.449476 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
298 2025.01.22 09:42:27.449493 [ 286 ] {} <Debug> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Authenticating user 'default' from [fd00:1122:3344:101::d]:44134
299 2025.01.22 09:42:27.449491 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
300 2025.01.22 09:42:27.449718 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
301 2025.01.22 09:42:27.449738 [ 284 ] {} <Debug> TCP-Session: 46ffb8bc-9c30-4597-bdd4-8bfbe0e02a73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
302 2025.01.22 09:42:27.449801 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62709
303 2025.01.22 09:42:27.449782 [ 287 ] {} <Debug> TCP-Session: 902864e0-46c7-40e5-ba26-717e15eba75d Authenticating user 'default' from [fd00:1122:3344:101::d]:62739
304 2025.01.22 09:42:27.449758 [ 286 ] {} <Debug> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
305 2025.01.22 09:42:27.449864 [ 284 ] {} <Debug> TCP-Session: 46ffb8bc-9c30-4597-bdd4-8bfbe0e02a73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
306 2025.01.22 09:42:27.449920 [ 287 ] {} <Debug> TCP-Session: 902864e0-46c7-40e5-ba26-717e15eba75d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
307 2025.01.22 09:42:27.449730 [ 285 ] {} <Debug> TCP-Session: 9f381fd8-bfbd-47fb-a5fd-1881a6d66e63 Authenticating user 'default' from [fd00:1122:3344:101::d]:35277
308 2025.01.22 09:42:27.449740 [ 283 ] {} <Debug> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
309 2025.01.22 09:42:27.450179 [ 287 ] {} <Debug> TCP-Session: 902864e0-46c7-40e5-ba26-717e15eba75d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
310 2025.01.22 09:42:27.450228 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
311 2025.01.22 09:42:27.450304 [ 286 ] {} <Debug> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
312 2025.01.22 09:42:27.450419 [ 285 ] {} <Debug> TCP-Session: 9f381fd8-bfbd-47fb-a5fd-1881a6d66e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
313 2025.01.22 09:42:27.450331 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37740
314 2025.01.22 09:42:27.450315 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51454
315 2025.01.22 09:42:27.451194 [ 285 ] {} <Debug> TCP-Session: 9f381fd8-bfbd-47fb-a5fd-1881a6d66e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
316 2025.01.22 09:42:27.451198 [ 288 ] {} <Debug> TCP-Session: a80c1809-f6fe-4af4-9a7e-f01b4eba1aee Authenticating user 'default' from [fd00:1122:3344:101::d]:62709
317 2025.01.22 09:42:27.452776 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
318 2025.01.22 09:42:27.452797 [ 288 ] {} <Debug> TCP-Session: a80c1809-f6fe-4af4-9a7e-f01b4eba1aee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
319 2025.01.22 09:42:27.453671 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
320 2025.01.22 09:42:27.453684 [ 288 ] {} <Debug> TCP-Session: a80c1809-f6fe-4af4-9a7e-f01b4eba1aee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
321 2025.01.22 09:42:27.453731 [ 290 ] {} <Debug> TCP-Session: 0b5e50a2-b3b5-4b36-9f95-e2c5ebc5035a Authenticating user 'default' from [fd00:1122:3344:101::d]:51454
322 2025.01.22 09:42:27.453710 [ 289 ] {} <Debug> TCP-Session: 87a54461-eb60-4d54-a668-1fc5e419262c Authenticating user 'default' from [fd00:1122:3344:101::d]:37740
323 2025.01.22 09:42:27.454561 [ 290 ] {} <Debug> TCP-Session: 0b5e50a2-b3b5-4b36-9f95-e2c5ebc5035a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
324 2025.01.22 09:42:27.454581 [ 289 ] {} <Debug> TCP-Session: 87a54461-eb60-4d54-a668-1fc5e419262c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
325 2025.01.22 09:42:27.454679 [ 290 ] {} <Debug> TCP-Session: 0b5e50a2-b3b5-4b36-9f95-e2c5ebc5035a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
326 2025.01.22 09:42:27.454777 [ 289 ] {} <Debug> TCP-Session: 87a54461-eb60-4d54-a668-1fc5e419262c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
327 2025.01.22 09:42:27.454803 [ 282 ] {a4f67bbe-c18e-443b-99c6-989588d6de07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
328 2025.01.22 09:42:27.523919 [ 282 ] {a4f67bbe-c18e-443b-99c6-989588d6de07} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60371) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
329 
330 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
331 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
332 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
333 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
334 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
335 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
336 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
337 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
338 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
339 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
340 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
341 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
342 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
343 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
344 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
345 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
346 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
347 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
348 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
349 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
350 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
351 
352 2025.01.22 09:42:27.525599 [ 282 ] {a4f67bbe-c18e-443b-99c6-989588d6de07} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
353 
354 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
355 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
356 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
357 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
358 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
359 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
360 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
361 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
362 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
363 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
364 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
365 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
366 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
367 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
368 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
369 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
370 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
371 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
372 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
373 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
374 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
375 
376 2025.01.22 09:42:27.525915 [ 282 ] {a4f67bbe-c18e-443b-99c6-989588d6de07} <Debug> TCPHandler: Processed in 0.078710583 sec.
377 2025.01.22 09:42:27.526213 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
378 2025.01.22 09:42:27.526407 [ 286 ] {0aab3e2c-9174-4cf4-88c2-a1d7ac64e6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
379 2025.01.22 09:42:27.526739 [ 286 ] {0aab3e2c-9174-4cf4-88c2-a1d7ac64e6c0} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44134) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
380 
381 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
382 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
383 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
384 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
385 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
386 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
387 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
388 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
389 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
390 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
391 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
392 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
393 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
394 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
395 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
396 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
397 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
398 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
399 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
400 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
401 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
402 
403 2025.01.22 09:42:27.527058 [ 286 ] {0aab3e2c-9174-4cf4-88c2-a1d7ac64e6c0} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
404 
405 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
406 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
407 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
408 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
409 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
410 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
411 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
412 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
413 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
414 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
415 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
416 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
417 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
418 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
419 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
420 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
421 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
422 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
423 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
424 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
425 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
426 
427 2025.01.22 09:42:27.527318 [ 286 ] {0aab3e2c-9174-4cf4-88c2-a1d7ac64e6c0} <Debug> TCPHandler: Processed in 0.001260443 sec.
428 2025.01.22 09:42:27.527644 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
429 2025.01.22 09:42:27.529154 [ 282 ] {07c1a191-1ad4-4adf-b76a-c685e77dee1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) DROP DATABASE IF EXISTS oximeter (stage: Complete)
430 2025.01.22 09:42:27.529935 [ 282 ] {07c1a191-1ad4-4adf-b76a-c685e77dee1d} <Debug> TCPHandler: Processed in 0.002417945 sec.
431 2025.01.22 09:42:27.530143 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2025.01.22 09:42:27.530319 [ 286 ] {8fa7d267-ef14-4926-8e9b-3a0570f77104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
433 2025.01.22 09:42:27.530455 [ 286 ] {8fa7d267-ef14-4926-8e9b-3a0570f77104} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
434 2025.01.22 09:42:27.536563 [ 286 ] {8fa7d267-ef14-4926-8e9b-3a0570f77104} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
435 2025.01.22 09:42:27.536705 [ 286 ] {8fa7d267-ef14-4926-8e9b-3a0570f77104} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000176213 sec
436 2025.01.22 09:42:27.536724 [ 286 ] {8fa7d267-ef14-4926-8e9b-3a0570f77104} <Trace> ReferentialDeps: No tables
437 2025.01.22 09:42:27.536738 [ 286 ] {8fa7d267-ef14-4926-8e9b-3a0570f77104} <Trace> LoadingDeps: No tables
438 2025.01.22 09:42:27.536760 [ 286 ] {8fa7d267-ef14-4926-8e9b-3a0570f77104} <Information> DatabaseAtomic (oximeter): Starting up tables.
439 2025.01.22 09:42:27.536881 [ 286 ] {8fa7d267-ef14-4926-8e9b-3a0570f77104} <Debug> TCPHandler: Processed in 0.006795516 sec.
440 2025.01.22 09:42:27.537072 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2025.01.22 09:42:27.537251 [ 282 ] {25a6c59e-ac88-4c86-ae9e-306c80683ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) /* The version table contains metadata about the `oximeter` database */
442 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
443 2025.01.22 09:42:27.537430 [ 282 ] {25a6c59e-ac88-4c86-ae9e-306c80683ddc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
444 2025.01.22 09:42:27.546137 [ 282 ] {25a6c59e-ac88-4c86-ae9e-306c80683ddc} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
445 2025.01.22 09:42:27.550389 [ 282 ] {25a6c59e-ac88-4c86-ae9e-306c80683ddc} <Debug> oximeter.version (bbbb2de3-4ce6-469a-a2f3-e1398f792506): Loading data parts
446 2025.01.22 09:42:27.550974 [ 282 ] {25a6c59e-ac88-4c86-ae9e-306c80683ddc} <Debug> oximeter.version (bbbb2de3-4ce6-469a-a2f3-e1398f792506): There are no data parts
447 2025.01.22 09:42:27.557315 [ 282 ] {25a6c59e-ac88-4c86-ae9e-306c80683ddc} <Debug> TCPHandler: Processed in 0.020300837 sec.
448 2025.01.22 09:42:27.557575 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
449 2025.01.22 09:42:27.558033 [ 286 ] {ae28f87c-ad97-47e1-bfc1-92630d3161bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) /* The measurement tables contain all individual samples from each timeseries.
450 *
451 * Each table stores a single datum type, and otherwise contains nearly the same
452 * structure. The primary sorting key is on the timeseries name, key, and then
453 * timestamp, so that all timeseries from the same schema are grouped, followed
454 * by all samples from the same timeseries.
455 *
456 * This reflects that one usually looks up the _key_ in one or more field table,
457 * and then uses that to index quickly into the measurements tables.
458 */
459 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)
460 2025.01.22 09:42:27.558198 [ 286 ] {ae28f87c-ad97-47e1-bfc1-92630d3161bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
461 2025.01.22 09:42:27.571207 [ 286 ] {ae28f87c-ad97-47e1-bfc1-92630d3161bc} <Debug> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Loading data parts
462 2025.01.22 09:42:27.571473 [ 286 ] {ae28f87c-ad97-47e1-bfc1-92630d3161bc} <Debug> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): There are no data parts
463 2025.01.22 09:42:27.574277 [ 286 ] {ae28f87c-ad97-47e1-bfc1-92630d3161bc} <Debug> TCPHandler: Processed in 0.016786922 sec.
464 2025.01.22 09:42:27.574518 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
465 2025.01.22 09:42:27.574761 [ 282 ] {8951975f-e3ca-48d5-b0bf-c1cf1798ce6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
466 2025.01.22 09:42:27.574909 [ 282 ] {8951975f-e3ca-48d5-b0bf-c1cf1798ce6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
467 2025.01.22 09:42:27.578464 [ 282 ] {8951975f-e3ca-48d5-b0bf-c1cf1798ce6c} <Debug> oximeter.measurements_i8 (9be16a99-a609-4409-9070-a998a015a819): Loading data parts
468 2025.01.22 09:42:27.578742 [ 282 ] {8951975f-e3ca-48d5-b0bf-c1cf1798ce6c} <Debug> oximeter.measurements_i8 (9be16a99-a609-4409-9070-a998a015a819): There are no data parts
469 2025.01.22 09:42:27.581637 [ 282 ] {8951975f-e3ca-48d5-b0bf-c1cf1798ce6c} <Debug> TCPHandler: Processed in 0.007218285 sec.
470 2025.01.22 09:42:27.581882 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
471 2025.01.22 09:42:27.582265 [ 286 ] {940dd9f8-2b84-4157-9877-05cd766ca8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
472 2025.01.22 09:42:27.582386 [ 286 ] {940dd9f8-2b84-4157-9877-05cd766ca8b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
473 2025.01.22 09:42:27.588191 [ 286 ] {940dd9f8-2b84-4157-9877-05cd766ca8b3} <Debug> oximeter.measurements_u8 (3535bd1d-e542-4f25-8d02-623b18f46799): Loading data parts
474 2025.01.22 09:42:27.588370 [ 286 ] {940dd9f8-2b84-4157-9877-05cd766ca8b3} <Debug> oximeter.measurements_u8 (3535bd1d-e542-4f25-8d02-623b18f46799): There are no data parts
475 2025.01.22 09:42:27.592370 [ 286 ] {940dd9f8-2b84-4157-9877-05cd766ca8b3} <Debug> TCPHandler: Processed in 0.010556086 sec.
476 2025.01.22 09:42:27.592583 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
477 2025.01.22 09:42:27.592813 [ 282 ] {9f84df02-dd4c-467e-9ed5-b94f6d93b8de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
478 2025.01.22 09:42:27.592958 [ 282 ] {9f84df02-dd4c-467e-9ed5-b94f6d93b8de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
479 2025.01.22 09:42:27.598820 [ 282 ] {9f84df02-dd4c-467e-9ed5-b94f6d93b8de} <Debug> oximeter.measurements_i16 (74a2093f-00bc-4029-85d7-953f6ad20e3a): Loading data parts
480 2025.01.22 09:42:27.599092 [ 282 ] {9f84df02-dd4c-467e-9ed5-b94f6d93b8de} <Debug> oximeter.measurements_i16 (74a2093f-00bc-4029-85d7-953f6ad20e3a): There are no data parts
481 2025.01.22 09:42:27.602110 [ 282 ] {9f84df02-dd4c-467e-9ed5-b94f6d93b8de} <Debug> TCPHandler: Processed in 0.009603789 sec.
482 2025.01.22 09:42:27.602315 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
483 2025.01.22 09:42:27.602631 [ 286 ] {306a4fc4-0ad1-4185-adfc-7fe3e945a75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
484 2025.01.22 09:42:27.602769 [ 286 ] {306a4fc4-0ad1-4185-adfc-7fe3e945a75f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
485 2025.01.22 09:42:27.608417 [ 286 ] {306a4fc4-0ad1-4185-adfc-7fe3e945a75f} <Debug> oximeter.measurements_u16 (fb99665a-edd4-4003-aee1-993204b3f939): Loading data parts
486 2025.01.22 09:42:27.608597 [ 286 ] {306a4fc4-0ad1-4185-adfc-7fe3e945a75f} <Debug> oximeter.measurements_u16 (fb99665a-edd4-4003-aee1-993204b3f939): There are no data parts
487 2025.01.22 09:42:27.614003 [ 286 ] {306a4fc4-0ad1-4185-adfc-7fe3e945a75f} <Debug> TCPHandler: Processed in 0.011749918 sec.
488 2025.01.22 09:42:27.614247 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
489 2025.01.22 09:42:27.614494 [ 282 ] {38c9a252-da02-41df-bcc2-b4b195fefff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
490 2025.01.22 09:42:27.614633 [ 282 ] {38c9a252-da02-41df-bcc2-b4b195fefff0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
491 2025.01.22 09:42:27.620129 [ 282 ] {38c9a252-da02-41df-bcc2-b4b195fefff0} <Debug> oximeter.measurements_i32 (22e7319d-6218-4d95-a6d2-a1ac48f18fe5): Loading data parts
492 2025.01.22 09:42:27.620479 [ 282 ] {38c9a252-da02-41df-bcc2-b4b195fefff0} <Debug> oximeter.measurements_i32 (22e7319d-6218-4d95-a6d2-a1ac48f18fe5): There are no data parts
493 2025.01.22 09:42:27.626346 [ 282 ] {38c9a252-da02-41df-bcc2-b4b195fefff0} <Debug> TCPHandler: Processed in 0.012199117 sec.
494 2025.01.22 09:42:27.626563 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
495 2025.01.22 09:42:27.626922 [ 286 ] {e30ef1c7-a270-4bbc-b03d-e078b53ce735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
496 2025.01.22 09:42:27.627074 [ 286 ] {e30ef1c7-a270-4bbc-b03d-e078b53ce735} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
497 2025.01.22 09:42:27.633063 [ 286 ] {e30ef1c7-a270-4bbc-b03d-e078b53ce735} <Debug> oximeter.measurements_u32 (085cf2e3-42f3-4410-8c90-21750d2541f0): Loading data parts
498 2025.01.22 09:42:27.633229 [ 286 ] {e30ef1c7-a270-4bbc-b03d-e078b53ce735} <Debug> oximeter.measurements_u32 (085cf2e3-42f3-4410-8c90-21750d2541f0): There are no data parts
499 2025.01.22 09:42:27.636233 [ 286 ] {e30ef1c7-a270-4bbc-b03d-e078b53ce735} <Debug> TCPHandler: Processed in 0.009744891 sec.
500 2025.01.22 09:42:27.636436 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
501 2025.01.22 09:42:27.636694 [ 282 ] {be3a10f7-4d95-40cc-bfb7-edf239913179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
502 2025.01.22 09:42:27.636917 [ 282 ] {be3a10f7-4d95-40cc-bfb7-edf239913179} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
503 2025.01.22 09:42:27.640695 [ 282 ] {be3a10f7-4d95-40cc-bfb7-edf239913179} <Debug> oximeter.measurements_i64 (122a330f-d7a2-45e9-94ea-9736372fe41c): Loading data parts
504 2025.01.22 09:42:27.641044 [ 282 ] {be3a10f7-4d95-40cc-bfb7-edf239913179} <Debug> oximeter.measurements_i64 (122a330f-d7a2-45e9-94ea-9736372fe41c): There are no data parts
505 2025.01.22 09:42:27.644556 [ 282 ] {be3a10f7-4d95-40cc-bfb7-edf239913179} <Debug> TCPHandler: Processed in 0.008190022 sec.
506 2025.01.22 09:42:27.644794 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
507 2025.01.22 09:42:27.645140 [ 286 ] {08959537-14c9-464d-bcd0-eda8a36534ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
508 2025.01.22 09:42:27.645316 [ 286 ] {08959537-14c9-464d-bcd0-eda8a36534ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
509 2025.01.22 09:42:27.649994 [ 286 ] {08959537-14c9-464d-bcd0-eda8a36534ab} <Debug> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Loading data parts
510 2025.01.22 09:42:27.650194 [ 286 ] {08959537-14c9-464d-bcd0-eda8a36534ab} <Debug> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): There are no data parts
511 2025.01.22 09:42:27.654654 [ 286 ] {08959537-14c9-464d-bcd0-eda8a36534ab} <Debug> TCPHandler: Processed in 0.009928205 sec.
512 2025.01.22 09:42:27.654890 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
513 2025.01.22 09:42:27.655188 [ 282 ] {3c8c6e6b-e6fa-4950-a4d5-ae60a26b582c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
514 2025.01.22 09:42:27.655419 [ 282 ] {3c8c6e6b-e6fa-4950-a4d5-ae60a26b582c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
515 2025.01.22 09:42:27.661083 [ 282 ] {3c8c6e6b-e6fa-4950-a4d5-ae60a26b582c} <Debug> oximeter.measurements_f32 (61e407ce-c3d3-4ec1-9625-7f827f07025a): Loading data parts
516 2025.01.22 09:42:27.661461 [ 282 ] {3c8c6e6b-e6fa-4950-a4d5-ae60a26b582c} <Debug> oximeter.measurements_f32 (61e407ce-c3d3-4ec1-9625-7f827f07025a): There are no data parts
517 2025.01.22 09:42:27.667285 [ 282 ] {3c8c6e6b-e6fa-4950-a4d5-ae60a26b582c} <Debug> TCPHandler: Processed in 0.012481452 sec.
518 2025.01.22 09:42:27.667511 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
519 2025.01.22 09:42:27.667863 [ 286 ] {a15175e5-bdcf-4926-a548-f67514db6d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
520 2025.01.22 09:42:27.668078 [ 286 ] {a15175e5-bdcf-4926-a548-f67514db6d36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
521 2025.01.22 09:42:27.673874 [ 286 ] {a15175e5-bdcf-4926-a548-f67514db6d36} <Debug> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Loading data parts
522 2025.01.22 09:42:27.674059 [ 286 ] {a15175e5-bdcf-4926-a548-f67514db6d36} <Debug> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): There are no data parts
523 2025.01.22 09:42:27.676899 [ 286 ] {a15175e5-bdcf-4926-a548-f67514db6d36} <Debug> TCPHandler: Processed in 0.009457786 sec.
524 2025.01.22 09:42:27.677096 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
525 2025.01.22 09:42:27.677337 [ 282 ] {13c4b4a5-2c26-4db5-a464-670f83fcd0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
526 2025.01.22 09:42:27.677559 [ 282 ] {13c4b4a5-2c26-4db5-a464-670f83fcd0e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
527 2025.01.22 09:42:27.684735 [ 282 ] {13c4b4a5-2c26-4db5-a464-670f83fcd0e9} <Debug> oximeter.measurements_string (91883d0e-ffc9-4909-9cf2-8faf4e9b8161): Loading data parts
528 2025.01.22 09:42:27.685010 [ 282 ] {13c4b4a5-2c26-4db5-a464-670f83fcd0e9} <Debug> oximeter.measurements_string (91883d0e-ffc9-4909-9cf2-8faf4e9b8161): There are no data parts
529 2025.01.22 09:42:27.691194 [ 282 ] {13c4b4a5-2c26-4db5-a464-670f83fcd0e9} <Debug> TCPHandler: Processed in 0.014161193 sec.
530 2025.01.22 09:42:27.691413 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
531 2025.01.22 09:42:27.691790 [ 286 ] {666e314f-7002-4ded-a492-ada5fa922023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
532 * NOTE: Right now we can't unambiguously record a nullable byte array.
533 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
534 * a string isn't palatable for a few reasons.
535 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
536 * details.
537 */
538 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
539 2025.01.22 09:42:27.691947 [ 286 ] {666e314f-7002-4ded-a492-ada5fa922023} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
540 2025.01.22 09:42:27.697018 [ 286 ] {666e314f-7002-4ded-a492-ada5fa922023} <Debug> oximeter.measurements_bytes (77507984-35a0-4e39-9a50-eb55deb5dbcd): Loading data parts
541 2025.01.22 09:42:27.697239 [ 286 ] {666e314f-7002-4ded-a492-ada5fa922023} <Debug> oximeter.measurements_bytes (77507984-35a0-4e39-9a50-eb55deb5dbcd): There are no data parts
542 2025.01.22 09:42:27.702354 [ 286 ] {666e314f-7002-4ded-a492-ada5fa922023} <Debug> TCPHandler: Processed in 0.011014335 sec.
543 2025.01.22 09:42:27.702554 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
544 2025.01.22 09:42:27.702900 [ 282 ] {3934a052-dc04-4a57-b9a8-4fa15d20fc88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
545 2025.01.22 09:42:27.703039 [ 282 ] {3934a052-dc04-4a57-b9a8-4fa15d20fc88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
546 2025.01.22 09:42:27.708742 [ 282 ] {3934a052-dc04-4a57-b9a8-4fa15d20fc88} <Debug> oximeter.measurements_cumulativei64 (f9df933f-ddf5-4edc-8223-c357f674080f): Loading data parts
547 2025.01.22 09:42:27.709023 [ 282 ] {3934a052-dc04-4a57-b9a8-4fa15d20fc88} <Debug> oximeter.measurements_cumulativei64 (f9df933f-ddf5-4edc-8223-c357f674080f): There are no data parts
548 2025.01.22 09:42:27.711690 [ 282 ] {3934a052-dc04-4a57-b9a8-4fa15d20fc88} <Debug> TCPHandler: Processed in 0.009198581 sec.
549 2025.01.22 09:42:27.711918 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
550 2025.01.22 09:42:27.712332 [ 286 ] {2328e7d0-cb17-4044-abf4-f4d35fd284d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
551 2025.01.22 09:42:27.712442 [ 286 ] {2328e7d0-cb17-4044-abf4-f4d35fd284d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
552 2025.01.22 09:42:27.717771 [ 286 ] {2328e7d0-cb17-4044-abf4-f4d35fd284d4} <Debug> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Loading data parts
553 2025.01.22 09:42:27.717945 [ 286 ] {2328e7d0-cb17-4044-abf4-f4d35fd284d4} <Debug> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): There are no data parts
554 2025.01.22 09:42:27.722956 [ 286 ] {2328e7d0-cb17-4044-abf4-f4d35fd284d4} <Debug> TCPHandler: Processed in 0.011111887 sec.
555 2025.01.22 09:42:27.723272 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
556 2025.01.22 09:42:27.723514 [ 282 ] {9fa231f3-6c54-4765-bf57-cdbad0514f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
557 2025.01.22 09:42:27.723692 [ 282 ] {9fa231f3-6c54-4765-bf57-cdbad0514f52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
558 2025.01.22 09:42:27.731322 [ 282 ] {9fa231f3-6c54-4765-bf57-cdbad0514f52} <Debug> oximeter.measurements_cumulativef32 (ab7bf8bd-deac-4cb8-b18d-1b078e126da4): Loading data parts
559 2025.01.22 09:42:27.731623 [ 282 ] {9fa231f3-6c54-4765-bf57-cdbad0514f52} <Debug> oximeter.measurements_cumulativef32 (ab7bf8bd-deac-4cb8-b18d-1b078e126da4): There are no data parts
560 2025.01.22 09:42:27.735788 [ 282 ] {9fa231f3-6c54-4765-bf57-cdbad0514f52} <Debug> TCPHandler: Processed in 0.012592224 sec.
561 2025.01.22 09:42:27.736038 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
562 2025.01.22 09:42:27.736393 [ 286 ] {00fccb1e-c3c9-48fe-9f0e-dadf1ac1f654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
563 2025.01.22 09:42:27.736542 [ 286 ] {00fccb1e-c3c9-48fe-9f0e-dadf1ac1f654} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
564 2025.01.22 09:42:27.742010 [ 286 ] {00fccb1e-c3c9-48fe-9f0e-dadf1ac1f654} <Debug> oximeter.measurements_cumulativef64 (89232fd8-bce4-4280-9485-3a9426a40226): Loading data parts
565 2025.01.22 09:42:27.742280 [ 286 ] {00fccb1e-c3c9-48fe-9f0e-dadf1ac1f654} <Debug> oximeter.measurements_cumulativef64 (89232fd8-bce4-4280-9485-3a9426a40226): There are no data parts
566 2025.01.22 09:42:27.748852 [ 286 ] {00fccb1e-c3c9-48fe-9f0e-dadf1ac1f654} <Debug> TCPHandler: Processed in 0.01289163 sec.
567 2025.01.22 09:42:27.749095 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.01.22 09:42:27.749524 [ 282 ] {1b2e7621-69a9-4326-8010-518932f0b3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
569 * NOTE: Array types cannot be Nullable, see
570 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
571 * for more details.
572 *
573 * This means we need to use empty arrays to indicate a missing value. This
574 * is unfortunate, and at this point relies on the fact that an
575 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
576 * to figure out another way to represent missing samples here.
577 */
578 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)
579 2025.01.22 09:42:27.749714 [ 282 ] {1b2e7621-69a9-4326-8010-518932f0b3fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
580 2025.01.22 09:42:27.756481 [ 282 ] {1b2e7621-69a9-4326-8010-518932f0b3fd} <Debug> oximeter.measurements_histogrami8 (90ff22c0-4053-4d24-beeb-5962303b70a9): Loading data parts
581 2025.01.22 09:42:27.756798 [ 282 ] {1b2e7621-69a9-4326-8010-518932f0b3fd} <Debug> oximeter.measurements_histogrami8 (90ff22c0-4053-4d24-beeb-5962303b70a9): There are no data parts
582 2025.01.22 09:42:27.763049 [ 282 ] {1b2e7621-69a9-4326-8010-518932f0b3fd} <Debug> TCPHandler: Processed in 0.014054232 sec.
583 2025.01.22 09:42:27.763289 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
584 2025.01.22 09:42:27.763820 [ 286 ] {121751f9-476a-46cd-af35-e18d1bbf4925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
585 2025.01.22 09:42:27.764003 [ 286 ] {121751f9-476a-46cd-af35-e18d1bbf4925} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
586 2025.01.22 09:42:27.774975 [ 286 ] {121751f9-476a-46cd-af35-e18d1bbf4925} <Debug> oximeter.measurements_histogramu8 (6dd922de-aa23-4297-bdc7-f6f963eb8121): Loading data parts
587 2025.01.22 09:42:27.775182 [ 286 ] {121751f9-476a-46cd-af35-e18d1bbf4925} <Debug> oximeter.measurements_histogramu8 (6dd922de-aa23-4297-bdc7-f6f963eb8121): There are no data parts
588 2025.01.22 09:42:27.781183 [ 286 ] {121751f9-476a-46cd-af35-e18d1bbf4925} <Debug> TCPHandler: Processed in 0.017973624 sec.
589 2025.01.22 09:42:27.781438 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
590 2025.01.22 09:42:27.781769 [ 282 ] {dcf935f4-4130-4cb6-a15a-160a3e218833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
591 2025.01.22 09:42:27.782121 [ 282 ] {dcf935f4-4130-4cb6-a15a-160a3e218833} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
592 2025.01.22 09:42:27.788327 [ 282 ] {dcf935f4-4130-4cb6-a15a-160a3e218833} <Debug> oximeter.measurements_histogrami16 (47852054-d973-4d0e-a2b5-dc8abe8ed1c5): Loading data parts
593 2025.01.22 09:42:27.788611 [ 282 ] {dcf935f4-4130-4cb6-a15a-160a3e218833} <Debug> oximeter.measurements_histogrami16 (47852054-d973-4d0e-a2b5-dc8abe8ed1c5): There are no data parts
594 2025.01.22 09:42:27.791904 [ 282 ] {dcf935f4-4130-4cb6-a15a-160a3e218833} <Debug> TCPHandler: Processed in 0.010570356 sec.
595 2025.01.22 09:42:27.792119 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
596 2025.01.22 09:42:27.792525 [ 286 ] {051b25bd-4af6-43c9-be9d-3814a0d0384b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
597 2025.01.22 09:42:27.792681 [ 286 ] {051b25bd-4af6-43c9-be9d-3814a0d0384b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
598 2025.01.22 09:42:27.796397 [ 286 ] {051b25bd-4af6-43c9-be9d-3814a0d0384b} <Debug> oximeter.measurements_histogramu16 (d19b76f0-9cd5-41be-8528-01e76c75c0f0): Loading data parts
599 2025.01.22 09:42:27.796573 [ 286 ] {051b25bd-4af6-43c9-be9d-3814a0d0384b} <Debug> oximeter.measurements_histogramu16 (d19b76f0-9cd5-41be-8528-01e76c75c0f0): There are no data parts
600 2025.01.22 09:42:27.804326 [ 286 ] {051b25bd-4af6-43c9-be9d-3814a0d0384b} <Debug> TCPHandler: Processed in 0.012267988 sec.
601 2025.01.22 09:42:27.804542 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
602 2025.01.22 09:42:27.804854 [ 282 ] {ac058695-08d2-436e-a00e-f31fa6a20f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
603 2025.01.22 09:42:27.805042 [ 282 ] {ac058695-08d2-436e-a00e-f31fa6a20f49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
604 2025.01.22 09:42:27.811893 [ 282 ] {ac058695-08d2-436e-a00e-f31fa6a20f49} <Debug> oximeter.measurements_histogrami32 (33a5ebf5-3d6c-4ed9-ab23-28fad9916ffb): Loading data parts
605 2025.01.22 09:42:27.812172 [ 282 ] {ac058695-08d2-436e-a00e-f31fa6a20f49} <Debug> oximeter.measurements_histogrami32 (33a5ebf5-3d6c-4ed9-ab23-28fad9916ffb): There are no data parts
606 2025.01.22 09:42:27.819607 [ 282 ] {ac058695-08d2-436e-a00e-f31fa6a20f49} <Debug> TCPHandler: Processed in 0.015130081 sec.
607 2025.01.22 09:42:27.819848 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
608 2025.01.22 09:42:27.820276 [ 286 ] {edf16b07-b501-450a-ad4b-44de2c5ae1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
609 2025.01.22 09:42:27.820436 [ 286 ] {edf16b07-b501-450a-ad4b-44de2c5ae1bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
610 2025.01.22 09:42:27.826961 [ 286 ] {edf16b07-b501-450a-ad4b-44de2c5ae1bd} <Debug> oximeter.measurements_histogramu32 (50794ebf-f3e8-41ba-8817-ffa27cf83a01): Loading data parts
611 2025.01.22 09:42:27.827168 [ 286 ] {edf16b07-b501-450a-ad4b-44de2c5ae1bd} <Debug> oximeter.measurements_histogramu32 (50794ebf-f3e8-41ba-8817-ffa27cf83a01): There are no data parts
612 2025.01.22 09:42:27.835601 [ 286 ] {edf16b07-b501-450a-ad4b-44de2c5ae1bd} <Debug> TCPHandler: Processed in 0.015824715 sec.
613 2025.01.22 09:42:27.835842 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
614 2025.01.22 09:42:27.836170 [ 282 ] {08de5f04-e779-479d-87ef-e0dd7020ef27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
615 2025.01.22 09:42:27.836356 [ 282 ] {08de5f04-e779-479d-87ef-e0dd7020ef27} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
616 2025.01.22 09:42:27.842502 [ 282 ] {08de5f04-e779-479d-87ef-e0dd7020ef27} <Debug> oximeter.measurements_histogrami64 (15554a6e-1b95-4012-8912-744dc363d25d): Loading data parts
617 2025.01.22 09:42:27.842795 [ 282 ] {08de5f04-e779-479d-87ef-e0dd7020ef27} <Debug> oximeter.measurements_histogrami64 (15554a6e-1b95-4012-8912-744dc363d25d): There are no data parts
618 2025.01.22 09:42:27.848800 [ 282 ] {08de5f04-e779-479d-87ef-e0dd7020ef27} <Debug> TCPHandler: Processed in 0.013042741 sec.
619 2025.01.22 09:42:27.849047 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
620 2025.01.22 09:42:27.849465 [ 286 ] {50bcb305-1d33-444b-8a6f-1010288fd0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
621 2025.01.22 09:42:27.849620 [ 286 ] {50bcb305-1d33-444b-8a6f-1010288fd0ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
622 2025.01.22 09:42:27.857304 [ 286 ] {50bcb305-1d33-444b-8a6f-1010288fd0ad} <Debug> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Loading data parts
623 2025.01.22 09:42:27.857474 [ 286 ] {50bcb305-1d33-444b-8a6f-1010288fd0ad} <Debug> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): There are no data parts
624 2025.01.22 09:42:27.863951 [ 286 ] {50bcb305-1d33-444b-8a6f-1010288fd0ad} <Debug> TCPHandler: Processed in 0.014994769 sec.
625 2025.01.22 09:42:27.864188 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
626 2025.01.22 09:42:27.864513 [ 282 ] {c109b6b2-4889-4025-84a2-6e98a1b99808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
627 2025.01.22 09:42:27.864692 [ 282 ] {c109b6b2-4889-4025-84a2-6e98a1b99808} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
628 2025.01.22 09:42:27.876307 [ 282 ] {c109b6b2-4889-4025-84a2-6e98a1b99808} <Debug> oximeter.measurements_histogramf32 (716a9be3-4f51-412b-add0-59478815e4a9): Loading data parts
629 2025.01.22 09:42:27.876579 [ 282 ] {c109b6b2-4889-4025-84a2-6e98a1b99808} <Debug> oximeter.measurements_histogramf32 (716a9be3-4f51-412b-add0-59478815e4a9): There are no data parts
630 2025.01.22 09:42:27.882163 [ 282 ] {c109b6b2-4889-4025-84a2-6e98a1b99808} <Debug> TCPHandler: Processed in 0.018060496 sec.
631 2025.01.22 09:42:27.882375 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
632 2025.01.22 09:42:27.882801 [ 286 ] {004fac14-d92e-47c3-8bec-8fef8147aa15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
633 2025.01.22 09:42:27.882958 [ 286 ] {004fac14-d92e-47c3-8bec-8fef8147aa15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
634 2025.01.22 09:42:27.890614 [ 286 ] {004fac14-d92e-47c3-8bec-8fef8147aa15} <Debug> oximeter.measurements_histogramf64 (e775fe2b-6b36-4fe6-bb21-ca72efe8c0ee): Loading data parts
635 2025.01.22 09:42:27.890808 [ 286 ] {004fac14-d92e-47c3-8bec-8fef8147aa15} <Debug> oximeter.measurements_histogramf64 (e775fe2b-6b36-4fe6-bb21-ca72efe8c0ee): There are no data parts
636 2025.01.22 09:42:27.899953 [ 286 ] {004fac14-d92e-47c3-8bec-8fef8147aa15} <Debug> TCPHandler: Processed in 0.017642179 sec.
637 2025.01.22 09:42:27.900181 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
638 2025.01.22 09:42:27.900427 [ 282 ] {e51b004e-463c-4fa4-83a7-455ed175cc1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) /* The field tables store named dimensions of each timeseries.
639 *
640 * As with the measurement tables, there is one field table for each field data
641 * type. Fields are deduplicated by using the "replacing merge tree", though
642 * this behavior **must not** be relied upon for query correctness.
643 *
644 * The index for the fields differs from the measurements, however. Rows are
645 * sorted by timeseries name, then field name, field value, and finally
646 * timeseries key. This reflects the most common pattern for looking them up:
647 * by field name and possibly value, within a timeseries. The resulting keys are
648 * usually then used to look up measurements.
649 *
650 * NOTE: We may want to consider a secondary index on these tables, sorting by
651 * timeseries name and then key, since it would improve lookups where one
652 * already has the key. Realistically though, these tables are quite small and
653 * so performance benefits will be low in absolute terms.
654 *
655 * TTL: We use a materialized column to expire old field table records. This
656 * column is generated automatically by the database whenever a new row is
657 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
658 * query. Since these tables are `ReplacingMergeTree`s, that means the last
659 * record will remain during a deduplication, which will have the last
660 * timestamp. ClickHouse will then expire old data for us, similar to the
661 * measurement tables.
662 */
663 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)
664 2025.01.22 09:42:27.900649 [ 282 ] {e51b004e-463c-4fa4-83a7-455ed175cc1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
665 2025.01.22 09:42:27.904966 [ 282 ] {e51b004e-463c-4fa4-83a7-455ed175cc1a} <Debug> oximeter.fields_bool (85fb69d3-34b6-4461-819b-a30cee3cbb9d): Loading data parts
666 2025.01.22 09:42:27.905264 [ 282 ] {e51b004e-463c-4fa4-83a7-455ed175cc1a} <Debug> oximeter.fields_bool (85fb69d3-34b6-4461-819b-a30cee3cbb9d): There are no data parts
667 2025.01.22 09:42:27.908325 [ 282 ] {e51b004e-463c-4fa4-83a7-455ed175cc1a} <Debug> TCPHandler: Processed in 0.008233033 sec.
668 2025.01.22 09:42:27.908579 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
669 2025.01.22 09:42:27.908922 [ 286 ] {12c3063b-6b35-439a-9868-3b822e6382e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
670 2025.01.22 09:42:27.909074 [ 286 ] {12c3063b-6b35-439a-9868-3b822e6382e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
671 2025.01.22 09:42:27.913989 [ 286 ] {12c3063b-6b35-439a-9868-3b822e6382e6} <Debug> oximeter.fields_i8 (fd903861-05fb-460e-b58f-efa8efc7b210): Loading data parts
672 2025.01.22 09:42:27.914194 [ 286 ] {12c3063b-6b35-439a-9868-3b822e6382e6} <Debug> oximeter.fields_i8 (fd903861-05fb-460e-b58f-efa8efc7b210): There are no data parts
673 2025.01.22 09:42:27.919286 [ 286 ] {12c3063b-6b35-439a-9868-3b822e6382e6} <Debug> TCPHandler: Processed in 0.01078324 sec.
674 2025.01.22 09:42:27.919557 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
675 2025.01.22 09:42:27.919824 [ 282 ] {11d1713f-8518-4d72-9179-af6c12eb3e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
676 2025.01.22 09:42:27.920003 [ 282 ] {11d1713f-8518-4d72-9179-af6c12eb3e46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
677 2025.01.22 09:42:27.927181 [ 282 ] {11d1713f-8518-4d72-9179-af6c12eb3e46} <Debug> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Loading data parts
678 2025.01.22 09:42:27.927532 [ 282 ] {11d1713f-8518-4d72-9179-af6c12eb3e46} <Debug> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): There are no data parts
679 2025.01.22 09:42:27.932129 [ 282 ] {11d1713f-8518-4d72-9179-af6c12eb3e46} <Debug> TCPHandler: Processed in 0.012656316 sec.
680 2025.01.22 09:42:27.932354 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
681 2025.01.22 09:42:27.932737 [ 286 ] {1321046c-4b88-4ffd-9329-c893f78cea03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
682 2025.01.22 09:42:27.932900 [ 286 ] {1321046c-4b88-4ffd-9329-c893f78cea03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
683 2025.01.22 09:42:27.939182 [ 286 ] {1321046c-4b88-4ffd-9329-c893f78cea03} <Debug> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Loading data parts
684 2025.01.22 09:42:27.939368 [ 286 ] {1321046c-4b88-4ffd-9329-c893f78cea03} <Debug> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): There are no data parts
685 2025.01.22 09:42:27.942205 [ 286 ] {1321046c-4b88-4ffd-9329-c893f78cea03} <Debug> TCPHandler: Processed in 0.009924084 sec.
686 2025.01.22 09:42:27.942434 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
687 2025.01.22 09:42:27.942710 [ 282 ] {9851dcfc-2dee-453c-9160-c4af89b16eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
688 2025.01.22 09:42:27.942893 [ 282 ] {9851dcfc-2dee-453c-9160-c4af89b16eec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
689 2025.01.22 09:42:27.946561 [ 282 ] {9851dcfc-2dee-453c-9160-c4af89b16eec} <Debug> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Loading data parts
690 2025.01.22 09:42:27.946847 [ 282 ] {9851dcfc-2dee-453c-9160-c4af89b16eec} <Debug> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): There are no data parts
691 2025.01.22 09:42:27.949585 [ 282 ] {9851dcfc-2dee-453c-9160-c4af89b16eec} <Debug> TCPHandler: Processed in 0.007236304 sec.
692 2025.01.22 09:42:27.949800 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
693 2025.01.22 09:42:27.950138 [ 286 ] {2c88bc9e-5c04-4b8f-a794-a9912f762025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
694 2025.01.22 09:42:27.950291 [ 286 ] {2c88bc9e-5c04-4b8f-a794-a9912f762025} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
695 2025.01.22 09:42:27.955539 [ 286 ] {2c88bc9e-5c04-4b8f-a794-a9912f762025} <Debug> oximeter.fields_i32 (7ac95a3f-1ff6-452a-b708-08ca3e119471): Loading data parts
696 2025.01.22 09:42:27.955729 [ 286 ] {2c88bc9e-5c04-4b8f-a794-a9912f762025} <Debug> oximeter.fields_i32 (7ac95a3f-1ff6-452a-b708-08ca3e119471): There are no data parts
697 2025.01.22 09:42:27.962377 [ 286 ] {2c88bc9e-5c04-4b8f-a794-a9912f762025} <Debug> TCPHandler: Processed in 0.012638965 sec.
698 2025.01.22 09:42:27.962621 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
699 2025.01.22 09:42:27.962865 [ 282 ] {dab4f92c-a9ed-43c2-998e-c962d1b7ce43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
700 2025.01.22 09:42:27.963042 [ 282 ] {dab4f92c-a9ed-43c2-998e-c962d1b7ce43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
701 2025.01.22 09:42:27.970444 [ 282 ] {dab4f92c-a9ed-43c2-998e-c962d1b7ce43} <Debug> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Loading data parts
702 2025.01.22 09:42:27.970687 [ 282 ] {dab4f92c-a9ed-43c2-998e-c962d1b7ce43} <Debug> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): There are no data parts
703 2025.01.22 09:42:27.972550 [ 282 ] {dab4f92c-a9ed-43c2-998e-c962d1b7ce43} <Debug> TCPHandler: Processed in 0.010010276 sec.
704 2025.01.22 09:42:27.972794 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
705 2025.01.22 09:42:27.973167 [ 286 ] {06d744c2-782e-4e88-afe7-9203f6d8f58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
706 2025.01.22 09:42:27.973333 [ 286 ] {06d744c2-782e-4e88-afe7-9203f6d8f58a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
707 2025.01.22 09:42:27.978662 [ 286 ] {06d744c2-782e-4e88-afe7-9203f6d8f58a} <Debug> oximeter.fields_i64 (0a4e43d0-0639-4261-845d-51f04f051c4c): Loading data parts
708 2025.01.22 09:42:27.978841 [ 286 ] {06d744c2-782e-4e88-afe7-9203f6d8f58a} <Debug> oximeter.fields_i64 (0a4e43d0-0639-4261-845d-51f04f051c4c): There are no data parts
709 2025.01.22 09:42:27.982819 [ 286 ] {06d744c2-782e-4e88-afe7-9203f6d8f58a} <Debug> TCPHandler: Processed in 0.010103098 sec.
710 2025.01.22 09:42:27.983028 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
711 2025.01.22 09:42:27.983256 [ 282 ] {26b370ff-a2f1-4c42-8dc7-1009164ee6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
712 2025.01.22 09:42:27.983486 [ 282 ] {26b370ff-a2f1-4c42-8dc7-1009164ee6c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
713 2025.01.22 09:42:27.985968 [ 282 ] {26b370ff-a2f1-4c42-8dc7-1009164ee6c3} <Debug> oximeter.fields_u64 (4b6ef043-ccaf-44ac-8085-1ab00c6b73b9): Loading data parts
714 2025.01.22 09:42:27.986172 [ 282 ] {26b370ff-a2f1-4c42-8dc7-1009164ee6c3} <Debug> oximeter.fields_u64 (4b6ef043-ccaf-44ac-8085-1ab00c6b73b9): There are no data parts
715 2025.01.22 09:42:27.991354 [ 282 ] {26b370ff-a2f1-4c42-8dc7-1009164ee6c3} <Debug> TCPHandler: Processed in 0.008394506 sec.
716 2025.01.22 09:42:27.991593 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
717 2025.01.22 09:42:27.991967 [ 286 ] {3559fbe9-0c92-4dfe-bf9b-0aa11f691725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
718 2025.01.22 09:42:27.992150 [ 286 ] {3559fbe9-0c92-4dfe-bf9b-0aa11f691725} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
719 2025.01.22 09:42:27.998098 [ 286 ] {3559fbe9-0c92-4dfe-bf9b-0aa11f691725} <Debug> oximeter.fields_ipaddr (a4bb7d8b-1238-450a-8de1-b845dc5a4954): Loading data parts
720 2025.01.22 09:42:27.998329 [ 286 ] {3559fbe9-0c92-4dfe-bf9b-0aa11f691725} <Debug> oximeter.fields_ipaddr (a4bb7d8b-1238-450a-8de1-b845dc5a4954): There are no data parts
721 2025.01.22 09:42:28.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.51 MiB, peak 127.51 MiB, free memory in arenas 0.00 B, will set to 137.53 MiB (RSS), difference: 10.02 MiB
722 2025.01.22 09:42:28.004760 [ 286 ] {3559fbe9-0c92-4dfe-bf9b-0aa11f691725} <Debug> TCPHandler: Processed in 0.013244186 sec.
723 2025.01.22 09:42:28.004968 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
724 2025.01.22 09:42:28.005306 [ 282 ] {b515d56c-7ba4-42c8-a53f-add13e7590a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
725 2025.01.22 09:42:28.005463 [ 282 ] {b515d56c-7ba4-42c8-a53f-add13e7590a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
726 2025.01.22 09:42:28.008070 [ 282 ] {b515d56c-7ba4-42c8-a53f-add13e7590a5} <Debug> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Loading data parts
727 2025.01.22 09:42:28.008266 [ 282 ] {b515d56c-7ba4-42c8-a53f-add13e7590a5} <Debug> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): There are no data parts
728 2025.01.22 09:42:28.012475 [ 282 ] {b515d56c-7ba4-42c8-a53f-add13e7590a5} <Debug> TCPHandler: Processed in 0.007570691 sec.
729 2025.01.22 09:42:28.012712 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
730 2025.01.22 09:42:28.012935 [ 286 ] {293b6a1b-6650-49fa-8c2b-173cac432ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
731 2025.01.22 09:42:28.013112 [ 286 ] {293b6a1b-6650-49fa-8c2b-173cac432ffb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
732 2025.01.22 09:42:28.019277 [ 286 ] {293b6a1b-6650-49fa-8c2b-173cac432ffb} <Debug> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Loading data parts
733 2025.01.22 09:42:28.019481 [ 286 ] {293b6a1b-6650-49fa-8c2b-173cac432ffb} <Debug> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): There are no data parts
734 2025.01.22 09:42:28.022467 [ 286 ] {293b6a1b-6650-49fa-8c2b-173cac432ffb} <Debug> TCPHandler: Processed in 0.009821742 sec.
735 2025.01.22 09:42:28.022691 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
736 2025.01.22 09:42:28.023351 [ 282 ] {c97bfcfe-5fe5-415c-8fe1-05972e969848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) /* The timeseries schema table stores the extracted schema for the samples
737 * oximeter collects.
738 */
739 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)
740 2025.01.22 09:42:28.024384 [ 282 ] {c97bfcfe-5fe5-415c-8fe1-05972e969848} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
741 2025.01.22 09:42:28.027157 [ 282 ] {c97bfcfe-5fe5-415c-8fe1-05972e969848} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Loading data parts
742 2025.01.22 09:42:28.027496 [ 282 ] {c97bfcfe-5fe5-415c-8fe1-05972e969848} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): There are no data parts
743 2025.01.22 09:42:28.033526 [ 282 ] {c97bfcfe-5fe5-415c-8fe1-05972e969848} <Debug> TCPHandler: Processed in 0.010900583 sec.
744 2025.01.22 09:42:28.033753 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
745 2025.01.22 09:42:28.034141 [ 286 ] {744dab99-ea5f-40d1-a09b-48c23843d672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
746 2025.01.22 09:42:28.035540 [ 286 ] {744dab99-ea5f-40d1-a09b-48c23843d672} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
747 2025.01.22 09:42:28.044934 [ 292 ] {744dab99-ea5f-40d1-a09b-48c23843d672} <Trace> oximeter.version (bbbb2de3-4ce6-469a-a2f3-e1398f792506): Trying to reserve 1.00 MiB using storage policy from min volume index 0
748 2025.01.22 09:42:28.045054 [ 292 ] {744dab99-ea5f-40d1-a09b-48c23843d672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
749 2025.01.22 09:42:28.050942 [ 292 ] {744dab99-ea5f-40d1-a09b-48c23843d672} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
750 2025.01.22 09:42:28.051710 [ 292 ] {744dab99-ea5f-40d1-a09b-48c23843d672} <Trace> oximeter.version (bbbb2de3-4ce6-469a-a2f3-e1398f792506): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
751 2025.01.22 09:42:28.052178 [ 286 ] {744dab99-ea5f-40d1-a09b-48c23843d672} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.018107 sec., 55.22726017562268 rows/sec., 883.64 B/sec.
752 2025.01.22 09:42:28.052509 [ 286 ] {744dab99-ea5f-40d1-a09b-48c23843d672} <Debug> TCPHandler: Processed in 0.01882293 sec.
753 2025.01.22 09:42:29.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.89 MiB, peak 137.89 MiB, free memory in arenas 0.00 B, will set to 141.49 MiB (RSS), difference: 3.60 MiB
754 2025.01.22 09:42:34.295661 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
755 2025.01.22 09:42:34.295684 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
756 2025.01.22 09:42:34.295777 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
757 2025.01.22 09:42:34.295805 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
758 2025.01.22 09:42:34.302175 [ 243 ] {} <Debug> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Loading data parts
759 2025.01.22 09:42:34.302546 [ 243 ] {} <Debug> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): There are no data parts
760 2025.01.22 09:42:34.313619 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
761 2025.01.22 09:42:34.313699 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
762 2025.01.22 09:42:34.317662 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
763 2025.01.22 09:42:34.318706 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
764 2025.01.22 09:42:34.319681 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
765 2025.01.22 09:42:34.325198 [ 242 ] {} <Debug> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Loading data parts
766 2025.01.22 09:42:34.325404 [ 242 ] {} <Debug> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): There are no data parts
767 2025.01.22 09:42:34.348594 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
768 2025.01.22 09:42:34.348639 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
769 2025.01.22 09:42:34.356077 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
770 2025.01.22 09:42:34.357368 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
771 2025.01.22 09:42:34.359960 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
772 2025.01.22 09:42:35.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.45 MiB, peak 150.45 MiB, free memory in arenas 0.00 B, will set to 151.01 MiB (RSS), difference: 4.56 MiB
773 2025.01.22 09:42:36.795720 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
774 2025.01.22 09:42:36.795836 [ 244 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
775 2025.01.22 09:42:36.801422 [ 244 ] {} <Debug> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Loading data parts
776 2025.01.22 09:42:36.801629 [ 244 ] {} <Debug> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): There are no data parts
777 2025.01.22 09:42:36.807445 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
778 2025.01.22 09:42:36.807487 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
779 2025.01.22 09:42:36.809230 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
780 2025.01.22 09:42:36.809790 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
781 2025.01.22 09:42:36.810334 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
782 2025.01.22 09:42:37.000241 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.19 MiB, peak 155.19 MiB, free memory in arenas 0.00 B, will set to 151.43 MiB (RSS), difference: -3.76 MiB
783 2025.01.22 09:42:41.756576 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
784 2025.01.22 09:42:41.756662 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
785 2025.01.22 09:42:41.819963 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
786 2025.01.22 09:42:41.820820 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
787 2025.01.22 09:42:41.820867 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
788 2025.01.22 09:42:41.821538 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
789 2025.01.22 09:42:41.822077 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
790 2025.01.22 09:42:41.822331 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
791 2025.01.22 09:42:41.860184 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
792 2025.01.22 09:42:41.880375 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
793 2025.01.22 09:42:41.880419 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
794 2025.01.22 09:42:41.887378 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
795 2025.01.22 09:42:41.888471 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
796 2025.01.22 09:42:41.890728 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
797 2025.01.22 09:42:47.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.01 MiB, peak 156.10 MiB, free memory in arenas 0.00 B, will set to 153.03 MiB (RSS), difference: 4.02 MiB
798 2025.01.22 09:42:48.058435 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
799 2025.01.22 09:42:48.058671 [ 282 ] {98ce82fc-44c5-498a-93b5-6895b1b66088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
800 2025.01.22 09:42:48.059116 [ 282 ] {98ce82fc-44c5-498a-93b5-6895b1b66088} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
801 2025.01.22 09:42:48.063423 [ 282 ] {98ce82fc-44c5-498a-93b5-6895b1b66088} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
802 2025.01.22 09:42:48.064343 [ 282 ] {98ce82fc-44c5-498a-93b5-6895b1b66088} <Debug> TCPHandler: Processed in 0.006046213 sec.
803 2025.01.22 09:42:48.069496 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
804 2025.01.22 09:42:48.069735 [ 286 ] {7bf73951-c591-45dd-b9c2-49497f5ffdc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
805 2025.01.22 09:42:48.073541 [ 286 ] {7bf73951-c591-45dd-b9c2-49497f5ffdc7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
806 2025.01.22 09:42:48.073611 [ 286 ] {7bf73951-c591-45dd-b9c2-49497f5ffdc7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
807 2025.01.22 09:42:48.074222 [ 286 ] {7bf73951-c591-45dd-b9c2-49497f5ffdc7} <Debug> TCPHandler: Processed in 0.004853061 sec.
808 2025.01.22 09:42:48.074563 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
809 2025.01.22 09:42:48.074767 [ 282 ] {17d3f567-5e75-44aa-ad2b-ab43cd0f2b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
810 2025.01.22 09:42:48.075268 [ 282 ] {17d3f567-5e75-44aa-ad2b-ab43cd0f2b3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
811 2025.01.22 09:42:48.075329 [ 282 ] {17d3f567-5e75-44aa-ad2b-ab43cd0f2b3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
812 2025.01.22 09:42:48.075866 [ 282 ] {17d3f567-5e75-44aa-ad2b-ab43cd0f2b3c} <Debug> TCPHandler: Processed in 0.001375426 sec.
813 2025.01.22 09:42:48.076173 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
814 2025.01.22 09:42:48.076350 [ 286 ] {8573537d-a8f8-481e-aee1-d31d125bbf78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
815 2025.01.22 09:42:48.076792 [ 286 ] {8573537d-a8f8-481e-aee1-d31d125bbf78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
816 2025.01.22 09:42:48.076859 [ 286 ] {8573537d-a8f8-481e-aee1-d31d125bbf78} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
817 2025.01.22 09:42:48.077385 [ 286 ] {8573537d-a8f8-481e-aee1-d31d125bbf78} <Debug> TCPHandler: Processed in 0.001281133 sec.
818 2025.01.22 09:42:48.077724 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
819 2025.01.22 09:42:48.077881 [ 282 ] {f70cdb66-6ee3-444f-a57c-b600c0039022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
820 2025.01.22 09:42:48.078261 [ 282 ] {f70cdb66-6ee3-444f-a57c-b600c0039022} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
821 2025.01.22 09:42:48.078319 [ 282 ] {f70cdb66-6ee3-444f-a57c-b600c0039022} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
822 2025.01.22 09:42:48.078831 [ 282 ] {f70cdb66-6ee3-444f-a57c-b600c0039022} <Debug> TCPHandler: Processed in 0.001164161 sec.
823 2025.01.22 09:42:48.079113 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
824 2025.01.22 09:42:48.079291 [ 286 ] {4fe3cb99-d038-455d-a925-28bce7c98af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
825 2025.01.22 09:42:48.079736 [ 286 ] {4fe3cb99-d038-455d-a925-28bce7c98af5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
826 2025.01.22 09:42:48.079803 [ 286 ] {4fe3cb99-d038-455d-a925-28bce7c98af5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
827 2025.01.22 09:42:48.080339 [ 286 ] {4fe3cb99-d038-455d-a925-28bce7c98af5} <Debug> TCPHandler: Processed in 0.001290284 sec.
828 2025.01.22 09:42:48.080608 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
829 2025.01.22 09:42:48.080767 [ 282 ] {91085fae-d23a-4e1b-8836-7fd38a4d92b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
830 2025.01.22 09:42:48.081145 [ 282 ] {91085fae-d23a-4e1b-8836-7fd38a4d92b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
831 2025.01.22 09:42:48.081203 [ 282 ] {91085fae-d23a-4e1b-8836-7fd38a4d92b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
832 2025.01.22 09:42:48.081705 [ 282 ] {91085fae-d23a-4e1b-8836-7fd38a4d92b7} <Debug> TCPHandler: Processed in 0.001152912 sec.
833 2025.01.22 09:42:48.081953 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
834 2025.01.22 09:42:48.082115 [ 286 ] {f5210d2d-a896-429f-8c7c-77d7d78793f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
835 2025.01.22 09:42:48.082565 [ 286 ] {f5210d2d-a896-429f-8c7c-77d7d78793f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
836 2025.01.22 09:42:48.082633 [ 286 ] {f5210d2d-a896-429f-8c7c-77d7d78793f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
837 2025.01.22 09:42:48.083195 [ 286 ] {f5210d2d-a896-429f-8c7c-77d7d78793f8} <Debug> TCPHandler: Processed in 0.001297104 sec.
838 2025.01.22 09:42:48.083468 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
839 2025.01.22 09:42:48.083622 [ 282 ] {2a198031-0a46-4e26-b3a5-69baa09ab6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
840 2025.01.22 09:42:48.083999 [ 282 ] {2a198031-0a46-4e26-b3a5-69baa09ab6dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
841 2025.01.22 09:42:48.084054 [ 282 ] {2a198031-0a46-4e26-b3a5-69baa09ab6dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
842 2025.01.22 09:42:48.084544 [ 282 ] {2a198031-0a46-4e26-b3a5-69baa09ab6dd} <Debug> TCPHandler: Processed in 0.001130441 sec.
843 2025.01.22 09:42:48.084786 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
844 2025.01.22 09:42:48.084943 [ 286 ] {5e76fafa-6c7b-4bf1-8385-e889cb97fb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
845 2025.01.22 09:42:48.085326 [ 286 ] {5e76fafa-6c7b-4bf1-8385-e889cb97fb22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
846 2025.01.22 09:42:48.085381 [ 286 ] {5e76fafa-6c7b-4bf1-8385-e889cb97fb22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
847 2025.01.22 09:42:48.085868 [ 286 ] {5e76fafa-6c7b-4bf1-8385-e889cb97fb22} <Debug> TCPHandler: Processed in 0.001135461 sec.
848 2025.01.22 09:42:48.086147 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
849 2025.01.22 09:42:48.086302 [ 282 ] {58a12cca-ca85-4c9e-aa9e-813e1e03f5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
850 2025.01.22 09:42:48.086684 [ 282 ] {58a12cca-ca85-4c9e-aa9e-813e1e03f5b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
851 2025.01.22 09:42:48.086740 [ 282 ] {58a12cca-ca85-4c9e-aa9e-813e1e03f5b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
852 2025.01.22 09:42:48.087228 [ 282 ] {58a12cca-ca85-4c9e-aa9e-813e1e03f5b2} <Debug> TCPHandler: Processed in 0.001135661 sec.
853 2025.01.22 09:42:48.087477 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
854 2025.01.22 09:42:48.087637 [ 286 ] {b26e7419-9c57-49e7-93d0-758a70510cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
855 2025.01.22 09:42:48.088026 [ 286 ] {b26e7419-9c57-49e7-93d0-758a70510cae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
856 2025.01.22 09:42:48.088081 [ 286 ] {b26e7419-9c57-49e7-93d0-758a70510cae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
857 2025.01.22 09:42:48.088569 [ 286 ] {b26e7419-9c57-49e7-93d0-758a70510cae} <Debug> TCPHandler: Processed in 0.001147101 sec.
858 2025.01.22 09:42:48.088849 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
859 2025.01.22 09:42:48.089008 [ 282 ] {e69a7b5e-5f9a-4910-8507-b5664dde554b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
860 2025.01.22 09:42:48.089460 [ 282 ] {e69a7b5e-5f9a-4910-8507-b5664dde554b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
861 2025.01.22 09:42:48.089528 [ 282 ] {e69a7b5e-5f9a-4910-8507-b5664dde554b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
862 2025.01.22 09:42:48.090106 [ 282 ] {e69a7b5e-5f9a-4910-8507-b5664dde554b} <Debug> TCPHandler: Processed in 0.001310564 sec.
863 2025.01.22 09:42:48.090350 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
864 2025.01.22 09:42:48.090511 [ 286 ] {e70fa995-7fa5-45e0-86c2-ebb597e43733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
865 2025.01.22 09:42:48.090907 [ 286 ] {e70fa995-7fa5-45e0-86c2-ebb597e43733} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
866 2025.01.22 09:42:48.090963 [ 286 ] {e70fa995-7fa5-45e0-86c2-ebb597e43733} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
867 2025.01.22 09:42:48.091454 [ 286 ] {e70fa995-7fa5-45e0-86c2-ebb597e43733} <Debug> TCPHandler: Processed in 0.001159572 sec.
868 2025.01.22 09:42:48.091708 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2025.01.22 09:42:48.091870 [ 282 ] {341ccf2a-c85a-400f-9d5f-29737291bd14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
870 2025.01.22 09:42:48.092266 [ 282 ] {341ccf2a-c85a-400f-9d5f-29737291bd14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
871 2025.01.22 09:42:48.092322 [ 282 ] {341ccf2a-c85a-400f-9d5f-29737291bd14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
872 2025.01.22 09:42:48.092890 [ 282 ] {341ccf2a-c85a-400f-9d5f-29737291bd14} <Debug> TCPHandler: Processed in 0.001237123 sec.
873 2025.01.22 09:42:48.093166 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
874 2025.01.22 09:42:48.093356 [ 286 ] {314124d2-6970-4a82-af43-0a5633467aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
875 2025.01.22 09:42:48.093836 [ 286 ] {314124d2-6970-4a82-af43-0a5633467aa2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
876 2025.01.22 09:42:48.093902 [ 286 ] {314124d2-6970-4a82-af43-0a5633467aa2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
877 2025.01.22 09:42:48.094434 [ 286 ] {314124d2-6970-4a82-af43-0a5633467aa2} <Debug> TCPHandler: Processed in 0.001335105 sec.
878 2025.01.22 09:42:48.094674 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
879 2025.01.22 09:42:48.094836 [ 282 ] {4a91f85b-c94a-4495-8bca-791476ba7e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
880 2025.01.22 09:42:48.095247 [ 282 ] {4a91f85b-c94a-4495-8bca-791476ba7e52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
881 2025.01.22 09:42:48.095304 [ 282 ] {4a91f85b-c94a-4495-8bca-791476ba7e52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
882 2025.01.22 09:42:48.095841 [ 282 ] {4a91f85b-c94a-4495-8bca-791476ba7e52} <Debug> TCPHandler: Processed in 0.001220182 sec.
883 2025.01.22 09:42:48.096092 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
884 2025.01.22 09:42:48.096257 [ 286 ] {e8505419-6b78-4857-9fc1-c1ae96467f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
885 2025.01.22 09:42:48.096667 [ 286 ] {e8505419-6b78-4857-9fc1-c1ae96467f30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
886 2025.01.22 09:42:48.096723 [ 286 ] {e8505419-6b78-4857-9fc1-c1ae96467f30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
887 2025.01.22 09:42:48.097225 [ 286 ] {e8505419-6b78-4857-9fc1-c1ae96467f30} <Debug> TCPHandler: Processed in 0.001186492 sec.
888 2025.01.22 09:42:48.103773 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
889 2025.01.22 09:42:48.103906 [ 282 ] {48430494-7497-4bfa-a780-8ffb474527e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
890 2025.01.22 09:42:48.103960 [ 282 ] {48430494-7497-4bfa-a780-8ffb474527e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
891 2025.01.22 09:42:48.104749 [ 282 ] {48430494-7497-4bfa-a780-8ffb474527e8} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
892 2025.01.22 09:42:48.104793 [ 282 ] {48430494-7497-4bfa-a780-8ffb474527e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
893 2025.01.22 09:42:48.105470 [ 282 ] {48430494-7497-4bfa-a780-8ffb474527e8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
894 2025.01.22 09:42:48.105894 [ 282 ] {48430494-7497-4bfa-a780-8ffb474527e8} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
895 2025.01.22 09:42:48.106141 [ 282 ] {48430494-7497-4bfa-a780-8ffb474527e8} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002255 sec., 7982.261640798226 rows/sec., 1.09 MiB/sec.
896 2025.01.22 09:42:48.106256 [ 282 ] {48430494-7497-4bfa-a780-8ffb474527e8} <Debug> TCPHandler: Processed in 0.002539907 sec.
897 2025.01.22 09:42:48.106409 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
898 2025.01.22 09:42:48.106535 [ 286 ] {c8792507-b11c-4135-8bc1-14df75c48f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
899 2025.01.22 09:42:48.106583 [ 286 ] {c8792507-b11c-4135-8bc1-14df75c48f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
900 2025.01.22 09:42:48.108490 [ 286 ] {c8792507-b11c-4135-8bc1-14df75c48f62} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
901 2025.01.22 09:42:48.108531 [ 286 ] {c8792507-b11c-4135-8bc1-14df75c48f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
902 2025.01.22 09:42:48.109062 [ 286 ] {c8792507-b11c-4135-8bc1-14df75c48f62} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
903 2025.01.22 09:42:48.109509 [ 286 ] {c8792507-b11c-4135-8bc1-14df75c48f62} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
904 2025.01.22 09:42:48.109794 [ 286 ] {c8792507-b11c-4135-8bc1-14df75c48f62} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003272 sec., 17114.914425427873 rows/sec., 1.31 MiB/sec.
905 2025.01.22 09:42:48.109854 [ 286 ] {c8792507-b11c-4135-8bc1-14df75c48f62} <Debug> TCPHandler: Processed in 0.003499505 sec.
906 2025.01.22 09:42:48.110029 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
907 2025.01.22 09:42:48.110184 [ 282 ] {19642860-b469-40dc-a612-ec26a2f95adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
908 2025.01.22 09:42:48.110244 [ 282 ] {19642860-b469-40dc-a612-ec26a2f95adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
909 2025.01.22 09:42:48.110992 [ 282 ] {19642860-b469-40dc-a612-ec26a2f95adc} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
910 2025.01.22 09:42:48.111039 [ 282 ] {19642860-b469-40dc-a612-ec26a2f95adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
911 2025.01.22 09:42:48.111556 [ 282 ] {19642860-b469-40dc-a612-ec26a2f95adc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
912 2025.01.22 09:42:48.112131 [ 282 ] {19642860-b469-40dc-a612-ec26a2f95adc} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
913 2025.01.22 09:42:48.112349 [ 282 ] {19642860-b469-40dc-a612-ec26a2f95adc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002178 sec., 29384.756657483933 rows/sec., 2.29 MiB/sec.
914 2025.01.22 09:42:48.112452 [ 282 ] {19642860-b469-40dc-a612-ec26a2f95adc} <Debug> TCPHandler: Processed in 0.002496266 sec.
915 2025.01.22 09:42:48.112621 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
916 2025.01.22 09:42:48.112760 [ 286 ] {e7fa7077-5074-4539-9ac4-9d20926ca91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
917 2025.01.22 09:42:48.112821 [ 286 ] {e7fa7077-5074-4539-9ac4-9d20926ca91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
918 2025.01.22 09:42:48.113458 [ 286 ] {e7fa7077-5074-4539-9ac4-9d20926ca91d} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
919 2025.01.22 09:42:48.113493 [ 286 ] {e7fa7077-5074-4539-9ac4-9d20926ca91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
920 2025.01.22 09:42:48.114020 [ 286 ] {e7fa7077-5074-4539-9ac4-9d20926ca91d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
921 2025.01.22 09:42:48.114501 [ 286 ] {e7fa7077-5074-4539-9ac4-9d20926ca91d} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
922 2025.01.22 09:42:48.114773 [ 286 ] {e7fa7077-5074-4539-9ac4-9d20926ca91d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002029 sec., 63085.263676688024 rows/sec., 4.39 MiB/sec.
923 2025.01.22 09:42:48.114840 [ 286 ] {e7fa7077-5074-4539-9ac4-9d20926ca91d} <Debug> TCPHandler: Processed in 0.002285983 sec.
924 2025.01.22 09:42:48.114997 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
925 2025.01.22 09:42:48.115140 [ 282 ] {d93c9a8d-405d-4f27-98ef-4c2ad4a9c169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
926 2025.01.22 09:42:48.115201 [ 282 ] {d93c9a8d-405d-4f27-98ef-4c2ad4a9c169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
927 2025.01.22 09:42:48.115782 [ 282 ] {d93c9a8d-405d-4f27-98ef-4c2ad4a9c169} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
928 2025.01.22 09:42:48.115828 [ 282 ] {d93c9a8d-405d-4f27-98ef-4c2ad4a9c169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
929 2025.01.22 09:42:48.116382 [ 282 ] {d93c9a8d-405d-4f27-98ef-4c2ad4a9c169} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
930 2025.01.22 09:42:48.116908 [ 282 ] {d93c9a8d-405d-4f27-98ef-4c2ad4a9c169} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
931 2025.01.22 09:42:48.117148 [ 282 ] {d93c9a8d-405d-4f27-98ef-4c2ad4a9c169} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002034 sec., 23598.82005899705 rows/sec., 1.59 MiB/sec.
932 2025.01.22 09:42:48.117209 [ 282 ] {d93c9a8d-405d-4f27-98ef-4c2ad4a9c169} <Debug> TCPHandler: Processed in 0.002278913 sec.
933 2025.01.22 09:42:49.322495 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
934 2025.01.22 09:42:49.323153 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
935 2025.01.22 09:42:49.323196 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
936 2025.01.22 09:42:49.323938 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
937 2025.01.22 09:42:49.324383 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
938 2025.01.22 09:42:49.324616 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
939 2025.01.22 09:42:49.390863 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
940 2025.01.22 09:42:49.409378 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
941 2025.01.22 09:42:49.409436 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB.
942 2025.01.22 09:42:49.416208 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
943 2025.01.22 09:42:49.417421 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
944 2025.01.22 09:42:49.420115 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
945 2025.01.22 09:42:53.064963 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
946 2025.01.22 09:42:53.065174 [ 282 ] {c00c6972-e3e4-44fe-b995-b86671ca3e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
947 2025.01.22 09:42:53.065246 [ 282 ] {c00c6972-e3e4-44fe-b995-b86671ca3e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
948 2025.01.22 09:42:53.066021 [ 282 ] {c00c6972-e3e4-44fe-b995-b86671ca3e52} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
949 2025.01.22 09:42:53.066063 [ 282 ] {c00c6972-e3e4-44fe-b995-b86671ca3e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
950 2025.01.22 09:42:53.066615 [ 282 ] {c00c6972-e3e4-44fe-b995-b86671ca3e52} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
951 2025.01.22 09:42:53.067074 [ 282 ] {c00c6972-e3e4-44fe-b995-b86671ca3e52} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
952 2025.01.22 09:42:53.067270 [ 282 ] {c00c6972-e3e4-44fe-b995-b86671ca3e52} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002151 sec., 26034.40260344026 rows/sec., 2.00 MiB/sec.
953 2025.01.22 09:42:53.067324 [ 282 ] {c00c6972-e3e4-44fe-b995-b86671ca3e52} <Debug> TCPHandler: Processed in 0.002493117 sec.
954 2025.01.22 09:42:53.067597 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
955 2025.01.22 09:42:53.067807 [ 286 ] {2dd64d35-6ded-437a-90d2-59d8b5a9298e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
956 2025.01.22 09:42:53.067885 [ 286 ] {2dd64d35-6ded-437a-90d2-59d8b5a9298e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
957 2025.01.22 09:42:53.068674 [ 286 ] {2dd64d35-6ded-437a-90d2-59d8b5a9298e} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
958 2025.01.22 09:42:53.068718 [ 286 ] {2dd64d35-6ded-437a-90d2-59d8b5a9298e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
959 2025.01.22 09:42:53.069259 [ 286 ] {2dd64d35-6ded-437a-90d2-59d8b5a9298e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
960 2025.01.22 09:42:53.069725 [ 286 ] {2dd64d35-6ded-437a-90d2-59d8b5a9298e} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
961 2025.01.22 09:42:53.069979 [ 286 ] {2dd64d35-6ded-437a-90d2-59d8b5a9298e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002226 sec., 28751.123090745732 rows/sec., 2.24 MiB/sec.
962 2025.01.22 09:42:53.070050 [ 286 ] {2dd64d35-6ded-437a-90d2-59d8b5a9298e} <Debug> TCPHandler: Processed in 0.002585538 sec.
963 2025.01.22 09:42:53.070286 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
964 2025.01.22 09:42:53.070436 [ 282 ] {f97879ac-d249-489a-ba63-5af5519469c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
965 2025.01.22 09:42:53.070501 [ 282 ] {f97879ac-d249-489a-ba63-5af5519469c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
966 2025.01.22 09:42:53.071197 [ 282 ] {f97879ac-d249-489a-ba63-5af5519469c4} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
967 2025.01.22 09:42:53.071243 [ 282 ] {f97879ac-d249-489a-ba63-5af5519469c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
968 2025.01.22 09:42:53.071838 [ 282 ] {f97879ac-d249-489a-ba63-5af5519469c4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
969 2025.01.22 09:42:53.072338 [ 282 ] {f97879ac-d249-489a-ba63-5af5519469c4} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
970 2025.01.22 09:42:53.072523 [ 282 ] {f97879ac-d249-489a-ba63-5af5519469c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00212 sec., 75471.69811320755 rows/sec., 5.26 MiB/sec.
971 2025.01.22 09:42:53.072575 [ 282 ] {f97879ac-d249-489a-ba63-5af5519469c4} <Debug> TCPHandler: Processed in 0.002402635 sec.
972 2025.01.22 09:42:53.072737 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
973 2025.01.22 09:42:53.072875 [ 286 ] {53bf507b-bd16-4f43-98e7-d1ee3525acf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
974 2025.01.22 09:42:53.072935 [ 286 ] {53bf507b-bd16-4f43-98e7-d1ee3525acf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
975 2025.01.22 09:42:53.073464 [ 286 ] {53bf507b-bd16-4f43-98e7-d1ee3525acf1} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
976 2025.01.22 09:42:53.073503 [ 286 ] {53bf507b-bd16-4f43-98e7-d1ee3525acf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
977 2025.01.22 09:42:53.073981 [ 286 ] {53bf507b-bd16-4f43-98e7-d1ee3525acf1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
978 2025.01.22 09:42:53.074433 [ 286 ] {53bf507b-bd16-4f43-98e7-d1ee3525acf1} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
979 2025.01.22 09:42:53.074646 [ 286 ] {53bf507b-bd16-4f43-98e7-d1ee3525acf1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001798 sec., 33370.41156840935 rows/sec., 2.25 MiB/sec.
980 2025.01.22 09:42:53.074720 [ 286 ] {53bf507b-bd16-4f43-98e7-d1ee3525acf1} <Debug> TCPHandler: Processed in 0.002048598 sec.
981 2025.01.22 09:42:56.756713 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache
982 2025.01.22 09:42:56.756789 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache
983 2025.01.22 09:42:56.811046 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144
984 2025.01.22 09:42:56.815217 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
985 2025.01.22 09:42:56.815266 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
986 2025.01.22 09:42:56.816903 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
987 2025.01.22 09:42:56.817433 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
988 2025.01.22 09:42:56.818277 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144
989 2025.01.22 09:42:56.824806 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
990 2025.01.22 09:42:56.825707 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
991 2025.01.22 09:42:56.825759 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
992 2025.01.22 09:42:56.826537 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
993 2025.01.22 09:42:56.827122 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
994 2025.01.22 09:42:56.827359 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
995 2025.01.22 09:42:56.920238 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
996 2025.01.22 09:42:56.940549 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
997 2025.01.22 09:42:56.940604 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
998 2025.01.22 09:42:56.947590 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
999 2025.01.22 09:42:56.948904 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1000 2025.01.22 09:42:56.951600 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1001 2025.01.22 09:42:58.059566 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1002 2025.01.22 09:42:58.059861 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) 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)
1003 2025.01.22 09:42:58.062338 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1004 2025.01.22 09:42:58.062425 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <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
1005 2025.01.22 09:42:58.062815 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1006 2025.01.22 09:42:58.063042 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1007 2025.01.22 09:42:58.063413 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1008 2025.01.22 09:42:58.068731 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1009 2025.01.22 09:42:58.068793 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1010 2025.01.22 09:42:58.068815 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1011 2025.01.22 09:42:58.068940 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <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'))"
1012 2025.01.22 09:42:58.068968 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1013 2025.01.22 09:42:58.075003 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.015268 sec., 1178.9363374377783 rows/sec., 48.23 KiB/sec.
1014 2025.01.22 09:42:58.075145 [ 282 ] {28dc9ba4-cf92-4513-95f2-e26f158ea94d} <Debug> TCPHandler: Processed in 0.015727763 sec.
1015 2025.01.22 09:42:58.076023 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1016 2025.01.22 09:42:58.076272 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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)
1017 2025.01.22 09:42:58.076676 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1018 2025.01.22 09:42:58.076722 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <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
1019 2025.01.22 09:42:58.077042 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1020 2025.01.22 09:42:58.077126 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1021 2025.01.22 09:42:58.077308 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1022 2025.01.22 09:42:58.077347 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1023 2025.01.22 09:42:58.077374 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1024 2025.01.22 09:42:58.077391 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1025 2025.01.22 09:42:58.077443 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <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'))"
1026 2025.01.22 09:42:58.077468 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1027 2025.01.22 09:42:58.078148 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001987 sec., 9058.882737795671 rows/sec., 370.57 KiB/sec.
1028 2025.01.22 09:42:58.078281 [ 286 ] {8872c334-e826-4137-9c54-fcf8fc4e9a3a} <Debug> TCPHandler: Processed in 0.002386414 sec.
1029 2025.01.22 09:42:58.078690 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1030 2025.01.22 09:42:58.078894 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1031 2025.01.22 09:42:58.079222 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1032 2025.01.22 09:42:58.079266 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
1033 2025.01.22 09:42:58.079555 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1034 2025.01.22 09:42:58.079629 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1035 2025.01.22 09:42:58.079787 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1036 2025.01.22 09:42:58.079822 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1037 2025.01.22 09:42:58.079846 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1038 2025.01.22 09:42:58.079863 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1039 2025.01.22 09:42:58.079910 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
1040 2025.01.22 09:42:58.079934 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1041 2025.01.22 09:42:58.080556 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001751 sec., 10279.840091376356 rows/sec., 420.52 KiB/sec.
1042 2025.01.22 09:42:58.080679 [ 282 ] {ba8be93e-846f-4002-93a7-66c1791c561d} <Debug> TCPHandler: Processed in 0.002055698 sec.
1043 2025.01.22 09:42:58.081354 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1044 2025.01.22 09:42:58.081538 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1045 2025.01.22 09:42:58.081863 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1046 2025.01.22 09:42:58.081907 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
1047 2025.01.22 09:42:58.082185 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1048 2025.01.22 09:42:58.082252 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1049 2025.01.22 09:42:58.082411 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1050 2025.01.22 09:42:58.082446 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1051 2025.01.22 09:42:58.082470 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1052 2025.01.22 09:42:58.082488 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1053 2025.01.22 09:42:58.082533 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
1054 2025.01.22 09:42:58.082556 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1055 2025.01.22 09:42:58.083172 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001719 sec., 10471.204188481675 rows/sec., 428.35 KiB/sec.
1056 2025.01.22 09:42:58.083288 [ 286 ] {54c30660-1e69-4904-aa8b-1d542a5c2353} <Debug> TCPHandler: Processed in 0.001992688 sec.
1057 2025.01.22 09:42:58.083542 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1058 2025.01.22 09:42:58.083744 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
1059 2025.01.22 09:42:58.084089 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1060 2025.01.22 09:42:58.084134 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
1061 2025.01.22 09:42:58.084421 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1062 2025.01.22 09:42:58.084491 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1063 2025.01.22 09:42:58.084643 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1064 2025.01.22 09:42:58.084679 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1065 2025.01.22 09:42:58.084703 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1066 2025.01.22 09:42:58.084720 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1067 2025.01.22 09:42:58.084764 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
1068 2025.01.22 09:42:58.084788 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1069 2025.01.22 09:42:58.085435 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001786 sec., 10078.387458006719 rows/sec., 412.28 KiB/sec.
1070 2025.01.22 09:42:58.085556 [ 282 ] {874289bb-1ac7-44c6-acd8-705df89dc6f8} <Debug> TCPHandler: Processed in 0.002076469 sec.
1071 2025.01.22 09:42:58.085824 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1072 2025.01.22 09:42:58.086012 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1073 2025.01.22 09:42:58.086343 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1074 2025.01.22 09:42:58.086389 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
1075 2025.01.22 09:42:58.086677 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1076 2025.01.22 09:42:58.086745 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1077 2025.01.22 09:42:58.086895 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1078 2025.01.22 09:42:58.086930 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1079 2025.01.22 09:42:58.086953 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1080 2025.01.22 09:42:58.086971 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1081 2025.01.22 09:42:58.087016 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
1082 2025.01.22 09:42:58.087040 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1083 2025.01.22 09:42:58.087630 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001706 sec., 10550.996483001172 rows/sec., 431.61 KiB/sec.
1084 2025.01.22 09:42:58.087745 [ 286 ] {ba3147b7-3a46-42de-bc7c-92ff92d46863} <Debug> TCPHandler: Processed in 0.001978036 sec.
1085 2025.01.22 09:42:58.088020 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1086 2025.01.22 09:42:58.088205 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1087 2025.01.22 09:42:58.088524 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1088 2025.01.22 09:42:58.088568 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1089 2025.01.22 09:42:58.088858 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1090 2025.01.22 09:42:58.088926 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1091 2025.01.22 09:42:58.089082 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1092 2025.01.22 09:42:58.089118 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1093 2025.01.22 09:42:58.089142 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1094 2025.01.22 09:42:58.089159 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1095 2025.01.22 09:42:58.089204 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
1096 2025.01.22 09:42:58.089228 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1097 2025.01.22 09:42:58.089816 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001697 sec., 10606.953447259872 rows/sec., 433.90 KiB/sec.
1098 2025.01.22 09:42:58.089935 [ 282 ] {fa604ed3-2ea4-4f1d-9441-99162c773636} <Debug> TCPHandler: Processed in 0.001979977 sec.
1099 2025.01.22 09:42:58.090227 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1100 2025.01.22 09:42:58.090404 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
1101 2025.01.22 09:42:58.090725 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1102 2025.01.22 09:42:58.090771 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE
1103 2025.01.22 09:42:58.091062 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1104 2025.01.22 09:42:58.091128 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1105 2025.01.22 09:42:58.091277 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1106 2025.01.22 09:42:58.091310 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1107 2025.01.22 09:42:58.091333 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1108 2025.01.22 09:42:58.091350 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1109 2025.01.22 09:42:58.091393 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))"
1110 2025.01.22 09:42:58.091415 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1111 2025.01.22 09:42:58.092010 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001687 sec., 10669.82809721399 rows/sec., 436.47 KiB/sec.
1112 2025.01.22 09:42:58.092125 [ 286 ] {f83392a2-c737-431a-906a-d6511ac12da8} <Debug> TCPHandler: Processed in 0.001958147 sec.
1113 2025.01.22 09:42:58.092386 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1114 2025.01.22 09:42:58.092596 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1115 2025.01.22 09:42:58.092978 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1116 2025.01.22 09:42:58.093032 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1117 2025.01.22 09:42:58.093385 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1118 2025.01.22 09:42:58.093463 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1119 2025.01.22 09:42:58.093616 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1120 2025.01.22 09:42:58.093650 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1121 2025.01.22 09:42:58.093674 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1122 2025.01.22 09:42:58.093692 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1123 2025.01.22 09:42:58.093735 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1124 2025.01.22 09:42:58.093758 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1125 2025.01.22 09:42:58.094438 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001946 sec., 9249.743062692703 rows/sec., 378.38 KiB/sec.
1126 2025.01.22 09:42:58.094556 [ 282 ] {7fdcd64b-f96c-4370-abe5-54d6ad0538b4} <Debug> TCPHandler: Processed in 0.002230731 sec.
1127 2025.01.22 09:42:58.094820 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1128 2025.01.22 09:42:58.095005 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete)
1129 2025.01.22 09:42:58.095326 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1130 2025.01.22 09:42:58.095372 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE
1131 2025.01.22 09:42:58.095675 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1132 2025.01.22 09:42:58.095742 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1133 2025.01.22 09:42:58.095892 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1134 2025.01.22 09:42:58.095924 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1135 2025.01.22 09:42:58.095947 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1136 2025.01.22 09:42:58.095964 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1137 2025.01.22 09:42:58.096007 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))"
1138 2025.01.22 09:42:58.096031 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1139 2025.01.22 09:42:58.096596 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001677 sec., 10733.45259391771 rows/sec., 439.07 KiB/sec.
1140 2025.01.22 09:42:58.096712 [ 286 ] {b02e2339-6d2c-4a45-9bde-2b77460d6bb5} <Debug> TCPHandler: Processed in 0.001950166 sec.
1141 2025.01.22 09:42:58.096982 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1142 2025.01.22 09:42:58.097169 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1143 2025.01.22 09:42:58.097494 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1144 2025.01.22 09:42:58.097538 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1145 2025.01.22 09:42:58.097832 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1146 2025.01.22 09:42:58.097898 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1147 2025.01.22 09:42:58.098051 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1148 2025.01.22 09:42:58.098084 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1149 2025.01.22 09:42:58.098107 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1150 2025.01.22 09:42:58.098123 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1151 2025.01.22 09:42:58.098165 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1152 2025.01.22 09:42:58.098197 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1153 2025.01.22 09:42:58.098781 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0017 sec., 10588.235294117647 rows/sec., 433.13 KiB/sec.
1154 2025.01.22 09:42:58.098896 [ 282 ] {e12927c3-4e58-419b-b7a4-dadf8e2509cf} <Debug> TCPHandler: Processed in 0.001975147 sec.
1155 2025.01.22 09:42:58.099185 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1156 2025.01.22 09:42:58.099402 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1157 2025.01.22 09:42:58.099736 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1158 2025.01.22 09:42:58.099782 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1159 2025.01.22 09:42:58.100078 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1160 2025.01.22 09:42:58.100143 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1161 2025.01.22 09:42:58.100293 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1162 2025.01.22 09:42:58.100325 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1163 2025.01.22 09:42:58.100347 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1164 2025.01.22 09:42:58.100365 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1165 2025.01.22 09:42:58.100407 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1166 2025.01.22 09:42:58.100431 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1167 2025.01.22 09:42:58.101010 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001714 sec., 10501.750291715285 rows/sec., 429.60 KiB/sec.
1168 2025.01.22 09:42:58.101136 [ 286 ] {b27ad5b8-707b-42bb-8805-6a7c299bcf58} <Debug> TCPHandler: Processed in 0.002021457 sec.
1169 2025.01.22 09:42:58.105238 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1170 2025.01.22 09:42:58.105433 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1171 2025.01.22 09:42:58.105809 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1172 2025.01.22 09:42:58.105868 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1173 2025.01.22 09:42:58.106206 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1174 2025.01.22 09:42:58.106279 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1175 2025.01.22 09:42:58.106434 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1176 2025.01.22 09:42:58.106468 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1177 2025.01.22 09:42:58.106493 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (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
1178 2025.01.22 09:42:58.106511 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1179 2025.01.22 09:42:58.106558 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1180 2025.01.22 09:42:58.106583 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1181 2025.01.22 09:42:58.107201 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00186 sec., 9677.419354838708 rows/sec., 395.88 KiB/sec.
1182 2025.01.22 09:42:58.107318 [ 282 ] {7814c1b2-a9bf-4b9e-a52e-4b60c5b15d80} <Debug> TCPHandler: Processed in 0.002141399 sec.
1183 2025.01.22 09:42:58.113818 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1184 2025.01.22 09:42:58.113942 [ 282 ] {8d37a56d-462a-46b3-b81f-c67874e476ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1185 2025.01.22 09:42:58.113990 [ 282 ] {8d37a56d-462a-46b3-b81f-c67874e476ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1186 2025.01.22 09:42:58.114715 [ 282 ] {8d37a56d-462a-46b3-b81f-c67874e476ef} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1187 2025.01.22 09:42:58.114766 [ 282 ] {8d37a56d-462a-46b3-b81f-c67874e476ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1188 2025.01.22 09:42:58.115438 [ 282 ] {8d37a56d-462a-46b3-b81f-c67874e476ef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1189 2025.01.22 09:42:58.115922 [ 282 ] {8d37a56d-462a-46b3-b81f-c67874e476ef} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1190 2025.01.22 09:42:58.116152 [ 282 ] {8d37a56d-462a-46b3-b81f-c67874e476ef} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.002247 sec., 5785.491766800178 rows/sec., 1.15 MiB/sec.
1191 2025.01.22 09:42:58.116206 [ 282 ] {8d37a56d-462a-46b3-b81f-c67874e476ef} <Debug> TCPHandler: Processed in 0.002441535 sec.
1192 2025.01.22 09:42:58.116367 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1193 2025.01.22 09:42:58.116507 [ 286 ] {a9b705ec-9ff8-4246-b716-8ac7ece87e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1194 2025.01.22 09:42:58.116555 [ 286 ] {a9b705ec-9ff8-4246-b716-8ac7ece87e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1195 2025.01.22 09:42:58.117765 [ 286 ] {a9b705ec-9ff8-4246-b716-8ac7ece87e75} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1196 2025.01.22 09:42:58.117801 [ 286 ] {a9b705ec-9ff8-4246-b716-8ac7ece87e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1197 2025.01.22 09:42:58.118322 [ 286 ] {a9b705ec-9ff8-4246-b716-8ac7ece87e75} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1198 2025.01.22 09:42:58.118776 [ 286 ] {a9b705ec-9ff8-4246-b716-8ac7ece87e75} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1199 2025.01.22 09:42:58.119022 [ 286 ] {a9b705ec-9ff8-4246-b716-8ac7ece87e75} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002529 sec., 5535.7848952155 rows/sec., 398.50 KiB/sec.
1200 2025.01.22 09:42:58.119123 [ 286 ] {a9b705ec-9ff8-4246-b716-8ac7ece87e75} <Debug> TCPHandler: Processed in 0.002823653 sec.
1201 2025.01.22 09:42:58.119284 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1202 2025.01.22 09:42:58.119429 [ 282 ] {bf915bdb-f227-423a-b0b9-daf6e3d305aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1203 2025.01.22 09:42:58.119489 [ 282 ] {bf915bdb-f227-423a-b0b9-daf6e3d305aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1204 2025.01.22 09:42:58.120307 [ 282 ] {bf915bdb-f227-423a-b0b9-daf6e3d305aa} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1205 2025.01.22 09:42:58.120354 [ 282 ] {bf915bdb-f227-423a-b0b9-daf6e3d305aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1206 2025.01.22 09:42:58.120887 [ 282 ] {bf915bdb-f227-423a-b0b9-daf6e3d305aa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1207 2025.01.22 09:42:58.121370 [ 282 ] {bf915bdb-f227-423a-b0b9-daf6e3d305aa} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1208 2025.01.22 09:42:58.121598 [ 282 ] {bf915bdb-f227-423a-b0b9-daf6e3d305aa} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002203 sec., 99409.8955969133 rows/sec., 8.68 MiB/sec.
1209 2025.01.22 09:42:58.121652 [ 282 ] {bf915bdb-f227-423a-b0b9-daf6e3d305aa} <Debug> TCPHandler: Processed in 0.002437936 sec.
1210 2025.01.22 09:42:58.121813 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1211 2025.01.22 09:42:58.121952 [ 286 ] {7cdc33b0-adc9-4272-9da3-209ab8a2569c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1212 2025.01.22 09:42:58.122007 [ 286 ] {7cdc33b0-adc9-4272-9da3-209ab8a2569c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1213 2025.01.22 09:42:58.122857 [ 286 ] {7cdc33b0-adc9-4272-9da3-209ab8a2569c} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1214 2025.01.22 09:42:58.122891 [ 286 ] {7cdc33b0-adc9-4272-9da3-209ab8a2569c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1215 2025.01.22 09:42:58.123342 [ 286 ] {7cdc33b0-adc9-4272-9da3-209ab8a2569c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1216 2025.01.22 09:42:58.123770 [ 286 ] {7cdc33b0-adc9-4272-9da3-209ab8a2569c} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1217 2025.01.22 09:42:58.123959 [ 286 ] {7cdc33b0-adc9-4272-9da3-209ab8a2569c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002035 sec., 7371.007371007371 rows/sec., 519.71 KiB/sec.
1218 2025.01.22 09:42:58.124013 [ 286 ] {7cdc33b0-adc9-4272-9da3-209ab8a2569c} <Debug> TCPHandler: Processed in 0.002268482 sec.
1219 2025.01.22 09:42:58.124172 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1220 2025.01.22 09:42:58.124313 [ 282 ] {0dcbe812-0a96-4b13-8507-bf48af1aef05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1221 2025.01.22 09:42:58.124370 [ 282 ] {0dcbe812-0a96-4b13-8507-bf48af1aef05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1222 2025.01.22 09:42:58.124952 [ 282 ] {0dcbe812-0a96-4b13-8507-bf48af1aef05} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1223 2025.01.22 09:42:58.124991 [ 282 ] {0dcbe812-0a96-4b13-8507-bf48af1aef05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1224 2025.01.22 09:42:58.125536 [ 282 ] {0dcbe812-0a96-4b13-8507-bf48af1aef05} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1225 2025.01.22 09:42:58.126030 [ 282 ] {0dcbe812-0a96-4b13-8507-bf48af1aef05} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1226 2025.01.22 09:42:58.126246 [ 282 ] {0dcbe812-0a96-4b13-8507-bf48af1aef05} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001964 sec., 7128.309572301426 rows/sec., 499.22 KiB/sec.
1227 2025.01.22 09:42:58.126299 [ 282 ] {0dcbe812-0a96-4b13-8507-bf48af1aef05} <Debug> TCPHandler: Processed in 0.002196391 sec.
1228 2025.01.22 09:42:58.126441 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1229 2025.01.22 09:42:58.126579 [ 286 ] {a321aef4-4706-4a1c-a2e2-a8acd4e25217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1230 2025.01.22 09:42:58.126639 [ 286 ] {a321aef4-4706-4a1c-a2e2-a8acd4e25217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1231 2025.01.22 09:42:58.127304 [ 286 ] {a321aef4-4706-4a1c-a2e2-a8acd4e25217} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1232 2025.01.22 09:42:58.127348 [ 286 ] {a321aef4-4706-4a1c-a2e2-a8acd4e25217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1233 2025.01.22 09:42:58.127842 [ 286 ] {a321aef4-4706-4a1c-a2e2-a8acd4e25217} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1234 2025.01.22 09:42:58.128279 [ 286 ] {a321aef4-4706-4a1c-a2e2-a8acd4e25217} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1235 2025.01.22 09:42:58.128521 [ 286 ] {a321aef4-4706-4a1c-a2e2-a8acd4e25217} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001972 sec., 6592.292089249494 rows/sec., 411.03 KiB/sec.
1236 2025.01.22 09:42:58.128570 [ 286 ] {a321aef4-4706-4a1c-a2e2-a8acd4e25217} <Debug> TCPHandler: Processed in 0.00218589 sec.
1237 2025.01.22 09:42:58.128732 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1238 2025.01.22 09:42:58.128873 [ 282 ] {422c2706-140d-4b28-b9ec-4b6041be260b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1239 2025.01.22 09:42:58.128930 [ 282 ] {422c2706-140d-4b28-b9ec-4b6041be260b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1240 2025.01.22 09:42:58.129715 [ 282 ] {422c2706-140d-4b28-b9ec-4b6041be260b} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1241 2025.01.22 09:42:58.129755 [ 282 ] {422c2706-140d-4b28-b9ec-4b6041be260b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1242 2025.01.22 09:42:58.130231 [ 282 ] {422c2706-140d-4b28-b9ec-4b6041be260b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1243 2025.01.22 09:42:58.130676 [ 282 ] {422c2706-140d-4b28-b9ec-4b6041be260b} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1244 2025.01.22 09:42:58.130968 [ 282 ] {422c2706-140d-4b28-b9ec-4b6041be260b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002126 sec., 183443.0856067733 rows/sec., 13.01 MiB/sec.
1245 2025.01.22 09:42:58.131021 [ 282 ] {422c2706-140d-4b28-b9ec-4b6041be260b} <Debug> TCPHandler: Processed in 0.002357634 sec.
1246 2025.01.22 09:42:58.131173 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1247 2025.01.22 09:42:58.131312 [ 286 ] {7f2d4c80-6c8f-48c2-8025-2cad05c94926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1248 2025.01.22 09:42:58.131372 [ 286 ] {7f2d4c80-6c8f-48c2-8025-2cad05c94926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1249 2025.01.22 09:42:58.131844 [ 286 ] {7f2d4c80-6c8f-48c2-8025-2cad05c94926} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1250 2025.01.22 09:42:58.131879 [ 286 ] {7f2d4c80-6c8f-48c2-8025-2cad05c94926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1251 2025.01.22 09:42:58.132325 [ 286 ] {7f2d4c80-6c8f-48c2-8025-2cad05c94926} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1252 2025.01.22 09:42:58.132756 [ 286 ] {7f2d4c80-6c8f-48c2-8025-2cad05c94926} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1253 2025.01.22 09:42:58.132924 [ 286 ] {7f2d4c80-6c8f-48c2-8025-2cad05c94926} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001642 sec., 3654.080389768575 rows/sec., 190.91 KiB/sec.
1254 2025.01.22 09:42:58.132970 [ 286 ] {7f2d4c80-6c8f-48c2-8025-2cad05c94926} <Debug> TCPHandler: Processed in 0.001861914 sec.
1255 2025.01.22 09:42:58.133107 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1256 2025.01.22 09:42:58.133225 [ 282 ] {f10f5d09-7aca-4a0f-94d7-7c56c9d71fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1257 2025.01.22 09:42:58.133278 [ 282 ] {f10f5d09-7aca-4a0f-94d7-7c56c9d71fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1258 2025.01.22 09:42:58.133865 [ 282 ] {f10f5d09-7aca-4a0f-94d7-7c56c9d71fba} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1259 2025.01.22 09:42:58.133904 [ 282 ] {f10f5d09-7aca-4a0f-94d7-7c56c9d71fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1260 2025.01.22 09:42:58.134393 [ 282 ] {f10f5d09-7aca-4a0f-94d7-7c56c9d71fba} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1261 2025.01.22 09:42:58.134834 [ 282 ] {f10f5d09-7aca-4a0f-94d7-7c56c9d71fba} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1262 2025.01.22 09:42:58.135051 [ 282 ] {f10f5d09-7aca-4a0f-94d7-7c56c9d71fba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001851 sec., 128038.8978930308 rows/sec., 8.58 MiB/sec.
1263 2025.01.22 09:42:58.135102 [ 282 ] {f10f5d09-7aca-4a0f-94d7-7c56c9d71fba} <Debug> TCPHandler: Processed in 0.002052318 sec.
1264 2025.01.22 09:42:58.135255 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1265 2025.01.22 09:42:58.135394 [ 286 ] {11e856bc-ea1b-4456-9e8e-71b355b7e8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1266 2025.01.22 09:42:58.135456 [ 286 ] {11e856bc-ea1b-4456-9e8e-71b355b7e8ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1267 2025.01.22 09:42:58.135991 [ 286 ] {11e856bc-ea1b-4456-9e8e-71b355b7e8ee} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1268 2025.01.22 09:42:58.136035 [ 286 ] {11e856bc-ea1b-4456-9e8e-71b355b7e8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1269 2025.01.22 09:42:58.136553 [ 286 ] {11e856bc-ea1b-4456-9e8e-71b355b7e8ee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1270 2025.01.22 09:42:58.136988 [ 286 ] {11e856bc-ea1b-4456-9e8e-71b355b7e8ee} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1271 2025.01.22 09:42:58.137225 [ 286 ] {11e856bc-ea1b-4456-9e8e-71b355b7e8ee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001846 sec., 541.7118093174431 rows/sec., 36.50 KiB/sec.
1272 2025.01.22 09:42:58.137292 [ 286 ] {11e856bc-ea1b-4456-9e8e-71b355b7e8ee} <Debug> TCPHandler: Processed in 0.002103939 sec.
1273 2025.01.22 09:42:58.137433 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1274 2025.01.22 09:42:58.137573 [ 282 ] {6dd02383-7269-4da3-acea-4985e982ed3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1275 2025.01.22 09:42:58.137671 [ 282 ] {6dd02383-7269-4da3-acea-4985e982ed3c} <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
1276 2025.01.22 09:42:58.138847 [ 282 ] {6dd02383-7269-4da3-acea-4985e982ed3c} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1277 2025.01.22 09:42:58.138883 [ 282 ] {6dd02383-7269-4da3-acea-4985e982ed3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1278 2025.01.22 09:42:58.141582 [ 282 ] {6dd02383-7269-4da3-acea-4985e982ed3c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1279 2025.01.22 09:42:58.142143 [ 282 ] {6dd02383-7269-4da3-acea-4985e982ed3c} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1280 2025.01.22 09:42:58.142409 [ 282 ] {6dd02383-7269-4da3-acea-4985e982ed3c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004866 sec., 1644.0608302507194 rows/sec., 2.95 MiB/sec.
1281 2025.01.22 09:42:58.142519 [ 282 ] {6dd02383-7269-4da3-acea-4985e982ed3c} <Debug> TCPHandler: Processed in 0.005141106 sec.
1282 2025.01.22 09:42:58.142683 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1283 2025.01.22 09:42:58.142824 [ 286 ] {8bf624a8-0fc8-4171-b9e8-20a38e2560be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1284 2025.01.22 09:42:58.142882 [ 286 ] {8bf624a8-0fc8-4171-b9e8-20a38e2560be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1285 2025.01.22 09:42:58.143447 [ 286 ] {8bf624a8-0fc8-4171-b9e8-20a38e2560be} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1286 2025.01.22 09:42:58.143483 [ 286 ] {8bf624a8-0fc8-4171-b9e8-20a38e2560be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1287 2025.01.22 09:42:58.143994 [ 286 ] {8bf624a8-0fc8-4171-b9e8-20a38e2560be} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1288 2025.01.22 09:42:58.144424 [ 286 ] {8bf624a8-0fc8-4171-b9e8-20a38e2560be} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1289 2025.01.22 09:42:58.144606 [ 286 ] {8bf624a8-0fc8-4171-b9e8-20a38e2560be} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001813 sec., 45228.90237175952 rows/sec., 2.87 MiB/sec.
1290 2025.01.22 09:42:58.144652 [ 286 ] {8bf624a8-0fc8-4171-b9e8-20a38e2560be} <Debug> TCPHandler: Processed in 0.002034198 sec.
1291 2025.01.22 09:43:03.065235 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1292 2025.01.22 09:43:03.065442 [ 282 ] {868f5fee-9612-4696-acf9-3b28e4f9abb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1293 2025.01.22 09:43:03.065523 [ 282 ] {868f5fee-9612-4696-acf9-3b28e4f9abb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1294 2025.01.22 09:43:03.066316 [ 282 ] {868f5fee-9612-4696-acf9-3b28e4f9abb1} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1295 2025.01.22 09:43:03.066365 [ 282 ] {868f5fee-9612-4696-acf9-3b28e4f9abb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1296 2025.01.22 09:43:03.066803 [ 282 ] {868f5fee-9612-4696-acf9-3b28e4f9abb1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1297 2025.01.22 09:43:03.067069 [ 282 ] {868f5fee-9612-4696-acf9-3b28e4f9abb1} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1298 2025.01.22 09:43:03.067293 [ 282 ] {868f5fee-9612-4696-acf9-3b28e4f9abb1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.26 MiB/sec.
1299 2025.01.22 09:43:03.067350 [ 282 ] {868f5fee-9612-4696-acf9-3b28e4f9abb1} <Debug> TCPHandler: Processed in 0.002266002 sec.
1300 2025.01.22 09:43:03.067680 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1301 2025.01.22 09:43:03.067876 [ 286 ] {32f77eff-4208-41ee-83e6-5e6a91170e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1302 2025.01.22 09:43:03.067951 [ 286 ] {32f77eff-4208-41ee-83e6-5e6a91170e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1303 2025.01.22 09:43:03.068771 [ 286 ] {32f77eff-4208-41ee-83e6-5e6a91170e48} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1304 2025.01.22 09:43:03.068821 [ 286 ] {32f77eff-4208-41ee-83e6-5e6a91170e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1305 2025.01.22 09:43:03.069270 [ 286 ] {32f77eff-4208-41ee-83e6-5e6a91170e48} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1306 2025.01.22 09:43:03.069551 [ 286 ] {32f77eff-4208-41ee-83e6-5e6a91170e48} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1307 2025.01.22 09:43:03.069804 [ 286 ] {32f77eff-4208-41ee-83e6-5e6a91170e48} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001979 sec., 32339.56543708944 rows/sec., 2.52 MiB/sec.
1308 2025.01.22 09:43:03.069882 [ 286 ] {32f77eff-4208-41ee-83e6-5e6a91170e48} <Debug> TCPHandler: Processed in 0.002383204 sec.
1309 2025.01.22 09:43:03.070062 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1310 2025.01.22 09:43:03.070187 [ 282 ] {c8be0d09-618e-4950-9d34-360b69b9b254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1311 2025.01.22 09:43:03.070244 [ 282 ] {c8be0d09-618e-4950-9d34-360b69b9b254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1312 2025.01.22 09:43:03.070876 [ 282 ] {c8be0d09-618e-4950-9d34-360b69b9b254} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1313 2025.01.22 09:43:03.070917 [ 282 ] {c8be0d09-618e-4950-9d34-360b69b9b254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1314 2025.01.22 09:43:03.071338 [ 282 ] {c8be0d09-618e-4950-9d34-360b69b9b254} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1315 2025.01.22 09:43:03.071585 [ 282 ] {c8be0d09-618e-4950-9d34-360b69b9b254} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1316 2025.01.22 09:43:03.071792 [ 282 ] {c8be0d09-618e-4950-9d34-360b69b9b254} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec.
1317 2025.01.22 09:43:03.071843 [ 282 ] {c8be0d09-618e-4950-9d34-360b69b9b254} <Debug> TCPHandler: Processed in 0.001849155 sec.
1318 2025.01.22 09:43:03.072012 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1319 2025.01.22 09:43:03.072149 [ 286 ] {f9e7e393-2225-43a0-8e27-162a749aec94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1320 2025.01.22 09:43:03.072214 [ 286 ] {f9e7e393-2225-43a0-8e27-162a749aec94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1321 2025.01.22 09:43:03.072768 [ 286 ] {f9e7e393-2225-43a0-8e27-162a749aec94} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1322 2025.01.22 09:43:03.072810 [ 286 ] {f9e7e393-2225-43a0-8e27-162a749aec94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1323 2025.01.22 09:43:03.073225 [ 286 ] {f9e7e393-2225-43a0-8e27-162a749aec94} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1324 2025.01.22 09:43:03.073471 [ 286 ] {f9e7e393-2225-43a0-8e27-162a749aec94} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1325 2025.01.22 09:43:03.073712 [ 286 ] {f9e7e393-2225-43a0-8e27-162a749aec94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001591 sec., 37712.13073538655 rows/sec., 2.54 MiB/sec.
1326 2025.01.22 09:43:03.073773 [ 286 ] {f9e7e393-2225-43a0-8e27-162a749aec94} <Debug> TCPHandler: Processed in 0.001818684 sec.
1327 2025.01.22 09:43:04.327528 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1328 2025.01.22 09:43:04.328515 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1329 2025.01.22 09:43:04.328593 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1330 2025.01.22 09:43:04.329194 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1331 2025.01.22 09:43:04.329459 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1332 2025.01.22 09:43:04.329686 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1333 2025.01.22 09:43:04.451731 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1334 2025.01.22 09:43:04.472874 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1335 2025.01.22 09:43:04.472943 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB.
1336 2025.01.22 09:43:04.479940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1337 2025.01.22 09:43:04.480790 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1338 2025.01.22 09:43:04.484264 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1339 2025.01.22 09:43:05.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.88 MiB, peak 161.88 MiB, free memory in arenas 0.00 B, will set to 159.19 MiB (RSS), difference: 1.31 MiB
1340 2025.01.22 09:43:06.818648 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202
1341 2025.01.22 09:43:06.822130 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1342 2025.01.22 09:43:06.822179 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1343 2025.01.22 09:43:06.823788 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1344 2025.01.22 09:43:06.824109 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1345 2025.01.22 09:43:06.824590 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202
1346 2025.01.22 09:43:08.070007 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1347 2025.01.22 09:43:08.070213 [ 282 ] {5494bc92-4de4-4a53-a537-95c81ef67a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1348 2025.01.22 09:43:08.070292 [ 282 ] {5494bc92-4de4-4a53-a537-95c81ef67a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1349 2025.01.22 09:43:08.071078 [ 282 ] {5494bc92-4de4-4a53-a537-95c81ef67a57} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1350 2025.01.22 09:43:08.071135 [ 282 ] {5494bc92-4de4-4a53-a537-95c81ef67a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1351 2025.01.22 09:43:08.071582 [ 282 ] {5494bc92-4de4-4a53-a537-95c81ef67a57} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1352 2025.01.22 09:43:08.071849 [ 282 ] {5494bc92-4de4-4a53-a537-95c81ef67a57} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1353 2025.01.22 09:43:08.072165 [ 282 ] {5494bc92-4de4-4a53-a537-95c81ef67a57} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001989 sec., 7038.712921065862 rows/sec., 506.69 KiB/sec.
1354 2025.01.22 09:43:08.072282 [ 282 ] {5494bc92-4de4-4a53-a537-95c81ef67a57} <Debug> TCPHandler: Processed in 0.002423105 sec.
1355 2025.01.22 09:43:08.072533 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1356 2025.01.22 09:43:08.072728 [ 286 ] {e8354214-a944-48a4-b94f-851f295520e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1357 2025.01.22 09:43:08.072803 [ 286 ] {e8354214-a944-48a4-b94f-851f295520e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1358 2025.01.22 09:43:08.073671 [ 286 ] {e8354214-a944-48a4-b94f-851f295520e6} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1359 2025.01.22 09:43:08.073723 [ 286 ] {e8354214-a944-48a4-b94f-851f295520e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1360 2025.01.22 09:43:08.074180 [ 286 ] {e8354214-a944-48a4-b94f-851f295520e6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1361 2025.01.22 09:43:08.074436 [ 286 ] {e8354214-a944-48a4-b94f-851f295520e6} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1362 2025.01.22 09:43:08.074677 [ 286 ] {e8354214-a944-48a4-b94f-851f295520e6} <Debug> executeQuery: Read 219 rows, 19.58 KiB in 0.002 sec., 109500 rows/sec., 9.56 MiB/sec.
1363 2025.01.22 09:43:08.074745 [ 286 ] {e8354214-a944-48a4-b94f-851f295520e6} <Debug> TCPHandler: Processed in 0.002338954 sec.
1364 2025.01.22 09:43:08.074920 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1365 2025.01.22 09:43:08.075055 [ 282 ] {9014433b-aa04-4a04-9efd-5876d0fe50e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1366 2025.01.22 09:43:08.075111 [ 282 ] {9014433b-aa04-4a04-9efd-5876d0fe50e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1367 2025.01.22 09:43:08.075733 [ 282 ] {9014433b-aa04-4a04-9efd-5876d0fe50e4} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1368 2025.01.22 09:43:08.075776 [ 282 ] {9014433b-aa04-4a04-9efd-5876d0fe50e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1369 2025.01.22 09:43:08.076167 [ 282 ] {9014433b-aa04-4a04-9efd-5876d0fe50e4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1370 2025.01.22 09:43:08.076424 [ 282 ] {9014433b-aa04-4a04-9efd-5876d0fe50e4} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1371 2025.01.22 09:43:08.076646 [ 282 ] {9014433b-aa04-4a04-9efd-5876d0fe50e4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001621 sec., 9253.547193090684 rows/sec., 652.45 KiB/sec.
1372 2025.01.22 09:43:08.076703 [ 282 ] {9014433b-aa04-4a04-9efd-5876d0fe50e4} <Debug> TCPHandler: Processed in 0.001845014 sec.
1373 2025.01.22 09:43:08.076857 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1374 2025.01.22 09:43:08.076990 [ 286 ] {74780978-45a8-45a7-84d9-25d0c9b842f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1375 2025.01.22 09:43:08.077043 [ 286 ] {74780978-45a8-45a7-84d9-25d0c9b842f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1376 2025.01.22 09:43:08.077635 [ 286 ] {74780978-45a8-45a7-84d9-25d0c9b842f9} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1377 2025.01.22 09:43:08.077678 [ 286 ] {74780978-45a8-45a7-84d9-25d0c9b842f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1378 2025.01.22 09:43:08.078045 [ 286 ] {74780978-45a8-45a7-84d9-25d0c9b842f9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1379 2025.01.22 09:43:08.078285 [ 286 ] {74780978-45a8-45a7-84d9-25d0c9b842f9} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1380 2025.01.22 09:43:08.078499 [ 286 ] {74780978-45a8-45a7-84d9-25d0c9b842f9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00154 sec., 9090.909090909092 rows/sec., 636.67 KiB/sec.
1381 2025.01.22 09:43:08.078556 [ 286 ] {74780978-45a8-45a7-84d9-25d0c9b842f9} <Debug> TCPHandler: Processed in 0.001760023 sec.
1382 2025.01.22 09:43:08.078712 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1383 2025.01.22 09:43:08.078835 [ 282 ] {7ec9b92c-652a-4237-93cb-0f1cad6286c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1384 2025.01.22 09:43:08.078886 [ 282 ] {7ec9b92c-652a-4237-93cb-0f1cad6286c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1385 2025.01.22 09:43:08.079494 [ 282 ] {7ec9b92c-652a-4237-93cb-0f1cad6286c0} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1386 2025.01.22 09:43:08.079535 [ 282 ] {7ec9b92c-652a-4237-93cb-0f1cad6286c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1387 2025.01.22 09:43:08.079899 [ 282 ] {7ec9b92c-652a-4237-93cb-0f1cad6286c0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1388 2025.01.22 09:43:08.080149 [ 282 ] {7ec9b92c-652a-4237-93cb-0f1cad6286c0} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1389 2025.01.22 09:43:08.080418 [ 282 ] {7ec9b92c-652a-4237-93cb-0f1cad6286c0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001587 sec., 8191.556395715185 rows/sec., 510.74 KiB/sec.
1390 2025.01.22 09:43:08.080530 [ 282 ] {7ec9b92c-652a-4237-93cb-0f1cad6286c0} <Debug> TCPHandler: Processed in 0.001880495 sec.
1391 2025.01.22 09:43:08.080715 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1392 2025.01.22 09:43:08.080840 [ 286 ] {de545c45-95bd-4a0d-b00e-5025dd763f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1393 2025.01.22 09:43:08.080893 [ 286 ] {de545c45-95bd-4a0d-b00e-5025dd763f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1394 2025.01.22 09:43:08.081630 [ 286 ] {de545c45-95bd-4a0d-b00e-5025dd763f07} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1395 2025.01.22 09:43:08.081672 [ 286 ] {de545c45-95bd-4a0d-b00e-5025dd763f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1396 2025.01.22 09:43:08.082053 [ 286 ] {de545c45-95bd-4a0d-b00e-5025dd763f07} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1397 2025.01.22 09:43:08.082290 [ 286 ] {de545c45-95bd-4a0d-b00e-5025dd763f07} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1398 2025.01.22 09:43:08.082513 [ 286 ] {de545c45-95bd-4a0d-b00e-5025dd763f07} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001699 sec., 229546.79223072395 rows/sec., 16.28 MiB/sec.
1399 2025.01.22 09:43:08.082575 [ 286 ] {de545c45-95bd-4a0d-b00e-5025dd763f07} <Debug> TCPHandler: Processed in 0.001922945 sec.
1400 2025.01.22 09:43:08.082727 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1401 2025.01.22 09:43:08.082851 [ 282 ] {4c21fc2d-04c7-43d8-9177-f59c1495c6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1402 2025.01.22 09:43:08.082904 [ 282 ] {4c21fc2d-04c7-43d8-9177-f59c1495c6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1403 2025.01.22 09:43:08.083398 [ 282 ] {4c21fc2d-04c7-43d8-9177-f59c1495c6c7} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1404 2025.01.22 09:43:08.083440 [ 282 ] {4c21fc2d-04c7-43d8-9177-f59c1495c6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1405 2025.01.22 09:43:08.083827 [ 282 ] {4c21fc2d-04c7-43d8-9177-f59c1495c6c7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1406 2025.01.22 09:43:08.084071 [ 282 ] {4c21fc2d-04c7-43d8-9177-f59c1495c6c7} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1407 2025.01.22 09:43:08.084350 [ 282 ] {4c21fc2d-04c7-43d8-9177-f59c1495c6c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec.
1408 2025.01.22 09:43:08.084428 [ 282 ] {4c21fc2d-04c7-43d8-9177-f59c1495c6c7} <Debug> TCPHandler: Processed in 0.001761573 sec.
1409 2025.01.22 09:43:08.084591 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1410 2025.01.22 09:43:08.084724 [ 286 ] {0365c263-eb9f-4939-95e1-7b8c09ae9060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1411 2025.01.22 09:43:08.084780 [ 286 ] {0365c263-eb9f-4939-95e1-7b8c09ae9060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1412 2025.01.22 09:43:08.085382 [ 286 ] {0365c263-eb9f-4939-95e1-7b8c09ae9060} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1413 2025.01.22 09:43:08.085423 [ 286 ] {0365c263-eb9f-4939-95e1-7b8c09ae9060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1414 2025.01.22 09:43:08.085831 [ 286 ] {0365c263-eb9f-4939-95e1-7b8c09ae9060} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1415 2025.01.22 09:43:08.086071 [ 286 ] {0365c263-eb9f-4939-95e1-7b8c09ae9060} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1416 2025.01.22 09:43:08.086296 [ 286 ] {0365c263-eb9f-4939-95e1-7b8c09ae9060} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001601 sec., 148032.4797001874 rows/sec., 9.92 MiB/sec.
1417 2025.01.22 09:43:08.086351 [ 286 ] {0365c263-eb9f-4939-95e1-7b8c09ae9060} <Debug> TCPHandler: Processed in 0.001822424 sec.
1418 2025.01.22 09:43:08.086496 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1419 2025.01.22 09:43:08.086616 [ 282 ] {4b0b4114-db85-4f1c-b083-351edaa789f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1420 2025.01.22 09:43:08.086670 [ 282 ] {4b0b4114-db85-4f1c-b083-351edaa789f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1421 2025.01.22 09:43:08.087151 [ 282 ] {4b0b4114-db85-4f1c-b083-351edaa789f8} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1422 2025.01.22 09:43:08.087191 [ 282 ] {4b0b4114-db85-4f1c-b083-351edaa789f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1423 2025.01.22 09:43:08.087553 [ 282 ] {4b0b4114-db85-4f1c-b083-351edaa789f8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1424 2025.01.22 09:43:08.087795 [ 282 ] {4b0b4114-db85-4f1c-b083-351edaa789f8} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1425 2025.01.22 09:43:08.088074 [ 282 ] {4b0b4114-db85-4f1c-b083-351edaa789f8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001463 sec., 683.5269993164729 rows/sec., 46.06 KiB/sec.
1426 2025.01.22 09:43:08.088173 [ 282 ] {4b0b4114-db85-4f1c-b083-351edaa789f8} <Debug> TCPHandler: Processed in 0.001736432 sec.
1427 2025.01.22 09:43:08.088323 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1428 2025.01.22 09:43:08.088443 [ 286 ] {b50a820d-7985-4f86-83e9-472145658518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1429 2025.01.22 09:43:08.088524 [ 286 ] {b50a820d-7985-4f86-83e9-472145658518} <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
1430 2025.01.22 09:43:08.089635 [ 286 ] {b50a820d-7985-4f86-83e9-472145658518} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1431 2025.01.22 09:43:08.089674 [ 286 ] {b50a820d-7985-4f86-83e9-472145658518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1432 2025.01.22 09:43:08.090285 [ 286 ] {b50a820d-7985-4f86-83e9-472145658518} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1433 2025.01.22 09:43:08.090539 [ 286 ] {b50a820d-7985-4f86-83e9-472145658518} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1434 2025.01.22 09:43:08.090898 [ 286 ] {b50a820d-7985-4f86-83e9-472145658518} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002479 sec., 3227.107704719645 rows/sec., 5.78 MiB/sec.
1435 2025.01.22 09:43:08.091012 [ 286 ] {b50a820d-7985-4f86-83e9-472145658518} <Debug> TCPHandler: Processed in 0.002748941 sec.
1436 2025.01.22 09:43:08.091171 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1437 2025.01.22 09:43:08.091295 [ 282 ] {d0a31938-b0f6-49c5-8896-632f77cd2f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1438 2025.01.22 09:43:08.091346 [ 282 ] {d0a31938-b0f6-49c5-8896-632f77cd2f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1439 2025.01.22 09:43:08.091854 [ 282 ] {d0a31938-b0f6-49c5-8896-632f77cd2f6b} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1440 2025.01.22 09:43:08.091894 [ 282 ] {d0a31938-b0f6-49c5-8896-632f77cd2f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1441 2025.01.22 09:43:08.092273 [ 282 ] {d0a31938-b0f6-49c5-8896-632f77cd2f6b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1442 2025.01.22 09:43:08.092513 [ 282 ] {d0a31938-b0f6-49c5-8896-632f77cd2f6b} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1443 2025.01.22 09:43:08.092727 [ 282 ] {d0a31938-b0f6-49c5-8896-632f77cd2f6b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001456 sec., 56318.681318681316 rows/sec., 3.58 MiB/sec.
1444 2025.01.22 09:43:08.092781 [ 282 ] {d0a31938-b0f6-49c5-8896-632f77cd2f6b} <Debug> TCPHandler: Processed in 0.001668031 sec.
1445 2025.01.22 09:43:11.756842 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache
1446 2025.01.22 09:43:11.756919 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache
1447 2025.01.22 09:43:11.829863 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1448 2025.01.22 09:43:11.830590 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1449 2025.01.22 09:43:11.830649 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1450 2025.01.22 09:43:11.831306 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1451 2025.01.22 09:43:11.831565 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1452 2025.01.22 09:43:11.831756 [ 72 ] {} <Debug> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1453 2025.01.22 09:43:11.831843 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1454 2025.01.22 09:43:11.831868 [ 72 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1455 2025.01.22 09:43:11.831903 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1456 2025.01.22 09:43:11.835867 [ 188 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full
1457 2025.01.22 09:43:11.836042 [ 188 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1458 2025.01.22 09:43:11.836153 [ 188 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
1459 2025.01.22 09:43:11.836287 [ 188 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
1460 2025.01.22 09:43:11.836433 [ 188 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
1461 2025.01.22 09:43:11.836584 [ 188 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
1462 2025.01.22 09:43:11.836810 [ 188 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
1463 2025.01.22 09:43:11.836900 [ 188 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
1464 2025.01.22 09:43:11.864507 [ 194 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.032524084 sec., 86274.528131215 rows/sec., 1.23 MiB/sec.
1465 2025.01.22 09:43:11.865245 [ 201 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1466 2025.01.22 09:43:11.865577 [ 201 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_6_1} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1467 2025.01.22 09:43:11.865657 [ 201 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_6_1} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1468 2025.01.22 09:43:11.865782 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1469 2025.01.22 09:43:11.984376 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1470 2025.01.22 09:43:12.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.31 MiB, peak 165.62 MiB, free memory in arenas 0.00 B, will set to 160.63 MiB (RSS), difference: 1.32 MiB
1471 2025.01.22 09:43:12.005637 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1472 2025.01.22 09:43:12.005684 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1473 2025.01.22 09:43:12.012407 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1474 2025.01.22 09:43:12.013152 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1475 2025.01.22 09:43:12.013484 [ 69 ] {} <Debug> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1476 2025.01.22 09:43:12.013622 [ 69 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1477 2025.01.22 09:43:12.013693 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1478 2025.01.22 09:43:12.014129 [ 201 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
1479 2025.01.22 09:43:12.029129 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1480 2025.01.22 09:43:12.030733 [ 201 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1481 2025.01.22 09:43:12.031854 [ 201 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
1482 2025.01.22 09:43:12.036842 [ 201 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
1483 2025.01.22 09:43:12.041846 [ 201 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
1484 2025.01.22 09:43:12.046894 [ 201 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
1485 2025.01.22 09:43:12.056404 [ 201 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
1486 2025.01.22 09:43:12.061084 [ 201 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
1487 2025.01.22 09:43:12.122355 [ 194 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.108526307 sec., 423.86036410508285 rows/sec., 2.19 MiB/sec.
1488 2025.01.22 09:43:12.125007 [ 199 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1489 2025.01.22 09:43:12.128021 [ 199 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_6_1} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1490 2025.01.22 09:43:12.128145 [ 199 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_6_1} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1491 2025.01.22 09:43:12.130557 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1492 2025.01.22 09:43:13.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.71 MiB, peak 171.24 MiB, free memory in arenas 0.00 B, will set to 164.10 MiB (RSS), difference: 2.39 MiB
1493 2025.01.22 09:43:13.065762 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1494 2025.01.22 09:43:13.066144 [ 282 ] {da57452b-4522-48dc-a0da-5342fa104929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1495 2025.01.22 09:43:13.066225 [ 282 ] {da57452b-4522-48dc-a0da-5342fa104929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1496 2025.01.22 09:43:13.067008 [ 282 ] {da57452b-4522-48dc-a0da-5342fa104929} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1497 2025.01.22 09:43:13.067060 [ 282 ] {da57452b-4522-48dc-a0da-5342fa104929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1498 2025.01.22 09:43:13.067526 [ 282 ] {da57452b-4522-48dc-a0da-5342fa104929} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1499 2025.01.22 09:43:13.067809 [ 282 ] {da57452b-4522-48dc-a0da-5342fa104929} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1500 2025.01.22 09:43:13.067998 [ 71 ] {} <Debug> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1501 2025.01.22 09:43:13.068077 [ 282 ] {da57452b-4522-48dc-a0da-5342fa104929} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002037 sec., 27491.408934707903 rows/sec., 2.11 MiB/sec.
1502 2025.01.22 09:43:13.068097 [ 71 ] {} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1503 2025.01.22 09:43:13.068179 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1504 2025.01.22 09:43:13.068222 [ 282 ] {da57452b-4522-48dc-a0da-5342fa104929} <Debug> TCPHandler: Processed in 0.00265829 sec.
1505 2025.01.22 09:43:13.068561 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1506 2025.01.22 09:43:13.068894 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::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
1507 2025.01.22 09:43:13.068917 [ 286 ] {cbc6e15f-a329-4141-8f79-552e5d7a460a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1508 2025.01.22 09:43:13.069106 [ 286 ] {cbc6e15f-a329-4141-8f79-552e5d7a460a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1509 2025.01.22 09:43:13.069296 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1510 2025.01.22 09:43:13.069376 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::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
1511 2025.01.22 09:43:13.069652 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::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
1512 2025.01.22 09:43:13.070048 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part
1513 2025.01.22 09:43:13.070449 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::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
1514 2025.01.22 09:43:13.070784 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part
1515 2025.01.22 09:43:13.071079 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part
1516 2025.01.22 09:43:13.072109 [ 286 ] {cbc6e15f-a329-4141-8f79-552e5d7a460a} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1517 2025.01.22 09:43:13.072193 [ 286 ] {cbc6e15f-a329-4141-8f79-552e5d7a460a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1518 2025.01.22 09:43:13.073421 [ 286 ] {cbc6e15f-a329-4141-8f79-552e5d7a460a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1519 2025.01.22 09:43:13.074010 [ 286 ] {cbc6e15f-a329-4141-8f79-552e5d7a460a} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1520 2025.01.22 09:43:13.074043 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.005652415 sec., 117118.08138645162 rows/sec., 10.26 MiB/sec.
1521 2025.01.22 09:43:13.074238 [ 71 ] {} <Debug> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1522 2025.01.22 09:43:13.074322 [ 71 ] {} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1523 2025.01.22 09:43:13.074366 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1524 2025.01.22 09:43:13.074374 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1525 2025.01.22 09:43:13.074413 [ 286 ] {cbc6e15f-a329-4141-8f79-552e5d7a460a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005564 sec., 11502.516175413371 rows/sec., 919.34 KiB/sec.
1526 2025.01.22 09:43:13.074773 [ 286 ] {cbc6e15f-a329-4141-8f79-552e5d7a460a} <Debug> TCPHandler: Processed in 0.006402589 sec.
1527 2025.01.22 09:43:13.075011 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1528 2025.01.22 09:43:13.075020 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::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
1529 2025.01.22 09:43:13.075449 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_6_1} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1530 2025.01.22 09:43:13.075570 [ 282 ] {50851000-dc1d-4f5d-a077-7139095005c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1531 2025.01.22 09:43:13.075633 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1532 2025.01.22 09:43:13.075808 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::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
1533 2025.01.22 09:43:13.075827 [ 282 ] {50851000-dc1d-4f5d-a077-7139095005c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1534 2025.01.22 09:43:13.075834 [ 196 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_6_1} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1535 2025.01.22 09:43:13.076123 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
1536 2025.01.22 09:43:13.076393 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::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
1537 2025.01.22 09:43:13.076731 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part
1538 2025.01.22 09:43:13.077125 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::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
1539 2025.01.22 09:43:13.077423 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part
1540 2025.01.22 09:43:13.077700 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part
1541 2025.01.22 09:43:13.078434 [ 282 ] {50851000-dc1d-4f5d-a077-7139095005c5} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1542 2025.01.22 09:43:13.078481 [ 282 ] {50851000-dc1d-4f5d-a077-7139095005c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1543 2025.01.22 09:43:13.079094 [ 282 ] {50851000-dc1d-4f5d-a077-7139095005c5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1544 2025.01.22 09:43:13.079412 [ 282 ] {50851000-dc1d-4f5d-a077-7139095005c5} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1545 2025.01.22 09:43:13.079650 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1546 2025.01.22 09:43:13.079782 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1547 2025.01.22 09:43:13.079899 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1548 2025.01.22 09:43:13.080057 [ 282 ] {50851000-dc1d-4f5d-a077-7139095005c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00462 sec., 34632.03463203463 rows/sec., 2.41 MiB/sec.
1549 2025.01.22 09:43:13.080066 [ 186 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.005483902 sec., 188916.5780132468 rows/sec., 14.45 MiB/sec.
1550 2025.01.22 09:43:13.080410 [ 282 ] {50851000-dc1d-4f5d-a077-7139095005c5} <Debug> TCPHandler: Processed in 0.005494562 sec.
1551 2025.01.22 09:43:13.080541 [ 186 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1552 2025.01.22 09:43:13.080566 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
1553 2025.01.22 09:43:13.080680 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1554 2025.01.22 09:43:13.081014 [ 286 ] {3e69d458-3a2d-4c78-9113-ab0ae7572af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1555 2025.01.22 09:43:13.081185 [ 286 ] {3e69d458-3a2d-4c78-9113-ab0ae7572af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1556 2025.01.22 09:43:13.081239 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1557 2025.01.22 09:43:13.081392 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
1558 2025.01.22 09:43:13.081513 [ 191 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_6_1} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1559 2025.01.22 09:43:13.081951 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
1560 2025.01.22 09:43:13.081974 [ 191 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_6_1} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1561 2025.01.22 09:43:13.082425 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
1562 2025.01.22 09:43:13.082429 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part
1563 2025.01.22 09:43:13.083024 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
1564 2025.01.22 09:43:13.083327 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part
1565 2025.01.22 09:43:13.083737 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
1566 2025.01.22 09:43:13.084736 [ 286 ] {3e69d458-3a2d-4c78-9113-ab0ae7572af9} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1567 2025.01.22 09:43:13.084804 [ 286 ] {3e69d458-3a2d-4c78-9113-ab0ae7572af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1568 2025.01.22 09:43:13.085758 [ 286 ] {3e69d458-3a2d-4c78-9113-ab0ae7572af9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1569 2025.01.22 09:43:13.086288 [ 286 ] {3e69d458-3a2d-4c78-9113-ab0ae7572af9} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1570 2025.01.22 09:43:13.086545 [ 71 ] {} <Debug> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1571 2025.01.22 09:43:13.086625 [ 71 ] {} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1572 2025.01.22 09:43:13.086634 [ 286 ] {3e69d458-3a2d-4c78-9113-ab0ae7572af9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005747 sec., 10440.229685053071 rows/sec., 720.48 KiB/sec.
1573 2025.01.22 09:43:13.086704 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1574 2025.01.22 09:43:13.087051 [ 286 ] {3e69d458-3a2d-4c78-9113-ab0ae7572af9} <Debug> TCPHandler: Processed in 0.006468851 sec.
1575 2025.01.22 09:43:13.087423 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
1576 2025.01.22 09:43:13.087531 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.007450379 sec., 145227.51124472998 rows/sec., 9.95 MiB/sec.
1577 2025.01.22 09:43:13.087618 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1578 2025.01.22 09:43:13.087668 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
1579 2025.01.22 09:43:13.087870 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1580 2025.01.22 09:43:13.087878 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
1581 2025.01.22 09:43:13.088195 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part
1582 2025.01.22 09:43:13.088501 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
1583 2025.01.22 09:43:13.088812 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part
1584 2025.01.22 09:43:13.088981 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1585 2025.01.22 09:43:13.089110 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
1586 2025.01.22 09:43:13.089369 [ 193 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1587 2025.01.22 09:43:13.089756 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1588 2025.01.22 09:43:13.090731 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.00377091 sec., 103953.687571435 rows/sec., 6.84 MiB/sec.
1589 2025.01.22 09:43:13.090884 [ 193 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1590 2025.01.22 09:43:13.091172 [ 193 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_6_1} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1591 2025.01.22 09:43:13.091250 [ 193 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_6_1} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1592 2025.01.22 09:43:13.091328 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
1593 2025.01.22 09:43:13.426526 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1594 2025.01.22 09:43:13.426832 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1595 2025.01.22 09:43:13.427281 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1596 2025.01.22 09:43:13.427332 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1597 2025.01.22 09:43:13.427688 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1598 2025.01.22 09:43:13.427770 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1599 2025.01.22 09:43:13.427956 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1600 2025.01.22 09:43:13.428247 [ 296 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1601 2025.01.22 09:43:13.428251 [ 295 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1602 2025.01.22 09:43:13.428408 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1603 2025.01.22 09:43:13.428442 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1604 2025.01.22 09:43:13.432370 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1605 2025.01.22 09:43:13.432401 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 31 rows with 2 streams
1606 2025.01.22 09:43:13.432468 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1607 2025.01.22 09:43:13.432518 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1608 2025.01.22 09:43:13.433869 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00718 sec., 4317.548746518106 rows/sec., 162.94 KiB/sec.
1609 2025.01.22 09:43:13.434038 [ 282 ] {95a256ae-b360-43c6-bc0d-ad9353b58842} <Debug> TCPHandler: Processed in 0.007662982 sec.
1610 2025.01.22 09:43:13.434393 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1611 2025.01.22 09:43:13.434640 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1612 2025.01.22 09:43:13.435060 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1613 2025.01.22 09:43:13.435111 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1614 2025.01.22 09:43:13.435458 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1615 2025.01.22 09:43:13.435536 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1616 2025.01.22 09:43:13.435718 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1617 2025.01.22 09:43:13.435837 [ 295 ] {51ff5167-f522-4927-999e-7ac33365978c} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1618 2025.01.22 09:43:13.435855 [ 297 ] {51ff5167-f522-4927-999e-7ac33365978c} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1619 2025.01.22 09:43:13.435964 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1620 2025.01.22 09:43:13.435989 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1621 2025.01.22 09:43:13.436079 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1622 2025.01.22 09:43:13.436102 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 31 rows with 2 streams
1623 2025.01.22 09:43:13.436147 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1624 2025.01.22 09:43:13.436200 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1625 2025.01.22 09:43:13.437321 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002795 sec., 11091.2343470483 rows/sec., 418.58 KiB/sec.
1626 2025.01.22 09:43:13.437466 [ 286 ] {51ff5167-f522-4927-999e-7ac33365978c} <Debug> TCPHandler: Processed in 0.003192459 sec.
1627 2025.01.22 09:43:13.437723 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1628 2025.01.22 09:43:13.437944 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1629 2025.01.22 09:43:13.438300 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1630 2025.01.22 09:43:13.438348 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1631 2025.01.22 09:43:13.438663 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1632 2025.01.22 09:43:13.438729 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1633 2025.01.22 09:43:13.438882 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1634 2025.01.22 09:43:13.438988 [ 297 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1635 2025.01.22 09:43:13.439003 [ 296 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1636 2025.01.22 09:43:13.439131 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1637 2025.01.22 09:43:13.439160 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1638 2025.01.22 09:43:13.439244 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1639 2025.01.22 09:43:13.439265 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 31 rows with 2 streams
1640 2025.01.22 09:43:13.439308 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1641 2025.01.22 09:43:13.439357 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1642 2025.01.22 09:43:13.440477 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002642 sec., 11733.535200605602 rows/sec., 442.82 KiB/sec.
1643 2025.01.22 09:43:13.440634 [ 282 ] {f3a8b8a5-0bff-4acb-8614-ce804ff3d440} <Debug> TCPHandler: Processed in 0.002981095 sec.
1644 2025.01.22 09:43:13.440960 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1645 2025.01.22 09:43:13.441152 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1646 2025.01.22 09:43:13.441504 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1647 2025.01.22 09:43:13.441553 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1648 2025.01.22 09:43:13.441882 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1649 2025.01.22 09:43:13.441950 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1650 2025.01.22 09:43:13.442104 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
1651 2025.01.22 09:43:13.442208 [ 295 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1652 2025.01.22 09:43:13.442224 [ 296 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1653 2025.01.22 09:43:13.442335 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1654 2025.01.22 09:43:13.442363 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1655 2025.01.22 09:43:13.442446 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1656 2025.01.22 09:43:13.442468 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 31 rows with 2 streams
1657 2025.01.22 09:43:13.442511 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1658 2025.01.22 09:43:13.442561 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1659 2025.01.22 09:43:13.443563 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002504 sec., 12380.191693290733 rows/sec., 467.22 KiB/sec.
1660 2025.01.22 09:43:13.443693 [ 286 ] {70aff372-103a-41ef-a01e-20e6d36bfb49} <Debug> TCPHandler: Processed in 0.002791372 sec.
1661 2025.01.22 09:43:13.443983 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1662 2025.01.22 09:43:13.444176 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1663 2025.01.22 09:43:13.444519 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1664 2025.01.22 09:43:13.444567 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1665 2025.01.22 09:43:13.444887 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1666 2025.01.22 09:43:13.444953 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1667 2025.01.22 09:43:13.445104 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
1668 2025.01.22 09:43:13.445202 [ 295 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1669 2025.01.22 09:43:13.445219 [ 297 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1670 2025.01.22 09:43:13.445352 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1671 2025.01.22 09:43:13.445380 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1672 2025.01.22 09:43:13.445462 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1673 2025.01.22 09:43:13.445482 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 31 rows with 2 streams
1674 2025.01.22 09:43:13.445524 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1675 2025.01.22 09:43:13.445575 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1676 2025.01.22 09:43:13.446573 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002488 sec., 12459.807073954982 rows/sec., 470.23 KiB/sec.
1677 2025.01.22 09:43:13.446725 [ 282 ] {73c88dd8-8c16-4795-a351-f27c14f7181f} <Debug> TCPHandler: Processed in 0.002807662 sec.
1678 2025.01.22 09:43:13.446998 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1679 2025.01.22 09:43:13.447189 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1680 2025.01.22 09:43:13.447540 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1681 2025.01.22 09:43:13.447589 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1682 2025.01.22 09:43:13.447923 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1683 2025.01.22 09:43:13.447992 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1684 2025.01.22 09:43:13.448144 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
1685 2025.01.22 09:43:13.448250 [ 296 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1686 2025.01.22 09:43:13.448262 [ 295 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1687 2025.01.22 09:43:13.448363 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges
1688 2025.01.22 09:43:13.448391 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1689 2025.01.22 09:43:13.448475 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1690 2025.01.22 09:43:13.448496 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 31 rows with 2 streams
1691 2025.01.22 09:43:13.448540 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1692 2025.01.22 09:43:13.448590 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1693 2025.01.22 09:43:13.449568 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002473 sec., 12535.38212697129 rows/sec., 473.08 KiB/sec.
1694 2025.01.22 09:43:13.449698 [ 286 ] {5c245a49-bb05-432e-a138-cd9b03777e6c} <Debug> TCPHandler: Processed in 0.002760641 sec.
1695 2025.01.22 09:43:13.542706 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1696 2025.01.22 09:43:13.542867 [ 282 ] {9b11e51b-100c-423e-a9ac-0000de73705c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1697 2025.01.22 09:43:13.542933 [ 282 ] {9b11e51b-100c-423e-a9ac-0000de73705c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1698 2025.01.22 09:43:13.543708 [ 282 ] {9b11e51b-100c-423e-a9ac-0000de73705c} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1699 2025.01.22 09:43:13.543748 [ 282 ] {9b11e51b-100c-423e-a9ac-0000de73705c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1700 2025.01.22 09:43:13.544285 [ 282 ] {9b11e51b-100c-423e-a9ac-0000de73705c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1701 2025.01.22 09:43:13.544517 [ 282 ] {9b11e51b-100c-423e-a9ac-0000de73705c} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1702 2025.01.22 09:43:13.544734 [ 282 ] {9b11e51b-100c-423e-a9ac-0000de73705c} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001908 sec., 3144.6540880503144 rows/sec., 700.18 KiB/sec.
1703 2025.01.22 09:43:13.544810 [ 282 ] {9b11e51b-100c-423e-a9ac-0000de73705c} <Debug> TCPHandler: Processed in 0.00217716 sec.
1704 2025.01.22 09:43:13.544960 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1705 2025.01.22 09:43:13.545095 [ 286 ] {a74c091d-9350-4546-9a7a-2f2f7f624f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1706 2025.01.22 09:43:13.545147 [ 286 ] {a74c091d-9350-4546-9a7a-2f2f7f624f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1707 2025.01.22 09:43:13.545789 [ 286 ] {a74c091d-9350-4546-9a7a-2f2f7f624f43} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1708 2025.01.22 09:43:13.545836 [ 286 ] {a74c091d-9350-4546-9a7a-2f2f7f624f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1709 2025.01.22 09:43:13.546243 [ 286 ] {a74c091d-9350-4546-9a7a-2f2f7f624f43} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1710 2025.01.22 09:43:13.546497 [ 286 ] {a74c091d-9350-4546-9a7a-2f2f7f624f43} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1711 2025.01.22 09:43:13.546730 [ 286 ] {a74c091d-9350-4546-9a7a-2f2f7f624f43} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001669 sec., 8388.256440982625 rows/sec., 603.84 KiB/sec.
1712 2025.01.22 09:43:13.546790 [ 286 ] {a74c091d-9350-4546-9a7a-2f2f7f624f43} <Debug> TCPHandler: Processed in 0.001894255 sec.
1713 2025.01.22 09:43:13.546927 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1714 2025.01.22 09:43:13.547053 [ 282 ] {6f84d45e-bcc4-43fe-b338-e46a308a8b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1715 2025.01.22 09:43:13.547111 [ 282 ] {6f84d45e-bcc4-43fe-b338-e46a308a8b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1716 2025.01.22 09:43:13.548376 [ 282 ] {6f84d45e-bcc4-43fe-b338-e46a308a8b7f} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1717 2025.01.22 09:43:13.548415 [ 282 ] {6f84d45e-bcc4-43fe-b338-e46a308a8b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1718 2025.01.22 09:43:13.548926 [ 282 ] {6f84d45e-bcc4-43fe-b338-e46a308a8b7f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1719 2025.01.22 09:43:13.549179 [ 282 ] {6f84d45e-bcc4-43fe-b338-e46a308a8b7f} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1720 2025.01.22 09:43:13.549357 [ 282 ] {6f84d45e-bcc4-43fe-b338-e46a308a8b7f} <Debug> executeQuery: Read 1359 rows, 116.14 KiB in 0.002337 sec., 581514.7625160462 rows/sec., 48.53 MiB/sec.
1721 2025.01.22 09:43:13.549407 [ 282 ] {6f84d45e-bcc4-43fe-b338-e46a308a8b7f} <Debug> TCPHandler: Processed in 0.002536497 sec.
1722 2025.01.22 09:43:13.549539 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1723 2025.01.22 09:43:13.549662 [ 286 ] {3e1e199c-02a8-4d22-af83-be80e59e9a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1724 2025.01.22 09:43:13.549711 [ 286 ] {3e1e199c-02a8-4d22-af83-be80e59e9a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1725 2025.01.22 09:43:13.550305 [ 286 ] {3e1e199c-02a8-4d22-af83-be80e59e9a1c} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1726 2025.01.22 09:43:13.550344 [ 286 ] {3e1e199c-02a8-4d22-af83-be80e59e9a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1727 2025.01.22 09:43:13.550714 [ 286 ] {3e1e199c-02a8-4d22-af83-be80e59e9a1c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1728 2025.01.22 09:43:13.550959 [ 286 ] {3e1e199c-02a8-4d22-af83-be80e59e9a1c} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1729 2025.01.22 09:43:13.551170 [ 286 ] {3e1e199c-02a8-4d22-af83-be80e59e9a1c} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001534 sec., 9778.357235984355 rows/sec., 689.45 KiB/sec.
1730 2025.01.22 09:43:13.551222 [ 286 ] {3e1e199c-02a8-4d22-af83-be80e59e9a1c} <Debug> TCPHandler: Processed in 0.001737592 sec.
1731 2025.01.22 09:43:13.551380 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1732 2025.01.22 09:43:13.551518 [ 282 ] {5483fb8d-02b6-43b1-b32a-54fbba5a8d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1733 2025.01.22 09:43:13.551576 [ 282 ] {5483fb8d-02b6-43b1-b32a-54fbba5a8d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1734 2025.01.22 09:43:13.552277 [ 282 ] {5483fb8d-02b6-43b1-b32a-54fbba5a8d80} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1735 2025.01.22 09:43:13.552314 [ 282 ] {5483fb8d-02b6-43b1-b32a-54fbba5a8d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1736 2025.01.22 09:43:13.552680 [ 282 ] {5483fb8d-02b6-43b1-b32a-54fbba5a8d80} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1737 2025.01.22 09:43:13.552924 [ 282 ] {5483fb8d-02b6-43b1-b32a-54fbba5a8d80} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1738 2025.01.22 09:43:13.553089 [ 282 ] {5483fb8d-02b6-43b1-b32a-54fbba5a8d80} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001626 sec., 148831.48831488314 rows/sec., 10.08 MiB/sec.
1739 2025.01.22 09:43:13.553135 [ 282 ] {5483fb8d-02b6-43b1-b32a-54fbba5a8d80} <Debug> TCPHandler: Processed in 0.001849165 sec.
1740 2025.01.22 09:43:13.553263 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1741 2025.01.22 09:43:13.553376 [ 286 ] {c16547bf-5c7b-4ec9-92af-2d97f44f8c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1742 2025.01.22 09:43:13.553421 [ 286 ] {c16547bf-5c7b-4ec9-92af-2d97f44f8c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1743 2025.01.22 09:43:13.554053 [ 286 ] {c16547bf-5c7b-4ec9-92af-2d97f44f8c97} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1744 2025.01.22 09:43:13.554093 [ 286 ] {c16547bf-5c7b-4ec9-92af-2d97f44f8c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1745 2025.01.22 09:43:13.554444 [ 286 ] {c16547bf-5c7b-4ec9-92af-2d97f44f8c97} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1746 2025.01.22 09:43:13.554681 [ 286 ] {c16547bf-5c7b-4ec9-92af-2d97f44f8c97} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1747 2025.01.22 09:43:13.554971 [ 286 ] {c16547bf-5c7b-4ec9-92af-2d97f44f8c97} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001551 sec., 8381.689232753062 rows/sec., 522.60 KiB/sec.
1748 2025.01.22 09:43:13.555034 [ 286 ] {c16547bf-5c7b-4ec9-92af-2d97f44f8c97} <Debug> TCPHandler: Processed in 0.001789123 sec.
1749 2025.01.22 09:43:13.555174 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1750 2025.01.22 09:43:13.555312 [ 282 ] {c6280248-8f43-4990-b189-3c053443bae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1751 2025.01.22 09:43:13.555368 [ 282 ] {c6280248-8f43-4990-b189-3c053443bae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1752 2025.01.22 09:43:13.556285 [ 282 ] {c6280248-8f43-4990-b189-3c053443bae4} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1753 2025.01.22 09:43:13.556322 [ 282 ] {c6280248-8f43-4990-b189-3c053443bae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1754 2025.01.22 09:43:13.556704 [ 282 ] {c6280248-8f43-4990-b189-3c053443bae4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1755 2025.01.22 09:43:13.556946 [ 282 ] {c6280248-8f43-4990-b189-3c053443bae4} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): 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.01.22 09:43:13.557126 [ 282 ] {c6280248-8f43-4990-b189-3c053443bae4} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001845 sec., 458536.5853658536 rows/sec., 33.14 MiB/sec.
1757 2025.01.22 09:43:13.557177 [ 282 ] {c6280248-8f43-4990-b189-3c053443bae4} <Debug> TCPHandler: Processed in 0.002069858 sec.
1758 2025.01.22 09:43:13.557309 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1759 2025.01.22 09:43:13.557430 [ 286 ] {a6b81de8-56c6-4e45-a81c-ec4b4d2f92f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
1760 2025.01.22 09:43:13.557481 [ 286 ] {a6b81de8-56c6-4e45-a81c-ec4b4d2f92f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
1761 2025.01.22 09:43:13.557969 [ 286 ] {a6b81de8-56c6-4e45-a81c-ec4b4d2f92f1} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1762 2025.01.22 09:43:13.558006 [ 286 ] {a6b81de8-56c6-4e45-a81c-ec4b4d2f92f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1763 2025.01.22 09:43:13.558366 [ 286 ] {a6b81de8-56c6-4e45-a81c-ec4b4d2f92f1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1764 2025.01.22 09:43:13.558599 [ 286 ] {a6b81de8-56c6-4e45-a81c-ec4b4d2f92f1} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1765 2025.01.22 09:43:13.558822 [ 286 ] {a6b81de8-56c6-4e45-a81c-ec4b4d2f92f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001417 sec., 4234.297812279464 rows/sec., 221.23 KiB/sec.
1766 2025.01.22 09:43:13.558874 [ 286 ] {a6b81de8-56c6-4e45-a81c-ec4b4d2f92f1} <Debug> TCPHandler: Processed in 0.00162074 sec.
1767 2025.01.22 09:43:13.559014 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1768 2025.01.22 09:43:13.559132 [ 282 ] {6485cc76-0fd3-4b69-a436-9bcffd2092f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1769 2025.01.22 09:43:13.559187 [ 282 ] {6485cc76-0fd3-4b69-a436-9bcffd2092f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1770 2025.01.22 09:43:13.560345 [ 282 ] {6485cc76-0fd3-4b69-a436-9bcffd2092f9} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1771 2025.01.22 09:43:13.560379 [ 282 ] {6485cc76-0fd3-4b69-a436-9bcffd2092f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1772 2025.01.22 09:43:13.560962 [ 282 ] {6485cc76-0fd3-4b69-a436-9bcffd2092f9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1773 2025.01.22 09:43:13.561199 [ 282 ] {6485cc76-0fd3-4b69-a436-9bcffd2092f9} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1774 2025.01.22 09:43:13.561416 [ 282 ] {6485cc76-0fd3-4b69-a436-9bcffd2092f9} <Debug> executeQuery: Read 2647 rows, 180.63 KiB in 0.002303 sec., 1149370.3864524534 rows/sec., 76.60 MiB/sec.
1775 2025.01.22 09:43:13.561495 [ 282 ] {6485cc76-0fd3-4b69-a436-9bcffd2092f9} <Debug> TCPHandler: Processed in 0.002539177 sec.
1776 2025.01.22 09:43:13.561623 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1777 2025.01.22 09:43:13.561744 [ 286 ] {5f530850-b112-4a22-8e9d-9ab810b1c78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
1778 2025.01.22 09:43:13.561796 [ 286 ] {5f530850-b112-4a22-8e9d-9ab810b1c78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
1779 2025.01.22 09:43:13.562266 [ 286 ] {5f530850-b112-4a22-8e9d-9ab810b1c78d} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1780 2025.01.22 09:43:13.562304 [ 286 ] {5f530850-b112-4a22-8e9d-9ab810b1c78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1781 2025.01.22 09:43:13.562650 [ 286 ] {5f530850-b112-4a22-8e9d-9ab810b1c78d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1782 2025.01.22 09:43:13.562918 [ 286 ] {5f530850-b112-4a22-8e9d-9ab810b1c78d} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1783 2025.01.22 09:43:13.563125 [ 286 ] {5f530850-b112-4a22-8e9d-9ab810b1c78d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001407 sec., 710.7320540156361 rows/sec., 47.89 KiB/sec.
1784 2025.01.22 09:43:13.563175 [ 286 ] {5f530850-b112-4a22-8e9d-9ab810b1c78d} <Debug> TCPHandler: Processed in 0.00160732 sec.
1785 2025.01.22 09:43:13.563321 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1786 2025.01.22 09:43:13.563463 [ 282 ] {583ce10a-8991-478d-9240-4c2a68ec18a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1787 2025.01.22 09:43:13.563558 [ 282 ] {583ce10a-8991-478d-9240-4c2a68ec18a3} <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
1788 2025.01.22 09:43:13.564681 [ 282 ] {583ce10a-8991-478d-9240-4c2a68ec18a3} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1789 2025.01.22 09:43:13.564718 [ 282 ] {583ce10a-8991-478d-9240-4c2a68ec18a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1790 2025.01.22 09:43:13.565307 [ 282 ] {583ce10a-8991-478d-9240-4c2a68ec18a3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1791 2025.01.22 09:43:13.565570 [ 282 ] {583ce10a-8991-478d-9240-4c2a68ec18a3} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1792 2025.01.22 09:43:13.565829 [ 282 ] {583ce10a-8991-478d-9240-4c2a68ec18a3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002394 sec., 3341.687552213868 rows/sec., 5.99 MiB/sec.
1793 2025.01.22 09:43:13.566021 [ 282 ] {583ce10a-8991-478d-9240-4c2a68ec18a3} <Debug> TCPHandler: Processed in 0.002768141 sec.
1794 2025.01.22 09:43:13.566160 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1795 2025.01.22 09:43:13.566278 [ 286 ] {9c653103-6a51-4cb2-8c9b-3b9ed1ad8358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1796 2025.01.22 09:43:13.566327 [ 286 ] {9c653103-6a51-4cb2-8c9b-3b9ed1ad8358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1797 2025.01.22 09:43:13.566800 [ 286 ] {9c653103-6a51-4cb2-8c9b-3b9ed1ad8358} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1798 2025.01.22 09:43:13.566836 [ 286 ] {9c653103-6a51-4cb2-8c9b-3b9ed1ad8358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1799 2025.01.22 09:43:13.567192 [ 286 ] {9c653103-6a51-4cb2-8c9b-3b9ed1ad8358} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1800 2025.01.22 09:43:13.567422 [ 286 ] {9c653103-6a51-4cb2-8c9b-3b9ed1ad8358} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1801 2025.01.22 09:43:13.567589 [ 286 ] {9c653103-6a51-4cb2-8c9b-3b9ed1ad8358} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001336 sec., 25449.101796407187 rows/sec., 1.48 MiB/sec.
1802 2025.01.22 09:43:13.567637 [ 286 ] {9c653103-6a51-4cb2-8c9b-3b9ed1ad8358} <Debug> TCPHandler: Processed in 0.001532359 sec.
1803 2025.01.22 09:43:16.825030 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268
1804 2025.01.22 09:43:16.828750 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1805 2025.01.22 09:43:16.828791 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1806 2025.01.22 09:43:16.830346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1807 2025.01.22 09:43:16.830659 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1808 2025.01.22 09:43:16.831127 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268
1809 2025.01.22 09:43:18.064479 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1810 2025.01.22 09:43:18.064705 [ 282 ] {839f5e6e-c878-4421-99ad-c8f5c91365a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1811 2025.01.22 09:43:18.064793 [ 282 ] {839f5e6e-c878-4421-99ad-c8f5c91365a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1812 2025.01.22 09:43:18.065645 [ 282 ] {839f5e6e-c878-4421-99ad-c8f5c91365a4} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1813 2025.01.22 09:43:18.065695 [ 282 ] {839f5e6e-c878-4421-99ad-c8f5c91365a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1814 2025.01.22 09:43:18.066143 [ 282 ] {839f5e6e-c878-4421-99ad-c8f5c91365a4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1815 2025.01.22 09:43:18.066405 [ 282 ] {839f5e6e-c878-4421-99ad-c8f5c91365a4} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1816 2025.01.22 09:43:18.066640 [ 282 ] {839f5e6e-c878-4421-99ad-c8f5c91365a4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.15 MiB/sec.
1817 2025.01.22 09:43:18.066708 [ 282 ] {839f5e6e-c878-4421-99ad-c8f5c91365a4} <Debug> TCPHandler: Processed in 0.002377074 sec.
1818 2025.01.22 09:43:18.066965 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1819 2025.01.22 09:43:18.067155 [ 286 ] {a9597434-daf6-43e0-a88b-c73c0f84d8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1820 2025.01.22 09:43:18.067226 [ 286 ] {a9597434-daf6-43e0-a88b-c73c0f84d8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1821 2025.01.22 09:43:18.067991 [ 286 ] {a9597434-daf6-43e0-a88b-c73c0f84d8d8} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1822 2025.01.22 09:43:18.068039 [ 286 ] {a9597434-daf6-43e0-a88b-c73c0f84d8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1823 2025.01.22 09:43:18.068472 [ 286 ] {a9597434-daf6-43e0-a88b-c73c0f84d8d8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1824 2025.01.22 09:43:18.068721 [ 286 ] {a9597434-daf6-43e0-a88b-c73c0f84d8d8} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1825 2025.01.22 09:43:18.068958 [ 286 ] {a9597434-daf6-43e0-a88b-c73c0f84d8d8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001855 sec., 34501.34770889488 rows/sec., 2.69 MiB/sec.
1826 2025.01.22 09:43:18.069024 [ 286 ] {a9597434-daf6-43e0-a88b-c73c0f84d8d8} <Debug> TCPHandler: Processed in 0.002188941 sec.
1827 2025.01.22 09:43:18.069185 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1828 2025.01.22 09:43:18.069336 [ 282 ] {b3abde5e-1b54-474e-8698-b3765e49b967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1829 2025.01.22 09:43:18.069404 [ 282 ] {b3abde5e-1b54-474e-8698-b3765e49b967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1830 2025.01.22 09:43:18.070090 [ 282 ] {b3abde5e-1b54-474e-8698-b3765e49b967} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1831 2025.01.22 09:43:18.070141 [ 282 ] {b3abde5e-1b54-474e-8698-b3765e49b967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1832 2025.01.22 09:43:18.070563 [ 282 ] {b3abde5e-1b54-474e-8698-b3765e49b967} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1833 2025.01.22 09:43:18.070813 [ 282 ] {b3abde5e-1b54-474e-8698-b3765e49b967} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1834 2025.01.22 09:43:18.071091 [ 282 ] {b3abde5e-1b54-474e-8698-b3765e49b967} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001787 sec., 71628.42753217684 rows/sec., 4.99 MiB/sec.
1835 2025.01.22 09:43:18.071253 [ 282 ] {b3abde5e-1b54-474e-8698-b3765e49b967} <Debug> TCPHandler: Processed in 0.002135669 sec.
1836 2025.01.22 09:43:18.071409 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1837 2025.01.22 09:43:18.071534 [ 286 ] {64a163e4-1e6b-406a-a740-fcfe9c7eaa7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1838 2025.01.22 09:43:18.071590 [ 286 ] {64a163e4-1e6b-406a-a740-fcfe9c7eaa7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1839 2025.01.22 09:43:18.072090 [ 286 ] {64a163e4-1e6b-406a-a740-fcfe9c7eaa7f} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1840 2025.01.22 09:43:18.072128 [ 286 ] {64a163e4-1e6b-406a-a740-fcfe9c7eaa7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1841 2025.01.22 09:43:18.072505 [ 286 ] {64a163e4-1e6b-406a-a740-fcfe9c7eaa7f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1842 2025.01.22 09:43:18.072749 [ 286 ] {64a163e4-1e6b-406a-a740-fcfe9c7eaa7f} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1843 2025.01.22 09:43:18.072960 [ 286 ] {64a163e4-1e6b-406a-a740-fcfe9c7eaa7f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001455 sec., 32989.69072164949 rows/sec., 2.22 MiB/sec.
1844 2025.01.22 09:43:18.073013 [ 286 ] {64a163e4-1e6b-406a-a740-fcfe9c7eaa7f} <Debug> TCPHandler: Processed in 0.001662041 sec.
1845 2025.01.22 09:43:19.332055 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1846 2025.01.22 09:43:19.333153 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1847 2025.01.22 09:43:19.333228 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1848 2025.01.22 09:43:19.333951 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1849 2025.01.22 09:43:19.334199 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1850 2025.01.22 09:43:19.334378 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1851 2025.01.22 09:43:19.529280 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1852 2025.01.22 09:43:19.548375 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1853 2025.01.22 09:43:19.548431 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1854 2025.01.22 09:43:19.555216 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1855 2025.01.22 09:43:19.555954 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1856 2025.01.22 09:43:19.558471 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1857 2025.01.22 09:43:20.000284 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.51 MiB, peak 171.24 MiB, free memory in arenas 0.00 B, will set to 166.53 MiB (RSS), difference: 1.02 MiB
1858 2025.01.22 09:43:23.066291 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1859 2025.01.22 09:43:23.066564 [ 282 ] {ec36704b-78f9-4c6e-8b0e-48055bb7c6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1860 2025.01.22 09:43:23.066650 [ 282 ] {ec36704b-78f9-4c6e-8b0e-48055bb7c6f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1861 2025.01.22 09:43:23.067528 [ 282 ] {ec36704b-78f9-4c6e-8b0e-48055bb7c6f6} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1862 2025.01.22 09:43:23.067571 [ 282 ] {ec36704b-78f9-4c6e-8b0e-48055bb7c6f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1863 2025.01.22 09:43:23.068025 [ 282 ] {ec36704b-78f9-4c6e-8b0e-48055bb7c6f6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1864 2025.01.22 09:43:23.068279 [ 282 ] {ec36704b-78f9-4c6e-8b0e-48055bb7c6f6} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1865 2025.01.22 09:43:23.068522 [ 282 ] {ec36704b-78f9-4c6e-8b0e-48055bb7c6f6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00202 sec., 27722.772277227723 rows/sec., 2.13 MiB/sec.
1866 2025.01.22 09:43:23.068590 [ 282 ] {ec36704b-78f9-4c6e-8b0e-48055bb7c6f6} <Debug> TCPHandler: Processed in 0.002481116 sec.
1867 2025.01.22 09:43:23.068845 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1868 2025.01.22 09:43:23.069038 [ 286 ] {c0f9c247-6597-4968-9200-3509575ff8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1869 2025.01.22 09:43:23.069111 [ 286 ] {c0f9c247-6597-4968-9200-3509575ff8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1870 2025.01.22 09:43:23.069873 [ 286 ] {c0f9c247-6597-4968-9200-3509575ff8bf} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1871 2025.01.22 09:43:23.069924 [ 286 ] {c0f9c247-6597-4968-9200-3509575ff8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1872 2025.01.22 09:43:23.070354 [ 286 ] {c0f9c247-6597-4968-9200-3509575ff8bf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1873 2025.01.22 09:43:23.070611 [ 286 ] {c0f9c247-6597-4968-9200-3509575ff8bf} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1874 2025.01.22 09:43:23.070845 [ 286 ] {c0f9c247-6597-4968-9200-3509575ff8bf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001858 sec., 34445.64047362756 rows/sec., 2.69 MiB/sec.
1875 2025.01.22 09:43:23.070901 [ 286 ] {c0f9c247-6597-4968-9200-3509575ff8bf} <Debug> TCPHandler: Processed in 0.002191521 sec.
1876 2025.01.22 09:43:23.071069 [ 282 ] {} <Trace> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1877 2025.01.22 09:43:23.071221 [ 282 ] {b8b28702-ac31-4180-87b9-f18467f1b10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1878 2025.01.22 09:43:23.071291 [ 282 ] {b8b28702-ac31-4180-87b9-f18467f1b10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1879 2025.01.22 09:43:23.071891 [ 282 ] {b8b28702-ac31-4180-87b9-f18467f1b10b} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1880 2025.01.22 09:43:23.071931 [ 282 ] {b8b28702-ac31-4180-87b9-f18467f1b10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1881 2025.01.22 09:43:23.072345 [ 282 ] {b8b28702-ac31-4180-87b9-f18467f1b10b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1882 2025.01.22 09:43:23.072591 [ 282 ] {b8b28702-ac31-4180-87b9-f18467f1b10b} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1883 2025.01.22 09:43:23.072804 [ 282 ] {b8b28702-ac31-4180-87b9-f18467f1b10b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec.
1884 2025.01.22 09:43:23.072863 [ 282 ] {b8b28702-ac31-4180-87b9-f18467f1b10b} <Debug> TCPHandler: Processed in 0.001865834 sec.
1885 2025.01.22 09:43:23.073010 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1886 2025.01.22 09:43:23.073129 [ 286 ] {42f90a71-4c9e-4d84-bc49-32991346ff84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1887 2025.01.22 09:43:23.073182 [ 286 ] {42f90a71-4c9e-4d84-bc49-32991346ff84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1888 2025.01.22 09:43:23.073684 [ 286 ] {42f90a71-4c9e-4d84-bc49-32991346ff84} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1889 2025.01.22 09:43:23.073722 [ 286 ] {42f90a71-4c9e-4d84-bc49-32991346ff84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1890 2025.01.22 09:43:23.074094 [ 286 ] {42f90a71-4c9e-4d84-bc49-32991346ff84} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1891 2025.01.22 09:43:23.074326 [ 286 ] {42f90a71-4c9e-4d84-bc49-32991346ff84} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1892 2025.01.22 09:43:23.074607 [ 286 ] {42f90a71-4c9e-4d84-bc49-32991346ff84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec.
1893 2025.01.22 09:43:23.074728 [ 286 ] {42f90a71-4c9e-4d84-bc49-32991346ff84} <Debug> TCPHandler: Processed in 0.001775613 sec.
1894 2025.01.22 09:43:26.756960 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache
1895 2025.01.22 09:43:26.757026 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache
1896 2025.01.22 09:43:26.831499 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284
1897 2025.01.22 09:43:26.834117 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1898 2025.01.22 09:43:26.834164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1899 2025.01.22 09:43:26.834742 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1900 2025.01.22 09:43:26.837778 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1901 2025.01.22 09:43:26.837851 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1902 2025.01.22 09:43:26.839601 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1903 2025.01.22 09:43:26.839612 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1904 2025.01.22 09:43:26.840107 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1905 2025.01.22 09:43:26.840290 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1906 2025.01.22 09:43:26.840952 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1907 2025.01.22 09:43:26.841402 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284
1908 2025.01.22 09:43:27.058605 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1909 2025.01.22 09:43:27.077960 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1910 2025.01.22 09:43:27.078004 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1911 2025.01.22 09:43:27.084975 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1912 2025.01.22 09:43:27.085716 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1913 2025.01.22 09:43:27.088088 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1914 2025.01.22 09:43:27.452080 [ 282 ] {} <Debug> TCPHandler: Done processing connection.
1915 2025.01.22 09:43:27.452209 [ 282 ] {} <Debug> TCP-Session: 42f6ea81-3164-4562-8ce7-82a0d0074734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1916 2025.01.22 09:43:28.000244 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.10 MiB, peak 171.24 MiB, free memory in arenas 0.00 B, will set to 167.35 MiB (RSS), difference: 2.25 MiB
1917 2025.01.22 09:43:28.066544 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1918 2025.01.22 09:43:28.066872 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1919 2025.01.22 09:43:28.067377 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1920 2025.01.22 09:43:28.067444 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1921 2025.01.22 09:43:28.067848 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1922 2025.01.22 09:43:28.067937 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1923 2025.01.22 09:43:28.068118 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
1924 2025.01.22 09:43:28.068303 [ 297 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1925 2025.01.22 09:43:28.068321 [ 295 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1926 2025.01.22 09:43:28.068358 [ 296 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1927 2025.01.22 09:43:28.068539 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1928 2025.01.22 09:43:28.068573 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1929 2025.01.22 09:43:28.068697 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1930 2025.01.22 09:43:28.068723 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 37 rows with 3 streams
1931 2025.01.22 09:43:28.068769 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1932 2025.01.22 09:43:28.068819 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1933 2025.01.22 09:43:28.068867 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1934 2025.01.22 09:43:28.070771 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004045 sec., 9147.095179233622 rows/sec., 342.82 KiB/sec.
1935 2025.01.22 09:43:28.070991 [ 286 ] {6c5b22ad-c5b3-4787-9a63-b990b7edf1a0} <Debug> TCPHandler: Processed in 0.004618916 sec.
1936 2025.01.22 09:43:28.071343 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1937 2025.01.22 09:43:28.071570 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1938 2025.01.22 09:43:28.071938 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1939 2025.01.22 09:43:28.071991 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1940 2025.01.22 09:43:28.072345 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1941 2025.01.22 09:43:28.072415 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1942 2025.01.22 09:43:28.072568 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
1943 2025.01.22 09:43:28.072638 [ 297 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1944 2025.01.22 09:43:28.072744 [ 296 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1945 2025.01.22 09:43:28.072748 [ 299 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1946 2025.01.22 09:43:28.072961 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1947 2025.01.22 09:43:28.072994 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1948 2025.01.22 09:43:28.073110 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1949 2025.01.22 09:43:28.073133 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 37 rows with 3 streams
1950 2025.01.22 09:43:28.073177 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1951 2025.01.22 09:43:28.073227 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1952 2025.01.22 09:43:28.073272 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1953 2025.01.22 09:43:28.074774 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003313 sec., 11168.125565952309 rows/sec., 418.57 KiB/sec.
1954 2025.01.22 09:43:28.074955 [ 283 ] {c2875e10-d3eb-4182-8e0a-221abf347b09} <Debug> TCPHandler: Processed in 0.003720279 sec.
1955 2025.01.22 09:43:28.075290 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1956 2025.01.22 09:43:28.075502 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1957 2025.01.22 09:43:28.075819 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1958 2025.01.22 09:43:28.075869 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1959 2025.01.22 09:43:28.076202 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1960 2025.01.22 09:43:28.076268 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1961 2025.01.22 09:43:28.076412 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
1962 2025.01.22 09:43:28.076548 [ 297 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1963 2025.01.22 09:43:28.076581 [ 295 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1964 2025.01.22 09:43:28.076582 [ 296 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1965 2025.01.22 09:43:28.076712 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1966 2025.01.22 09:43:28.076741 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1967 2025.01.22 09:43:28.076851 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1968 2025.01.22 09:43:28.076877 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 37 rows with 3 streams
1969 2025.01.22 09:43:28.076919 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1970 2025.01.22 09:43:28.076963 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1971 2025.01.22 09:43:28.077003 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1972 2025.01.22 09:43:28.078448 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003052 sec., 12123.197903014418 rows/sec., 454.36 KiB/sec.
1973 2025.01.22 09:43:28.078622 [ 286 ] {785a6fc8-cec1-450f-8348-f03074ac29b4} <Debug> TCPHandler: Processed in 0.003398784 sec.
1974 2025.01.22 09:43:28.079593 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1975 2025.01.22 09:43:28.079805 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
1976 2025.01.22 09:43:28.080186 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1977 2025.01.22 09:43:28.080248 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
1978 2025.01.22 09:43:28.080648 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1979 2025.01.22 09:43:28.080714 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1980 2025.01.22 09:43:28.080860 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
1981 2025.01.22 09:43:28.081038 [ 295 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1982 2025.01.22 09:43:28.081068 [ 296 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1983 2025.01.22 09:43:28.081079 [ 299 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1984 2025.01.22 09:43:28.081248 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
1985 2025.01.22 09:43:28.081282 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
1986 2025.01.22 09:43:28.081399 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1987 2025.01.22 09:43:28.081422 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 37 rows with 3 streams
1988 2025.01.22 09:43:28.081466 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1989 2025.01.22 09:43:28.081513 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1990 2025.01.22 09:43:28.081559 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
1991 2025.01.22 09:43:28.082986 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003287 sec., 11256.464861575905 rows/sec., 421.88 KiB/sec.
1992 2025.01.22 09:43:28.083165 [ 283 ] {76ee6618-3589-4275-bcd1-651885cbe525} <Debug> TCPHandler: Processed in 0.003638018 sec.
1993 2025.01.22 09:43:28.089601 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1994 2025.01.22 09:43:28.089723 [ 286 ] {bd1f708d-af7f-4c6f-9c1d-376ab7f6099e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1995 2025.01.22 09:43:28.089772 [ 286 ] {bd1f708d-af7f-4c6f-9c1d-376ab7f6099e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1996 2025.01.22 09:43:28.090455 [ 286 ] {bd1f708d-af7f-4c6f-9c1d-376ab7f6099e} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1997 2025.01.22 09:43:28.090493 [ 286 ] {bd1f708d-af7f-4c6f-9c1d-376ab7f6099e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
1998 2025.01.22 09:43:28.091000 [ 286 ] {bd1f708d-af7f-4c6f-9c1d-376ab7f6099e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1999 2025.01.22 09:43:28.091230 [ 286 ] {bd1f708d-af7f-4c6f-9c1d-376ab7f6099e} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2000 2025.01.22 09:43:28.091504 [ 286 ] {bd1f708d-af7f-4c6f-9c1d-376ab7f6099e} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001792 sec., 2232.1428571428573 rows/sec., 210.35 KiB/sec.
2001 2025.01.22 09:43:28.091763 [ 286 ] {bd1f708d-af7f-4c6f-9c1d-376ab7f6099e} <Debug> TCPHandler: Processed in 0.002212181 sec.
2002 2025.01.22 09:43:28.091921 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2003 2025.01.22 09:43:28.092036 [ 283 ] {36760260-bc30-43b8-9419-18b0edc0cbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2004 2025.01.22 09:43:28.092083 [ 283 ] {36760260-bc30-43b8-9419-18b0edc0cbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2005 2025.01.22 09:43:28.092673 [ 283 ] {36760260-bc30-43b8-9419-18b0edc0cbf3} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2006 2025.01.22 09:43:28.092712 [ 283 ] {36760260-bc30-43b8-9419-18b0edc0cbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2007 2025.01.22 09:43:28.093083 [ 283 ] {36760260-bc30-43b8-9419-18b0edc0cbf3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2008 2025.01.22 09:43:28.093330 [ 283 ] {36760260-bc30-43b8-9419-18b0edc0cbf3} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2009 2025.01.22 09:43:28.093576 [ 283 ] {36760260-bc30-43b8-9419-18b0edc0cbf3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001553 sec., 9014.810045074051 rows/sec., 648.95 KiB/sec.
2010 2025.01.22 09:43:28.093641 [ 283 ] {36760260-bc30-43b8-9419-18b0edc0cbf3} <Debug> TCPHandler: Processed in 0.001776303 sec.
2011 2025.01.22 09:43:28.093796 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2012 2025.01.22 09:43:28.093926 [ 286 ] {b70d3aa5-628e-4e9e-9ffa-96df7cfec073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2013 2025.01.22 09:43:28.093980 [ 286 ] {b70d3aa5-628e-4e9e-9ffa-96df7cfec073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2014 2025.01.22 09:43:28.094735 [ 286 ] {b70d3aa5-628e-4e9e-9ffa-96df7cfec073} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2015 2025.01.22 09:43:28.094772 [ 286 ] {b70d3aa5-628e-4e9e-9ffa-96df7cfec073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2016 2025.01.22 09:43:28.095154 [ 286 ] {b70d3aa5-628e-4e9e-9ffa-96df7cfec073} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2017 2025.01.22 09:43:28.095399 [ 286 ] {b70d3aa5-628e-4e9e-9ffa-96df7cfec073} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2018 2025.01.22 09:43:28.095737 [ 286 ] {b70d3aa5-628e-4e9e-9ffa-96df7cfec073} <Debug> executeQuery: Read 274 rows, 24.73 KiB in 0.00181 sec., 151381.21546961326 rows/sec., 13.34 MiB/sec.
2019 2025.01.22 09:43:28.096050 [ 286 ] {b70d3aa5-628e-4e9e-9ffa-96df7cfec073} <Debug> TCPHandler: Processed in 0.002311943 sec.
2020 2025.01.22 09:43:28.096219 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2021 2025.01.22 09:43:28.096331 [ 283 ] {d5111c3b-b772-43e3-8a11-02427978c8ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2022 2025.01.22 09:43:28.096378 [ 283 ] {d5111c3b-b772-43e3-8a11-02427978c8ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2023 2025.01.22 09:43:28.096960 [ 283 ] {d5111c3b-b772-43e3-8a11-02427978c8ea} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2024 2025.01.22 09:43:28.096998 [ 283 ] {d5111c3b-b772-43e3-8a11-02427978c8ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2025 2025.01.22 09:43:28.097347 [ 283 ] {d5111c3b-b772-43e3-8a11-02427978c8ea} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2026 2025.01.22 09:43:28.097584 [ 283 ] {d5111c3b-b772-43e3-8a11-02427978c8ea} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2027 2025.01.22 09:43:28.097824 [ 283 ] {d5111c3b-b772-43e3-8a11-02427978c8ea} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001504 sec., 27925.531914893618 rows/sec., 2.00 MiB/sec.
2028 2025.01.22 09:43:28.097888 [ 283 ] {d5111c3b-b772-43e3-8a11-02427978c8ea} <Debug> TCPHandler: Processed in 0.001723392 sec.
2029 2025.01.22 09:43:28.098038 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2030 2025.01.22 09:43:28.098149 [ 286 ] {6dcb5c97-5a4d-425e-9b0e-02256b1b2c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2031 2025.01.22 09:43:28.098193 [ 286 ] {6dcb5c97-5a4d-425e-9b0e-02256b1b2c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2032 2025.01.22 09:43:28.098719 [ 286 ] {6dcb5c97-5a4d-425e-9b0e-02256b1b2c72} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2033 2025.01.22 09:43:28.098757 [ 286 ] {6dcb5c97-5a4d-425e-9b0e-02256b1b2c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2034 2025.01.22 09:43:28.099096 [ 286 ] {6dcb5c97-5a4d-425e-9b0e-02256b1b2c72} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2035 2025.01.22 09:43:28.099329 [ 286 ] {6dcb5c97-5a4d-425e-9b0e-02256b1b2c72} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2036 2025.01.22 09:43:28.099647 [ 286 ] {6dcb5c97-5a4d-425e-9b0e-02256b1b2c72} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001484 sec., 10107.816711590296 rows/sec., 705.44 KiB/sec.
2037 2025.01.22 09:43:28.099824 [ 286 ] {6dcb5c97-5a4d-425e-9b0e-02256b1b2c72} <Debug> TCPHandler: Processed in 0.001841765 sec.
2038 2025.01.22 09:43:28.099958 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2039 2025.01.22 09:43:28.100066 [ 283 ] {3dbb4846-64b7-4557-982f-f240c8c2748a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2040 2025.01.22 09:43:28.100111 [ 283 ] {3dbb4846-64b7-4557-982f-f240c8c2748a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2041 2025.01.22 09:43:28.100657 [ 283 ] {3dbb4846-64b7-4557-982f-f240c8c2748a} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2042 2025.01.22 09:43:28.100695 [ 283 ] {3dbb4846-64b7-4557-982f-f240c8c2748a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2043 2025.01.22 09:43:28.101039 [ 283 ] {3dbb4846-64b7-4557-982f-f240c8c2748a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2044 2025.01.22 09:43:28.101277 [ 283 ] {3dbb4846-64b7-4557-982f-f240c8c2748a} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2045 2025.01.22 09:43:28.101560 [ 283 ] {3dbb4846-64b7-4557-982f-f240c8c2748a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001491 sec., 8718.980549966465 rows/sec., 543.63 KiB/sec.
2046 2025.01.22 09:43:28.101729 [ 283 ] {3dbb4846-64b7-4557-982f-f240c8c2748a} <Debug> TCPHandler: Processed in 0.001822824 sec.
2047 2025.01.22 09:43:28.101894 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2048 2025.01.22 09:43:28.102024 [ 286 ] {1694577f-b28e-4689-9dde-51d4649e65ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2049 2025.01.22 09:43:28.102076 [ 286 ] {1694577f-b28e-4689-9dde-51d4649e65ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2050 2025.01.22 09:43:28.102840 [ 286 ] {1694577f-b28e-4689-9dde-51d4649e65ad} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2051 2025.01.22 09:43:28.102881 [ 286 ] {1694577f-b28e-4689-9dde-51d4649e65ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2052 2025.01.22 09:43:28.103248 [ 286 ] {1694577f-b28e-4689-9dde-51d4649e65ad} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2053 2025.01.22 09:43:28.103483 [ 286 ] {1694577f-b28e-4689-9dde-51d4649e65ad} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2054 2025.01.22 09:43:28.103813 [ 286 ] {1694577f-b28e-4689-9dde-51d4649e65ad} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001775 sec., 240563.38028169013 rows/sec., 17.22 MiB/sec.
2055 2025.01.22 09:43:28.104104 [ 286 ] {1694577f-b28e-4689-9dde-51d4649e65ad} <Debug> TCPHandler: Processed in 0.002265702 sec.
2056 2025.01.22 09:43:28.104278 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2057 2025.01.22 09:43:28.104410 [ 283 ] {2e25db5f-b455-4978-b23d-553ce4473f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2058 2025.01.22 09:43:28.104466 [ 283 ] {2e25db5f-b455-4978-b23d-553ce4473f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2059 2025.01.22 09:43:28.104949 [ 283 ] {2e25db5f-b455-4978-b23d-553ce4473f43} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2060 2025.01.22 09:43:28.104987 [ 283 ] {2e25db5f-b455-4978-b23d-553ce4473f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2061 2025.01.22 09:43:28.105337 [ 283 ] {2e25db5f-b455-4978-b23d-553ce4473f43} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2062 2025.01.22 09:43:28.105567 [ 283 ] {2e25db5f-b455-4978-b23d-553ce4473f43} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2063 2025.01.22 09:43:28.105885 [ 283 ] {2e25db5f-b455-4978-b23d-553ce4473f43} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec.
2064 2025.01.22 09:43:28.106022 [ 283 ] {2e25db5f-b455-4978-b23d-553ce4473f43} <Debug> TCPHandler: Processed in 0.001806984 sec.
2065 2025.01.22 09:43:28.106182 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2066 2025.01.22 09:43:28.106313 [ 286 ] {ff5157b6-716a-442b-b089-f7a6fa0f2302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2067 2025.01.22 09:43:28.106371 [ 286 ] {ff5157b6-716a-442b-b089-f7a6fa0f2302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2068 2025.01.22 09:43:28.106945 [ 286 ] {ff5157b6-716a-442b-b089-f7a6fa0f2302} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2069 2025.01.22 09:43:28.106982 [ 286 ] {ff5157b6-716a-442b-b089-f7a6fa0f2302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2070 2025.01.22 09:43:28.107359 [ 286 ] {ff5157b6-716a-442b-b089-f7a6fa0f2302} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2071 2025.01.22 09:43:28.107603 [ 286 ] {ff5157b6-716a-442b-b089-f7a6fa0f2302} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2072 2025.01.22 09:43:28.107782 [ 286 ] {ff5157b6-716a-442b-b089-f7a6fa0f2302} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001499 sec., 158105.4036024016 rows/sec., 10.60 MiB/sec.
2073 2025.01.22 09:43:28.107833 [ 286 ] {ff5157b6-716a-442b-b089-f7a6fa0f2302} <Debug> TCPHandler: Processed in 0.001714492 sec.
2074 2025.01.22 09:43:28.107980 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2075 2025.01.22 09:43:28.108091 [ 283 ] {9f41a8b8-21f4-4499-9a29-624c4e2b4956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2076 2025.01.22 09:43:28.108139 [ 283 ] {9f41a8b8-21f4-4499-9a29-624c4e2b4956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2077 2025.01.22 09:43:28.108573 [ 283 ] {9f41a8b8-21f4-4499-9a29-624c4e2b4956} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2078 2025.01.22 09:43:28.108609 [ 283 ] {9f41a8b8-21f4-4499-9a29-624c4e2b4956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2079 2025.01.22 09:43:28.108980 [ 283 ] {9f41a8b8-21f4-4499-9a29-624c4e2b4956} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2080 2025.01.22 09:43:28.109216 [ 283 ] {9f41a8b8-21f4-4499-9a29-624c4e2b4956} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2081 2025.01.22 09:43:28.109527 [ 283 ] {9f41a8b8-21f4-4499-9a29-624c4e2b4956} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001421 sec., 1407.4595355383533 rows/sec., 92.09 KiB/sec.
2082 2025.01.22 09:43:28.109732 [ 283 ] {9f41a8b8-21f4-4499-9a29-624c4e2b4956} <Debug> TCPHandler: Processed in 0.001802734 sec.
2083 2025.01.22 09:43:28.109891 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2084 2025.01.22 09:43:28.110020 [ 286 ] {edcfd525-34c2-4574-a870-1c9a63d9a324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2085 2025.01.22 09:43:28.110101 [ 286 ] {edcfd525-34c2-4574-a870-1c9a63d9a324} <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
2086 2025.01.22 09:43:28.111336 [ 286 ] {edcfd525-34c2-4574-a870-1c9a63d9a324} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2087 2025.01.22 09:43:28.111374 [ 286 ] {edcfd525-34c2-4574-a870-1c9a63d9a324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2088 2025.01.22 09:43:28.112004 [ 286 ] {edcfd525-34c2-4574-a870-1c9a63d9a324} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2089 2025.01.22 09:43:28.112257 [ 286 ] {edcfd525-34c2-4574-a870-1c9a63d9a324} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2090 2025.01.22 09:43:28.112617 [ 286 ] {edcfd525-34c2-4574-a870-1c9a63d9a324} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002592 sec., 13503.086419753086 rows/sec., 24.20 MiB/sec.
2091 2025.01.22 09:43:28.112763 [ 286 ] {edcfd525-34c2-4574-a870-1c9a63d9a324} <Debug> TCPHandler: Processed in 0.002935614 sec.
2092 2025.01.22 09:43:28.112916 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2093 2025.01.22 09:43:28.113023 [ 283 ] {0745a47c-543a-421f-9e83-1adb8c2cc3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2094 2025.01.22 09:43:28.113069 [ 283 ] {0745a47c-543a-421f-9e83-1adb8c2cc3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2095 2025.01.22 09:43:28.113498 [ 283 ] {0745a47c-543a-421f-9e83-1adb8c2cc3c4} <Trace> oximeter.measurements_i64 (122a330f-d7a2-45e9-94ea-9736372fe41c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2096 2025.01.22 09:43:28.113537 [ 283 ] {0745a47c-543a-421f-9e83-1adb8c2cc3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2097 2025.01.22 09:43:28.113918 [ 283 ] {0745a47c-543a-421f-9e83-1adb8c2cc3c4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2098 2025.01.22 09:43:28.114153 [ 283 ] {0745a47c-543a-421f-9e83-1adb8c2cc3c4} <Trace> oximeter.measurements_i64 (122a330f-d7a2-45e9-94ea-9736372fe41c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2099 2025.01.22 09:43:28.114405 [ 283 ] {0745a47c-543a-421f-9e83-1adb8c2cc3c4} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001385 sec., 12996.389891696752 rows/sec., 979.38 KiB/sec.
2100 2025.01.22 09:43:28.114619 [ 283 ] {0745a47c-543a-421f-9e83-1adb8c2cc3c4} <Debug> TCPHandler: Processed in 0.001762573 sec.
2101 2025.01.22 09:43:28.114767 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2102 2025.01.22 09:43:28.114897 [ 286 ] {3ee5ed2d-8aba-4bb8-b7ed-da23d39e40ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2103 2025.01.22 09:43:28.114950 [ 286 ] {3ee5ed2d-8aba-4bb8-b7ed-da23d39e40ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2104 2025.01.22 09:43:28.115517 [ 286 ] {3ee5ed2d-8aba-4bb8-b7ed-da23d39e40ce} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2105 2025.01.22 09:43:28.115562 [ 286 ] {3ee5ed2d-8aba-4bb8-b7ed-da23d39e40ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2106 2025.01.22 09:43:28.115917 [ 286 ] {3ee5ed2d-8aba-4bb8-b7ed-da23d39e40ce} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2107 2025.01.22 09:43:28.116151 [ 286 ] {3ee5ed2d-8aba-4bb8-b7ed-da23d39e40ce} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2108 2025.01.22 09:43:28.116326 [ 286 ] {3ee5ed2d-8aba-4bb8-b7ed-da23d39e40ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec.
2109 2025.01.22 09:43:28.116375 [ 286 ] {3ee5ed2d-8aba-4bb8-b7ed-da23d39e40ce} <Debug> TCPHandler: Processed in 0.001672522 sec.
2110 2025.01.22 09:43:29.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.58 MiB, peak 171.24 MiB, free memory in arenas 0.00 B, will set to 167.47 MiB (RSS), difference: -3.11 MiB
2111 2025.01.22 09:43:33.065346 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2112 2025.01.22 09:43:33.065555 [ 286 ] {9b51264c-735c-428f-8c8c-92a6c824165a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2113 2025.01.22 09:43:33.065630 [ 286 ] {9b51264c-735c-428f-8c8c-92a6c824165a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2114 2025.01.22 09:43:33.066439 [ 286 ] {9b51264c-735c-428f-8c8c-92a6c824165a} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2115 2025.01.22 09:43:33.066492 [ 286 ] {9b51264c-735c-428f-8c8c-92a6c824165a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2116 2025.01.22 09:43:33.066929 [ 286 ] {9b51264c-735c-428f-8c8c-92a6c824165a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2117 2025.01.22 09:43:33.067194 [ 286 ] {9b51264c-735c-428f-8c8c-92a6c824165a} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2118 2025.01.22 09:43:33.067384 [ 37 ] {} <Debug> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2119 2025.01.22 09:43:33.067467 [ 37 ] {} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2120 2025.01.22 09:43:33.067469 [ 286 ] {9b51264c-735c-428f-8c8c-92a6c824165a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.20 MiB/sec.
2121 2025.01.22 09:43:33.067504 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2122 2025.01.22 09:43:33.067638 [ 286 ] {9b51264c-735c-428f-8c8c-92a6c824165a} <Debug> TCPHandler: Processed in 0.002419685 sec.
2123 2025.01.22 09:43:33.067809 [ 192 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::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
2124 2025.01.22 09:43:33.067858 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2125 2025.01.22 09:43:33.068109 [ 192 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2126 2025.01.22 09:43:33.068117 [ 283 ] {8a89effd-aabd-49db-a17e-c29a56bf7455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2127 2025.01.22 09:43:33.068189 [ 192 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part
2128 2025.01.22 09:43:33.068215 [ 283 ] {8a89effd-aabd-49db-a17e-c29a56bf7455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2129 2025.01.22 09:43:33.068538 [ 192 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part
2130 2025.01.22 09:43:33.068949 [ 192 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::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
2131 2025.01.22 09:43:33.069258 [ 192 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
2132 2025.01.22 09:43:33.069588 [ 192 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 274 rows starting from the beginning of the part
2133 2025.01.22 09:43:33.069962 [ 192 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
2134 2025.01.22 09:43:33.071061 [ 283 ] {8a89effd-aabd-49db-a17e-c29a56bf7455} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2135 2025.01.22 09:43:33.071156 [ 283 ] {8a89effd-aabd-49db-a17e-c29a56bf7455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2136 2025.01.22 09:43:33.072183 [ 283 ] {8a89effd-aabd-49db-a17e-c29a56bf7455} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2137 2025.01.22 09:43:33.072573 [ 283 ] {8a89effd-aabd-49db-a17e-c29a56bf7455} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2138 2025.01.22 09:43:33.072850 [ 37 ] {} <Debug> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2139 2025.01.22 09:43:33.072958 [ 37 ] {} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2140 2025.01.22 09:43:33.073048 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2141 2025.01.22 09:43:33.073172 [ 283 ] {8a89effd-aabd-49db-a17e-c29a56bf7455} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005119 sec., 12502.441883180309 rows/sec., 999.26 KiB/sec.
2142 2025.01.22 09:43:33.073638 [ 283 ] {8a89effd-aabd-49db-a17e-c29a56bf7455} <Debug> TCPHandler: Processed in 0.005845779 sec.
2143 2025.01.22 09:43:33.073669 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::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
2144 2025.01.22 09:43:33.073680 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2020 rows, containing 5 columns (5 merged, 0 gathered) in 0.006018592 sec., 335626.67148728477 rows/sec., 29.46 MiB/sec.
2145 2025.01.22 09:43:33.073875 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2146 2025.01.22 09:43:33.073896 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2147 2025.01.22 09:43:33.073957 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part
2148 2025.01.22 09:43:33.074003 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2149 2025.01.22 09:43:33.074325 [ 286 ] {d1659f6f-caf8-438a-90d0-96ba9ce460fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2150 2025.01.22 09:43:33.074403 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part
2151 2025.01.22 09:43:33.074608 [ 286 ] {d1659f6f-caf8-438a-90d0-96ba9ce460fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2152 2025.01.22 09:43:33.074979 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::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
2153 2025.01.22 09:43:33.075818 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_11_2} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2154 2025.01.22 09:43:33.075885 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
2155 2025.01.22 09:43:33.076467 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_11_2} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2156 2025.01.22 09:43:33.076458 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::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
2157 2025.01.22 09:43:33.076893 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
2158 2025.01.22 09:43:33.076939 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
2159 2025.01.22 09:43:33.078658 [ 286 ] {d1659f6f-caf8-438a-90d0-96ba9ce460fb} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2160 2025.01.22 09:43:33.078741 [ 286 ] {d1659f6f-caf8-438a-90d0-96ba9ce460fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2161 2025.01.22 09:43:33.079689 [ 286 ] {d1659f6f-caf8-438a-90d0-96ba9ce460fb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2162 2025.01.22 09:43:33.080090 [ 187 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1855 rows, containing 5 columns (5 merged, 0 gathered) in 0.006845848 sec., 270967.16140936816 rows/sec., 20.66 MiB/sec.
2163 2025.01.22 09:43:33.080153 [ 286 ] {d1659f6f-caf8-438a-90d0-96ba9ce460fb} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2164 2025.01.22 09:43:33.080352 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2165 2025.01.22 09:43:33.080376 [ 187 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2166 2025.01.22 09:43:33.080456 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2167 2025.01.22 09:43:33.080544 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2168 2025.01.22 09:43:33.080544 [ 286 ] {d1659f6f-caf8-438a-90d0-96ba9ce460fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006454 sec., 24790.82739386427 rows/sec., 1.73 MiB/sec.
2169 2025.01.22 09:43:33.081064 [ 286 ] {d1659f6f-caf8-438a-90d0-96ba9ce460fb} <Debug> TCPHandler: Processed in 0.007263966 sec.
2170 2025.01.22 09:43:33.081354 [ 194 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
2171 2025.01.22 09:43:33.081513 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2172 2025.01.22 09:43:33.081854 [ 187 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_11_2} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2173 2025.01.22 09:43:33.082017 [ 283 ] {7b689c9d-d35a-42ba-b2df-141c7f6141a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2174 2025.01.22 09:43:33.082139 [ 194 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2175 2025.01.22 09:43:33.082163 [ 187 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_11_2} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2176 2025.01.22 09:43:33.082172 [ 283 ] {7b689c9d-d35a-42ba-b2df-141c7f6141a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2177 2025.01.22 09:43:33.082267 [ 194 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part
2178 2025.01.22 09:43:33.082421 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
2179 2025.01.22 09:43:33.082744 [ 194 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2647 rows starting from the beginning of the part
2180 2025.01.22 09:43:33.083087 [ 194 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
2181 2025.01.22 09:43:33.083457 [ 194 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
2182 2025.01.22 09:43:33.083741 [ 194 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part
2183 2025.01.22 09:43:33.083916 [ 194 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
2184 2025.01.22 09:43:33.084850 [ 283 ] {7b689c9d-d35a-42ba-b2df-141c7f6141a5} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2185 2025.01.22 09:43:33.084930 [ 283 ] {7b689c9d-d35a-42ba-b2df-141c7f6141a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2186 2025.01.22 09:43:33.085753 [ 283 ] {7b689c9d-d35a-42ba-b2df-141c7f6141a5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2187 2025.01.22 09:43:33.086333 [ 283 ] {7b689c9d-d35a-42ba-b2df-141c7f6141a5} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2188 2025.01.22 09:43:33.086661 [ 37 ] {} <Debug> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2189 2025.01.22 09:43:33.086786 [ 37 ] {} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2190 2025.01.22 09:43:33.086861 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2191 2025.01.22 09:43:33.086923 [ 283 ] {7b689c9d-d35a-42ba-b2df-141c7f6141a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005019 sec., 11954.572624028691 rows/sec., 824.99 KiB/sec.
2192 2025.01.22 09:43:33.087090 [ 283 ] {7b689c9d-d35a-42ba-b2df-141c7f6141a5} <Debug> TCPHandler: Processed in 0.005865699 sec.
2193 2025.01.22 09:43:33.087159 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
2194 2025.01.22 09:43:33.087460 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2195 2025.01.22 09:43:33.087495 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part
2196 2025.01.22 09:43:33.087637 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part
2197 2025.01.22 09:43:33.087779 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
2198 2025.01.22 09:43:33.087994 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
2199 2025.01.22 09:43:33.088144 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part
2200 2025.01.22 09:43:33.088344 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
2201 2025.01.22 09:43:33.089096 [ 192 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4414 rows, containing 5 columns (5 merged, 0 gathered) in 0.008329785 sec., 529905.6338188801 rows/sec., 35.73 MiB/sec.
2202 2025.01.22 09:43:33.089531 [ 192 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2203 2025.01.22 09:43:33.090230 [ 192 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2204 2025.01.22 09:43:33.090425 [ 192 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2205 2025.01.22 09:43:33.090600 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB.
2206 2025.01.22 09:43:33.090857 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.003892342 sec., 173674.35852245256 rows/sec., 11.38 MiB/sec.
2207 2025.01.22 09:43:33.091043 [ 192 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2208 2025.01.22 09:43:33.091326 [ 192 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_11_2} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2209 2025.01.22 09:43:33.091408 [ 192 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_11_2} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2210 2025.01.22 09:43:33.091492 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2211 2025.01.22 09:43:34.341198 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
2212 2025.01.22 09:43:34.342075 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2213 2025.01.22 09:43:34.342123 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2214 2025.01.22 09:43:34.342629 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2215 2025.01.22 09:43:34.342936 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2216 2025.01.22 09:43:34.343243 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
2217 2025.01.22 09:43:34.588216 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
2218 2025.01.22 09:43:34.608240 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2219 2025.01.22 09:43:34.608298 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2220 2025.01.22 09:43:34.615620 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2221 2025.01.22 09:43:34.616400 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2222 2025.01.22 09:43:34.619864 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
2223 2025.01.22 09:43:36.841647 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 326
2224 2025.01.22 09:43:36.845209 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2225 2025.01.22 09:43:36.845265 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2226 2025.01.22 09:43:36.846871 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2227 2025.01.22 09:43:36.847199 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2228 2025.01.22 09:43:36.847414 [ 32 ] {} <Debug> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2229 2025.01.22 09:43:36.847545 [ 32 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2230 2025.01.22 09:43:36.847613 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2231 2025.01.22 09:43:36.848379 [ 190 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::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
2232 2025.01.22 09:43:36.849427 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326
2233 2025.01.22 09:43:36.849714 [ 190 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2234 2025.01.22 09:43:36.849847 [ 190 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part
2235 2025.01.22 09:43:36.850303 [ 190 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::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
2236 2025.01.22 09:43:36.850746 [ 190 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part
2237 2025.01.22 09:43:36.851178 [ 190 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part
2238 2025.01.22 09:43:36.851599 [ 190 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
2239 2025.01.22 09:43:36.852032 [ 190 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part
2240 2025.01.22 09:43:36.859653 [ 187 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 72 columns (72 merged, 0 gathered) in 0.011917152 sec., 27355.52924054338 rows/sec., 27.76 MiB/sec.
2241 2025.01.22 09:43:36.860690 [ 187 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2242 2025.01.22 09:43:36.861517 [ 187 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_6_1} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2243 2025.01.22 09:43:36.861612 [ 187 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_6_1} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2244 2025.01.22 09:43:36.861935 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB.
2245 2025.01.22 09:43:38.073664 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2246 2025.01.22 09:43:38.073872 [ 286 ] {e183d3c7-e267-40d8-88d3-817e641d7b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2247 2025.01.22 09:43:38.073951 [ 286 ] {e183d3c7-e267-40d8-88d3-817e641d7b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2248 2025.01.22 09:43:38.074715 [ 286 ] {e183d3c7-e267-40d8-88d3-817e641d7b7f} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2249 2025.01.22 09:43:38.074761 [ 286 ] {e183d3c7-e267-40d8-88d3-817e641d7b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2250 2025.01.22 09:43:38.075190 [ 286 ] {e183d3c7-e267-40d8-88d3-817e641d7b7f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2251 2025.01.22 09:43:38.075437 [ 286 ] {e183d3c7-e267-40d8-88d3-817e641d7b7f} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2252 2025.01.22 09:43:38.075582 [ 31 ] {} <Debug> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2253 2025.01.22 09:43:38.075623 [ 31 ] {} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2254 2025.01.22 09:43:38.075641 [ 286 ] {e183d3c7-e267-40d8-88d3-817e641d7b7f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001828 sec., 7658.643326039388 rows/sec., 551.32 KiB/sec.
2255 2025.01.22 09:43:38.075650 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2256 2025.01.22 09:43:38.075742 [ 286 ] {e183d3c7-e267-40d8-88d3-817e641d7b7f} <Debug> TCPHandler: Processed in 0.002216331 sec.
2257 2025.01.22 09:43:38.075895 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::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
2258 2025.01.22 09:43:38.075947 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2259 2025.01.22 09:43:38.076160 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2260 2025.01.22 09:43:38.076193 [ 283 ] {405f61e5-3427-40c1-8124-e8edbf3ba43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2261 2025.01.22 09:43:38.076230 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2262 2025.01.22 09:43:38.076282 [ 283 ] {405f61e5-3427-40c1-8124-e8edbf3ba43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2263 2025.01.22 09:43:38.076516 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2264 2025.01.22 09:43:38.076878 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part
2265 2025.01.22 09:43:38.077232 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
2266 2025.01.22 09:43:38.077596 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2267 2025.01.22 09:43:38.079430 [ 283 ] {405f61e5-3427-40c1-8124-e8edbf3ba43c} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2268 2025.01.22 09:43:38.079514 [ 283 ] {405f61e5-3427-40c1-8124-e8edbf3ba43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2269 2025.01.22 09:43:38.080231 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004473804 sec., 15646.63986173735 rows/sec., 1.16 MiB/sec.
2270 2025.01.22 09:43:38.080439 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2271 2025.01.22 09:43:38.080539 [ 283 ] {405f61e5-3427-40c1-8124-e8edbf3ba43c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2272 2025.01.22 09:43:38.080898 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_5_1} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2273 2025.01.22 09:43:38.081047 [ 283 ] {405f61e5-3427-40c1-8124-e8edbf3ba43c} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2274 2025.01.22 09:43:38.081076 [ 190 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_5_1} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2275 2025.01.22 09:43:38.081242 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2276 2025.01.22 09:43:38.081405 [ 283 ] {405f61e5-3427-40c1-8124-e8edbf3ba43c} <Debug> executeQuery: Read 273 rows, 24.64 KiB in 0.005289 sec., 51616.562677254675 rows/sec., 4.55 MiB/sec.
2277 2025.01.22 09:43:38.081476 [ 283 ] {405f61e5-3427-40c1-8124-e8edbf3ba43c} <Debug> TCPHandler: Processed in 0.005596174 sec.
2278 2025.01.22 09:43:38.081645 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2279 2025.01.22 09:43:38.081780 [ 286 ] {a7d7fe11-0b7f-433b-80d2-a3eabc61fc52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2280 2025.01.22 09:43:38.081835 [ 286 ] {a7d7fe11-0b7f-433b-80d2-a3eabc61fc52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2281 2025.01.22 09:43:38.082430 [ 286 ] {a7d7fe11-0b7f-433b-80d2-a3eabc61fc52} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2282 2025.01.22 09:43:38.082468 [ 286 ] {a7d7fe11-0b7f-433b-80d2-a3eabc61fc52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2283 2025.01.22 09:43:38.082836 [ 286 ] {a7d7fe11-0b7f-433b-80d2-a3eabc61fc52} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2284 2025.01.22 09:43:38.083078 [ 286 ] {a7d7fe11-0b7f-433b-80d2-a3eabc61fc52} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2285 2025.01.22 09:43:38.083262 [ 286 ] {a7d7fe11-0b7f-433b-80d2-a3eabc61fc52} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001511 sec., 27796.161482461946 rows/sec., 2.00 MiB/sec.
2286 2025.01.22 09:43:38.083315 [ 286 ] {a7d7fe11-0b7f-433b-80d2-a3eabc61fc52} <Debug> TCPHandler: Processed in 0.001736132 sec.
2287 2025.01.22 09:43:38.083452 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2288 2025.01.22 09:43:38.083558 [ 283 ] {0809645c-29c7-423f-9879-080b127f4938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2289 2025.01.22 09:43:38.083601 [ 283 ] {0809645c-29c7-423f-9879-080b127f4938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2290 2025.01.22 09:43:38.084142 [ 283 ] {0809645c-29c7-423f-9879-080b127f4938} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2291 2025.01.22 09:43:38.084179 [ 283 ] {0809645c-29c7-423f-9879-080b127f4938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2292 2025.01.22 09:43:38.084514 [ 283 ] {0809645c-29c7-423f-9879-080b127f4938} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2293 2025.01.22 09:43:38.084755 [ 283 ] {0809645c-29c7-423f-9879-080b127f4938} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2294 2025.01.22 09:43:38.084978 [ 283 ] {0809645c-29c7-423f-9879-080b127f4938} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001423 sec., 9838.369641602249 rows/sec., 689.02 KiB/sec.
2295 2025.01.22 09:43:38.085109 [ 283 ] {0809645c-29c7-423f-9879-080b127f4938} <Debug> TCPHandler: Processed in 0.001708562 sec.
2296 2025.01.22 09:43:38.085256 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2297 2025.01.22 09:43:38.085364 [ 286 ] {ec241341-5b0a-4c3e-893d-a206478ac20c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2298 2025.01.22 09:43:38.085409 [ 286 ] {ec241341-5b0a-4c3e-893d-a206478ac20c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2299 2025.01.22 09:43:38.085959 [ 286 ] {ec241341-5b0a-4c3e-893d-a206478ac20c} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2300 2025.01.22 09:43:38.086006 [ 286 ] {ec241341-5b0a-4c3e-893d-a206478ac20c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2301 2025.01.22 09:43:38.086497 [ 286 ] {ec241341-5b0a-4c3e-893d-a206478ac20c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2302 2025.01.22 09:43:38.086863 [ 286 ] {ec241341-5b0a-4c3e-893d-a206478ac20c} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2303 2025.01.22 09:43:38.087079 [ 30 ] {} <Debug> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2304 2025.01.22 09:43:38.087171 [ 30 ] {} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2305 2025.01.22 09:43:38.087182 [ 286 ] {ec241341-5b0a-4c3e-893d-a206478ac20c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001827 sec., 7115.4898741105635 rows/sec., 443.65 KiB/sec.
2306 2025.01.22 09:43:38.087205 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2307 2025.01.22 09:43:38.087367 [ 286 ] {ec241341-5b0a-4c3e-893d-a206478ac20c} <Debug> TCPHandler: Processed in 0.00215903 sec.
2308 2025.01.22 09:43:38.087396 [ 187 ] {89cb2e3d-d62b-412b-b367-c9c494002840::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
2309 2025.01.22 09:43:38.087517 [ 187 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2310 2025.01.22 09:43:38.087541 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2311 2025.01.22 09:43:38.087552 [ 187 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part
2312 2025.01.22 09:43:38.087727 [ 187 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2313 2025.01.22 09:43:38.087815 [ 283 ] {ba51f83c-b149-4bf1-aadc-c71c33e82ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2314 2025.01.22 09:43:38.088053 [ 283 ] {ba51f83c-b149-4bf1-aadc-c71c33e82ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2315 2025.01.22 09:43:38.088099 [ 187 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part
2316 2025.01.22 09:43:38.088422 [ 187 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 13 rows starting from the beginning of the part
2317 2025.01.22 09:43:38.088662 [ 187 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part
2318 2025.01.22 09:43:38.089954 [ 283 ] {ba51f83c-b149-4bf1-aadc-c71c33e82ae6} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2319 2025.01.22 09:43:38.090012 [ 283 ] {ba51f83c-b149-4bf1-aadc-c71c33e82ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2320 2025.01.22 09:43:38.090312 [ 197 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002982896 sec., 21790.903873282878 rows/sec., 1.41 MiB/sec.
2321 2025.01.22 09:43:38.090569 [ 283 ] {ba51f83c-b149-4bf1-aadc-c71c33e82ae6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2322 2025.01.22 09:43:38.090595 [ 197 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2323 2025.01.22 09:43:38.091003 [ 283 ] {ba51f83c-b149-4bf1-aadc-c71c33e82ae6} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2324 2025.01.22 09:43:38.091236 [ 197 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_5_1} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2325 2025.01.22 09:43:38.091531 [ 283 ] {ba51f83c-b149-4bf1-aadc-c71c33e82ae6} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.003808 sec., 109506.3025210084 rows/sec., 7.82 MiB/sec.
2326 2025.01.22 09:43:38.091538 [ 197 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_5_1} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2327 2025.01.22 09:43:38.091857 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
2328 2025.01.22 09:43:38.091877 [ 283 ] {ba51f83c-b149-4bf1-aadc-c71c33e82ae6} <Debug> TCPHandler: Processed in 0.004390032 sec.
2329 2025.01.22 09:43:38.092109 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2330 2025.01.22 09:43:38.092247 [ 286 ] {25463a1d-028a-4dba-9c90-d6f266ee8d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2331 2025.01.22 09:43:38.092307 [ 286 ] {25463a1d-028a-4dba-9c90-d6f266ee8d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2332 2025.01.22 09:43:38.092916 [ 286 ] {25463a1d-028a-4dba-9c90-d6f266ee8d61} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2333 2025.01.22 09:43:38.092965 [ 286 ] {25463a1d-028a-4dba-9c90-d6f266ee8d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2334 2025.01.22 09:43:38.093332 [ 286 ] {25463a1d-028a-4dba-9c90-d6f266ee8d61} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2335 2025.01.22 09:43:38.093567 [ 286 ] {25463a1d-028a-4dba-9c90-d6f266ee8d61} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2336 2025.01.22 09:43:38.093777 [ 286 ] {25463a1d-028a-4dba-9c90-d6f266ee8d61} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001562 sec., 3841.229193341869 rows/sec., 200.69 KiB/sec.
2337 2025.01.22 09:43:38.093828 [ 286 ] {25463a1d-028a-4dba-9c90-d6f266ee8d61} <Debug> TCPHandler: Processed in 0.001834494 sec.
2338 2025.01.22 09:43:38.093964 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2339 2025.01.22 09:43:38.094070 [ 283 ] {f30e9679-fac9-4e90-a26e-79ade4630d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2340 2025.01.22 09:43:38.094117 [ 283 ] {f30e9679-fac9-4e90-a26e-79ade4630d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2341 2025.01.22 09:43:38.094632 [ 283 ] {f30e9679-fac9-4e90-a26e-79ade4630d53} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2342 2025.01.22 09:43:38.094669 [ 283 ] {f30e9679-fac9-4e90-a26e-79ade4630d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2343 2025.01.22 09:43:38.095051 [ 283 ] {f30e9679-fac9-4e90-a26e-79ade4630d53} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2344 2025.01.22 09:43:38.095289 [ 283 ] {f30e9679-fac9-4e90-a26e-79ade4630d53} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2345 2025.01.22 09:43:38.095489 [ 283 ] {f30e9679-fac9-4e90-a26e-79ade4630d53} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001442 sec., 164355.06241331485 rows/sec., 11.02 MiB/sec.
2346 2025.01.22 09:43:38.095542 [ 283 ] {f30e9679-fac9-4e90-a26e-79ade4630d53} <Debug> TCPHandler: Processed in 0.0016361 sec.
2347 2025.01.22 09:43:38.095668 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2348 2025.01.22 09:43:38.095776 [ 286 ] {29f24bbb-867f-49cf-9e6a-6db734112620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2349 2025.01.22 09:43:38.095823 [ 286 ] {29f24bbb-867f-49cf-9e6a-6db734112620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2350 2025.01.22 09:43:38.096260 [ 286 ] {29f24bbb-867f-49cf-9e6a-6db734112620} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2351 2025.01.22 09:43:38.096301 [ 286 ] {29f24bbb-867f-49cf-9e6a-6db734112620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2352 2025.01.22 09:43:38.096642 [ 286 ] {29f24bbb-867f-49cf-9e6a-6db734112620} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2353 2025.01.22 09:43:38.096877 [ 286 ] {29f24bbb-867f-49cf-9e6a-6db734112620} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2354 2025.01.22 09:43:38.097089 [ 286 ] {29f24bbb-867f-49cf-9e6a-6db734112620} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec.
2355 2025.01.22 09:43:38.097139 [ 286 ] {29f24bbb-867f-49cf-9e6a-6db734112620} <Debug> TCPHandler: Processed in 0.001521608 sec.
2356 2025.01.22 09:43:38.097273 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2357 2025.01.22 09:43:38.097379 [ 283 ] {c2c92d38-1c42-45dd-bab2-1b706a11e6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2358 2025.01.22 09:43:38.097443 [ 283 ] {c2c92d38-1c42-45dd-bab2-1b706a11e6ad} <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
2359 2025.01.22 09:43:38.098571 [ 283 ] {c2c92d38-1c42-45dd-bab2-1b706a11e6ad} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2360 2025.01.22 09:43:38.098609 [ 283 ] {c2c92d38-1c42-45dd-bab2-1b706a11e6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2361 2025.01.22 09:43:38.099243 [ 283 ] {c2c92d38-1c42-45dd-bab2-1b706a11e6ad} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2362 2025.01.22 09:43:38.099501 [ 283 ] {c2c92d38-1c42-45dd-bab2-1b706a11e6ad} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2363 2025.01.22 09:43:38.099835 [ 283 ] {c2c92d38-1c42-45dd-bab2-1b706a11e6ad} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002458 sec., 14239.218877135881 rows/sec., 25.52 MiB/sec.
2364 2025.01.22 09:43:38.099993 [ 283 ] {c2c92d38-1c42-45dd-bab2-1b706a11e6ad} <Debug> TCPHandler: Processed in 0.002770571 sec.
2365 2025.01.22 09:43:38.100140 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2366 2025.01.22 09:43:38.100270 [ 286 ] {e50216a0-13b2-4e42-8425-c5ffa4410548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2367 2025.01.22 09:43:38.100326 [ 286 ] {e50216a0-13b2-4e42-8425-c5ffa4410548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2368 2025.01.22 09:43:38.100924 [ 286 ] {e50216a0-13b2-4e42-8425-c5ffa4410548} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2369 2025.01.22 09:43:38.100972 [ 286 ] {e50216a0-13b2-4e42-8425-c5ffa4410548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2370 2025.01.22 09:43:38.101327 [ 286 ] {e50216a0-13b2-4e42-8425-c5ffa4410548} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2371 2025.01.22 09:43:38.101559 [ 286 ] {e50216a0-13b2-4e42-8425-c5ffa4410548} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2372 2025.01.22 09:43:38.101764 [ 286 ] {e50216a0-13b2-4e42-8425-c5ffa4410548} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001523 sec., 53841.103086014446 rows/sec., 3.42 MiB/sec.
2373 2025.01.22 09:43:38.101815 [ 286 ] {e50216a0-13b2-4e42-8425-c5ffa4410548} <Debug> TCPHandler: Processed in 0.001737172 sec.
2374 2025.01.22 09:43:41.757288 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache
2375 2025.01.22 09:43:41.757396 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache
2376 2025.01.22 09:43:41.843449 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2377 2025.01.22 09:43:41.844351 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2378 2025.01.22 09:43:41.844402 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2379 2025.01.22 09:43:41.844923 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2380 2025.01.22 09:43:41.845181 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2381 2025.01.22 09:43:41.845495 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2382 2025.01.22 09:43:42.119988 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2383 2025.01.22 09:43:42.140953 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2384 2025.01.22 09:43:42.141018 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2385 2025.01.22 09:43:42.148438 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2386 2025.01.22 09:43:42.149225 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2387 2025.01.22 09:43:42.152734 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2388 2025.01.22 09:43:43.066588 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2389 2025.01.22 09:43:43.066775 [ 286 ] {fff65faf-8a44-4b20-9d9f-bb1d2ccad439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2390 2025.01.22 09:43:43.066845 [ 286 ] {fff65faf-8a44-4b20-9d9f-bb1d2ccad439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2391 2025.01.22 09:43:43.067611 [ 286 ] {fff65faf-8a44-4b20-9d9f-bb1d2ccad439} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2392 2025.01.22 09:43:43.067650 [ 286 ] {fff65faf-8a44-4b20-9d9f-bb1d2ccad439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2393 2025.01.22 09:43:43.068087 [ 286 ] {fff65faf-8a44-4b20-9d9f-bb1d2ccad439} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2394 2025.01.22 09:43:43.068338 [ 286 ] {fff65faf-8a44-4b20-9d9f-bb1d2ccad439} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2395 2025.01.22 09:43:43.068528 [ 286 ] {fff65faf-8a44-4b20-9d9f-bb1d2ccad439} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001806 sec., 31007.751937984496 rows/sec., 2.38 MiB/sec.
2396 2025.01.22 09:43:43.068581 [ 286 ] {fff65faf-8a44-4b20-9d9f-bb1d2ccad439} <Debug> TCPHandler: Processed in 0.002119949 sec.
2397 2025.01.22 09:43:43.068749 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2398 2025.01.22 09:43:43.068860 [ 283 ] {2d7fd4c1-4d91-42ec-9c22-ad7f711b4b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2399 2025.01.22 09:43:43.068904 [ 283 ] {2d7fd4c1-4d91-42ec-9c22-ad7f711b4b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2400 2025.01.22 09:43:43.069427 [ 283 ] {2d7fd4c1-4d91-42ec-9c22-ad7f711b4b72} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2401 2025.01.22 09:43:43.069461 [ 283 ] {2d7fd4c1-4d91-42ec-9c22-ad7f711b4b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2402 2025.01.22 09:43:43.069791 [ 283 ] {2d7fd4c1-4d91-42ec-9c22-ad7f711b4b72} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2403 2025.01.22 09:43:43.070090 [ 283 ] {2d7fd4c1-4d91-42ec-9c22-ad7f711b4b72} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2404 2025.01.22 09:43:43.070267 [ 283 ] {2d7fd4c1-4d91-42ec-9c22-ad7f711b4b72} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001429 sec., 44786.56403079077 rows/sec., 3.50 MiB/sec.
2405 2025.01.22 09:43:43.070316 [ 283 ] {2d7fd4c1-4d91-42ec-9c22-ad7f711b4b72} <Debug> TCPHandler: Processed in 0.00162252 sec.
2406 2025.01.22 09:43:43.070470 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2407 2025.01.22 09:43:43.070597 [ 286 ] {69877cb8-8f1d-4f57-8de9-0754abd4b695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2408 2025.01.22 09:43:43.070656 [ 286 ] {69877cb8-8f1d-4f57-8de9-0754abd4b695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2409 2025.01.22 09:43:43.071259 [ 286 ] {69877cb8-8f1d-4f57-8de9-0754abd4b695} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2410 2025.01.22 09:43:43.071296 [ 286 ] {69877cb8-8f1d-4f57-8de9-0754abd4b695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2411 2025.01.22 09:43:43.071674 [ 286 ] {69877cb8-8f1d-4f57-8de9-0754abd4b695} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2412 2025.01.22 09:43:43.071910 [ 286 ] {69877cb8-8f1d-4f57-8de9-0754abd4b695} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2413 2025.01.22 09:43:43.072081 [ 286 ] {69877cb8-8f1d-4f57-8de9-0754abd4b695} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec.
2414 2025.01.22 09:43:43.072132 [ 286 ] {69877cb8-8f1d-4f57-8de9-0754abd4b695} <Debug> TCPHandler: Processed in 0.001724472 sec.
2415 2025.01.22 09:43:43.072268 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2416 2025.01.22 09:43:43.072373 [ 283 ] {a05f1995-c1b4-4414-94cf-accb24bd38f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2417 2025.01.22 09:43:43.072419 [ 283 ] {a05f1995-c1b4-4414-94cf-accb24bd38f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2418 2025.01.22 09:43:43.072853 [ 283 ] {a05f1995-c1b4-4414-94cf-accb24bd38f0} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2419 2025.01.22 09:43:43.072888 [ 283 ] {a05f1995-c1b4-4414-94cf-accb24bd38f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2420 2025.01.22 09:43:43.073243 [ 283 ] {a05f1995-c1b4-4414-94cf-accb24bd38f0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2421 2025.01.22 09:43:43.073476 [ 283 ] {a05f1995-c1b4-4414-94cf-accb24bd38f0} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2422 2025.01.22 09:43:43.073688 [ 283 ] {a05f1995-c1b4-4414-94cf-accb24bd38f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec.
2423 2025.01.22 09:43:43.073889 [ 283 ] {a05f1995-c1b4-4414-94cf-accb24bd38f0} <Debug> TCPHandler: Processed in 0.001667881 sec.
2424 2025.01.22 09:43:43.321390 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2425 2025.01.22 09:43:43.321651 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete)
2426 2025.01.22 09:43:43.322088 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2427 2025.01.22 09:43:43.322143 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE
2428 2025.01.22 09:43:43.322528 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2429 2025.01.22 09:43:43.322612 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2430 2025.01.22 09:43:43.322784 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
2431 2025.01.22 09:43:43.322992 [ 295 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2432 2025.01.22 09:43:43.323031 [ 299 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2433 2025.01.22 09:43:43.323021 [ 296 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2434 2025.01.22 09:43:43.323010 [ 297 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2435 2025.01.22 09:43:43.323211 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges
2436 2025.01.22 09:43:43.323240 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Spreading mark ranges among streams (default reading)
2437 2025.01.22 09:43:43.323376 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2438 2025.01.22 09:43:43.323400 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (SelectExecutor): Reading approx. 41 rows with 4 streams
2439 2025.01.22 09:43:43.323450 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2440 2025.01.22 09:43:43.323499 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2441 2025.01.22 09:43:43.323539 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2442 2025.01.22 09:43:43.323577 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))"
2443 2025.01.22 09:43:43.325792 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004266 sec., 9610.876699484295 rows/sec., 366.73 KiB/sec.
2444 2025.01.22 09:43:43.326035 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Debug> MemoryTracker: Peak memory usage (for query): 144.44 KiB.
2445 2025.01.22 09:43:43.326053 [ 286 ] {95c1fde0-7131-4ba6-b0a5-6e26d693ebed} <Debug> TCPHandler: Processed in 0.004788499 sec.
2446 2025.01.22 09:43:43.369987 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2447 2025.01.22 09:43:43.370131 [ 286 ] {e9e3d32f-9422-4b3d-9be3-45963b095556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2448 2025.01.22 09:43:43.370192 [ 286 ] {e9e3d32f-9422-4b3d-9be3-45963b095556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2449 2025.01.22 09:43:43.370949 [ 286 ] {e9e3d32f-9422-4b3d-9be3-45963b095556} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2450 2025.01.22 09:43:43.370992 [ 286 ] {e9e3d32f-9422-4b3d-9be3-45963b095556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2451 2025.01.22 09:43:43.371480 [ 286 ] {e9e3d32f-9422-4b3d-9be3-45963b095556} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2452 2025.01.22 09:43:43.371723 [ 286 ] {e9e3d32f-9422-4b3d-9be3-45963b095556} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2453 2025.01.22 09:43:43.371985 [ 286 ] {e9e3d32f-9422-4b3d-9be3-45963b095556} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00189 sec., 529.1005291005291 rows/sec., 119.87 KiB/sec.
2454 2025.01.22 09:43:43.372050 [ 286 ] {e9e3d32f-9422-4b3d-9be3-45963b095556} <Debug> TCPHandler: Processed in 0.0021373 sec.
2455 2025.01.22 09:43:43.372223 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2456 2025.01.22 09:43:43.372333 [ 283 ] {dcea37da-1dc2-4cd6-afc8-2c9c60b28529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2457 2025.01.22 09:43:43.372378 [ 283 ] {dcea37da-1dc2-4cd6-afc8-2c9c60b28529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2458 2025.01.22 09:43:43.372932 [ 283 ] {dcea37da-1dc2-4cd6-afc8-2c9c60b28529} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2459 2025.01.22 09:43:43.372970 [ 283 ] {dcea37da-1dc2-4cd6-afc8-2c9c60b28529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2460 2025.01.22 09:43:43.373340 [ 283 ] {dcea37da-1dc2-4cd6-afc8-2c9c60b28529} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2461 2025.01.22 09:43:43.373580 [ 283 ] {dcea37da-1dc2-4cd6-afc8-2c9c60b28529} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2462 2025.01.22 09:43:43.373811 [ 283 ] {dcea37da-1dc2-4cd6-afc8-2c9c60b28529} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001501 sec., 9327.11525649567 rows/sec., 671.43 KiB/sec.
2463 2025.01.22 09:43:43.373866 [ 283 ] {dcea37da-1dc2-4cd6-afc8-2c9c60b28529} <Debug> TCPHandler: Processed in 0.001700192 sec.
2464 2025.01.22 09:43:43.374020 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2465 2025.01.22 09:43:43.374127 [ 286 ] {8e93c1f1-6c87-4095-bfe9-4ec9df5b2ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2466 2025.01.22 09:43:43.374173 [ 286 ] {8e93c1f1-6c87-4095-bfe9-4ec9df5b2ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2467 2025.01.22 09:43:43.374723 [ 286 ] {8e93c1f1-6c87-4095-bfe9-4ec9df5b2ce1} <Trace> oximeter.fields_ipaddr (a4bb7d8b-1238-450a-8de1-b845dc5a4954): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2468 2025.01.22 09:43:43.374761 [ 286 ] {8e93c1f1-6c87-4095-bfe9-4ec9df5b2ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2469 2025.01.22 09:43:43.375114 [ 286 ] {8e93c1f1-6c87-4095-bfe9-4ec9df5b2ce1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2470 2025.01.22 09:43:43.375348 [ 286 ] {8e93c1f1-6c87-4095-bfe9-4ec9df5b2ce1} <Trace> oximeter.fields_ipaddr (a4bb7d8b-1238-450a-8de1-b845dc5a4954): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2471 2025.01.22 09:43:43.375606 [ 286 ] {8e93c1f1-6c87-4095-bfe9-4ec9df5b2ce1} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001479 sec., 8113.5902636916835 rows/sec., 661.61 KiB/sec.
2472 2025.01.22 09:43:43.375695 [ 286 ] {8e93c1f1-6c87-4095-bfe9-4ec9df5b2ce1} <Debug> TCPHandler: Processed in 0.001728002 sec.
2473 2025.01.22 09:43:43.375869 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2474 2025.01.22 09:43:43.375983 [ 283 ] {f1870821-d277-4df0-9651-e79a5cdf3c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2475 2025.01.22 09:43:43.376095 [ 283 ] {f1870821-d277-4df0-9651-e79a5cdf3c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2476 2025.01.22 09:43:43.377379 [ 283 ] {f1870821-d277-4df0-9651-e79a5cdf3c7a} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2477 2025.01.22 09:43:43.377420 [ 283 ] {f1870821-d277-4df0-9651-e79a5cdf3c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2478 2025.01.22 09:43:43.377866 [ 283 ] {f1870821-d277-4df0-9651-e79a5cdf3c7a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2479 2025.01.22 09:43:43.378112 [ 283 ] {f1870821-d277-4df0-9651-e79a5cdf3c7a} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2480 2025.01.22 09:43:43.378332 [ 283 ] {f1870821-d277-4df0-9651-e79a5cdf3c7a} <Debug> executeQuery: Read 1419 rows, 121.64 KiB in 0.002371 sec., 598481.6533108393 rows/sec., 50.10 MiB/sec.
2481 2025.01.22 09:43:43.378384 [ 283 ] {f1870821-d277-4df0-9651-e79a5cdf3c7a} <Debug> TCPHandler: Processed in 0.002569668 sec.
2482 2025.01.22 09:43:43.378529 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2483 2025.01.22 09:43:43.378635 [ 286 ] {023bae10-2cdb-4fa3-80bf-5acbc5b21999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2484 2025.01.22 09:43:43.378678 [ 286 ] {023bae10-2cdb-4fa3-80bf-5acbc5b21999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2485 2025.01.22 09:43:43.379248 [ 286 ] {023bae10-2cdb-4fa3-80bf-5acbc5b21999} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2486 2025.01.22 09:43:43.379287 [ 286 ] {023bae10-2cdb-4fa3-80bf-5acbc5b21999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2487 2025.01.22 09:43:43.379633 [ 286 ] {023bae10-2cdb-4fa3-80bf-5acbc5b21999} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2488 2025.01.22 09:43:43.379872 [ 286 ] {023bae10-2cdb-4fa3-80bf-5acbc5b21999} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2489 2025.01.22 09:43:43.380026 [ 42 ] {} <Debug> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2490 2025.01.22 09:43:43.380099 [ 286 ] {023bae10-2cdb-4fa3-80bf-5acbc5b21999} <Debug> executeQuery: Read 54 rows, 3.93 KiB in 0.001476 sec., 36585.365853658535 rows/sec., 2.60 MiB/sec.
2491 2025.01.22 09:43:43.380112 [ 42 ] {} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2492 2025.01.22 09:43:43.380183 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2493 2025.01.22 09:43:43.380232 [ 286 ] {023bae10-2cdb-4fa3-80bf-5acbc5b21999} <Debug> TCPHandler: Processed in 0.001754572 sec.
2494 2025.01.22 09:43:43.380449 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2495 2025.01.22 09:43:43.380447 [ 197 ] {885eb076-077a-4373-9caa-780fafe4e3f5::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
2496 2025.01.22 09:43:43.380643 [ 283 ] {fce5398c-85e1-42dc-a378-da82b7d24eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2497 2025.01.22 09:43:43.380717 [ 197 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2498 2025.01.22 09:43:43.380736 [ 283 ] {fce5398c-85e1-42dc-a378-da82b7d24eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2499 2025.01.22 09:43:43.380794 [ 197 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part
2500 2025.01.22 09:43:43.381109 [ 197 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part
2501 2025.01.22 09:43:43.381553 [ 197 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part
2502 2025.01.22 09:43:43.381882 [ 197 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part
2503 2025.01.22 09:43:43.382187 [ 197 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part
2504 2025.01.22 09:43:43.382584 [ 197 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part
2505 2025.01.22 09:43:43.383728 [ 283 ] {fce5398c-85e1-42dc-a378-da82b7d24eff} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2506 2025.01.22 09:43:43.383800 [ 283 ] {fce5398c-85e1-42dc-a378-da82b7d24eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2507 2025.01.22 09:43:43.384681 [ 283 ] {fce5398c-85e1-42dc-a378-da82b7d24eff} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2508 2025.01.22 09:43:43.385292 [ 283 ] {fce5398c-85e1-42dc-a378-da82b7d24eff} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2509 2025.01.22 09:43:43.385350 [ 198 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005048514 sec., 36248.29009090596 rows/sec., 2.71 MiB/sec.
2510 2025.01.22 09:43:43.385514 [ 42 ] {} <Debug> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2511 2025.01.22 09:43:43.385606 [ 42 ] {} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2512 2025.01.22 09:43:43.385680 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2513 2025.01.22 09:43:43.385707 [ 198 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2514 2025.01.22 09:43:43.385781 [ 283 ] {fce5398c-85e1-42dc-a378-da82b7d24eff} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005164 sec., 46862.89697908598 rows/sec., 3.17 MiB/sec.
2515 2025.01.22 09:43:43.386089 [ 283 ] {fce5398c-85e1-42dc-a378-da82b7d24eff} <Debug> TCPHandler: Processed in 0.005758117 sec.
2516 2025.01.22 09:43:43.386270 [ 187 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::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
2517 2025.01.22 09:43:43.386361 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2518 2025.01.22 09:43:43.386564 [ 187 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2519 2025.01.22 09:43:43.386657 [ 187 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part
2520 2025.01.22 09:43:43.386662 [ 286 ] {449fc94f-c000-4722-b393-a811534bbcc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2521 2025.01.22 09:43:43.386812 [ 198 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2522 2025.01.22 09:43:43.386855 [ 286 ] {449fc94f-c000-4722-b393-a811534bbcc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2523 2025.01.22 09:43:43.387060 [ 187 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part
2524 2025.01.22 09:43:43.387528 [ 187 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part
2525 2025.01.22 09:43:43.387634 [ 198 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_6_1} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2526 2025.01.22 09:43:43.388081 [ 187 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part
2527 2025.01.22 09:43:43.388216 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2528 2025.01.22 09:43:43.388550 [ 187 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part
2529 2025.01.22 09:43:43.388898 [ 187 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part
2530 2025.01.22 09:43:43.389801 [ 286 ] {449fc94f-c000-4722-b393-a811534bbcc8} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2531 2025.01.22 09:43:43.389848 [ 286 ] {449fc94f-c000-4722-b393-a811534bbcc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2532 2025.01.22 09:43:43.390401 [ 286 ] {449fc94f-c000-4722-b393-a811534bbcc8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2533 2025.01.22 09:43:43.390692 [ 200 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004902661 sec., 110348.2374163745 rows/sec., 7.90 MiB/sec.
2534 2025.01.22 09:43:43.390805 [ 286 ] {449fc94f-c000-4722-b393-a811534bbcc8} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2535 2025.01.22 09:43:43.391074 [ 200 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2536 2025.01.22 09:43:43.391330 [ 286 ] {449fc94f-c000-4722-b393-a811534bbcc8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004722 sec., 2753.0707327403643 rows/sec., 171.65 KiB/sec.
2537 2025.01.22 09:43:43.391516 [ 286 ] {449fc94f-c000-4722-b393-a811534bbcc8} <Debug> TCPHandler: Processed in 0.005325129 sec.
2538 2025.01.22 09:43:43.391684 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2539 2025.01.22 09:43:43.391855 [ 283 ] {b4a0b4b6-120f-463f-814e-3ea422b27180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2540 2025.01.22 09:43:43.391871 [ 200 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2541 2025.01.22 09:43:43.391945 [ 283 ] {b4a0b4b6-120f-463f-814e-3ea422b27180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2542 2025.01.22 09:43:43.392087 [ 200 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_6_1} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2543 2025.01.22 09:43:43.392264 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
2544 2025.01.22 09:43:43.393151 [ 283 ] {b4a0b4b6-120f-463f-814e-3ea422b27180} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2545 2025.01.22 09:43:43.393194 [ 283 ] {b4a0b4b6-120f-463f-814e-3ea422b27180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2546 2025.01.22 09:43:43.393598 [ 283 ] {b4a0b4b6-120f-463f-814e-3ea422b27180} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2547 2025.01.22 09:43:43.393846 [ 283 ] {b4a0b4b6-120f-463f-814e-3ea422b27180} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2548 2025.01.22 09:43:43.394060 [ 283 ] {b4a0b4b6-120f-463f-814e-3ea422b27180} <Debug> executeQuery: Read 885 rows, 65.75 KiB in 0.002264 sec., 390901.0600706714 rows/sec., 28.36 MiB/sec.
2549 2025.01.22 09:43:43.394121 [ 283 ] {b4a0b4b6-120f-463f-814e-3ea422b27180} <Debug> TCPHandler: Processed in 0.002501436 sec.
2550 2025.01.22 09:43:43.394267 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2551 2025.01.22 09:43:43.394377 [ 286 ] {c4d5419a-b5b4-4b07-8d75-b1aefde6e1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2552 2025.01.22 09:43:43.394423 [ 286 ] {c4d5419a-b5b4-4b07-8d75-b1aefde6e1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2553 2025.01.22 09:43:43.394859 [ 286 ] {c4d5419a-b5b4-4b07-8d75-b1aefde6e1a1} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2554 2025.01.22 09:43:43.394897 [ 286 ] {c4d5419a-b5b4-4b07-8d75-b1aefde6e1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2555 2025.01.22 09:43:43.395250 [ 286 ] {c4d5419a-b5b4-4b07-8d75-b1aefde6e1a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2556 2025.01.22 09:43:43.395494 [ 286 ] {c4d5419a-b5b4-4b07-8d75-b1aefde6e1a1} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2557 2025.01.22 09:43:43.395647 [ 42 ] {} <Debug> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2558 2025.01.22 09:43:43.395717 [ 42 ] {} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2559 2025.01.22 09:43:43.395736 [ 286 ] {c4d5419a-b5b4-4b07-8d75-b1aefde6e1a1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 227.65 KiB/sec.
2560 2025.01.22 09:43:43.395750 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2561 2025.01.22 09:43:43.395891 [ 286 ] {c4d5419a-b5b4-4b07-8d75-b1aefde6e1a1} <Debug> TCPHandler: Processed in 0.001670141 sec.
2562 2025.01.22 09:43:43.396175 [ 189 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::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
2563 2025.01.22 09:43:43.396208 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2564 2025.01.22 09:43:43.396486 [ 283 ] {4c4b8ca2-e58c-4d41-b83a-df3ec54715e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2565 2025.01.22 09:43:43.396504 [ 189 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2566 2025.01.22 09:43:43.396579 [ 283 ] {4c4b8ca2-e58c-4d41-b83a-df3ec54715e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2567 2025.01.22 09:43:43.396580 [ 189 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
2568 2025.01.22 09:43:43.396881 [ 189 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
2569 2025.01.22 09:43:43.397250 [ 189 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2570 2025.01.22 09:43:43.397583 [ 189 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part
2571 2025.01.22 09:43:43.397866 [ 189 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part
2572 2025.01.22 09:43:43.398231 [ 189 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part
2573 2025.01.22 09:43:43.399448 [ 283 ] {4c4b8ca2-e58c-4d41-b83a-df3ec54715e7} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2574 2025.01.22 09:43:43.399520 [ 283 ] {4c4b8ca2-e58c-4d41-b83a-df3ec54715e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2575 2025.01.22 09:43:43.400698 [ 283 ] {4c4b8ca2-e58c-4d41-b83a-df3ec54715e7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2576 2025.01.22 09:43:43.400728 [ 189 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00483732 sec., 7442.137381856069 rows/sec., 388.82 KiB/sec.
2577 2025.01.22 09:43:43.400927 [ 200 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2578 2025.01.22 09:43:43.401191 [ 283 ] {4c4b8ca2-e58c-4d41-b83a-df3ec54715e7} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2579 2025.01.22 09:43:43.401670 [ 283 ] {4c4b8ca2-e58c-4d41-b83a-df3ec54715e7} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.005249 sec., 183082.49190321966 rows/sec., 12.17 MiB/sec.
2580 2025.01.22 09:43:43.401747 [ 188 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2581 2025.01.22 09:43:43.402006 [ 283 ] {4c4b8ca2-e58c-4d41-b83a-df3ec54715e7} <Debug> TCPHandler: Processed in 0.005993291 sec.
2582 2025.01.22 09:43:43.402099 [ 188 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_6_1} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2583 2025.01.22 09:43:43.402250 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2584 2025.01.22 09:43:43.402263 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
2585 2025.01.22 09:43:43.402406 [ 286 ] {8248ed4f-bd39-4205-99ba-832012b5ae8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2586 2025.01.22 09:43:43.402469 [ 286 ] {8248ed4f-bd39-4205-99ba-832012b5ae8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2587 2025.01.22 09:43:43.403008 [ 286 ] {8248ed4f-bd39-4205-99ba-832012b5ae8b} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2588 2025.01.22 09:43:43.403055 [ 286 ] {8248ed4f-bd39-4205-99ba-832012b5ae8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2589 2025.01.22 09:43:43.403424 [ 286 ] {8248ed4f-bd39-4205-99ba-832012b5ae8b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2590 2025.01.22 09:43:43.403669 [ 286 ] {8248ed4f-bd39-4205-99ba-832012b5ae8b} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2591 2025.01.22 09:43:43.403825 [ 42 ] {} <Debug> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2592 2025.01.22 09:43:43.403888 [ 42 ] {} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2593 2025.01.22 09:43:43.403921 [ 286 ] {8248ed4f-bd39-4205-99ba-832012b5ae8b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001531 sec., 653.1678641410842 rows/sec., 44.01 KiB/sec.
2594 2025.01.22 09:43:43.403929 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2595 2025.01.22 09:43:43.404074 [ 286 ] {8248ed4f-bd39-4205-99ba-832012b5ae8b} <Debug> TCPHandler: Processed in 0.001939816 sec.
2596 2025.01.22 09:43:43.404207 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::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
2597 2025.01.22 09:43:43.404270 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2598 2025.01.22 09:43:43.404467 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2599 2025.01.22 09:43:43.404500 [ 283 ] {0aa5d3b4-09b1-4119-9b3d-df8fb6a45d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2600 2025.01.22 09:43:43.404539 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2601 2025.01.22 09:43:43.404642 [ 283 ] {0aa5d3b4-09b1-4119-9b3d-df8fb6a45d21} <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
2602 2025.01.22 09:43:43.404872 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
2603 2025.01.22 09:43:43.405294 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part
2604 2025.01.22 09:43:43.405608 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part
2605 2025.01.22 09:43:43.405975 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2606 2025.01.22 09:43:43.406316 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part
2607 2025.01.22 09:43:43.409837 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.005762028 sec., 1214.8500493229121 rows/sec., 81.18 KiB/sec.
2608 2025.01.22 09:43:43.410067 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2609 2025.01.22 09:43:43.410419 [ 283 ] {0aa5d3b4-09b1-4119-9b3d-df8fb6a45d21} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2610 2025.01.22 09:43:43.410501 [ 283 ] {0aa5d3b4-09b1-4119-9b3d-df8fb6a45d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2611 2025.01.22 09:43:43.410707 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2612 2025.01.22 09:43:43.410934 [ 200 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_6_1} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2613 2025.01.22 09:43:43.411041 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2614 2025.01.22 09:43:43.411547 [ 283 ] {0aa5d3b4-09b1-4119-9b3d-df8fb6a45d21} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2615 2025.01.22 09:43:43.411824 [ 283 ] {0aa5d3b4-09b1-4119-9b3d-df8fb6a45d21} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2616 2025.01.22 09:43:43.411981 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2617 2025.01.22 09:43:43.412033 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2618 2025.01.22 09:43:43.412049 [ 283 ] {0aa5d3b4-09b1-4119-9b3d-df8fb6a45d21} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007613 sec., 4597.399185603573 rows/sec., 8.24 MiB/sec.
2619 2025.01.22 09:43:43.412063 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2620 2025.01.22 09:43:43.412392 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::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
2621 2025.01.22 09:43:43.412460 [ 283 ] {0aa5d3b4-09b1-4119-9b3d-df8fb6a45d21} <Debug> TCPHandler: Processed in 0.008269863 sec.
2622 2025.01.22 09:43:43.412708 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2623 2025.01.22 09:43:43.412989 [ 286 ] {52a090ce-ac66-4297-8b16-2f2d77dcb92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2624 2025.01.22 09:43:43.413011 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2625 2025.01.22 09:43:43.413121 [ 286 ] {52a090ce-ac66-4297-8b16-2f2d77dcb92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2626 2025.01.22 09:43:43.413160 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::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
2627 2025.01.22 09:43:43.414103 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::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
2628 2025.01.22 09:43:43.414734 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2629 2025.01.22 09:43:43.415385 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part
2630 2025.01.22 09:43:43.415490 [ 286 ] {52a090ce-ac66-4297-8b16-2f2d77dcb92a} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2631 2025.01.22 09:43:43.415587 [ 286 ] {52a090ce-ac66-4297-8b16-2f2d77dcb92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB.
2632 2025.01.22 09:43:43.416100 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part
2633 2025.01.22 09:43:43.416878 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part
2634 2025.01.22 09:43:43.417355 [ 286 ] {52a090ce-ac66-4297-8b16-2f2d77dcb92a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2635 2025.01.22 09:43:43.418129 [ 286 ] {52a090ce-ac66-4297-8b16-2f2d77dcb92a} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2636 2025.01.22 09:43:43.418533 [ 286 ] {52a090ce-ac66-4297-8b16-2f2d77dcb92a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005637 sec., 6031.577080007096 rows/sec., 358.44 KiB/sec.
2637 2025.01.22 09:43:43.418746 [ 286 ] {52a090ce-ac66-4297-8b16-2f2d77dcb92a} <Debug> TCPHandler: Processed in 0.006158614 sec.
2638 2025.01.22 09:43:43.420586 [ 196 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 19 columns (19 merged, 0 gathered) in 0.008416847 sec., 15326.40429367434 rows/sec., 27.46 MiB/sec.
2639 2025.01.22 09:43:43.420866 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2640 2025.01.22 09:43:43.421243 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2641 2025.01.22 09:43:43.421321 [ 189 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2642 2025.01.22 09:43:43.421425 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB.
2643 2025.01.22 09:43:44.000254 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.02 MiB, peak 174.94 MiB, free memory in arenas 0.00 B, will set to 169.66 MiB (RSS), difference: -1.36 MiB
2644 2025.01.22 09:43:46.849771 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 384
2645 2025.01.22 09:43:46.853517 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2646 2025.01.22 09:43:46.853567 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2647 2025.01.22 09:43:46.855078 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2648 2025.01.22 09:43:46.855451 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2649 2025.01.22 09:43:46.856127 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 384
2650 2025.01.22 09:43:48.065110 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2651 2025.01.22 09:43:48.065299 [ 286 ] {0548425a-ce7b-44aa-8c5d-df9cea75196c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2652 2025.01.22 09:43:48.065371 [ 286 ] {0548425a-ce7b-44aa-8c5d-df9cea75196c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2653 2025.01.22 09:43:48.066181 [ 286 ] {0548425a-ce7b-44aa-8c5d-df9cea75196c} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2654 2025.01.22 09:43:48.066225 [ 286 ] {0548425a-ce7b-44aa-8c5d-df9cea75196c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2655 2025.01.22 09:43:48.066674 [ 286 ] {0548425a-ce7b-44aa-8c5d-df9cea75196c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2656 2025.01.22 09:43:48.066932 [ 286 ] {0548425a-ce7b-44aa-8c5d-df9cea75196c} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2657 2025.01.22 09:43:48.067165 [ 286 ] {0548425a-ce7b-44aa-8c5d-df9cea75196c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.25 MiB/sec.
2658 2025.01.22 09:43:48.067398 [ 286 ] {0548425a-ce7b-44aa-8c5d-df9cea75196c} <Debug> TCPHandler: Processed in 0.002411875 sec.
2659 2025.01.22 09:43:48.067591 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2660 2025.01.22 09:43:48.067716 [ 283 ] {f5d534aa-3e22-41a4-a084-681f7c9af29c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2661 2025.01.22 09:43:48.067765 [ 283 ] {f5d534aa-3e22-41a4-a084-681f7c9af29c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2662 2025.01.22 09:43:48.068364 [ 283 ] {f5d534aa-3e22-41a4-a084-681f7c9af29c} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2663 2025.01.22 09:43:48.068402 [ 283 ] {f5d534aa-3e22-41a4-a084-681f7c9af29c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2664 2025.01.22 09:43:48.068768 [ 283 ] {f5d534aa-3e22-41a4-a084-681f7c9af29c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2665 2025.01.22 09:43:48.069017 [ 283 ] {f5d534aa-3e22-41a4-a084-681f7c9af29c} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2666 2025.01.22 09:43:48.069197 [ 283 ] {f5d534aa-3e22-41a4-a084-681f7c9af29c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001509 sec., 42412.19350563287 rows/sec., 3.31 MiB/sec.
2667 2025.01.22 09:43:48.069248 [ 283 ] {f5d534aa-3e22-41a4-a084-681f7c9af29c} <Debug> TCPHandler: Processed in 0.001715632 sec.
2668 2025.01.22 09:43:48.069415 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2669 2025.01.22 09:43:48.069548 [ 286 ] {e4593a5d-9728-4c83-a622-f5f75f43ffe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2670 2025.01.22 09:43:48.069608 [ 286 ] {e4593a5d-9728-4c83-a622-f5f75f43ffe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2671 2025.01.22 09:43:48.070229 [ 286 ] {e4593a5d-9728-4c83-a622-f5f75f43ffe3} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2672 2025.01.22 09:43:48.070275 [ 286 ] {e4593a5d-9728-4c83-a622-f5f75f43ffe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2673 2025.01.22 09:43:48.070670 [ 286 ] {e4593a5d-9728-4c83-a622-f5f75f43ffe3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2674 2025.01.22 09:43:48.070911 [ 286 ] {e4593a5d-9728-4c83-a622-f5f75f43ffe3} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2675 2025.01.22 09:43:48.071086 [ 286 ] {e4593a5d-9728-4c83-a622-f5f75f43ffe3} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001569 sec., 81580.6246016571 rows/sec., 5.68 MiB/sec.
2676 2025.01.22 09:43:48.071136 [ 286 ] {e4593a5d-9728-4c83-a622-f5f75f43ffe3} <Debug> TCPHandler: Processed in 0.001787173 sec.
2677 2025.01.22 09:43:48.071297 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2678 2025.01.22 09:43:48.071406 [ 283 ] {da2d7135-5ab0-443f-8007-8f1215d538a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2679 2025.01.22 09:43:48.071452 [ 283 ] {da2d7135-5ab0-443f-8007-8f1215d538a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2680 2025.01.22 09:43:48.071881 [ 283 ] {da2d7135-5ab0-443f-8007-8f1215d538a9} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2681 2025.01.22 09:43:48.071918 [ 283 ] {da2d7135-5ab0-443f-8007-8f1215d538a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2682 2025.01.22 09:43:48.072269 [ 283 ] {da2d7135-5ab0-443f-8007-8f1215d538a9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2683 2025.01.22 09:43:48.072538 [ 283 ] {da2d7135-5ab0-443f-8007-8f1215d538a9} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2684 2025.01.22 09:43:48.072750 [ 283 ] {da2d7135-5ab0-443f-8007-8f1215d538a9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001367 sec., 35113.38697878566 rows/sec., 2.37 MiB/sec.
2685 2025.01.22 09:43:48.072809 [ 283 ] {da2d7135-5ab0-443f-8007-8f1215d538a9} <Debug> TCPHandler: Processed in 0.001565799 sec.
2686 2025.01.22 09:43:49.345699 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2687 2025.01.22 09:43:49.346661 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2688 2025.01.22 09:43:49.346710 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2689 2025.01.22 09:43:49.347233 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2690 2025.01.22 09:43:49.347493 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2691 2025.01.22 09:43:49.347714 [ 150 ] {} <Debug> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2692 2025.01.22 09:43:49.347760 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2693 2025.01.22 09:43:49.347807 [ 150 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2694 2025.01.22 09:43:49.347837 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2695 2025.01.22 09:43:49.348104 [ 199 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
2696 2025.01.22 09:43:49.348270 [ 199 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2697 2025.01.22 09:43:49.348313 [ 199 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
2698 2025.01.22 09:43:49.348426 [ 199 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
2699 2025.01.22 09:43:49.348668 [ 199 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
2700 2025.01.22 09:43:49.348809 [ 199 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
2701 2025.01.22 09:43:49.348919 [ 199 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
2702 2025.01.22 09:43:49.349059 [ 199 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
2703 2025.01.22 09:43:49.350705 [ 196 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002821623 sec., 1815976.1243794793 rows/sec., 25.98 MiB/sec.
2704 2025.01.22 09:43:49.351225 [ 196 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2705 2025.01.22 09:43:49.351588 [ 196 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_11_2} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2706 2025.01.22 09:43:49.351686 [ 196 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_11_2} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2707 2025.01.22 09:43:49.351803 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2708 2025.01.22 09:43:49.652852 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2709 2025.01.22 09:43:49.676945 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2710 2025.01.22 09:43:49.677014 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2711 2025.01.22 09:43:49.684537 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2712 2025.01.22 09:43:49.685351 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2713 2025.01.22 09:43:49.685745 [ 150 ] {} <Debug> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2714 2025.01.22 09:43:49.685886 [ 150 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2715 2025.01.22 09:43:49.685957 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2716 2025.01.22 09:43:49.686744 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
2717 2025.01.22 09:43:49.702136 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2718 2025.01.22 09:43:49.703506 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2719 2025.01.22 09:43:49.704713 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
2720 2025.01.22 09:43:49.709858 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
2721 2025.01.22 09:43:49.715233 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
2722 2025.01.22 09:43:49.720689 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
2723 2025.01.22 09:43:49.726475 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
2724 2025.01.22 09:43:49.731223 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
2725 2025.01.22 09:43:49.790548 [ 193 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.104437222 sec., 794.7358078904091 rows/sec., 4.11 MiB/sec.
2726 2025.01.22 09:43:49.793117 [ 193 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2727 2025.01.22 09:43:49.796158 [ 193 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_11_2} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2728 2025.01.22 09:43:49.796293 [ 193 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_11_2} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2729 2025.01.22 09:43:49.798631 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.47 MiB.
2730 2025.01.22 09:43:50.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.82 MiB, peak 180.71 MiB, free memory in arenas 0.00 B, will set to 172.21 MiB (RSS), difference: 1.40 MiB
2731 2025.01.22 09:43:53.066321 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2732 2025.01.22 09:43:53.066546 [ 286 ] {ae83e524-ef51-4353-8000-9f946cdbd854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2733 2025.01.22 09:43:53.066621 [ 286 ] {ae83e524-ef51-4353-8000-9f946cdbd854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2734 2025.01.22 09:43:53.067422 [ 286 ] {ae83e524-ef51-4353-8000-9f946cdbd854} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2735 2025.01.22 09:43:53.067476 [ 286 ] {ae83e524-ef51-4353-8000-9f946cdbd854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2736 2025.01.22 09:43:53.067918 [ 286 ] {ae83e524-ef51-4353-8000-9f946cdbd854} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2737 2025.01.22 09:43:53.068173 [ 286 ] {ae83e524-ef51-4353-8000-9f946cdbd854} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2738 2025.01.22 09:43:53.068369 [ 146 ] {} <Debug> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2739 2025.01.22 09:43:53.068448 [ 286 ] {ae83e524-ef51-4353-8000-9f946cdbd854} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.20 MiB/sec.
2740 2025.01.22 09:43:53.068475 [ 146 ] {} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2741 2025.01.22 09:43:53.068546 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2742 2025.01.22 09:43:53.068586 [ 286 ] {ae83e524-ef51-4353-8000-9f946cdbd854} <Debug> TCPHandler: Processed in 0.002400555 sec.
2743 2025.01.22 09:43:53.068781 [ 201 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::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
2744 2025.01.22 09:43:53.068803 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2745 2025.01.22 09:43:53.069061 [ 283 ] {93a5a3ee-e4ba-472e-94b3-4af482d9099b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2746 2025.01.22 09:43:53.069082 [ 201 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2747 2025.01.22 09:43:53.069163 [ 283 ] {93a5a3ee-e4ba-472e-94b3-4af482d9099b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2748 2025.01.22 09:43:53.069172 [ 201 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1414 rows starting from the beginning of the part
2749 2025.01.22 09:43:53.069527 [ 201 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 273 rows starting from the beginning of the part
2750 2025.01.22 09:43:53.069837 [ 201 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
2751 2025.01.22 09:43:53.070171 [ 201 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1419 rows starting from the beginning of the part
2752 2025.01.22 09:43:53.070530 [ 201 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::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
2753 2025.01.22 09:43:53.070913 [ 201 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part
2754 2025.01.22 09:43:53.071959 [ 283 ] {93a5a3ee-e4ba-472e-94b3-4af482d9099b} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2755 2025.01.22 09:43:53.072016 [ 283 ] {93a5a3ee-e4ba-472e-94b3-4af482d9099b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2756 2025.01.22 09:43:53.072982 [ 283 ] {93a5a3ee-e4ba-472e-94b3-4af482d9099b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2757 2025.01.22 09:43:53.073382 [ 283 ] {93a5a3ee-e4ba-472e-94b3-4af482d9099b} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2758 2025.01.22 09:43:53.073574 [ 146 ] {} <Debug> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2759 2025.01.22 09:43:53.073650 [ 146 ] {} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2760 2025.01.22 09:43:53.073687 [ 283 ] {93a5a3ee-e4ba-472e-94b3-4af482d9099b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004706 sec., 13599.660008499786 rows/sec., 1.06 MiB/sec.
2761 2025.01.22 09:43:53.073701 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2762 2025.01.22 09:43:53.074056 [ 283 ] {93a5a3ee-e4ba-472e-94b3-4af482d9099b} <Debug> TCPHandler: Processed in 0.005319179 sec.
2763 2025.01.22 09:43:53.074213 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::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
2764 2025.01.22 09:43:53.074394 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2765 2025.01.22 09:43:53.074888 [ 286 ] {1b79efba-80d8-4e4e-88b4-058540fe2de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2766 2025.01.22 09:43:53.074903 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2767 2025.01.22 09:43:53.074924 [ 199 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3274 rows, containing 5 columns (5 merged, 0 gathered) in 0.006257536 sec., 523209.13535295683 rows/sec., 45.82 MiB/sec.
2768 2025.01.22 09:43:53.075006 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 883 rows starting from the beginning of the part
2769 2025.01.22 09:43:53.075029 [ 286 ] {1b79efba-80d8-4e4e-88b4-058540fe2de8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2770 2025.01.22 09:43:53.075452 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 417 rows starting from the beginning of the part
2771 2025.01.22 09:43:53.075477 [ 199 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2772 2025.01.22 09:43:53.075923 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
2773 2025.01.22 09:43:53.076427 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 885 rows starting from the beginning of the part
2774 2025.01.22 09:43:53.076822 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::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
2775 2025.01.22 09:43:53.076881 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_16_3} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2776 2025.01.22 09:43:53.077319 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part
2777 2025.01.22 09:43:53.077771 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_16_3} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2778 2025.01.22 09:43:53.078225 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
2779 2025.01.22 09:43:53.079288 [ 286 ] {1b79efba-80d8-4e4e-88b4-058540fe2de8} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2780 2025.01.22 09:43:53.079355 [ 286 ] {1b79efba-80d8-4e4e-88b4-058540fe2de8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2781 2025.01.22 09:43:53.080507 [ 286 ] {1b79efba-80d8-4e4e-88b4-058540fe2de8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2782 2025.01.22 09:43:53.080885 [ 286 ] {1b79efba-80d8-4e4e-88b4-058540fe2de8} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2783 2025.01.22 09:43:53.081234 [ 199 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2377 rows, containing 5 columns (5 merged, 0 gathered) in 0.007360097 sec., 322957.7001498757 rows/sec., 24.74 MiB/sec.
2784 2025.01.22 09:43:53.081248 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2785 2025.01.22 09:43:53.081366 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2786 2025.01.22 09:43:53.081431 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2787 2025.01.22 09:43:53.081459 [ 286 ] {1b79efba-80d8-4e4e-88b4-058540fe2de8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006726 sec., 23788.284269997024 rows/sec., 1.66 MiB/sec.
2788 2025.01.22 09:43:53.081618 [ 199 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2789 2025.01.22 09:43:53.081774 [ 286 ] {1b79efba-80d8-4e4e-88b4-058540fe2de8} <Debug> TCPHandler: Processed in 0.007575361 sec.
2790 2025.01.22 09:43:53.081810 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
2791 2025.01.22 09:43:53.081976 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2792 2025.01.22 09:43:53.082002 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2793 2025.01.22 09:43:53.082020 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4414 rows starting from the beginning of the part
2794 2025.01.22 09:43:53.082337 [ 199 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_16_3} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2795 2025.01.22 09:43:53.082498 [ 283 ] {431dac4e-5938-436c-be48-e1f4c4c0fab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2796 2025.01.22 09:43:53.082517 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part
2797 2025.01.22 09:43:53.082727 [ 283 ] {431dac4e-5938-436c-be48-e1f4c4c0fab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2798 2025.01.22 09:43:53.082842 [ 199 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_16_3} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2799 2025.01.22 09:43:53.082974 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
2800 2025.01.22 09:43:53.083112 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
2801 2025.01.22 09:43:53.083314 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 961 rows starting from the beginning of the part
2802 2025.01.22 09:43:53.083553 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part
2803 2025.01.22 09:43:53.083773 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
2804 2025.01.22 09:43:53.084465 [ 283 ] {431dac4e-5938-436c-be48-e1f4c4c0fab3} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2805 2025.01.22 09:43:53.084508 [ 283 ] {431dac4e-5938-436c-be48-e1f4c4c0fab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2806 2025.01.22 09:43:53.085035 [ 283 ] {431dac4e-5938-436c-be48-e1f4c4c0fab3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2807 2025.01.22 09:43:53.085359 [ 283 ] {431dac4e-5938-436c-be48-e1f4c4c0fab3} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2808 2025.01.22 09:43:53.085611 [ 146 ] {} <Debug> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2809 2025.01.22 09:43:53.085690 [ 146 ] {} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2810 2025.01.22 09:43:53.085739 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2811 2025.01.22 09:43:53.085771 [ 283 ] {431dac4e-5938-436c-be48-e1f4c4c0fab3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003491 sec., 17187.05242050988 rows/sec., 1.16 MiB/sec.
2812 2025.01.22 09:43:53.086070 [ 283 ] {431dac4e-5938-436c-be48-e1f4c4c0fab3} <Debug> TCPHandler: Processed in 0.004140277 sec.
2813 2025.01.22 09:43:53.086105 [ 194 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
2814 2025.01.22 09:43:53.086427 [ 194 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2815 2025.01.22 09:43:53.086465 [ 194 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part
2816 2025.01.22 09:43:53.086620 [ 194 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part
2817 2025.01.22 09:43:53.086833 [ 194 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
2818 2025.01.22 09:43:53.087254 [ 194 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part
2819 2025.01.22 09:43:53.087657 [ 199 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6060 rows, containing 5 columns (5 merged, 0 gathered) in 0.006058543 sec., 1000240.4868629307 rows/sec., 67.43 MiB/sec.
2820 2025.01.22 09:43:53.087688 [ 194 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part
2821 2025.01.22 09:43:53.087836 [ 194 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
2822 2025.01.22 09:43:53.088247 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2823 2025.01.22 09:43:53.088798 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2824 2025.01.22 09:43:53.088992 [ 191 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2825 2025.01.22 09:43:53.089183 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB.
2826 2025.01.22 09:43:53.089808 [ 192 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.003964934 sec., 242122.56748788254 rows/sec., 15.84 MiB/sec.
2827 2025.01.22 09:43:53.090034 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2828 2025.01.22 09:43:53.090318 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_16_3} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2829 2025.01.22 09:43:53.090392 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_16_3} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2830 2025.01.22 09:43:53.090476 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2831 2025.01.22 09:43:55.429894 [ 84 ] {} <Debug> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2832 2025.01.22 09:43:55.429959 [ 84 ] {} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2833 2025.01.22 09:43:55.429980 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2834 2025.01.22 09:43:55.430215 [ 194 ] {2896d151-afa1-493e-b04a-4b91e94270df::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
2835 2025.01.22 09:43:55.430607 [ 194 ] {2896d151-afa1-493e-b04a-4b91e94270df::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2836 2025.01.22 09:43:55.430654 [ 194 ] {2896d151-afa1-493e-b04a-4b91e94270df::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
2837 2025.01.22 09:43:55.430765 [ 194 ] {2896d151-afa1-493e-b04a-4b91e94270df::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part
2838 2025.01.22 09:43:55.430893 [ 194 ] {2896d151-afa1-493e-b04a-4b91e94270df::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part
2839 2025.01.22 09:43:55.431010 [ 194 ] {2896d151-afa1-493e-b04a-4b91e94270df::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part
2840 2025.01.22 09:43:55.431120 [ 194 ] {2896d151-afa1-493e-b04a-4b91e94270df::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
2841 2025.01.22 09:43:55.433408 [ 192 ] {2896d151-afa1-493e-b04a-4b91e94270df::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003342692 sec., 12564.7232829109 rows/sec., 2.07 MiB/sec.
2842 2025.01.22 09:43:55.433622 [ 192 ] {2896d151-afa1-493e-b04a-4b91e94270df::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2843 2025.01.22 09:43:55.434123 [ 192 ] {2896d151-afa1-493e-b04a-4b91e94270df::all_1_5_1} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2844 2025.01.22 09:43:55.434214 [ 192 ] {2896d151-afa1-493e-b04a-4b91e94270df::all_1_5_1} <Trace> oximeter.timeseries_schema (2896d151-afa1-493e-b04a-4b91e94270df) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2845 2025.01.22 09:43:55.434316 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2846 2025.01.22 09:43:56.757454 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
2847 2025.01.22 09:43:56.757521 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
2848 2025.01.22 09:43:56.847955 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2849 2025.01.22 09:43:56.848660 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2850 2025.01.22 09:43:56.848705 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2851 2025.01.22 09:43:56.849230 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2852 2025.01.22 09:43:56.849489 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2853 2025.01.22 09:43:56.849681 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2854 2025.01.22 09:43:56.856469 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 400
2855 2025.01.22 09:43:56.859256 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2856 2025.01.22 09:43:56.859312 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2857 2025.01.22 09:43:56.860814 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2858 2025.01.22 09:43:56.861136 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2859 2025.01.22 09:43:56.861776 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400
2860 2025.01.22 09:43:57.202297 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2861 2025.01.22 09:43:57.221561 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2862 2025.01.22 09:43:57.221621 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2863 2025.01.22 09:43:57.229015 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2864 2025.01.22 09:43:57.229777 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2865 2025.01.22 09:43:57.232498 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2866 2025.01.22 09:43:58.073281 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2867 2025.01.22 09:43:58.073564 [ 286 ] {b063c6de-a0a2-4618-8342-ee1503dd9355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2868 2025.01.22 09:43:58.073675 [ 286 ] {b063c6de-a0a2-4618-8342-ee1503dd9355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2869 2025.01.22 09:43:58.074508 [ 286 ] {b063c6de-a0a2-4618-8342-ee1503dd9355} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2870 2025.01.22 09:43:58.074563 [ 286 ] {b063c6de-a0a2-4618-8342-ee1503dd9355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2871 2025.01.22 09:43:58.075018 [ 286 ] {b063c6de-a0a2-4618-8342-ee1503dd9355} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2872 2025.01.22 09:43:58.075285 [ 286 ] {b063c6de-a0a2-4618-8342-ee1503dd9355} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2873 2025.01.22 09:43:58.075560 [ 286 ] {b063c6de-a0a2-4618-8342-ee1503dd9355} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002076 sec., 6743.73795761079 rows/sec., 485.46 KiB/sec.
2874 2025.01.22 09:43:58.075770 [ 286 ] {b063c6de-a0a2-4618-8342-ee1503dd9355} <Debug> TCPHandler: Processed in 0.00265767 sec.
2875 2025.01.22 09:43:58.075982 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2876 2025.01.22 09:43:58.076110 [ 283 ] {7e561e41-4f9e-4400-a336-2d2b6bd78f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2877 2025.01.22 09:43:58.076169 [ 283 ] {7e561e41-4f9e-4400-a336-2d2b6bd78f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2878 2025.01.22 09:43:58.076923 [ 283 ] {7e561e41-4f9e-4400-a336-2d2b6bd78f20} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2879 2025.01.22 09:43:58.076964 [ 283 ] {7e561e41-4f9e-4400-a336-2d2b6bd78f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2880 2025.01.22 09:43:58.077361 [ 283 ] {7e561e41-4f9e-4400-a336-2d2b6bd78f20} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2881 2025.01.22 09:43:58.077603 [ 283 ] {7e561e41-4f9e-4400-a336-2d2b6bd78f20} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2882 2025.01.22 09:43:58.077860 [ 283 ] {7e561e41-4f9e-4400-a336-2d2b6bd78f20} <Debug> executeQuery: Read 282 rows, 25.51 KiB in 0.001773 sec., 159052.45346869712 rows/sec., 14.05 MiB/sec.
2883 2025.01.22 09:43:58.078064 [ 283 ] {7e561e41-4f9e-4400-a336-2d2b6bd78f20} <Debug> TCPHandler: Processed in 0.002140949 sec.
2884 2025.01.22 09:43:58.078216 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2885 2025.01.22 09:43:58.078350 [ 286 ] {49cd86a5-9af9-4cf9-8207-a380d3c56a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2886 2025.01.22 09:43:58.078407 [ 286 ] {49cd86a5-9af9-4cf9-8207-a380d3c56a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2887 2025.01.22 09:43:58.079039 [ 286 ] {49cd86a5-9af9-4cf9-8207-a380d3c56a3c} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2888 2025.01.22 09:43:58.079079 [ 286 ] {49cd86a5-9af9-4cf9-8207-a380d3c56a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2889 2025.01.22 09:43:58.079438 [ 286 ] {49cd86a5-9af9-4cf9-8207-a380d3c56a3c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2890 2025.01.22 09:43:58.079687 [ 286 ] {49cd86a5-9af9-4cf9-8207-a380d3c56a3c} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2891 2025.01.22 09:43:58.079893 [ 286 ] {49cd86a5-9af9-4cf9-8207-a380d3c56a3c} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001573 sec., 29243.483788938334 rows/sec., 2.10 MiB/sec.
2892 2025.01.22 09:43:58.079948 [ 286 ] {49cd86a5-9af9-4cf9-8207-a380d3c56a3c} <Debug> TCPHandler: Processed in 0.001796484 sec.
2893 2025.01.22 09:43:58.080095 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2894 2025.01.22 09:43:58.080206 [ 283 ] {c1b119b2-1eb9-47bd-a07d-05cacd64dca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2895 2025.01.22 09:43:58.080250 [ 283 ] {c1b119b2-1eb9-47bd-a07d-05cacd64dca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2896 2025.01.22 09:43:58.080786 [ 283 ] {c1b119b2-1eb9-47bd-a07d-05cacd64dca3} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2897 2025.01.22 09:43:58.080824 [ 283 ] {c1b119b2-1eb9-47bd-a07d-05cacd64dca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2898 2025.01.22 09:43:58.081172 [ 283 ] {c1b119b2-1eb9-47bd-a07d-05cacd64dca3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2899 2025.01.22 09:43:58.081410 [ 283 ] {c1b119b2-1eb9-47bd-a07d-05cacd64dca3} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2900 2025.01.22 09:43:58.081668 [ 283 ] {c1b119b2-1eb9-47bd-a07d-05cacd64dca3} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001484 sec., 10107.816711590296 rows/sec., 705.44 KiB/sec.
2901 2025.01.22 09:43:58.081895 [ 283 ] {c1b119b2-1eb9-47bd-a07d-05cacd64dca3} <Debug> TCPHandler: Processed in 0.001844594 sec.
2902 2025.01.22 09:43:58.082081 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2903 2025.01.22 09:43:58.082210 [ 286 ] {da724036-1e77-47e6-87ea-4d83f73b4791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2904 2025.01.22 09:43:58.082264 [ 286 ] {da724036-1e77-47e6-87ea-4d83f73b4791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2905 2025.01.22 09:43:58.082887 [ 286 ] {da724036-1e77-47e6-87ea-4d83f73b4791} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2906 2025.01.22 09:43:58.082926 [ 286 ] {da724036-1e77-47e6-87ea-4d83f73b4791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2907 2025.01.22 09:43:58.083306 [ 286 ] {da724036-1e77-47e6-87ea-4d83f73b4791} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2908 2025.01.22 09:43:58.083544 [ 286 ] {da724036-1e77-47e6-87ea-4d83f73b4791} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2909 2025.01.22 09:43:58.083844 [ 286 ] {da724036-1e77-47e6-87ea-4d83f73b4791} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001633 sec., 7960.808328230251 rows/sec., 496.35 KiB/sec.
2910 2025.01.22 09:43:58.083962 [ 286 ] {da724036-1e77-47e6-87ea-4d83f73b4791} <Debug> TCPHandler: Processed in 0.001945026 sec.
2911 2025.01.22 09:43:58.084117 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2912 2025.01.22 09:43:58.084231 [ 283 ] {01d62641-378a-46e5-99f6-827b55720451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2913 2025.01.22 09:43:58.084275 [ 283 ] {01d62641-378a-46e5-99f6-827b55720451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2914 2025.01.22 09:43:58.084970 [ 283 ] {01d62641-378a-46e5-99f6-827b55720451} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2915 2025.01.22 09:43:58.085008 [ 283 ] {01d62641-378a-46e5-99f6-827b55720451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2916 2025.01.22 09:43:58.085411 [ 283 ] {01d62641-378a-46e5-99f6-827b55720451} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2917 2025.01.22 09:43:58.085648 [ 283 ] {01d62641-378a-46e5-99f6-827b55720451} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2918 2025.01.22 09:43:58.085851 [ 283 ] {01d62641-378a-46e5-99f6-827b55720451} <Debug> executeQuery: Read 430 rows, 31.53 KiB in 0.001642 sec., 261875.76126674787 rows/sec., 18.75 MiB/sec.
2919 2025.01.22 09:43:58.085902 [ 283 ] {01d62641-378a-46e5-99f6-827b55720451} <Debug> TCPHandler: Processed in 0.001837674 sec.
2920 2025.01.22 09:43:58.086050 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2921 2025.01.22 09:43:58.086180 [ 286 ] {917d0453-5aac-41c3-a9b5-93538ce8e280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
2922 2025.01.22 09:43:58.086234 [ 286 ] {917d0453-5aac-41c3-a9b5-93538ce8e280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
2923 2025.01.22 09:43:58.086752 [ 286 ] {917d0453-5aac-41c3-a9b5-93538ce8e280} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2924 2025.01.22 09:43:58.086790 [ 286 ] {917d0453-5aac-41c3-a9b5-93538ce8e280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2925 2025.01.22 09:43:58.087143 [ 286 ] {917d0453-5aac-41c3-a9b5-93538ce8e280} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2926 2025.01.22 09:43:58.087380 [ 286 ] {917d0453-5aac-41c3-a9b5-93538ce8e280} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2927 2025.01.22 09:43:58.087640 [ 286 ] {917d0453-5aac-41c3-a9b5-93538ce8e280} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec.
2928 2025.01.22 09:43:58.087774 [ 286 ] {917d0453-5aac-41c3-a9b5-93538ce8e280} <Debug> TCPHandler: Processed in 0.001783533 sec.
2929 2025.01.22 09:43:58.087920 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2930 2025.01.22 09:43:58.088029 [ 283 ] {f1c80f06-c473-4dc0-9494-5649857ef938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2931 2025.01.22 09:43:58.088077 [ 283 ] {f1c80f06-c473-4dc0-9494-5649857ef938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2932 2025.01.22 09:43:58.088606 [ 283 ] {f1c80f06-c473-4dc0-9494-5649857ef938} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2933 2025.01.22 09:43:58.088641 [ 283 ] {f1c80f06-c473-4dc0-9494-5649857ef938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2934 2025.01.22 09:43:58.089030 [ 283 ] {f1c80f06-c473-4dc0-9494-5649857ef938} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2935 2025.01.22 09:43:58.089331 [ 283 ] {f1c80f06-c473-4dc0-9494-5649857ef938} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2936 2025.01.22 09:43:58.089537 [ 283 ] {f1c80f06-c473-4dc0-9494-5649857ef938} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00153 sec., 154901.96078431373 rows/sec., 10.38 MiB/sec.
2937 2025.01.22 09:43:58.089589 [ 283 ] {f1c80f06-c473-4dc0-9494-5649857ef938} <Debug> TCPHandler: Processed in 0.001719632 sec.
2938 2025.01.22 09:43:58.089729 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2939 2025.01.22 09:43:58.089858 [ 286 ] {50f4af5c-f65f-4bbf-9c14-4356fa31fb9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2940 2025.01.22 09:43:58.089914 [ 286 ] {50f4af5c-f65f-4bbf-9c14-4356fa31fb9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2941 2025.01.22 09:43:58.090420 [ 286 ] {50f4af5c-f65f-4bbf-9c14-4356fa31fb9a} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2942 2025.01.22 09:43:58.090466 [ 286 ] {50f4af5c-f65f-4bbf-9c14-4356fa31fb9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2943 2025.01.22 09:43:58.090856 [ 286 ] {50f4af5c-f65f-4bbf-9c14-4356fa31fb9a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2944 2025.01.22 09:43:58.091101 [ 286 ] {50f4af5c-f65f-4bbf-9c14-4356fa31fb9a} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2945 2025.01.22 09:43:58.091376 [ 286 ] {50f4af5c-f65f-4bbf-9c14-4356fa31fb9a} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001528 sec., 1308.9005235602094 rows/sec., 85.64 KiB/sec.
2946 2025.01.22 09:43:58.091468 [ 286 ] {50f4af5c-f65f-4bbf-9c14-4356fa31fb9a} <Debug> TCPHandler: Processed in 0.001800654 sec.
2947 2025.01.22 09:43:58.091604 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2948 2025.01.22 09:43:58.091711 [ 283 ] {58ca40a6-e7cd-41c0-b581-898a328b9f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2949 2025.01.22 09:43:58.091778 [ 283 ] {58ca40a6-e7cd-41c0-b581-898a328b9f9d} <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
2950 2025.01.22 09:43:58.092904 [ 283 ] {58ca40a6-e7cd-41c0-b581-898a328b9f9d} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2951 2025.01.22 09:43:58.092946 [ 283 ] {58ca40a6-e7cd-41c0-b581-898a328b9f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2952 2025.01.22 09:43:58.093623 [ 283 ] {58ca40a6-e7cd-41c0-b581-898a328b9f9d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2953 2025.01.22 09:43:58.093888 [ 283 ] {58ca40a6-e7cd-41c0-b581-898a328b9f9d} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2954 2025.01.22 09:43:58.094207 [ 283 ] {58ca40a6-e7cd-41c0-b581-898a328b9f9d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002495 sec., 15631.2625250501 rows/sec., 28.01 MiB/sec.
2955 2025.01.22 09:43:58.094500 [ 283 ] {58ca40a6-e7cd-41c0-b581-898a328b9f9d} <Debug> TCPHandler: Processed in 0.002946805 sec.
2956 2025.01.22 09:43:58.094655 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2957 2025.01.22 09:43:58.094786 [ 286 ] {c32283f9-c314-407b-989b-87b4b2049fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2958 2025.01.22 09:43:58.094841 [ 286 ] {c32283f9-c314-407b-989b-87b4b2049fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2959 2025.01.22 09:43:58.095340 [ 286 ] {c32283f9-c314-407b-989b-87b4b2049fbc} <Trace> oximeter.measurements_i64 (122a330f-d7a2-45e9-94ea-9736372fe41c): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2960 2025.01.22 09:43:58.095490 [ 286 ] {c32283f9-c314-407b-989b-87b4b2049fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2961 2025.01.22 09:43:58.095873 [ 286 ] {c32283f9-c314-407b-989b-87b4b2049fbc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2962 2025.01.22 09:43:58.096134 [ 286 ] {c32283f9-c314-407b-989b-87b4b2049fbc} <Trace> oximeter.measurements_i64 (122a330f-d7a2-45e9-94ea-9736372fe41c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2963 2025.01.22 09:43:58.096322 [ 286 ] {c32283f9-c314-407b-989b-87b4b2049fbc} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001556 sec., 5784.061696658097 rows/sec., 408.57 KiB/sec.
2964 2025.01.22 09:43:58.096456 [ 286 ] {c32283f9-c314-407b-989b-87b4b2049fbc} <Debug> TCPHandler: Processed in 0.001864654 sec.
2965 2025.01.22 09:43:58.096591 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2966 2025.01.22 09:43:58.096699 [ 283 ] {eb9cd890-b580-4d42-bf7c-4da7082ccb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2967 2025.01.22 09:43:58.096744 [ 283 ] {eb9cd890-b580-4d42-bf7c-4da7082ccb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2968 2025.01.22 09:43:58.097212 [ 283 ] {eb9cd890-b580-4d42-bf7c-4da7082ccb9d} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2969 2025.01.22 09:43:58.097346 [ 283 ] {eb9cd890-b580-4d42-bf7c-4da7082ccb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2970 2025.01.22 09:43:58.097702 [ 283 ] {eb9cd890-b580-4d42-bf7c-4da7082ccb9d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2971 2025.01.22 09:43:58.097933 [ 283 ] {eb9cd890-b580-4d42-bf7c-4da7082ccb9d} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2972 2025.01.22 09:43:58.098120 [ 283 ] {eb9cd890-b580-4d42-bf7c-4da7082ccb9d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001443 sec., 56826.056826056825 rows/sec., 3.61 MiB/sec.
2973 2025.01.22 09:43:58.098185 [ 283 ] {eb9cd890-b580-4d42-bf7c-4da7082ccb9d} <Debug> TCPHandler: Processed in 0.00164369 sec.
2974 2025.01.22 09:44:03.066422 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2975 2025.01.22 09:44:03.066630 [ 286 ] {04caa9c4-a993-432a-a205-a7055ab04f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2976 2025.01.22 09:44:03.066706 [ 286 ] {04caa9c4-a993-432a-a205-a7055ab04f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2977 2025.01.22 09:44:03.067494 [ 286 ] {04caa9c4-a993-432a-a205-a7055ab04f8f} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2978 2025.01.22 09:44:03.067550 [ 286 ] {04caa9c4-a993-432a-a205-a7055ab04f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2979 2025.01.22 09:44:03.067991 [ 286 ] {04caa9c4-a993-432a-a205-a7055ab04f8f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2980 2025.01.22 09:44:03.068263 [ 286 ] {04caa9c4-a993-432a-a205-a7055ab04f8f} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2981 2025.01.22 09:44:03.068513 [ 286 ] {04caa9c4-a993-432a-a205-a7055ab04f8f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.22 MiB/sec.
2982 2025.01.22 09:44:03.068581 [ 286 ] {04caa9c4-a993-432a-a205-a7055ab04f8f} <Debug> TCPHandler: Processed in 0.002294503 sec.
2983 2025.01.22 09:44:03.068769 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2984 2025.01.22 09:44:03.068890 [ 283 ] {0f84ded3-ce3c-4885-a5d6-ff48d3507612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2985 2025.01.22 09:44:03.068941 [ 283 ] {0f84ded3-ce3c-4885-a5d6-ff48d3507612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2986 2025.01.22 09:44:03.069536 [ 283 ] {0f84ded3-ce3c-4885-a5d6-ff48d3507612} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2987 2025.01.22 09:44:03.069578 [ 283 ] {0f84ded3-ce3c-4885-a5d6-ff48d3507612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2988 2025.01.22 09:44:03.069967 [ 283 ] {0f84ded3-ce3c-4885-a5d6-ff48d3507612} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2989 2025.01.22 09:44:03.070213 [ 283 ] {0f84ded3-ce3c-4885-a5d6-ff48d3507612} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2990 2025.01.22 09:44:03.070440 [ 283 ] {0f84ded3-ce3c-4885-a5d6-ff48d3507612} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001578 sec., 40557.66793409379 rows/sec., 3.17 MiB/sec.
2991 2025.01.22 09:44:03.070493 [ 283 ] {0f84ded3-ce3c-4885-a5d6-ff48d3507612} <Debug> TCPHandler: Processed in 0.001783633 sec.
2992 2025.01.22 09:44:03.070664 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2993 2025.01.22 09:44:03.070774 [ 286 ] {c9ff6ebb-f85a-4183-94ff-90b1f4fb3622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2994 2025.01.22 09:44:03.070824 [ 286 ] {c9ff6ebb-f85a-4183-94ff-90b1f4fb3622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2995 2025.01.22 09:44:03.071416 [ 286 ] {c9ff6ebb-f85a-4183-94ff-90b1f4fb3622} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2996 2025.01.22 09:44:03.071455 [ 286 ] {c9ff6ebb-f85a-4183-94ff-90b1f4fb3622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
2997 2025.01.22 09:44:03.071844 [ 286 ] {c9ff6ebb-f85a-4183-94ff-90b1f4fb3622} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2998 2025.01.22 09:44:03.072084 [ 286 ] {c9ff6ebb-f85a-4183-94ff-90b1f4fb3622} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2999 2025.01.22 09:44:03.072310 [ 286 ] {c9ff6ebb-f85a-4183-94ff-90b1f4fb3622} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec.
3000 2025.01.22 09:44:03.072362 [ 286 ] {c9ff6ebb-f85a-4183-94ff-90b1f4fb3622} <Debug> TCPHandler: Processed in 0.001750882 sec.
3001 2025.01.22 09:44:03.072528 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3002 2025.01.22 09:44:03.072635 [ 283 ] {31ab29d0-3d98-4634-beee-aed189e6616d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3003 2025.01.22 09:44:03.072684 [ 283 ] {31ab29d0-3d98-4634-beee-aed189e6616d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3004 2025.01.22 09:44:03.073137 [ 283 ] {31ab29d0-3d98-4634-beee-aed189e6616d} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3005 2025.01.22 09:44:03.073175 [ 283 ] {31ab29d0-3d98-4634-beee-aed189e6616d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3006 2025.01.22 09:44:03.073555 [ 283 ] {31ab29d0-3d98-4634-beee-aed189e6616d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3007 2025.01.22 09:44:03.073798 [ 283 ] {31ab29d0-3d98-4634-beee-aed189e6616d} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3008 2025.01.22 09:44:03.074008 [ 283 ] {31ab29d0-3d98-4634-beee-aed189e6616d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec.
3009 2025.01.22 09:44:03.074057 [ 283 ] {31ab29d0-3d98-4634-beee-aed189e6616d} <Debug> TCPHandler: Processed in 0.00158549 sec.
3010 2025.01.22 09:44:04.349893 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
3011 2025.01.22 09:44:04.351033 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3012 2025.01.22 09:44:04.351136 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3013 2025.01.22 09:44:04.351821 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3014 2025.01.22 09:44:04.352083 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3015 2025.01.22 09:44:04.352357 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
3016 2025.01.22 09:44:04.732648 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
3017 2025.01.22 09:44:04.752185 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3018 2025.01.22 09:44:04.752243 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3019 2025.01.22 09:44:04.759905 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3020 2025.01.22 09:44:04.760678 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3021 2025.01.22 09:44:04.763745 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
3022 2025.01.22 09:44:06.862024 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 432
3023 2025.01.22 09:44:06.865085 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3024 2025.01.22 09:44:06.865136 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3025 2025.01.22 09:44:06.866612 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3026 2025.01.22 09:44:06.866931 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3027 2025.01.22 09:44:06.868024 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 432
3028 2025.01.22 09:44:08.072723 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3029 2025.01.22 09:44:08.072947 [ 286 ] {b55c948e-f154-4269-8a67-9a6d488d05f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3030 2025.01.22 09:44:08.073031 [ 286 ] {b55c948e-f154-4269-8a67-9a6d488d05f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3031 2025.01.22 09:44:08.073808 [ 286 ] {b55c948e-f154-4269-8a67-9a6d488d05f6} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3032 2025.01.22 09:44:08.073869 [ 286 ] {b55c948e-f154-4269-8a67-9a6d488d05f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3033 2025.01.22 09:44:08.074326 [ 286 ] {b55c948e-f154-4269-8a67-9a6d488d05f6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3034 2025.01.22 09:44:08.074604 [ 286 ] {b55c948e-f154-4269-8a67-9a6d488d05f6} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3035 2025.01.22 09:44:08.074869 [ 286 ] {b55c948e-f154-4269-8a67-9a6d488d05f6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00198 sec., 7070.707070707071 rows/sec., 509.00 KiB/sec.
3036 2025.01.22 09:44:08.074938 [ 286 ] {b55c948e-f154-4269-8a67-9a6d488d05f6} <Debug> TCPHandler: Processed in 0.002354804 sec.
3037 2025.01.22 09:44:08.075107 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3038 2025.01.22 09:44:08.075233 [ 283 ] {f86224f9-55fd-442f-8f21-93783fd4b577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3039 2025.01.22 09:44:08.075286 [ 283 ] {f86224f9-55fd-442f-8f21-93783fd4b577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3040 2025.01.22 09:44:08.075946 [ 283 ] {f86224f9-55fd-442f-8f21-93783fd4b577} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3041 2025.01.22 09:44:08.075987 [ 283 ] {f86224f9-55fd-442f-8f21-93783fd4b577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3042 2025.01.22 09:44:08.076390 [ 283 ] {f86224f9-55fd-442f-8f21-93783fd4b577} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3043 2025.01.22 09:44:08.076630 [ 283 ] {f86224f9-55fd-442f-8f21-93783fd4b577} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3044 2025.01.22 09:44:08.076859 [ 283 ] {f86224f9-55fd-442f-8f21-93783fd4b577} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001655 sec., 169788.51963746225 rows/sec., 15.00 MiB/sec.
3045 2025.01.22 09:44:08.076983 [ 283 ] {f86224f9-55fd-442f-8f21-93783fd4b577} <Debug> TCPHandler: Processed in 0.001933726 sec.
3046 2025.01.22 09:44:08.077119 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3047 2025.01.22 09:44:08.077232 [ 286 ] {c8ec60cb-9549-44fc-b58d-db375c29f0d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3048 2025.01.22 09:44:08.077283 [ 286 ] {c8ec60cb-9549-44fc-b58d-db375c29f0d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3049 2025.01.22 09:44:08.077863 [ 286 ] {c8ec60cb-9549-44fc-b58d-db375c29f0d4} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3050 2025.01.22 09:44:08.077903 [ 286 ] {c8ec60cb-9549-44fc-b58d-db375c29f0d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3051 2025.01.22 09:44:08.078265 [ 286 ] {c8ec60cb-9549-44fc-b58d-db375c29f0d4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3052 2025.01.22 09:44:08.078513 [ 286 ] {c8ec60cb-9549-44fc-b58d-db375c29f0d4} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3053 2025.01.22 09:44:08.078805 [ 286 ] {c8ec60cb-9549-44fc-b58d-db375c29f0d4} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001574 sec., 29224.90470139771 rows/sec., 2.10 MiB/sec.
3054 2025.01.22 09:44:08.078934 [ 286 ] {c8ec60cb-9549-44fc-b58d-db375c29f0d4} <Debug> TCPHandler: Processed in 0.001869584 sec.
3055 2025.01.22 09:44:08.079073 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3056 2025.01.22 09:44:08.079184 [ 283 ] {5f55c002-d712-4077-b9f0-f0641987e5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3057 2025.01.22 09:44:08.079228 [ 283 ] {5f55c002-d712-4077-b9f0-f0641987e5e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3058 2025.01.22 09:44:08.079787 [ 283 ] {5f55c002-d712-4077-b9f0-f0641987e5e7} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3059 2025.01.22 09:44:08.079825 [ 283 ] {5f55c002-d712-4077-b9f0-f0641987e5e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3060 2025.01.22 09:44:08.080166 [ 283 ] {5f55c002-d712-4077-b9f0-f0641987e5e7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3061 2025.01.22 09:44:08.080426 [ 283 ] {5f55c002-d712-4077-b9f0-f0641987e5e7} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3062 2025.01.22 09:44:08.080661 [ 283 ] {5f55c002-d712-4077-b9f0-f0641987e5e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001501 sec., 9327.11525649567 rows/sec., 653.21 KiB/sec.
3063 2025.01.22 09:44:08.080714 [ 283 ] {5f55c002-d712-4077-b9f0-f0641987e5e7} <Debug> TCPHandler: Processed in 0.001694222 sec.
3064 2025.01.22 09:44:08.080862 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3065 2025.01.22 09:44:08.080972 [ 286 ] {70dc484a-4262-4431-8370-be667c6bfcf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3066 2025.01.22 09:44:08.081016 [ 286 ] {70dc484a-4262-4431-8370-be667c6bfcf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3067 2025.01.22 09:44:08.081645 [ 286 ] {70dc484a-4262-4431-8370-be667c6bfcf3} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3068 2025.01.22 09:44:08.081693 [ 286 ] {70dc484a-4262-4431-8370-be667c6bfcf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3069 2025.01.22 09:44:08.082113 [ 286 ] {70dc484a-4262-4431-8370-be667c6bfcf3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3070 2025.01.22 09:44:08.082357 [ 286 ] {70dc484a-4262-4431-8370-be667c6bfcf3} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3071 2025.01.22 09:44:08.082572 [ 286 ] {70dc484a-4262-4431-8370-be667c6bfcf3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001622 sec., 8014.796547472257 rows/sec., 499.72 KiB/sec.
3072 2025.01.22 09:44:08.082624 [ 286 ] {70dc484a-4262-4431-8370-be667c6bfcf3} <Debug> TCPHandler: Processed in 0.001815334 sec.
3073 2025.01.22 09:44:08.082774 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3074 2025.01.22 09:44:08.082883 [ 283 ] {56c7266e-2ced-4584-bdb7-ce95fd63f921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3075 2025.01.22 09:44:08.082926 [ 283 ] {56c7266e-2ced-4584-bdb7-ce95fd63f921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3076 2025.01.22 09:44:08.083556 [ 283 ] {56c7266e-2ced-4584-bdb7-ce95fd63f921} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3077 2025.01.22 09:44:08.083594 [ 283 ] {56c7266e-2ced-4584-bdb7-ce95fd63f921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3078 2025.01.22 09:44:08.083968 [ 283 ] {56c7266e-2ced-4584-bdb7-ce95fd63f921} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3079 2025.01.22 09:44:08.084203 [ 283 ] {56c7266e-2ced-4584-bdb7-ce95fd63f921} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3080 2025.01.22 09:44:08.084415 [ 283 ] {56c7266e-2ced-4584-bdb7-ce95fd63f921} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001554 sec., 270913.7709137709 rows/sec., 19.36 MiB/sec.
3081 2025.01.22 09:44:08.084468 [ 283 ] {56c7266e-2ced-4584-bdb7-ce95fd63f921} <Debug> TCPHandler: Processed in 0.001745322 sec.
3082 2025.01.22 09:44:08.084614 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3083 2025.01.22 09:44:08.084747 [ 286 ] {5c9c8155-fdfc-4928-8dc5-05b0752b6ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3084 2025.01.22 09:44:08.084803 [ 286 ] {5c9c8155-fdfc-4928-8dc5-05b0752b6ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3085 2025.01.22 09:44:08.085280 [ 286 ] {5c9c8155-fdfc-4928-8dc5-05b0752b6ac1} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3086 2025.01.22 09:44:08.085321 [ 286 ] {5c9c8155-fdfc-4928-8dc5-05b0752b6ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3087 2025.01.22 09:44:08.085683 [ 286 ] {5c9c8155-fdfc-4928-8dc5-05b0752b6ac1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3088 2025.01.22 09:44:08.085930 [ 286 ] {5c9c8155-fdfc-4928-8dc5-05b0752b6ac1} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3089 2025.01.22 09:44:08.086135 [ 286 ] {5c9c8155-fdfc-4928-8dc5-05b0752b6ac1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001417 sec., 4234.297812279464 rows/sec., 221.23 KiB/sec.
3090 2025.01.22 09:44:08.086185 [ 286 ] {5c9c8155-fdfc-4928-8dc5-05b0752b6ac1} <Debug> TCPHandler: Processed in 0.00163624 sec.
3091 2025.01.22 09:44:08.086305 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3092 2025.01.22 09:44:08.086413 [ 283 ] {4f1d7239-09b7-46db-959c-6cc388af60a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3093 2025.01.22 09:44:08.086462 [ 283 ] {4f1d7239-09b7-46db-959c-6cc388af60a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3094 2025.01.22 09:44:08.086992 [ 283 ] {4f1d7239-09b7-46db-959c-6cc388af60a6} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3095 2025.01.22 09:44:08.087029 [ 283 ] {4f1d7239-09b7-46db-959c-6cc388af60a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3096 2025.01.22 09:44:08.087415 [ 283 ] {4f1d7239-09b7-46db-959c-6cc388af60a6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3097 2025.01.22 09:44:08.087644 [ 283 ] {4f1d7239-09b7-46db-959c-6cc388af60a6} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3098 2025.01.22 09:44:08.087865 [ 283 ] {4f1d7239-09b7-46db-959c-6cc388af60a6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001475 sec., 160677.9661016949 rows/sec., 10.77 MiB/sec.
3099 2025.01.22 09:44:08.087992 [ 283 ] {4f1d7239-09b7-46db-959c-6cc388af60a6} <Debug> TCPHandler: Processed in 0.001735713 sec.
3100 2025.01.22 09:44:08.088132 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3101 2025.01.22 09:44:08.088265 [ 286 ] {73111808-f59c-4d75-8477-d4d33098c085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3102 2025.01.22 09:44:08.088321 [ 286 ] {73111808-f59c-4d75-8477-d4d33098c085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3103 2025.01.22 09:44:08.088820 [ 286 ] {73111808-f59c-4d75-8477-d4d33098c085} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3104 2025.01.22 09:44:08.088866 [ 286 ] {73111808-f59c-4d75-8477-d4d33098c085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3105 2025.01.22 09:44:08.089238 [ 286 ] {73111808-f59c-4d75-8477-d4d33098c085} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3106 2025.01.22 09:44:08.089472 [ 286 ] {73111808-f59c-4d75-8477-d4d33098c085} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3107 2025.01.22 09:44:08.089764 [ 286 ] {73111808-f59c-4d75-8477-d4d33098c085} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec.
3108 2025.01.22 09:44:08.089873 [ 286 ] {73111808-f59c-4d75-8477-d4d33098c085} <Debug> TCPHandler: Processed in 0.001800684 sec.
3109 2025.01.22 09:44:08.090013 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3110 2025.01.22 09:44:08.090120 [ 283 ] {f08c4eed-74ce-4ec5-b6d0-47d0ed053cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3111 2025.01.22 09:44:08.090187 [ 283 ] {f08c4eed-74ce-4ec5-b6d0-47d0ed053cfa} <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
3112 2025.01.22 09:44:08.091371 [ 283 ] {f08c4eed-74ce-4ec5-b6d0-47d0ed053cfa} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3113 2025.01.22 09:44:08.091409 [ 283 ] {f08c4eed-74ce-4ec5-b6d0-47d0ed053cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3114 2025.01.22 09:44:08.092063 [ 283 ] {f08c4eed-74ce-4ec5-b6d0-47d0ed053cfa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3115 2025.01.22 09:44:08.092334 [ 283 ] {f08c4eed-74ce-4ec5-b6d0-47d0ed053cfa} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3116 2025.01.22 09:44:08.092586 [ 283 ] {f08c4eed-74ce-4ec5-b6d0-47d0ed053cfa} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002508 sec., 15550.239234449762 rows/sec., 27.87 MiB/sec.
3117 2025.01.22 09:44:08.092687 [ 283 ] {f08c4eed-74ce-4ec5-b6d0-47d0ed053cfa} <Debug> TCPHandler: Processed in 0.002754451 sec.
3118 2025.01.22 09:44:08.092822 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3119 2025.01.22 09:44:08.092944 [ 286 ] {173b1f67-4433-4aac-b9e9-aa298e204460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3120 2025.01.22 09:44:08.092996 [ 286 ] {173b1f67-4433-4aac-b9e9-aa298e204460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3121 2025.01.22 09:44:08.093573 [ 286 ] {173b1f67-4433-4aac-b9e9-aa298e204460} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3122 2025.01.22 09:44:08.093617 [ 286 ] {173b1f67-4433-4aac-b9e9-aa298e204460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3123 2025.01.22 09:44:08.094035 [ 286 ] {173b1f67-4433-4aac-b9e9-aa298e204460} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3124 2025.01.22 09:44:08.094278 [ 286 ] {173b1f67-4433-4aac-b9e9-aa298e204460} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3125 2025.01.22 09:44:08.094497 [ 286 ] {173b1f67-4433-4aac-b9e9-aa298e204460} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec.
3126 2025.01.22 09:44:08.094546 [ 286 ] {173b1f67-4433-4aac-b9e9-aa298e204460} <Debug> TCPHandler: Processed in 0.001746963 sec.
3127 2025.01.22 09:44:11.757774 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
3128 2025.01.22 09:44:11.757843 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
3129 2025.01.22 09:44:11.852560 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
3130 2025.01.22 09:44:11.853272 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3131 2025.01.22 09:44:11.853323 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3132 2025.01.22 09:44:11.853900 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3133 2025.01.22 09:44:11.854166 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3134 2025.01.22 09:44:11.854422 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
3135 2025.01.22 09:44:12.263890 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
3136 2025.01.22 09:44:12.285073 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3137 2025.01.22 09:44:12.285118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3138 2025.01.22 09:44:12.293036 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3139 2025.01.22 09:44:12.293831 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3140 2025.01.22 09:44:12.296795 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
3141 2025.01.22 09:44:13.066363 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3142 2025.01.22 09:44:13.066582 [ 286 ] {fce8f3c5-c74f-435b-85df-57b547773b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3143 2025.01.22 09:44:13.066666 [ 286 ] {fce8f3c5-c74f-435b-85df-57b547773b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3144 2025.01.22 09:44:13.067568 [ 286 ] {fce8f3c5-c74f-435b-85df-57b547773b6c} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3145 2025.01.22 09:44:13.067619 [ 286 ] {fce8f3c5-c74f-435b-85df-57b547773b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3146 2025.01.22 09:44:13.068057 [ 286 ] {fce8f3c5-c74f-435b-85df-57b547773b6c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3147 2025.01.22 09:44:13.068319 [ 286 ] {fce8f3c5-c74f-435b-85df-57b547773b6c} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3148 2025.01.22 09:44:13.068570 [ 286 ] {fce8f3c5-c74f-435b-85df-57b547773b6c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002046 sec., 27370.478983382207 rows/sec., 2.10 MiB/sec.
3149 2025.01.22 09:44:13.068641 [ 286 ] {fce8f3c5-c74f-435b-85df-57b547773b6c} <Debug> TCPHandler: Processed in 0.002419485 sec.
3150 2025.01.22 09:44:13.068818 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3151 2025.01.22 09:44:13.068945 [ 283 ] {54a01833-f606-45c1-863f-e6c0ab2d2566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3152 2025.01.22 09:44:13.068998 [ 283 ] {54a01833-f606-45c1-863f-e6c0ab2d2566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3153 2025.01.22 09:44:13.069589 [ 283 ] {54a01833-f606-45c1-863f-e6c0ab2d2566} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3154 2025.01.22 09:44:13.069633 [ 283 ] {54a01833-f606-45c1-863f-e6c0ab2d2566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3155 2025.01.22 09:44:13.070028 [ 283 ] {54a01833-f606-45c1-863f-e6c0ab2d2566} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3156 2025.01.22 09:44:13.070281 [ 283 ] {54a01833-f606-45c1-863f-e6c0ab2d2566} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3157 2025.01.22 09:44:13.070526 [ 283 ] {54a01833-f606-45c1-863f-e6c0ab2d2566} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001608 sec., 39800.99502487562 rows/sec., 3.11 MiB/sec.
3158 2025.01.22 09:44:13.070589 [ 283 ] {54a01833-f606-45c1-863f-e6c0ab2d2566} <Debug> TCPHandler: Processed in 0.001829683 sec.
3159 2025.01.22 09:44:13.070754 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3160 2025.01.22 09:44:13.070870 [ 286 ] {c0789ef0-de7f-4f97-b73e-3760f86b53b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3161 2025.01.22 09:44:13.070923 [ 286 ] {c0789ef0-de7f-4f97-b73e-3760f86b53b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3162 2025.01.22 09:44:13.071507 [ 286 ] {c0789ef0-de7f-4f97-b73e-3760f86b53b3} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3163 2025.01.22 09:44:13.071548 [ 286 ] {c0789ef0-de7f-4f97-b73e-3760f86b53b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3164 2025.01.22 09:44:13.071947 [ 286 ] {c0789ef0-de7f-4f97-b73e-3760f86b53b3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3165 2025.01.22 09:44:13.072193 [ 286 ] {c0789ef0-de7f-4f97-b73e-3760f86b53b3} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3166 2025.01.22 09:44:13.072407 [ 286 ] {c0789ef0-de7f-4f97-b73e-3760f86b53b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec.
3167 2025.01.22 09:44:13.072461 [ 286 ] {c0789ef0-de7f-4f97-b73e-3760f86b53b3} <Debug> TCPHandler: Processed in 0.001767442 sec.
3168 2025.01.22 09:44:13.072636 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3169 2025.01.22 09:44:13.072747 [ 283 ] {0e124fd3-5108-4be4-97ae-987ca08dab85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3170 2025.01.22 09:44:13.072796 [ 283 ] {0e124fd3-5108-4be4-97ae-987ca08dab85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3171 2025.01.22 09:44:13.073237 [ 283 ] {0e124fd3-5108-4be4-97ae-987ca08dab85} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3172 2025.01.22 09:44:13.073276 [ 283 ] {0e124fd3-5108-4be4-97ae-987ca08dab85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3173 2025.01.22 09:44:13.073635 [ 283 ] {0e124fd3-5108-4be4-97ae-987ca08dab85} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3174 2025.01.22 09:44:13.073869 [ 283 ] {0e124fd3-5108-4be4-97ae-987ca08dab85} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3175 2025.01.22 09:44:13.074080 [ 283 ] {0e124fd3-5108-4be4-97ae-987ca08dab85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec.
3176 2025.01.22 09:44:13.074130 [ 283 ] {0e124fd3-5108-4be4-97ae-987ca08dab85} <Debug> TCPHandler: Processed in 0.001553438 sec.
3177 2025.01.22 09:44:13.364966 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3178 2025.01.22 09:44:13.365176 [ 286 ] {36cdd7ed-2b26-46a0-9072-889a41f9bece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3179 2025.01.22 09:44:13.365254 [ 286 ] {36cdd7ed-2b26-46a0-9072-889a41f9bece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3180 2025.01.22 09:44:13.365978 [ 286 ] {36cdd7ed-2b26-46a0-9072-889a41f9bece} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3181 2025.01.22 09:44:13.366035 [ 286 ] {36cdd7ed-2b26-46a0-9072-889a41f9bece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3182 2025.01.22 09:44:13.366474 [ 286 ] {36cdd7ed-2b26-46a0-9072-889a41f9bece} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3183 2025.01.22 09:44:13.366756 [ 286 ] {36cdd7ed-2b26-46a0-9072-889a41f9bece} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3184 2025.01.22 09:44:13.366945 [ 117 ] {} <Debug> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3185 2025.01.22 09:44:13.367012 [ 286 ] {36cdd7ed-2b26-46a0-9072-889a41f9bece} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec.
3186 2025.01.22 09:44:13.367036 [ 117 ] {} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3187 2025.01.22 09:44:13.367101 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3188 2025.01.22 09:44:13.367136 [ 286 ] {36cdd7ed-2b26-46a0-9072-889a41f9bece} <Debug> TCPHandler: Processed in 0.002301252 sec.
3189 2025.01.22 09:44:13.367423 [ 194 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
3190 2025.01.22 09:44:13.367456 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3191 2025.01.22 09:44:13.367677 [ 194 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3192 2025.01.22 09:44:13.367712 [ 283 ] {a2e447b2-e173-4e1b-b727-ac5112b51701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3193 2025.01.22 09:44:13.367738 [ 194 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part
3194 2025.01.22 09:44:13.367833 [ 283 ] {a2e447b2-e173-4e1b-b727-ac5112b51701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3195 2025.01.22 09:44:13.368019 [ 194 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part
3196 2025.01.22 09:44:13.368393 [ 194 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3197 2025.01.22 09:44:13.368709 [ 194 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3198 2025.01.22 09:44:13.369086 [ 194 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part
3199 2025.01.22 09:44:13.370643 [ 283 ] {a2e447b2-e173-4e1b-b727-ac5112b51701} <Trace> oximeter.fields_ipaddr (a4bb7d8b-1238-450a-8de1-b845dc5a4954): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3200 2025.01.22 09:44:13.370721 [ 283 ] {a2e447b2-e173-4e1b-b727-ac5112b51701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3201 2025.01.22 09:44:13.371832 [ 283 ] {a2e447b2-e173-4e1b-b727-ac5112b51701} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3202 2025.01.22 09:44:13.371934 [ 192 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004691717 sec., 14919.910983548241 rows/sec., 1.11 MiB/sec.
3203 2025.01.22 09:44:13.372189 [ 192 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3204 2025.01.22 09:44:13.372254 [ 283 ] {a2e447b2-e173-4e1b-b727-ac5112b51701} <Trace> oximeter.fields_ipaddr (a4bb7d8b-1238-450a-8de1-b845dc5a4954): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3205 2025.01.22 09:44:13.372737 [ 283 ] {a2e447b2-e173-4e1b-b727-ac5112b51701} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005071 sec., 394.39952672056796 rows/sec., 32.16 KiB/sec.
3206 2025.01.22 09:44:13.372912 [ 283 ] {a2e447b2-e173-4e1b-b727-ac5112b51701} <Debug> TCPHandler: Processed in 0.005611535 sec.
3207 2025.01.22 09:44:13.373043 [ 192 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3208 2025.01.22 09:44:13.373111 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3209 2025.01.22 09:44:13.373185 [ 192 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_9_2} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3210 2025.01.22 09:44:13.373331 [ 286 ] {34ff2aa2-f1fb-48eb-92ab-2af4012bd8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3211 2025.01.22 09:44:13.373343 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3212 2025.01.22 09:44:13.373408 [ 286 ] {34ff2aa2-f1fb-48eb-92ab-2af4012bd8da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3213 2025.01.22 09:44:13.374753 [ 286 ] {34ff2aa2-f1fb-48eb-92ab-2af4012bd8da} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3214 2025.01.22 09:44:13.374790 [ 286 ] {34ff2aa2-f1fb-48eb-92ab-2af4012bd8da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3215 2025.01.22 09:44:13.375244 [ 286 ] {34ff2aa2-f1fb-48eb-92ab-2af4012bd8da} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3216 2025.01.22 09:44:13.375483 [ 286 ] {34ff2aa2-f1fb-48eb-92ab-2af4012bd8da} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3217 2025.01.22 09:44:13.375651 [ 117 ] {} <Debug> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3218 2025.01.22 09:44:13.375723 [ 286 ] {34ff2aa2-f1fb-48eb-92ab-2af4012bd8da} <Debug> executeQuery: Read 1414 rows, 121.27 KiB in 0.002474 sec., 571544.0582053355 rows/sec., 47.87 MiB/sec.
3219 2025.01.22 09:44:13.375729 [ 117 ] {} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3220 2025.01.22 09:44:13.375805 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3221 2025.01.22 09:44:13.375833 [ 286 ] {34ff2aa2-f1fb-48eb-92ab-2af4012bd8da} <Debug> TCPHandler: Processed in 0.002809642 sec.
3222 2025.01.22 09:44:13.375977 [ 195 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::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
3223 2025.01.22 09:44:13.376000 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3224 2025.01.22 09:44:13.376138 [ 195 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3225 2025.01.22 09:44:13.376145 [ 283 ] {ab8458e5-9df2-4ed1-89d6-bbeb5cab59a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3226 2025.01.22 09:44:13.376180 [ 195 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1420 rows starting from the beginning of the part
3227 2025.01.22 09:44:13.376205 [ 283 ] {ab8458e5-9df2-4ed1-89d6-bbeb5cab59a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3228 2025.01.22 09:44:13.376401 [ 195 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 282 rows starting from the beginning of the part
3229 2025.01.22 09:44:13.376607 [ 195 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part
3230 2025.01.22 09:44:13.376889 [ 195 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 281 rows starting from the beginning of the part
3231 2025.01.22 09:44:13.377285 [ 195 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part
3232 2025.01.22 09:44:13.377569 [ 195 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1414 rows starting from the beginning of the part
3233 2025.01.22 09:44:13.378359 [ 283 ] {ab8458e5-9df2-4ed1-89d6-bbeb5cab59a4} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3234 2025.01.22 09:44:13.378404 [ 283 ] {ab8458e5-9df2-4ed1-89d6-bbeb5cab59a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3235 2025.01.22 09:44:13.378915 [ 283 ] {ab8458e5-9df2-4ed1-89d6-bbeb5cab59a4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3236 2025.01.22 09:44:13.379201 [ 283 ] {ab8458e5-9df2-4ed1-89d6-bbeb5cab59a4} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3237 2025.01.22 09:44:13.379480 [ 283 ] {ab8458e5-9df2-4ed1-89d6-bbeb5cab59a4} <Debug> executeQuery: Read 44 rows, 3.23 KiB in 0.003365 sec., 13075.780089153046 rows/sec., 959.15 KiB/sec.
3238 2025.01.22 09:44:13.379835 [ 283 ] {ab8458e5-9df2-4ed1-89d6-bbeb5cab59a4} <Debug> TCPHandler: Processed in 0.003886883 sec.
3239 2025.01.22 09:44:13.380054 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3240 2025.01.22 09:44:13.380068 [ 190 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3509 rows, containing 5 columns (5 merged, 0 gathered) in 0.004155928 sec., 844336.0905193739 rows/sec., 74.36 MiB/sec.
3241 2025.01.22 09:44:13.380209 [ 286 ] {f0f60de9-9564-4093-8b83-a30485a22cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3242 2025.01.22 09:44:13.380297 [ 286 ] {f0f60de9-9564-4093-8b83-a30485a22cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3243 2025.01.22 09:44:13.380426 [ 190 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3244 2025.01.22 09:44:13.381048 [ 192 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3245 2025.01.22 09:44:13.381293 [ 192 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_21_4} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3246 2025.01.22 09:44:13.381497 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB.
3247 2025.01.22 09:44:13.381652 [ 286 ] {f0f60de9-9564-4093-8b83-a30485a22cab} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3248 2025.01.22 09:44:13.381698 [ 286 ] {f0f60de9-9564-4093-8b83-a30485a22cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3249 2025.01.22 09:44:13.382109 [ 286 ] {f0f60de9-9564-4093-8b83-a30485a22cab} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3250 2025.01.22 09:44:13.382356 [ 286 ] {f0f60de9-9564-4093-8b83-a30485a22cab} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3251 2025.01.22 09:44:13.382564 [ 286 ] {f0f60de9-9564-4093-8b83-a30485a22cab} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002392 sec., 101170.5685618729 rows/sec., 6.85 MiB/sec.
3252 2025.01.22 09:44:13.382623 [ 286 ] {f0f60de9-9564-4093-8b83-a30485a22cab} <Debug> TCPHandler: Processed in 0.002667119 sec.
3253 2025.01.22 09:44:13.382773 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3254 2025.01.22 09:44:13.382901 [ 283 ] {433cd014-1416-45d7-a142-bc0716e0bf62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3255 2025.01.22 09:44:13.382952 [ 283 ] {433cd014-1416-45d7-a142-bc0716e0bf62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3256 2025.01.22 09:44:13.383549 [ 283 ] {433cd014-1416-45d7-a142-bc0716e0bf62} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3257 2025.01.22 09:44:13.383587 [ 283 ] {433cd014-1416-45d7-a142-bc0716e0bf62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3258 2025.01.22 09:44:13.383922 [ 283 ] {433cd014-1416-45d7-a142-bc0716e0bf62} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3259 2025.01.22 09:44:13.384173 [ 283 ] {433cd014-1416-45d7-a142-bc0716e0bf62} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3260 2025.01.22 09:44:13.384322 [ 117 ] {} <Debug> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
3261 2025.01.22 09:44:13.384388 [ 117 ] {} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3262 2025.01.22 09:44:13.384405 [ 283 ] {433cd014-1416-45d7-a142-bc0716e0bf62} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001525 sec., 8524.590163934427 rows/sec., 531.51 KiB/sec.
3263 2025.01.22 09:44:13.384427 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3264 2025.01.22 09:44:13.384541 [ 283 ] {433cd014-1416-45d7-a142-bc0716e0bf62} <Debug> TCPHandler: Processed in 0.001827894 sec.
3265 2025.01.22 09:44:13.384862 [ 190 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full
3266 2025.01.22 09:44:13.384880 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3267 2025.01.22 09:44:13.385136 [ 190 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3268 2025.01.22 09:44:13.385168 [ 286 ] {7b9dd9a6-847a-4c46-82aa-3715bb0bdd07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3269 2025.01.22 09:44:13.385190 [ 190 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 13 rows starting from the beginning of the part
3270 2025.01.22 09:44:13.385277 [ 286 ] {7b9dd9a6-847a-4c46-82aa-3715bb0bdd07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3271 2025.01.22 09:44:13.385508 [ 190 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 13 rows starting from the beginning of the part
3272 2025.01.22 09:44:13.385896 [ 190 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part
3273 2025.01.22 09:44:13.386197 [ 190 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 13 rows starting from the beginning of the part
3274 2025.01.22 09:44:13.386401 [ 190 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part
3275 2025.01.22 09:44:13.388663 [ 286 ] {7b9dd9a6-847a-4c46-82aa-3715bb0bdd07} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3276 2025.01.22 09:44:13.388730 [ 286 ] {7b9dd9a6-847a-4c46-82aa-3715bb0bdd07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3277 2025.01.22 09:44:13.388746 [ 192 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004184188 sec., 15534.674828186497 rows/sec., 1.01 MiB/sec.
3278 2025.01.22 09:44:13.388998 [ 192 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
3279 2025.01.22 09:44:13.389487 [ 192 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3280 2025.01.22 09:44:13.389543 [ 286 ] {7b9dd9a6-847a-4c46-82aa-3715bb0bdd07} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3281 2025.01.22 09:44:13.389595 [ 192 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_9_2} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
3282 2025.01.22 09:44:13.389740 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3283 2025.01.22 09:44:13.389910 [ 286 ] {7b9dd9a6-847a-4c46-82aa-3715bb0bdd07} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3284 2025.01.22 09:44:13.390087 [ 117 ] {} <Debug> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3285 2025.01.22 09:44:13.390146 [ 117 ] {} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3286 2025.01.22 09:44:13.390182 [ 286 ] {7b9dd9a6-847a-4c46-82aa-3715bb0bdd07} <Debug> executeQuery: Read 875 rows, 64.94 KiB in 0.00508 sec., 172244.09448818897 rows/sec., 12.48 MiB/sec.
3287 2025.01.22 09:44:13.390190 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3288 2025.01.22 09:44:13.390368 [ 286 ] {7b9dd9a6-847a-4c46-82aa-3715bb0bdd07} <Debug> TCPHandler: Processed in 0.005686125 sec.
3289 2025.01.22 09:44:13.390453 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::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
3290 2025.01.22 09:44:13.390594 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3291 2025.01.22 09:44:13.390615 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3292 2025.01.22 09:44:13.390677 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 895 rows starting from the beginning of the part
3293 2025.01.22 09:44:13.390927 [ 283 ] {b9a41805-c197-412b-a0ca-63afba452c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3294 2025.01.22 09:44:13.390951 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 430 rows starting from the beginning of the part
3295 2025.01.22 09:44:13.391163 [ 283 ] {b9a41805-c197-412b-a0ca-63afba452c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3296 2025.01.22 09:44:13.391228 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part
3297 2025.01.22 09:44:13.391595 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 421 rows starting from the beginning of the part
3298 2025.01.22 09:44:13.391911 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part
3299 2025.01.22 09:44:13.392199 [ 192 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 875 rows starting from the beginning of the part
3300 2025.01.22 09:44:13.393605 [ 283 ] {b9a41805-c197-412b-a0ca-63afba452c89} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3301 2025.01.22 09:44:13.393668 [ 283 ] {b9a41805-c197-412b-a0ca-63afba452c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3302 2025.01.22 09:44:13.394653 [ 283 ] {b9a41805-c197-412b-a0ca-63afba452c89} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3303 2025.01.22 09:44:13.394999 [ 283 ] {b9a41805-c197-412b-a0ca-63afba452c89} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3304 2025.01.22 09:44:13.395382 [ 283 ] {b9a41805-c197-412b-a0ca-63afba452c89} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004594 sec., 1306.0513713539399 rows/sec., 68.24 KiB/sec.
3305 2025.01.22 09:44:13.395714 [ 283 ] {b9a41805-c197-412b-a0ca-63afba452c89} <Debug> TCPHandler: Processed in 0.005197587 sec.
3306 2025.01.22 09:44:13.395774 [ 190 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2749 rows, containing 5 columns (5 merged, 0 gathered) in 0.005413471 sec., 507807.2829798109 rows/sec., 38.75 MiB/sec.
3307 2025.01.22 09:44:13.395896 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3308 2025.01.22 09:44:13.396012 [ 190 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3309 2025.01.22 09:44:13.396134 [ 286 ] {d0d8c88a-4b59-4ed3-bdc8-11ca5a9ee46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3310 2025.01.22 09:44:13.396229 [ 286 ] {d0d8c88a-4b59-4ed3-bdc8-11ca5a9ee46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3311 2025.01.22 09:44:13.396623 [ 190 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3312 2025.01.22 09:44:13.396832 [ 190 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_21_4} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3313 2025.01.22 09:44:13.396940 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
3314 2025.01.22 09:44:13.397391 [ 286 ] {d0d8c88a-4b59-4ed3-bdc8-11ca5a9ee46a} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3315 2025.01.22 09:44:13.397435 [ 286 ] {d0d8c88a-4b59-4ed3-bdc8-11ca5a9ee46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3316 2025.01.22 09:44:13.397885 [ 286 ] {d0d8c88a-4b59-4ed3-bdc8-11ca5a9ee46a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3317 2025.01.22 09:44:13.398131 [ 286 ] {d0d8c88a-4b59-4ed3-bdc8-11ca5a9ee46a} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3318 2025.01.22 09:44:13.398301 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3319 2025.01.22 09:44:13.398376 [ 286 ] {d0d8c88a-4b59-4ed3-bdc8-11ca5a9ee46a} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002332 sec., 409948.54202401376 rows/sec., 27.24 MiB/sec.
3320 2025.01.22 09:44:13.398384 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3321 2025.01.22 09:44:13.398465 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3322 2025.01.22 09:44:13.398523 [ 286 ] {d0d8c88a-4b59-4ed3-bdc8-11ca5a9ee46a} <Debug> TCPHandler: Processed in 0.00270887 sec.
3323 2025.01.22 09:44:13.398770 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3324 2025.01.22 09:44:13.398781 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
3325 2025.01.22 09:44:13.399010 [ 283 ] {d76d199a-5ce3-4232-8016-9b6aaa9b9f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3326 2025.01.22 09:44:13.399041 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3327 2025.01.22 09:44:13.399129 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6060 rows starting from the beginning of the part
3328 2025.01.22 09:44:13.399140 [ 283 ] {d76d199a-5ce3-4232-8016-9b6aaa9b9f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3329 2025.01.22 09:44:13.399474 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part
3330 2025.01.22 09:44:13.399856 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part
3331 2025.01.22 09:44:13.400211 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part
3332 2025.01.22 09:44:13.400534 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::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
3333 2025.01.22 09:44:13.400776 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 956 rows starting from the beginning of the part
3334 2025.01.22 09:44:13.401740 [ 283 ] {d76d199a-5ce3-4232-8016-9b6aaa9b9f37} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3335 2025.01.22 09:44:13.401817 [ 283 ] {d76d199a-5ce3-4232-8016-9b6aaa9b9f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3336 2025.01.22 09:44:13.402386 [ 283 ] {d76d199a-5ce3-4232-8016-9b6aaa9b9f37} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3337 2025.01.22 09:44:13.402910 [ 283 ] {d76d199a-5ce3-4232-8016-9b6aaa9b9f37} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3338 2025.01.22 09:44:13.403688 [ 283 ] {d76d199a-5ce3-4232-8016-9b6aaa9b9f37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004737 sec., 211.10407430863415 rows/sec., 14.22 KiB/sec.
3339 2025.01.22 09:44:13.403919 [ 283 ] {d76d199a-5ce3-4232-8016-9b6aaa9b9f37} <Debug> TCPHandler: Processed in 0.005286768 sec.
3340 2025.01.22 09:44:13.404144 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3341 2025.01.22 09:44:13.404316 [ 286 ] {1f0c7059-d7d2-479b-b467-ede5b603a10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3342 2025.01.22 09:44:13.404419 [ 286 ] {1f0c7059-d7d2-479b-b467-ede5b603a10b} <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
3343 2025.01.22 09:44:13.405638 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7810 rows, containing 5 columns (5 merged, 0 gathered) in 0.007057001 sec., 1106702.4080058937 rows/sec., 74.55 MiB/sec.
3344 2025.01.22 09:44:13.406165 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3345 2025.01.22 09:44:13.406517 [ 286 ] {1f0c7059-d7d2-479b-b467-ede5b603a10b} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3346 2025.01.22 09:44:13.406572 [ 286 ] {1f0c7059-d7d2-479b-b467-ede5b603a10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3347 2025.01.22 09:44:13.406825 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3348 2025.01.22 09:44:13.407043 [ 198 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3349 2025.01.22 09:44:13.407195 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB.
3350 2025.01.22 09:44:13.407692 [ 286 ] {1f0c7059-d7d2-479b-b467-ede5b603a10b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3351 2025.01.22 09:44:13.407960 [ 286 ] {1f0c7059-d7d2-479b-b467-ede5b603a10b} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3352 2025.01.22 09:44:13.408207 [ 286 ] {1f0c7059-d7d2-479b-b467-ede5b603a10b} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00393 sec., 8905.852417302798 rows/sec., 15.96 MiB/sec.
3353 2025.01.22 09:44:13.408329 [ 286 ] {1f0c7059-d7d2-479b-b467-ede5b603a10b} <Debug> TCPHandler: Processed in 0.00429792 sec.
3354 2025.01.22 09:44:13.408485 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3355 2025.01.22 09:44:13.408615 [ 283 ] {e7273505-1be5-497c-b1ee-6379bd82014e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3356 2025.01.22 09:44:13.408670 [ 283 ] {e7273505-1be5-497c-b1ee-6379bd82014e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3357 2025.01.22 09:44:13.409187 [ 283 ] {e7273505-1be5-497c-b1ee-6379bd82014e} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3358 2025.01.22 09:44:13.409233 [ 283 ] {e7273505-1be5-497c-b1ee-6379bd82014e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3359 2025.01.22 09:44:13.409592 [ 283 ] {e7273505-1be5-497c-b1ee-6379bd82014e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3360 2025.01.22 09:44:13.409846 [ 283 ] {e7273505-1be5-497c-b1ee-6379bd82014e} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3361 2025.01.22 09:44:13.410008 [ 120 ] {} <Debug> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3362 2025.01.22 09:44:13.410069 [ 120 ] {} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2025.01.22 09:44:13.410103 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3364 2025.01.22 09:44:13.410108 [ 283 ] {e7273505-1be5-497c-b1ee-6379bd82014e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001517 sec., 22412.656558998024 rows/sec., 1.30 MiB/sec.
3365 2025.01.22 09:44:13.410403 [ 283 ] {e7273505-1be5-497c-b1ee-6379bd82014e} <Debug> TCPHandler: Processed in 0.001981277 sec.
3366 2025.01.22 09:44:13.410476 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
3367 2025.01.22 09:44:13.410882 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3368 2025.01.22 09:44:13.410926 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part
3369 2025.01.22 09:44:13.410992 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part
3370 2025.01.22 09:44:13.411170 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
3371 2025.01.22 09:44:13.411385 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part
3372 2025.01.22 09:44:13.411558 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::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
3373 2025.01.22 09:44:13.411724 [ 187 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part
3374 2025.01.22 09:44:13.412901 [ 198 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.00272001 sec., 469851.2137823022 rows/sec., 30.61 MiB/sec.
3375 2025.01.22 09:44:13.413098 [ 192 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3376 2025.01.22 09:44:13.413395 [ 192 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_21_4} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3377 2025.01.22 09:44:13.413476 [ 192 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_21_4} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3378 2025.01.22 09:44:13.413559 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.
3379 2025.01.22 09:44:14.000239 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.23 MiB, peak 181.50 MiB, free memory in arenas 0.00 B, will set to 176.12 MiB (RSS), difference: -1.11 MiB
3380 2025.01.22 09:44:16.868493 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 486
3381 2025.01.22 09:44:16.872100 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3382 2025.01.22 09:44:16.872152 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3383 2025.01.22 09:44:16.873691 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3384 2025.01.22 09:44:16.874005 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3385 2025.01.22 09:44:16.874556 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 486
3386 2025.01.22 09:44:18.064754 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3387 2025.01.22 09:44:18.064943 [ 286 ] {a98030cf-b8eb-4d37-b7f5-528bb0e38388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3388 2025.01.22 09:44:18.065013 [ 286 ] {a98030cf-b8eb-4d37-b7f5-528bb0e38388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3389 2025.01.22 09:44:18.065791 [ 286 ] {a98030cf-b8eb-4d37-b7f5-528bb0e38388} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3390 2025.01.22 09:44:18.065840 [ 286 ] {a98030cf-b8eb-4d37-b7f5-528bb0e38388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3391 2025.01.22 09:44:18.066265 [ 286 ] {a98030cf-b8eb-4d37-b7f5-528bb0e38388} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3392 2025.01.22 09:44:18.066518 [ 286 ] {a98030cf-b8eb-4d37-b7f5-528bb0e38388} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3393 2025.01.22 09:44:18.066756 [ 286 ] {a98030cf-b8eb-4d37-b7f5-528bb0e38388} <Debug> executeQuery: Read 64 rows, 5.19 KiB in 0.001863 sec., 34353.193773483625 rows/sec., 2.72 MiB/sec.
3394 2025.01.22 09:44:18.066889 [ 286 ] {a98030cf-b8eb-4d37-b7f5-528bb0e38388} <Debug> TCPHandler: Processed in 0.002259062 sec.
3395 2025.01.22 09:44:18.067091 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3396 2025.01.22 09:44:18.067237 [ 283 ] {c2f69cfa-8c37-43a9-8c3c-247ebdbe1d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3397 2025.01.22 09:44:18.067297 [ 283 ] {c2f69cfa-8c37-43a9-8c3c-247ebdbe1d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3398 2025.01.22 09:44:18.067873 [ 283 ] {c2f69cfa-8c37-43a9-8c3c-247ebdbe1d1b} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3399 2025.01.22 09:44:18.067914 [ 283 ] {c2f69cfa-8c37-43a9-8c3c-247ebdbe1d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3400 2025.01.22 09:44:18.068286 [ 283 ] {c2f69cfa-8c37-43a9-8c3c-247ebdbe1d1b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3401 2025.01.22 09:44:18.068526 [ 283 ] {c2f69cfa-8c37-43a9-8c3c-247ebdbe1d1b} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3402 2025.01.22 09:44:18.068741 [ 283 ] {c2f69cfa-8c37-43a9-8c3c-247ebdbe1d1b} <Debug> executeQuery: Read 4 rows, 308.00 B in 0.001538 sec., 2600.780234070221 rows/sec., 195.57 KiB/sec.
3403 2025.01.22 09:44:18.068797 [ 283 ] {c2f69cfa-8c37-43a9-8c3c-247ebdbe1d1b} <Debug> TCPHandler: Processed in 0.001775693 sec.
3404 2025.01.22 09:44:18.068921 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3405 2025.01.22 09:44:18.069032 [ 286 ] {35a82f9c-2198-4bb6-ab88-daf0c56beb95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3406 2025.01.22 09:44:18.069077 [ 286 ] {35a82f9c-2198-4bb6-ab88-daf0c56beb95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3407 2025.01.22 09:44:18.069639 [ 286 ] {35a82f9c-2198-4bb6-ab88-daf0c56beb95} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3408 2025.01.22 09:44:18.069677 [ 286 ] {35a82f9c-2198-4bb6-ab88-daf0c56beb95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3409 2025.01.22 09:44:18.070032 [ 286 ] {35a82f9c-2198-4bb6-ab88-daf0c56beb95} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3410 2025.01.22 09:44:18.070264 [ 286 ] {35a82f9c-2198-4bb6-ab88-daf0c56beb95} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3411 2025.01.22 09:44:18.070463 [ 286 ] {35a82f9c-2198-4bb6-ab88-daf0c56beb95} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001455 sec., 46735.39518900344 rows/sec., 3.65 MiB/sec.
3412 2025.01.22 09:44:18.070516 [ 286 ] {35a82f9c-2198-4bb6-ab88-daf0c56beb95} <Debug> TCPHandler: Processed in 0.001648001 sec.
3413 2025.01.22 09:44:18.070673 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3414 2025.01.22 09:44:18.070806 [ 283 ] {27c333fc-1027-494b-a60f-f310e2b7659f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3415 2025.01.22 09:44:18.070866 [ 283 ] {27c333fc-1027-494b-a60f-f310e2b7659f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3416 2025.01.22 09:44:18.071501 [ 283 ] {27c333fc-1027-494b-a60f-f310e2b7659f} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3417 2025.01.22 09:44:18.071540 [ 283 ] {27c333fc-1027-494b-a60f-f310e2b7659f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3418 2025.01.22 09:44:18.071930 [ 283 ] {27c333fc-1027-494b-a60f-f310e2b7659f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3419 2025.01.22 09:44:18.072173 [ 283 ] {27c333fc-1027-494b-a60f-f310e2b7659f} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3420 2025.01.22 09:44:18.072383 [ 283 ] {27c333fc-1027-494b-a60f-f310e2b7659f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001608 sec., 79601.99004975124 rows/sec., 5.54 MiB/sec.
3421 2025.01.22 09:44:18.072436 [ 283 ] {27c333fc-1027-494b-a60f-f310e2b7659f} <Debug> TCPHandler: Processed in 0.001826014 sec.
3422 2025.01.22 09:44:18.072595 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3423 2025.01.22 09:44:18.072703 [ 286 ] {815545d0-9f69-4428-be58-6dc1532947a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3424 2025.01.22 09:44:18.072769 [ 286 ] {815545d0-9f69-4428-be58-6dc1532947a7} <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
3425 2025.01.22 09:44:18.073807 [ 286 ] {815545d0-9f69-4428-be58-6dc1532947a7} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3426 2025.01.22 09:44:18.073847 [ 286 ] {815545d0-9f69-4428-be58-6dc1532947a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3427 2025.01.22 09:44:18.074440 [ 286 ] {815545d0-9f69-4428-be58-6dc1532947a7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3428 2025.01.22 09:44:18.074694 [ 286 ] {815545d0-9f69-4428-be58-6dc1532947a7} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3429 2025.01.22 09:44:18.074928 [ 286 ] {815545d0-9f69-4428-be58-6dc1532947a7} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002248 sec., 1779.3594306049822 rows/sec., 3.19 MiB/sec.
3430 2025.01.22 09:44:18.075029 [ 286 ] {815545d0-9f69-4428-be58-6dc1532947a7} <Debug> TCPHandler: Processed in 0.002485396 sec.
3431 2025.01.22 09:44:18.075193 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3432 2025.01.22 09:44:18.075323 [ 283 ] {32c361b8-e1b2-4e83-bc5e-1e9621a5fea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3433 2025.01.22 09:44:18.075379 [ 283 ] {32c361b8-e1b2-4e83-bc5e-1e9621a5fea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3434 2025.01.22 09:44:18.075830 [ 283 ] {32c361b8-e1b2-4e83-bc5e-1e9621a5fea9} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3435 2025.01.22 09:44:18.075869 [ 283 ] {32c361b8-e1b2-4e83-bc5e-1e9621a5fea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3436 2025.01.22 09:44:18.076220 [ 283 ] {32c361b8-e1b2-4e83-bc5e-1e9621a5fea9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3437 2025.01.22 09:44:18.076461 [ 283 ] {32c361b8-e1b2-4e83-bc5e-1e9621a5fea9} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3438 2025.01.22 09:44:18.076688 [ 283 ] {32c361b8-e1b2-4e83-bc5e-1e9621a5fea9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001387 sec., 34607.06560922855 rows/sec., 2.33 MiB/sec.
3439 2025.01.22 09:44:18.076756 [ 283 ] {32c361b8-e1b2-4e83-bc5e-1e9621a5fea9} <Debug> TCPHandler: Processed in 0.001625661 sec.
3440 2025.01.22 09:44:19.354585 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
3441 2025.01.22 09:44:19.355349 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3442 2025.01.22 09:44:19.355406 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3443 2025.01.22 09:44:19.355939 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3444 2025.01.22 09:44:19.356188 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3445 2025.01.22 09:44:19.356475 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
3446 2025.01.22 09:44:19.796898 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
3447 2025.01.22 09:44:19.818260 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3448 2025.01.22 09:44:19.818316 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3449 2025.01.22 09:44:19.826988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3450 2025.01.22 09:44:19.827781 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3451 2025.01.22 09:44:19.831540 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
3452 2025.01.22 09:44:23.066072 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3453 2025.01.22 09:44:23.066295 [ 286 ] {53e2486c-600e-4ee3-8ecb-3ccaf66438ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3454 2025.01.22 09:44:23.066384 [ 286 ] {53e2486c-600e-4ee3-8ecb-3ccaf66438ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3455 2025.01.22 09:44:23.067193 [ 286 ] {53e2486c-600e-4ee3-8ecb-3ccaf66438ce} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3456 2025.01.22 09:44:23.067244 [ 286 ] {53e2486c-600e-4ee3-8ecb-3ccaf66438ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3457 2025.01.22 09:44:23.067684 [ 286 ] {53e2486c-600e-4ee3-8ecb-3ccaf66438ce} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3458 2025.01.22 09:44:23.067932 [ 286 ] {53e2486c-600e-4ee3-8ecb-3ccaf66438ce} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3459 2025.01.22 09:44:23.068148 [ 286 ] {53e2486c-600e-4ee3-8ecb-3ccaf66438ce} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.25 MiB/sec.
3460 2025.01.22 09:44:23.068204 [ 286 ] {53e2486c-600e-4ee3-8ecb-3ccaf66438ce} <Debug> TCPHandler: Processed in 0.002271352 sec.
3461 2025.01.22 09:44:23.068390 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3462 2025.01.22 09:44:23.068503 [ 283 ] {d3acc32f-ae79-4abf-b67d-6b6c262b13de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3463 2025.01.22 09:44:23.068549 [ 283 ] {d3acc32f-ae79-4abf-b67d-6b6c262b13de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3464 2025.01.22 09:44:23.069210 [ 283 ] {d3acc32f-ae79-4abf-b67d-6b6c262b13de} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3465 2025.01.22 09:44:23.069257 [ 283 ] {d3acc32f-ae79-4abf-b67d-6b6c262b13de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3466 2025.01.22 09:44:23.069679 [ 283 ] {d3acc32f-ae79-4abf-b67d-6b6c262b13de} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3467 2025.01.22 09:44:23.069915 [ 283 ] {d3acc32f-ae79-4abf-b67d-6b6c262b13de} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3468 2025.01.22 09:44:23.070147 [ 283 ] {d3acc32f-ae79-4abf-b67d-6b6c262b13de} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001659 sec., 38577.45629897528 rows/sec., 3.01 MiB/sec.
3469 2025.01.22 09:44:23.070219 [ 283 ] {d3acc32f-ae79-4abf-b67d-6b6c262b13de} <Debug> TCPHandler: Processed in 0.001886805 sec.
3470 2025.01.22 09:44:23.070447 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3471 2025.01.22 09:44:23.070561 [ 286 ] {02e566ea-6680-4065-9d46-c8920e837685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3472 2025.01.22 09:44:23.070613 [ 286 ] {02e566ea-6680-4065-9d46-c8920e837685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3473 2025.01.22 09:44:23.071148 [ 286 ] {02e566ea-6680-4065-9d46-c8920e837685} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3474 2025.01.22 09:44:23.071187 [ 286 ] {02e566ea-6680-4065-9d46-c8920e837685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3475 2025.01.22 09:44:23.071574 [ 286 ] {02e566ea-6680-4065-9d46-c8920e837685} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3476 2025.01.22 09:44:23.071812 [ 286 ] {02e566ea-6680-4065-9d46-c8920e837685} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3477 2025.01.22 09:44:23.072030 [ 286 ] {02e566ea-6680-4065-9d46-c8920e837685} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001494 sec., 107095.04685408299 rows/sec., 7.46 MiB/sec.
3478 2025.01.22 09:44:23.072083 [ 286 ] {02e566ea-6680-4065-9d46-c8920e837685} <Debug> TCPHandler: Processed in 0.001738972 sec.
3479 2025.01.22 09:44:23.072221 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3480 2025.01.22 09:44:23.072327 [ 283 ] {2ef4ece4-a92c-4e89-b5ce-588965d1fa5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3481 2025.01.22 09:44:23.072373 [ 283 ] {2ef4ece4-a92c-4e89-b5ce-588965d1fa5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3482 2025.01.22 09:44:23.072813 [ 283 ] {2ef4ece4-a92c-4e89-b5ce-588965d1fa5b} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3483 2025.01.22 09:44:23.072851 [ 283 ] {2ef4ece4-a92c-4e89-b5ce-588965d1fa5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3484 2025.01.22 09:44:23.073198 [ 283 ] {2ef4ece4-a92c-4e89-b5ce-588965d1fa5b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3485 2025.01.22 09:44:23.073429 [ 283 ] {2ef4ece4-a92c-4e89-b5ce-588965d1fa5b} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3486 2025.01.22 09:44:23.073667 [ 283 ] {2ef4ece4-a92c-4e89-b5ce-588965d1fa5b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec.
3487 2025.01.22 09:44:23.073831 [ 283 ] {2ef4ece4-a92c-4e89-b5ce-588965d1fa5b} <Debug> TCPHandler: Processed in 0.00165712 sec.
3488 2025.01.22 09:44:26.757893 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache
3489 2025.01.22 09:44:26.757970 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache
3490 2025.01.22 09:44:26.856638 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3491 2025.01.22 09:44:26.857317 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3492 2025.01.22 09:44:26.857369 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3493 2025.01.22 09:44:26.857944 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3494 2025.01.22 09:44:26.858199 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3495 2025.01.22 09:44:26.858411 [ 140 ] {} <Debug> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3496 2025.01.22 09:44:26.858473 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3497 2025.01.22 09:44:26.858506 [ 140 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3498 2025.01.22 09:44:26.858537 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3499 2025.01.22 09:44:26.858767 [ 187 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
3500 2025.01.22 09:44:26.858951 [ 187 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3501 2025.01.22 09:44:26.858995 [ 187 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
3502 2025.01.22 09:44:26.859072 [ 187 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
3503 2025.01.22 09:44:26.859270 [ 187 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
3504 2025.01.22 09:44:26.859514 [ 187 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
3505 2025.01.22 09:44:26.859699 [ 187 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
3506 2025.01.22 09:44:26.859816 [ 187 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::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
3507 2025.01.22 09:44:26.861571 [ 188 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002953715 sec., 2498886.9948522453 rows/sec., 35.75 MiB/sec.
3508 2025.01.22 09:44:26.862427 [ 189 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3509 2025.01.22 09:44:26.862786 [ 189 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_16_3} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3510 2025.01.22 09:44:26.862865 [ 189 ] {e92ae4ba-2dd4-4cda-912b-a612c97a6a96::all_1_16_3} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3511 2025.01.22 09:44:26.862973 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3512 2025.01.22 09:44:26.874851 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 506
3513 2025.01.22 09:44:26.877735 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3514 2025.01.22 09:44:26.877791 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3515 2025.01.22 09:44:26.879340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3516 2025.01.22 09:44:26.879670 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3517 2025.01.22 09:44:26.879885 [ 140 ] {} <Debug> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3518 2025.01.22 09:44:26.879995 [ 140 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3519 2025.01.22 09:44:26.880055 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3520 2025.01.22 09:44:26.880524 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::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
3521 2025.01.22 09:44:26.881862 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 506
3522 2025.01.22 09:44:26.882218 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3523 2025.01.22 09:44:26.882417 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 326 rows starting from the beginning of the part
3524 2025.01.22 09:44:26.882921 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part
3525 2025.01.22 09:44:26.883395 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part
3526 2025.01.22 09:44:26.883851 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::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
3527 2025.01.22 09:44:26.884328 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part
3528 2025.01.22 09:44:26.884796 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::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
3529 2025.01.22 09:44:26.893036 [ 189 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 506 rows, containing 72 columns (72 merged, 0 gathered) in 0.012870669 sec., 39314.19571119419 rows/sec., 35.82 MiB/sec.
3530 2025.01.22 09:44:26.893910 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3531 2025.01.22 09:44:26.894651 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_11_2} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3532 2025.01.22 09:44:26.894769 [ 196 ] {4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6::all_1_11_2} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3533 2025.01.22 09:44:26.895063 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB.
3534 2025.01.22 09:44:27.001363 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000972258 sec.
3535 2025.01.22 09:44:27.331645 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
3536 2025.01.22 09:44:27.353602 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3537 2025.01.22 09:44:27.353667 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3538 2025.01.22 09:44:27.361373 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3539 2025.01.22 09:44:27.362155 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3540 2025.01.22 09:44:27.362469 [ 140 ] {} <Debug> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3541 2025.01.22 09:44:27.362547 [ 140 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3542 2025.01.22 09:44:27.362592 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3543 2025.01.22 09:44:27.363228 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
3544 2025.01.22 09:44:27.377100 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3545 2025.01.22 09:44:27.378993 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3546 2025.01.22 09:44:27.380657 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
3547 2025.01.22 09:44:27.386513 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
3548 2025.01.22 09:44:27.392630 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
3549 2025.01.22 09:44:27.398401 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::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
3550 2025.01.22 09:44:27.404140 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
3551 2025.01.22 09:44:27.409018 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part
3552 2025.01.22 09:44:27.467003 [ 186 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104237059 sec., 1160.8155598480573 rows/sec., 6.00 MiB/sec.
3553 2025.01.22 09:44:27.469473 [ 196 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3554 2025.01.22 09:44:27.472305 [ 196 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_16_3} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3555 2025.01.22 09:44:27.472407 [ 196 ] {8c8aa432-5cd2-449e-b8b7-e6e8113adcc3::all_1_16_3} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3556 2025.01.22 09:44:27.474672 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3557 2025.01.22 09:44:28.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.40 MiB, peak 188.37 MiB, free memory in arenas 0.00 B, will set to 179.67 MiB (RSS), difference: 1.27 MiB
3558 2025.01.22 09:44:28.073108 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3559 2025.01.22 09:44:28.073295 [ 286 ] {822c2e96-be43-45da-886e-949ff5bab264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3560 2025.01.22 09:44:28.073364 [ 286 ] {822c2e96-be43-45da-886e-949ff5bab264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3561 2025.01.22 09:44:28.074108 [ 286 ] {822c2e96-be43-45da-886e-949ff5bab264} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3562 2025.01.22 09:44:28.074155 [ 286 ] {822c2e96-be43-45da-886e-949ff5bab264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3563 2025.01.22 09:44:28.074597 [ 286 ] {822c2e96-be43-45da-886e-949ff5bab264} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3564 2025.01.22 09:44:28.074852 [ 286 ] {822c2e96-be43-45da-886e-949ff5bab264} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3565 2025.01.22 09:44:28.075063 [ 286 ] {822c2e96-be43-45da-886e-949ff5bab264} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001818 sec., 7700.770077007701 rows/sec., 554.35 KiB/sec.
3566 2025.01.22 09:44:28.075183 [ 286 ] {822c2e96-be43-45da-886e-949ff5bab264} <Debug> TCPHandler: Processed in 0.002198371 sec.
3567 2025.01.22 09:44:28.075356 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3568 2025.01.22 09:44:28.075498 [ 283 ] {50b71ce6-a15c-4a1d-abcf-868c7ca4ced6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3569 2025.01.22 09:44:28.075557 [ 283 ] {50b71ce6-a15c-4a1d-abcf-868c7ca4ced6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3570 2025.01.22 09:44:28.076271 [ 283 ] {50b71ce6-a15c-4a1d-abcf-868c7ca4ced6} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3571 2025.01.22 09:44:28.076310 [ 283 ] {50b71ce6-a15c-4a1d-abcf-868c7ca4ced6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3572 2025.01.22 09:44:28.076713 [ 283 ] {50b71ce6-a15c-4a1d-abcf-868c7ca4ced6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3573 2025.01.22 09:44:28.076961 [ 283 ] {50b71ce6-a15c-4a1d-abcf-868c7ca4ced6} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3574 2025.01.22 09:44:28.077185 [ 283 ] {50b71ce6-a15c-4a1d-abcf-868c7ca4ced6} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001715 sec., 163848.39650145773 rows/sec., 14.48 MiB/sec.
3575 2025.01.22 09:44:28.077394 [ 283 ] {50b71ce6-a15c-4a1d-abcf-868c7ca4ced6} <Debug> TCPHandler: Processed in 0.002100059 sec.
3576 2025.01.22 09:44:28.077562 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3577 2025.01.22 09:44:28.077674 [ 286 ] {9b0b8e47-256c-4f32-bd75-efaa78dce1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3578 2025.01.22 09:44:28.077720 [ 286 ] {9b0b8e47-256c-4f32-bd75-efaa78dce1e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3579 2025.01.22 09:44:28.078290 [ 286 ] {9b0b8e47-256c-4f32-bd75-efaa78dce1e2} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3580 2025.01.22 09:44:28.078328 [ 286 ] {9b0b8e47-256c-4f32-bd75-efaa78dce1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3581 2025.01.22 09:44:28.078686 [ 286 ] {9b0b8e47-256c-4f32-bd75-efaa78dce1e2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3582 2025.01.22 09:44:28.078917 [ 286 ] {9b0b8e47-256c-4f32-bd75-efaa78dce1e2} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3583 2025.01.22 09:44:28.079037 [ 139 ] {} <Debug> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3584 2025.01.22 09:44:28.079088 [ 139 ] {} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3585 2025.01.22 09:44:28.079097 [ 286 ] {9b0b8e47-256c-4f32-bd75-efaa78dce1e2} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001445 sec., 31833.910034602075 rows/sec., 2.29 MiB/sec.
3586 2025.01.22 09:44:28.079119 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3587 2025.01.22 09:44:28.079172 [ 286 ] {9b0b8e47-256c-4f32-bd75-efaa78dce1e2} <Debug> TCPHandler: Processed in 0.001676691 sec.
3588 2025.01.22 09:44:28.079453 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3589 2025.01.22 09:44:28.079715 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::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
3590 2025.01.22 09:44:28.079745 [ 283 ] {44314e1b-074d-4d9b-b2c8-01713295a460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3591 2025.01.22 09:44:28.079822 [ 283 ] {44314e1b-074d-4d9b-b2c8-01713295a460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3592 2025.01.22 09:44:28.080050 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3593 2025.01.22 09:44:28.080119 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 54 rows starting from the beginning of the part
3594 2025.01.22 09:44:28.080412 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part
3595 2025.01.22 09:44:28.080790 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part
3596 2025.01.22 09:44:28.081130 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 44 rows starting from the beginning of the part
3597 2025.01.22 09:44:28.081524 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part
3598 2025.01.22 09:44:28.081772 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part
3599 2025.01.22 09:44:28.082633 [ 283 ] {44314e1b-074d-4d9b-b2c8-01713295a460} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3600 2025.01.22 09:44:28.082693 [ 283 ] {44314e1b-074d-4d9b-b2c8-01713295a460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3601 2025.01.22 09:44:28.083720 [ 283 ] {44314e1b-074d-4d9b-b2c8-01713295a460} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3602 2025.01.22 09:44:28.084267 [ 283 ] {44314e1b-074d-4d9b-b2c8-01713295a460} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3603 2025.01.22 09:44:28.084656 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 5 columns (5 merged, 0 gathered) in 0.005427181 sec., 44221.85292880411 rows/sec., 3.34 MiB/sec.
3604 2025.01.22 09:44:28.084905 [ 283 ] {44314e1b-074d-4d9b-b2c8-01713295a460} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005194 sec., 2695.4177897574123 rows/sec., 188.77 KiB/sec.
3605 2025.01.22 09:44:28.085050 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3606 2025.01.22 09:44:28.085067 [ 283 ] {44314e1b-074d-4d9b-b2c8-01713295a460} <Debug> TCPHandler: Processed in 0.005794848 sec.
3607 2025.01.22 09:44:28.085237 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3608 2025.01.22 09:44:28.085400 [ 286 ] {7235f4ad-76a0-4c41-8358-8f6bf135e660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3609 2025.01.22 09:44:28.085462 [ 286 ] {7235f4ad-76a0-4c41-8358-8f6bf135e660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3610 2025.01.22 09:44:28.085501 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3611 2025.01.22 09:44:28.085728 [ 201 ] {885eb076-077a-4373-9caa-780fafe4e3f5::all_1_11_2} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3612 2025.01.22 09:44:28.085903 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3613 2025.01.22 09:44:28.086376 [ 286 ] {7235f4ad-76a0-4c41-8358-8f6bf135e660} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3614 2025.01.22 09:44:28.086421 [ 286 ] {7235f4ad-76a0-4c41-8358-8f6bf135e660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3615 2025.01.22 09:44:28.086769 [ 286 ] {7235f4ad-76a0-4c41-8358-8f6bf135e660} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3616 2025.01.22 09:44:28.087000 [ 286 ] {7235f4ad-76a0-4c41-8358-8f6bf135e660} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3617 2025.01.22 09:44:28.087200 [ 286 ] {7235f4ad-76a0-4c41-8358-8f6bf135e660} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001843 sec., 7053.716766142159 rows/sec., 439.80 KiB/sec.
3618 2025.01.22 09:44:28.087270 [ 286 ] {7235f4ad-76a0-4c41-8358-8f6bf135e660} <Debug> TCPHandler: Processed in 0.002096019 sec.
3619 2025.01.22 09:44:28.087430 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3620 2025.01.22 09:44:28.087543 [ 283 ] {50f790e5-eb6c-4fa1-bded-a9bc7a8e4e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3621 2025.01.22 09:44:28.087589 [ 283 ] {50f790e5-eb6c-4fa1-bded-a9bc7a8e4e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3622 2025.01.22 09:44:28.088253 [ 283 ] {50f790e5-eb6c-4fa1-bded-a9bc7a8e4e37} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3623 2025.01.22 09:44:28.088291 [ 283 ] {50f790e5-eb6c-4fa1-bded-a9bc7a8e4e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3624 2025.01.22 09:44:28.088695 [ 283 ] {50f790e5-eb6c-4fa1-bded-a9bc7a8e4e37} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3625 2025.01.22 09:44:28.088937 [ 283 ] {50f790e5-eb6c-4fa1-bded-a9bc7a8e4e37} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3626 2025.01.22 09:44:28.089121 [ 283 ] {50f790e5-eb6c-4fa1-bded-a9bc7a8e4e37} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001601 sec., 262960.64959400374 rows/sec., 18.79 MiB/sec.
3627 2025.01.22 09:44:28.089175 [ 283 ] {50f790e5-eb6c-4fa1-bded-a9bc7a8e4e37} <Debug> TCPHandler: Processed in 0.001797763 sec.
3628 2025.01.22 09:44:28.089307 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3629 2025.01.22 09:44:28.089421 [ 286 ] {28e5e663-b657-46a4-8981-6bd8a5449d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3630 2025.01.22 09:44:28.089467 [ 286 ] {28e5e663-b657-46a4-8981-6bd8a5449d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3631 2025.01.22 09:44:28.089901 [ 286 ] {28e5e663-b657-46a4-8981-6bd8a5449d58} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3632 2025.01.22 09:44:28.089939 [ 286 ] {28e5e663-b657-46a4-8981-6bd8a5449d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3633 2025.01.22 09:44:28.090289 [ 286 ] {28e5e663-b657-46a4-8981-6bd8a5449d58} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3634 2025.01.22 09:44:28.090533 [ 286 ] {28e5e663-b657-46a4-8981-6bd8a5449d58} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3635 2025.01.22 09:44:28.090709 [ 286 ] {28e5e663-b657-46a4-8981-6bd8a5449d58} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001311 sec., 4576.659038901602 rows/sec., 239.11 KiB/sec.
3636 2025.01.22 09:44:28.090759 [ 286 ] {28e5e663-b657-46a4-8981-6bd8a5449d58} <Debug> TCPHandler: Processed in 0.001503168 sec.
3637 2025.01.22 09:44:28.090906 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3638 2025.01.22 09:44:28.091036 [ 283 ] {dced5d93-3ac6-40ce-b8d6-e4b18fa2e714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3639 2025.01.22 09:44:28.091096 [ 283 ] {dced5d93-3ac6-40ce-b8d6-e4b18fa2e714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3640 2025.01.22 09:44:28.091750 [ 283 ] {dced5d93-3ac6-40ce-b8d6-e4b18fa2e714} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3641 2025.01.22 09:44:28.091797 [ 283 ] {dced5d93-3ac6-40ce-b8d6-e4b18fa2e714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3642 2025.01.22 09:44:28.092182 [ 283 ] {dced5d93-3ac6-40ce-b8d6-e4b18fa2e714} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3643 2025.01.22 09:44:28.092412 [ 283 ] {dced5d93-3ac6-40ce-b8d6-e4b18fa2e714} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3644 2025.01.22 09:44:28.092609 [ 283 ] {dced5d93-3ac6-40ce-b8d6-e4b18fa2e714} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001597 sec., 148403.25610519724 rows/sec., 9.95 MiB/sec.
3645 2025.01.22 09:44:28.092707 [ 283 ] {dced5d93-3ac6-40ce-b8d6-e4b18fa2e714} <Debug> TCPHandler: Processed in 0.001862465 sec.
3646 2025.01.22 09:44:28.092842 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3647 2025.01.22 09:44:28.092997 [ 286 ] {802da697-b8e5-4542-add6-c4f57498fb36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3648 2025.01.22 09:44:28.093044 [ 286 ] {802da697-b8e5-4542-add6-c4f57498fb36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3649 2025.01.22 09:44:28.093465 [ 286 ] {802da697-b8e5-4542-add6-c4f57498fb36} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3650 2025.01.22 09:44:28.093502 [ 286 ] {802da697-b8e5-4542-add6-c4f57498fb36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3651 2025.01.22 09:44:28.093837 [ 286 ] {802da697-b8e5-4542-add6-c4f57498fb36} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3652 2025.01.22 09:44:28.094067 [ 286 ] {802da697-b8e5-4542-add6-c4f57498fb36} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3653 2025.01.22 09:44:28.094274 [ 286 ] {802da697-b8e5-4542-add6-c4f57498fb36} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001295 sec., 772.2007722007722 rows/sec., 52.03 KiB/sec.
3654 2025.01.22 09:44:28.094405 [ 286 ] {802da697-b8e5-4542-add6-c4f57498fb36} <Debug> TCPHandler: Processed in 0.00161477 sec.
3655 2025.01.22 09:44:28.094537 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3656 2025.01.22 09:44:28.094645 [ 283 ] {f0d06f7b-1023-48ab-8e5e-0bf341b2b254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3657 2025.01.22 09:44:28.094709 [ 283 ] {f0d06f7b-1023-48ab-8e5e-0bf341b2b254} <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
3658 2025.01.22 09:44:28.095978 [ 283 ] {f0d06f7b-1023-48ab-8e5e-0bf341b2b254} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3659 2025.01.22 09:44:28.096016 [ 283 ] {f0d06f7b-1023-48ab-8e5e-0bf341b2b254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3660 2025.01.22 09:44:28.096680 [ 283 ] {f0d06f7b-1023-48ab-8e5e-0bf341b2b254} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3661 2025.01.22 09:44:28.096936 [ 283 ] {f0d06f7b-1023-48ab-8e5e-0bf341b2b254} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3662 2025.01.22 09:44:28.097128 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3663 2025.01.22 09:44:28.097206 [ 283 ] {f0d06f7b-1023-48ab-8e5e-0bf341b2b254} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002576 sec., 15139.75155279503 rows/sec., 27.13 MiB/sec.
3664 2025.01.22 09:44:28.097213 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3665 2025.01.22 09:44:28.097287 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3666 2025.01.22 09:44:28.097730 [ 283 ] {f0d06f7b-1023-48ab-8e5e-0bf341b2b254} <Debug> TCPHandler: Processed in 0.00324128 sec.
3667 2025.01.22 09:44:28.097744 [ 199 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::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
3668 2025.01.22 09:44:28.097896 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3669 2025.01.22 09:44:28.098047 [ 286 ] {c4e0c21e-8eac-46b5-88f3-dfc2369aaa7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3670 2025.01.22 09:44:28.098116 [ 286 ] {c4e0c21e-8eac-46b5-88f3-dfc2369aaa7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3671 2025.01.22 09:44:28.098123 [ 199 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3672 2025.01.22 09:44:28.098240 [ 199 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 129 rows starting from the beginning of the part
3673 2025.01.22 09:44:28.098697 [ 199 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part
3674 2025.01.22 09:44:28.099148 [ 199 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
3675 2025.01.22 09:44:28.099274 [ 286 ] {c4e0c21e-8eac-46b5-88f3-dfc2369aaa7c} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3676 2025.01.22 09:44:28.099350 [ 286 ] {c4e0c21e-8eac-46b5-88f3-dfc2369aaa7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3677 2025.01.22 09:44:28.099560 [ 199 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part
3678 2025.01.22 09:44:28.099982 [ 199 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part
3679 2025.01.22 09:44:28.100170 [ 286 ] {c4e0c21e-8eac-46b5-88f3-dfc2369aaa7c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3680 2025.01.22 09:44:28.100312 [ 199 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
3681 2025.01.22 09:44:28.100642 [ 286 ] {c4e0c21e-8eac-46b5-88f3-dfc2369aaa7c} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3682 2025.01.22 09:44:28.101029 [ 286 ] {c4e0c21e-8eac-46b5-88f3-dfc2369aaa7c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00302 sec., 27152.3178807947 rows/sec., 1.72 MiB/sec.
3683 2025.01.22 09:44:28.101090 [ 286 ] {c4e0c21e-8eac-46b5-88f3-dfc2369aaa7c} <Debug> TCPHandler: Processed in 0.003257591 sec.
3684 2025.01.22 09:44:28.103504 [ 201 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 19 columns (19 merged, 0 gathered) in 0.006071223 sec., 46942.76589741474 rows/sec., 84.12 MiB/sec.
3685 2025.01.22 09:44:28.104215 [ 201 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3686 2025.01.22 09:44:28.104615 [ 201 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3687 2025.01.22 09:44:28.104698 [ 201 ] {1b692590-3d00-4997-bd70-8c964ff9dfdf::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3688 2025.01.22 09:44:28.104838 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB.
3689 2025.01.22 09:44:33.066207 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3690 2025.01.22 09:44:33.066415 [ 286 ] {285f77b8-e467-4f39-be52-669cc5d46832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3691 2025.01.22 09:44:33.066490 [ 286 ] {285f77b8-e467-4f39-be52-669cc5d46832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3692 2025.01.22 09:44:33.067287 [ 286 ] {285f77b8-e467-4f39-be52-669cc5d46832} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3693 2025.01.22 09:44:33.067340 [ 286 ] {285f77b8-e467-4f39-be52-669cc5d46832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3694 2025.01.22 09:44:33.067771 [ 286 ] {285f77b8-e467-4f39-be52-669cc5d46832} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3695 2025.01.22 09:44:33.068048 [ 286 ] {285f77b8-e467-4f39-be52-669cc5d46832} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3696 2025.01.22 09:44:33.068334 [ 286 ] {285f77b8-e467-4f39-be52-669cc5d46832} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.20 MiB/sec.
3697 2025.01.22 09:44:33.068495 [ 286 ] {285f77b8-e467-4f39-be52-669cc5d46832} <Debug> TCPHandler: Processed in 0.002408564 sec.
3698 2025.01.22 09:44:33.068697 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3699 2025.01.22 09:44:33.068821 [ 283 ] {f5795207-2737-490a-abeb-c38340a81a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3700 2025.01.22 09:44:33.068874 [ 283 ] {f5795207-2737-490a-abeb-c38340a81a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3701 2025.01.22 09:44:33.069498 [ 283 ] {f5795207-2737-490a-abeb-c38340a81a4e} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3702 2025.01.22 09:44:33.069540 [ 283 ] {f5795207-2737-490a-abeb-c38340a81a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3703 2025.01.22 09:44:33.069913 [ 283 ] {f5795207-2737-490a-abeb-c38340a81a4e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3704 2025.01.22 09:44:33.070155 [ 283 ] {f5795207-2737-490a-abeb-c38340a81a4e} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3705 2025.01.22 09:44:33.070371 [ 283 ] {f5795207-2737-490a-abeb-c38340a81a4e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001578 sec., 40557.66793409379 rows/sec., 3.17 MiB/sec.
3706 2025.01.22 09:44:33.070426 [ 283 ] {f5795207-2737-490a-abeb-c38340a81a4e} <Debug> TCPHandler: Processed in 0.001788313 sec.
3707 2025.01.22 09:44:33.070579 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3708 2025.01.22 09:44:33.070688 [ 286 ] {c5c5dcfb-8446-42bd-9848-a8cf6aa7dffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3709 2025.01.22 09:44:33.070738 [ 286 ] {c5c5dcfb-8446-42bd-9848-a8cf6aa7dffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3710 2025.01.22 09:44:33.071261 [ 286 ] {c5c5dcfb-8446-42bd-9848-a8cf6aa7dffc} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3711 2025.01.22 09:44:33.071299 [ 286 ] {c5c5dcfb-8446-42bd-9848-a8cf6aa7dffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3712 2025.01.22 09:44:33.071658 [ 286 ] {c5c5dcfb-8446-42bd-9848-a8cf6aa7dffc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3713 2025.01.22 09:44:33.071870 [ 286 ] {c5c5dcfb-8446-42bd-9848-a8cf6aa7dffc} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3714 2025.01.22 09:44:33.072103 [ 286 ] {c5c5dcfb-8446-42bd-9848-a8cf6aa7dffc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001471 sec., 108769.54452753229 rows/sec., 7.58 MiB/sec.
3715 2025.01.22 09:44:33.072173 [ 286 ] {c5c5dcfb-8446-42bd-9848-a8cf6aa7dffc} <Debug> TCPHandler: Processed in 0.001697292 sec.
3716 2025.01.22 09:44:33.072474 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3717 2025.01.22 09:44:33.072617 [ 283 ] {d391f89e-f042-4069-9a95-bd036a4c48c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3718 2025.01.22 09:44:33.072674 [ 283 ] {d391f89e-f042-4069-9a95-bd036a4c48c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3719 2025.01.22 09:44:33.073189 [ 283 ] {d391f89e-f042-4069-9a95-bd036a4c48c3} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3720 2025.01.22 09:44:33.073228 [ 283 ] {d391f89e-f042-4069-9a95-bd036a4c48c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3721 2025.01.22 09:44:33.073587 [ 283 ] {d391f89e-f042-4069-9a95-bd036a4c48c3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3722 2025.01.22 09:44:33.073816 [ 283 ] {d391f89e-f042-4069-9a95-bd036a4c48c3} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3723 2025.01.22 09:44:33.074044 [ 283 ] {d391f89e-f042-4069-9a95-bd036a4c48c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec.
3724 2025.01.22 09:44:33.074096 [ 283 ] {d391f89e-f042-4069-9a95-bd036a4c48c3} <Debug> TCPHandler: Processed in 0.001762323 sec.
3725 2025.01.22 09:44:34.358635 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3726 2025.01.22 09:44:34.359295 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3727 2025.01.22 09:44:34.359342 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3728 2025.01.22 09:44:34.359895 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3729 2025.01.22 09:44:34.360161 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3730 2025.01.22 09:44:34.360416 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3731 2025.01.22 09:44:34.877226 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3732 2025.01.22 09:44:34.896196 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3733 2025.01.22 09:44:34.896260 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3734 2025.01.22 09:44:34.903632 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3735 2025.01.22 09:44:34.904392 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3736 2025.01.22 09:44:34.907870 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3737 2025.01.22 09:44:36.882093 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 536
3738 2025.01.22 09:44:36.885319 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3739 2025.01.22 09:44:36.885370 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3740 2025.01.22 09:44:36.886882 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3741 2025.01.22 09:44:36.887206 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3742 2025.01.22 09:44:36.888421 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 536
3743 2025.01.22 09:44:38.072980 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3744 2025.01.22 09:44:38.073172 [ 286 ] {e7dc9f35-ccf6-4544-a202-b1dbf6c58b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3745 2025.01.22 09:44:38.073253 [ 286 ] {e7dc9f35-ccf6-4544-a202-b1dbf6c58b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3746 2025.01.22 09:44:38.074117 [ 286 ] {e7dc9f35-ccf6-4544-a202-b1dbf6c58b64} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3747 2025.01.22 09:44:38.074178 [ 286 ] {e7dc9f35-ccf6-4544-a202-b1dbf6c58b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3748 2025.01.22 09:44:38.074611 [ 286 ] {e7dc9f35-ccf6-4544-a202-b1dbf6c58b64} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3749 2025.01.22 09:44:38.074864 [ 286 ] {e7dc9f35-ccf6-4544-a202-b1dbf6c58b64} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3750 2025.01.22 09:44:38.075122 [ 286 ] {e7dc9f35-ccf6-4544-a202-b1dbf6c58b64} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002002 sec., 6993.006993006993 rows/sec., 503.40 KiB/sec.
3751 2025.01.22 09:44:38.075192 [ 286 ] {e7dc9f35-ccf6-4544-a202-b1dbf6c58b64} <Debug> TCPHandler: Processed in 0.002345634 sec.
3752 2025.01.22 09:44:38.075391 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3753 2025.01.22 09:44:38.075537 [ 283 ] {923d309d-abdb-41f5-8d35-ed4b89dc60f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3754 2025.01.22 09:44:38.075598 [ 283 ] {923d309d-abdb-41f5-8d35-ed4b89dc60f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3755 2025.01.22 09:44:38.076399 [ 283 ] {923d309d-abdb-41f5-8d35-ed4b89dc60f9} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3756 2025.01.22 09:44:38.076442 [ 283 ] {923d309d-abdb-41f5-8d35-ed4b89dc60f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3757 2025.01.22 09:44:38.076845 [ 283 ] {923d309d-abdb-41f5-8d35-ed4b89dc60f9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3758 2025.01.22 09:44:38.077089 [ 283 ] {923d309d-abdb-41f5-8d35-ed4b89dc60f9} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3759 2025.01.22 09:44:38.077283 [ 116 ] {} <Debug> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3760 2025.01.22 09:44:38.077342 [ 283 ] {923d309d-abdb-41f5-8d35-ed4b89dc60f9} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001839 sec., 152800.4350190321 rows/sec., 13.50 MiB/sec.
3761 2025.01.22 09:44:38.077410 [ 116 ] {} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3762 2025.01.22 09:44:38.077461 [ 283 ] {923d309d-abdb-41f5-8d35-ed4b89dc60f9} <Debug> TCPHandler: Processed in 0.00213934 sec.
3763 2025.01.22 09:44:38.077487 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3764 2025.01.22 09:44:38.077635 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3765 2025.01.22 09:44:38.077698 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3766 2025.01.22 09:44:38.077778 [ 286 ] {6b1b48cc-53f9-465d-ada2-b86a759104ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3767 2025.01.22 09:44:38.077843 [ 286 ] {6b1b48cc-53f9-465d-ada2-b86a759104ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3768 2025.01.22 09:44:38.077862 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3769 2025.01.22 09:44:38.077926 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1429 rows starting from the beginning of the part
3770 2025.01.22 09:44:38.078107 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
3771 2025.01.22 09:44:38.078382 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
3772 2025.01.22 09:44:38.078613 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 281 rows starting from the beginning of the part
3773 2025.01.22 09:44:38.078826 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part
3774 2025.01.22 09:44:38.078933 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 281 rows starting from the beginning of the part
3775 2025.01.22 09:44:38.080011 [ 286 ] {6b1b48cc-53f9-465d-ada2-b86a759104ab} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3776 2025.01.22 09:44:38.080058 [ 286 ] {6b1b48cc-53f9-465d-ada2-b86a759104ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3777 2025.01.22 09:44:38.080725 [ 286 ] {6b1b48cc-53f9-465d-ada2-b86a759104ab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3778 2025.01.22 09:44:38.081066 [ 286 ] {6b1b48cc-53f9-465d-ada2-b86a759104ab} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3779 2025.01.22 09:44:38.081532 [ 286 ] {6b1b48cc-53f9-465d-ada2-b86a759104ab} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003775 sec., 12185.430463576158 rows/sec., 897.66 KiB/sec.
3780 2025.01.22 09:44:38.082034 [ 286 ] {6b1b48cc-53f9-465d-ada2-b86a759104ab} <Debug> TCPHandler: Processed in 0.004470063 sec.
3781 2025.01.22 09:44:38.082425 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3782 2025.01.22 09:44:38.082539 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2167 rows, containing 5 columns (5 merged, 0 gathered) in 0.004918742 sec., 440559.80167286674 rows/sec., 38.89 MiB/sec.
3783 2025.01.22 09:44:38.082611 [ 283 ] {f9a5ef72-d3f3-42a3-967d-f5a00d0d611b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3784 2025.01.22 09:44:38.082669 [ 283 ] {f9a5ef72-d3f3-42a3-967d-f5a00d0d611b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3785 2025.01.22 09:44:38.082796 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3786 2025.01.22 09:44:38.083198 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3787 2025.01.22 09:44:38.083317 [ 191 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_26_5} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3788 2025.01.22 09:44:38.083411 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB.
3789 2025.01.22 09:44:38.083513 [ 283 ] {f9a5ef72-d3f3-42a3-967d-f5a00d0d611b} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3790 2025.01.22 09:44:38.083549 [ 283 ] {f9a5ef72-d3f3-42a3-967d-f5a00d0d611b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3791 2025.01.22 09:44:38.083873 [ 283 ] {f9a5ef72-d3f3-42a3-967d-f5a00d0d611b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3792 2025.01.22 09:44:38.084119 [ 283 ] {f9a5ef72-d3f3-42a3-967d-f5a00d0d611b} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3793 2025.01.22 09:44:38.084314 [ 116 ] {} <Debug> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3794 2025.01.22 09:44:38.084378 [ 283 ] {f9a5ef72-d3f3-42a3-967d-f5a00d0d611b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001854 sec., 7551.240560949299 rows/sec., 528.84 KiB/sec.
3795 2025.01.22 09:44:38.084451 [ 116 ] {} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3796 2025.01.22 09:44:38.084550 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3797 2025.01.22 09:44:38.084578 [ 283 ] {f9a5ef72-d3f3-42a3-967d-f5a00d0d611b} <Debug> TCPHandler: Processed in 0.002389734 sec.
3798 2025.01.22 09:44:38.084771 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3799 2025.01.22 09:44:38.084772 [ 199 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::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
3800 2025.01.22 09:44:38.084910 [ 286 ] {1da0fb5e-b011-4d7d-a3cb-aea0a7092099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3801 2025.01.22 09:44:38.084924 [ 199 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3802 2025.01.22 09:44:38.084962 [ 199 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part
3803 2025.01.22 09:44:38.084967 [ 286 ] {1da0fb5e-b011-4d7d-a3cb-aea0a7092099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3804 2025.01.22 09:44:38.085215 [ 199 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part
3805 2025.01.22 09:44:38.085594 [ 199 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3806 2025.01.22 09:44:38.086054 [ 199 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part
3807 2025.01.22 09:44:38.086380 [ 199 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
3808 2025.01.22 09:44:38.086740 [ 199 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
3809 2025.01.22 09:44:38.087444 [ 286 ] {1da0fb5e-b011-4d7d-a3cb-aea0a7092099} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3810 2025.01.22 09:44:38.087493 [ 286 ] {1da0fb5e-b011-4d7d-a3cb-aea0a7092099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3811 2025.01.22 09:44:38.088004 [ 286 ] {1da0fb5e-b011-4d7d-a3cb-aea0a7092099} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3812 2025.01.22 09:44:38.088348 [ 286 ] {1da0fb5e-b011-4d7d-a3cb-aea0a7092099} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3813 2025.01.22 09:44:38.088457 [ 194 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 5 columns (5 merged, 0 gathered) in 0.0037792 sec., 143416.59610499576 rows/sec., 10.27 MiB/sec.
3814 2025.01.22 09:44:38.088793 [ 286 ] {1da0fb5e-b011-4d7d-a3cb-aea0a7092099} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003904 sec., 3329.9180327868853 rows/sec., 207.62 KiB/sec.
3815 2025.01.22 09:44:38.088814 [ 195 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3816 2025.01.22 09:44:38.089210 [ 286 ] {1da0fb5e-b011-4d7d-a3cb-aea0a7092099} <Debug> TCPHandler: Processed in 0.004528795 sec.
3817 2025.01.22 09:44:38.089362 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3818 2025.01.22 09:44:38.089476 [ 195 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3819 2025.01.22 09:44:38.089524 [ 283 ] {e8d2d4b3-ec16-43ce-b7c5-29d92d59cfef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3820 2025.01.22 09:44:38.089571 [ 195 ] {7ee7b5ad-e8a3-4746-8ebb-417773bd6135::all_1_11_2} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3821 2025.01.22 09:44:38.089587 [ 283 ] {e8d2d4b3-ec16-43ce-b7c5-29d92d59cfef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3822 2025.01.22 09:44:38.089679 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB.
3823 2025.01.22 09:44:38.090445 [ 283 ] {e8d2d4b3-ec16-43ce-b7c5-29d92d59cfef} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3824 2025.01.22 09:44:38.090484 [ 283 ] {e8d2d4b3-ec16-43ce-b7c5-29d92d59cfef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3825 2025.01.22 09:44:38.090858 [ 283 ] {e8d2d4b3-ec16-43ce-b7c5-29d92d59cfef} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3826 2025.01.22 09:44:38.091095 [ 283 ] {e8d2d4b3-ec16-43ce-b7c5-29d92d59cfef} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3827 2025.01.22 09:44:38.091253 [ 116 ] {} <Debug> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3828 2025.01.22 09:44:38.091313 [ 116 ] {} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3829 2025.01.22 09:44:38.091342 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3830 2025.01.22 09:44:38.091361 [ 283 ] {e8d2d4b3-ec16-43ce-b7c5-29d92d59cfef} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001874 sec., 224653.14834578443 rows/sec., 16.05 MiB/sec.
3831 2025.01.22 09:44:38.091590 [ 283 ] {e8d2d4b3-ec16-43ce-b7c5-29d92d59cfef} <Debug> TCPHandler: Processed in 0.002292973 sec.
3832 2025.01.22 09:44:38.091651 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3833 2025.01.22 09:44:38.091798 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3834 2025.01.22 09:44:38.091866 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3835 2025.01.22 09:44:38.091949 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part
3836 2025.01.22 09:44:38.092003 [ 286 ] {dc17ccd7-be5b-4e49-8a80-0afb024997b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3837 2025.01.22 09:44:38.092221 [ 286 ] {dc17ccd7-be5b-4e49-8a80-0afb024997b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3838 2025.01.22 09:44:38.092254 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 68 rows starting from the beginning of the part
3839 2025.01.22 09:44:38.092568 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part
3840 2025.01.22 09:44:38.092891 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part
3841 2025.01.22 09:44:38.093226 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part
3842 2025.01.22 09:44:38.093541 [ 194 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 421 rows starting from the beginning of the part
3843 2025.01.22 09:44:38.094711 [ 286 ] {dc17ccd7-be5b-4e49-8a80-0afb024997b4} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3844 2025.01.22 09:44:38.094805 [ 286 ] {dc17ccd7-be5b-4e49-8a80-0afb024997b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3845 2025.01.22 09:44:38.095754 [ 286 ] {dc17ccd7-be5b-4e49-8a80-0afb024997b4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3846 2025.01.22 09:44:38.096208 [ 286 ] {dc17ccd7-be5b-4e49-8a80-0afb024997b4} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3847 2025.01.22 09:44:38.096400 [ 116 ] {} <Debug> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3848 2025.01.22 09:44:38.096536 [ 116 ] {} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3849 2025.01.22 09:44:38.096647 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3850 2025.01.22 09:44:38.096650 [ 286 ] {dc17ccd7-be5b-4e49-8a80-0afb024997b4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004674 sec., 1283.6970474967907 rows/sec., 67.07 KiB/sec.
3851 2025.01.22 09:44:38.097093 [ 286 ] {dc17ccd7-be5b-4e49-8a80-0afb024997b4} <Debug> TCPHandler: Processed in 0.00536506 sec.
3852 2025.01.22 09:44:38.097335 [ 195 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::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
3853 2025.01.22 09:44:38.097493 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3854 2025.01.22 09:44:38.097619 [ 190 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.006168635 sec., 315628.98437012406 rows/sec., 24.15 MiB/sec.
3855 2025.01.22 09:44:38.097691 [ 195 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3856 2025.01.22 09:44:38.097758 [ 283 ] {d74c5031-7b95-4b34-8511-92149d8ef6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3857 2025.01.22 09:44:38.097769 [ 195 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part
3858 2025.01.22 09:44:38.097855 [ 283 ] {d74c5031-7b95-4b34-8511-92149d8ef6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3859 2025.01.22 09:44:38.098054 [ 195 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part
3860 2025.01.22 09:44:38.098511 [ 195 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part
3861 2025.01.22 09:44:38.098573 [ 190 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3862 2025.01.22 09:44:38.099046 [ 195 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part
3863 2025.01.22 09:44:38.099476 [ 195 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part
3864 2025.01.22 09:44:38.099958 [ 195 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part
3865 2025.01.22 09:44:38.100509 [ 190 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3866 2025.01.22 09:44:38.100930 [ 190 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_26_5} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3867 2025.01.22 09:44:38.101120 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3868 2025.01.22 09:44:38.101651 [ 283 ] {d74c5031-7b95-4b34-8511-92149d8ef6e8} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3869 2025.01.22 09:44:38.101706 [ 283 ] {d74c5031-7b95-4b34-8511-92149d8ef6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3870 2025.01.22 09:44:38.102316 [ 190 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005533743 sec., 11926.827827024132 rows/sec., 623.13 KiB/sec.
3871 2025.01.22 09:44:38.102406 [ 283 ] {d74c5031-7b95-4b34-8511-92149d8ef6e8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3872 2025.01.22 09:44:38.102491 [ 190 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3873 2025.01.22 09:44:38.102877 [ 283 ] {d74c5031-7b95-4b34-8511-92149d8ef6e8} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3874 2025.01.22 09:44:38.103027 [ 190 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3875 2025.01.22 09:44:38.103174 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3876 2025.01.22 09:44:38.103317 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3877 2025.01.22 09:44:38.103378 [ 190 ] {77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d::all_1_11_2} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3878 2025.01.22 09:44:38.103412 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3879 2025.01.22 09:44:38.103419 [ 283 ] {d74c5031-7b95-4b34-8511-92149d8ef6e8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005733 sec., 41339.6127681842 rows/sec., 2.77 MiB/sec.
3880 2025.01.22 09:44:38.103714 [ 283 ] {d74c5031-7b95-4b34-8511-92149d8ef6e8} <Debug> TCPHandler: Processed in 0.0064621 sec.
3881 2025.01.22 09:44:38.103796 [ 197 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3882 2025.01.22 09:44:38.103935 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3883 2025.01.22 09:44:38.103978 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3884 2025.01.22 09:44:38.104173 [ 197 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3885 2025.01.22 09:44:38.104234 [ 286 ] {5eb5bdad-7b90-412f-8ee1-8e67565bef8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3886 2025.01.22 09:44:38.104252 [ 197 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7810 rows starting from the beginning of the part
3887 2025.01.22 09:44:38.104331 [ 286 ] {5eb5bdad-7b90-412f-8ee1-8e67565bef8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3888 2025.01.22 09:44:38.104552 [ 197 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part
3889 2025.01.22 09:44:38.104902 [ 197 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part
3890 2025.01.22 09:44:38.105266 [ 197 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part
3891 2025.01.22 09:44:38.105601 [ 197 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part
3892 2025.01.22 09:44:38.105911 [ 197 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part
3893 2025.01.22 09:44:38.106732 [ 286 ] {5eb5bdad-7b90-412f-8ee1-8e67565bef8a} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3894 2025.01.22 09:44:38.106799 [ 286 ] {5eb5bdad-7b90-412f-8ee1-8e67565bef8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3895 2025.01.22 09:44:38.107383 [ 286 ] {5eb5bdad-7b90-412f-8ee1-8e67565bef8a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3896 2025.01.22 09:44:38.107716 [ 286 ] {5eb5bdad-7b90-412f-8ee1-8e67565bef8a} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3897 2025.01.22 09:44:38.108007 [ 116 ] {} <Debug> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3898 2025.01.22 09:44:38.108150 [ 116 ] {} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3899 2025.01.22 09:44:38.108267 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3900 2025.01.22 09:44:38.108311 [ 286 ] {5eb5bdad-7b90-412f-8ee1-8e67565bef8a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004116 sec., 242.95432458697766 rows/sec., 16.37 KiB/sec.
3901 2025.01.22 09:44:38.108604 [ 286 ] {5eb5bdad-7b90-412f-8ee1-8e67565bef8a} <Debug> TCPHandler: Processed in 0.004750708 sec.
3902 2025.01.22 09:44:38.108950 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3903 2025.01.22 09:44:38.108966 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::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
3904 2025.01.22 09:44:38.109423 [ 283 ] {f3a72299-d03b-4b1e-823b-3b95d4976b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3905 2025.01.22 09:44:38.109864 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3906 2025.01.22 09:44:38.109931 [ 283 ] {f3a72299-d03b-4b1e-823b-3b95d4976b0a} <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
3907 2025.01.22 09:44:38.110086 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part
3908 2025.01.22 09:44:38.110738 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part
3909 2025.01.22 09:44:38.111435 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part
3910 2025.01.22 09:44:38.111838 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part
3911 2025.01.22 09:44:38.112285 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part
3912 2025.01.22 09:44:38.113067 [ 200 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8732 rows, containing 5 columns (5 merged, 0 gathered) in 0.009504627 sec., 918710.4344021075 rows/sec., 61.98 MiB/sec.
3913 2025.01.22 09:44:38.113490 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part
3914 2025.01.22 09:44:38.113566 [ 200 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3915 2025.01.22 09:44:38.114661 [ 188 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3916 2025.01.22 09:44:38.115086 [ 188 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3917 2025.01.22 09:44:38.115417 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB.
3918 2025.01.22 09:44:38.117523 [ 283 ] {f3a72299-d03b-4b1e-823b-3b95d4976b0a} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3919 2025.01.22 09:44:38.117594 [ 283 ] {f3a72299-d03b-4b1e-823b-3b95d4976b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3920 2025.01.22 09:44:38.118056 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.009603399 sec., 1353.6873767298432 rows/sec., 90.40 KiB/sec.
3921 2025.01.22 09:44:38.118272 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3922 2025.01.22 09:44:38.118907 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3923 2025.01.22 09:44:38.119114 [ 190 ] {df64dcbd-158a-4143-a856-310277b36325::all_1_11_2} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3924 2025.01.22 09:44:38.119274 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
3925 2025.01.22 09:44:38.119445 [ 283 ] {f3a72299-d03b-4b1e-823b-3b95d4976b0a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3926 2025.01.22 09:44:38.119744 [ 283 ] {f3a72299-d03b-4b1e-823b-3b95d4976b0a} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3927 2025.01.22 09:44:38.120065 [ 283 ] {f3a72299-d03b-4b1e-823b-3b95d4976b0a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.010847 sec., 3595.4641836452474 rows/sec., 6.44 MiB/sec.
3928 2025.01.22 09:44:38.120486 [ 283 ] {f3a72299-d03b-4b1e-823b-3b95d4976b0a} <Debug> TCPHandler: Processed in 0.011718828 sec.
3929 2025.01.22 09:44:38.120636 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3930 2025.01.22 09:44:38.120746 [ 286 ] {bab64d42-f96a-40b1-8cfa-8236b7bdb45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3931 2025.01.22 09:44:38.120792 [ 286 ] {bab64d42-f96a-40b1-8cfa-8236b7bdb45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3932 2025.01.22 09:44:38.121246 [ 286 ] {bab64d42-f96a-40b1-8cfa-8236b7bdb45c} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3933 2025.01.22 09:44:38.121284 [ 286 ] {bab64d42-f96a-40b1-8cfa-8236b7bdb45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3934 2025.01.22 09:44:38.121666 [ 286 ] {bab64d42-f96a-40b1-8cfa-8236b7bdb45c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3935 2025.01.22 09:44:38.121896 [ 286 ] {bab64d42-f96a-40b1-8cfa-8236b7bdb45c} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3936 2025.01.22 09:44:38.122049 [ 116 ] {} <Debug> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3937 2025.01.22 09:44:38.122111 [ 116 ] {} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3938 2025.01.22 09:44:38.122148 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB.
3939 2025.01.22 09:44:38.122163 [ 286 ] {bab64d42-f96a-40b1-8cfa-8236b7bdb45c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 3.64 MiB/sec.
3940 2025.01.22 09:44:38.122376 [ 286 ] {bab64d42-f96a-40b1-8cfa-8236b7bdb45c} <Debug> TCPHandler: Processed in 0.001787753 sec.
3941 2025.01.22 09:44:38.122403 [ 188 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full
3942 2025.01.22 09:44:38.122540 [ 188 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3943 2025.01.22 09:44:38.122573 [ 188 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part
3944 2025.01.22 09:44:38.122686 [ 188 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part
3945 2025.01.22 09:44:38.122873 [ 188 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part
3946 2025.01.22 09:44:38.123059 [ 188 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part
3947 2025.01.22 09:44:38.123201 [ 188 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part
3948 2025.01.22 09:44:38.123342 [ 188 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part
3949 2025.01.22 09:44:38.124775 [ 197 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.002540587 sec., 633711.815419035 rows/sec., 41.33 MiB/sec.
3950 2025.01.22 09:44:38.125142 [ 197 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3951 2025.01.22 09:44:38.125458 [ 197 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3952 2025.01.22 09:44:38.125543 [ 197 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_26_5} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3953 2025.01.22 09:44:38.125633 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3954 2025.01.22 09:44:41.758213 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
3955 2025.01.22 09:44:41.758282 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
3956 2025.01.22 09:44:41.860600 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3957 2025.01.22 09:44:41.861333 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3958 2025.01.22 09:44:41.861384 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
3959 2025.01.22 09:44:41.861923 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3960 2025.01.22 09:44:41.862183 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3961 2025.01.22 09:44:41.862464 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3962 2025.01.22 09:44:42.407989 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3963 2025.01.22 09:44:42.428179 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3964 2025.01.22 09:44:42.428241 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
3965 2025.01.22 09:44:42.435963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3966 2025.01.22 09:44:42.436773 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3967 2025.01.22 09:44:42.439438 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3968 2025.01.22 09:44:43.066612 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3969 2025.01.22 09:44:43.066802 [ 286 ] {b4f431ab-1267-45f9-a001-415eb14a412d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3970 2025.01.22 09:44:43.066871 [ 286 ] {b4f431ab-1267-45f9-a001-415eb14a412d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3971 2025.01.22 09:44:43.067635 [ 286 ] {b4f431ab-1267-45f9-a001-415eb14a412d} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3972 2025.01.22 09:44:43.067686 [ 286 ] {b4f431ab-1267-45f9-a001-415eb14a412d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
3973 2025.01.22 09:44:43.068116 [ 286 ] {b4f431ab-1267-45f9-a001-415eb14a412d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3974 2025.01.22 09:44:43.068368 [ 286 ] {b4f431ab-1267-45f9-a001-415eb14a412d} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3975 2025.01.22 09:44:43.068593 [ 286 ] {b4f431ab-1267-45f9-a001-415eb14a412d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001838 sec., 30467.899891186073 rows/sec., 2.34 MiB/sec.
3976 2025.01.22 09:44:43.068703 [ 286 ] {b4f431ab-1267-45f9-a001-415eb14a412d} <Debug> TCPHandler: Processed in 0.002223551 sec.
3977 2025.01.22 09:44:43.068953 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3978 2025.01.22 09:44:43.069085 [ 283 ] {21cd2a04-2815-4de0-a684-c856701f1581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3979 2025.01.22 09:44:43.069133 [ 283 ] {21cd2a04-2815-4de0-a684-c856701f1581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3980 2025.01.22 09:44:43.069732 [ 283 ] {21cd2a04-2815-4de0-a684-c856701f1581} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3981 2025.01.22 09:44:43.069772 [ 283 ] {21cd2a04-2815-4de0-a684-c856701f1581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
3982 2025.01.22 09:44:43.070145 [ 283 ] {21cd2a04-2815-4de0-a684-c856701f1581} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3983 2025.01.22 09:44:43.071106 [ 283 ] {21cd2a04-2815-4de0-a684-c856701f1581} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3984 2025.01.22 09:44:43.071329 [ 283 ] {21cd2a04-2815-4de0-a684-c856701f1581} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002269 sec., 28206.258263552223 rows/sec., 2.20 MiB/sec.
3985 2025.01.22 09:44:43.071392 [ 283 ] {21cd2a04-2815-4de0-a684-c856701f1581} <Debug> TCPHandler: Processed in 0.002568187 sec.
3986 2025.01.22 09:44:43.071571 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3987 2025.01.22 09:44:43.071690 [ 286 ] {5a163a1c-1fc3-48b8-811f-672d338903bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3988 2025.01.22 09:44:43.071745 [ 286 ] {5a163a1c-1fc3-48b8-811f-672d338903bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3989 2025.01.22 09:44:43.072335 [ 286 ] {5a163a1c-1fc3-48b8-811f-672d338903bf} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3990 2025.01.22 09:44:43.072374 [ 286 ] {5a163a1c-1fc3-48b8-811f-672d338903bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
3991 2025.01.22 09:44:43.072849 [ 286 ] {5a163a1c-1fc3-48b8-811f-672d338903bf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3992 2025.01.22 09:44:43.073112 [ 286 ] {5a163a1c-1fc3-48b8-811f-672d338903bf} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3993 2025.01.22 09:44:43.073336 [ 286 ] {5a163a1c-1fc3-48b8-811f-672d338903bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec.
3994 2025.01.22 09:44:43.073390 [ 286 ] {5a163a1c-1fc3-48b8-811f-672d338903bf} <Debug> TCPHandler: Processed in 0.001879385 sec.
3995 2025.01.22 09:44:43.073558 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3996 2025.01.22 09:44:43.073666 [ 283 ] {f7b3338a-3f18-49cf-9687-c73658e73e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3997 2025.01.22 09:44:43.073711 [ 283 ] {f7b3338a-3f18-49cf-9687-c73658e73e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3998 2025.01.22 09:44:43.074159 [ 283 ] {f7b3338a-3f18-49cf-9687-c73658e73e45} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3999 2025.01.22 09:44:43.074198 [ 283 ] {f7b3338a-3f18-49cf-9687-c73658e73e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4000 2025.01.22 09:44:43.074553 [ 283 ] {f7b3338a-3f18-49cf-9687-c73658e73e45} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4001 2025.01.22 09:44:43.074786 [ 283 ] {f7b3338a-3f18-49cf-9687-c73658e73e45} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4002 2025.01.22 09:44:43.074995 [ 283 ] {f7b3338a-3f18-49cf-9687-c73658e73e45} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec.
4003 2025.01.22 09:44:43.075045 [ 283 ] {f7b3338a-3f18-49cf-9687-c73658e73e45} <Debug> TCPHandler: Processed in 0.001547748 sec.
4004 2025.01.22 09:44:43.362021 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4005 2025.01.22 09:44:43.362212 [ 286 ] {d9d536bc-7a7c-45a9-9726-cc8aa3c4787b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4006 2025.01.22 09:44:43.362289 [ 286 ] {d9d536bc-7a7c-45a9-9726-cc8aa3c4787b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4007 2025.01.22 09:44:43.363021 [ 286 ] {d9d536bc-7a7c-45a9-9726-cc8aa3c4787b} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4008 2025.01.22 09:44:43.363073 [ 286 ] {d9d536bc-7a7c-45a9-9726-cc8aa3c4787b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4009 2025.01.22 09:44:43.363494 [ 286 ] {d9d536bc-7a7c-45a9-9726-cc8aa3c4787b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4010 2025.01.22 09:44:43.363747 [ 286 ] {d9d536bc-7a7c-45a9-9726-cc8aa3c4787b} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4011 2025.01.22 09:44:43.364003 [ 286 ] {d9d536bc-7a7c-45a9-9726-cc8aa3c4787b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00183 sec., 7650.273224043715 rows/sec., 550.72 KiB/sec.
4012 2025.01.22 09:44:43.364183 [ 286 ] {d9d536bc-7a7c-45a9-9726-cc8aa3c4787b} <Debug> TCPHandler: Processed in 0.002284992 sec.
4013 2025.01.22 09:44:43.364395 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4014 2025.01.22 09:44:43.364515 [ 283 ] {15cdf2f9-b109-4580-bff9-21b38989d08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4015 2025.01.22 09:44:43.364564 [ 283 ] {15cdf2f9-b109-4580-bff9-21b38989d08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4016 2025.01.22 09:44:43.365142 [ 283 ] {15cdf2f9-b109-4580-bff9-21b38989d08c} <Trace> oximeter.fields_ipaddr (a4bb7d8b-1238-450a-8de1-b845dc5a4954): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4017 2025.01.22 09:44:43.365183 [ 283 ] {15cdf2f9-b109-4580-bff9-21b38989d08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4018 2025.01.22 09:44:43.365534 [ 283 ] {15cdf2f9-b109-4580-bff9-21b38989d08c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
4019 2025.01.22 09:44:43.365794 [ 283 ] {15cdf2f9-b109-4580-bff9-21b38989d08c} <Trace> oximeter.fields_ipaddr (a4bb7d8b-1238-450a-8de1-b845dc5a4954): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4020 2025.01.22 09:44:43.366008 [ 283 ] {15cdf2f9-b109-4580-bff9-21b38989d08c} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001519 sec., 7899.934167215273 rows/sec., 644.18 KiB/sec.
4021 2025.01.22 09:44:43.366062 [ 283 ] {15cdf2f9-b109-4580-bff9-21b38989d08c} <Debug> TCPHandler: Processed in 0.001731602 sec.
4022 2025.01.22 09:44:43.366200 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4023 2025.01.22 09:44:43.366307 [ 286 ] {8edd6513-a106-4d46-bb33-38d38123c796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4024 2025.01.22 09:44:43.366354 [ 286 ] {8edd6513-a106-4d46-bb33-38d38123c796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4025 2025.01.22 09:44:43.367689 [ 286 ] {8edd6513-a106-4d46-bb33-38d38123c796} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4026 2025.01.22 09:44:43.367727 [ 286 ] {8edd6513-a106-4d46-bb33-38d38123c796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4027 2025.01.22 09:44:43.368161 [ 286 ] {8edd6513-a106-4d46-bb33-38d38123c796} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4028 2025.01.22 09:44:43.368413 [ 286 ] {8edd6513-a106-4d46-bb33-38d38123c796} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4029 2025.01.22 09:44:43.368626 [ 286 ] {8edd6513-a106-4d46-bb33-38d38123c796} <Debug> executeQuery: Read 1419 rows, 121.64 KiB in 0.002342 sec., 605892.3996584116 rows/sec., 50.72 MiB/sec.
4030 2025.01.22 09:44:43.368678 [ 286 ] {8edd6513-a106-4d46-bb33-38d38123c796} <Debug> TCPHandler: Processed in 0.002528867 sec.
4031 2025.01.22 09:44:43.368834 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4032 2025.01.22 09:44:43.368962 [ 283 ] {eb04e671-d4c4-4f65-9cc6-ad6ba7d88495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4033 2025.01.22 09:44:43.369014 [ 283 ] {eb04e671-d4c4-4f65-9cc6-ad6ba7d88495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4034 2025.01.22 09:44:43.369656 [ 283 ] {eb04e671-d4c4-4f65-9cc6-ad6ba7d88495} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4035 2025.01.22 09:44:43.369695 [ 283 ] {eb04e671-d4c4-4f65-9cc6-ad6ba7d88495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4036 2025.01.22 09:44:43.370035 [ 283 ] {eb04e671-d4c4-4f65-9cc6-ad6ba7d88495} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4037 2025.01.22 09:44:43.370272 [ 283 ] {eb04e671-d4c4-4f65-9cc6-ad6ba7d88495} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4038 2025.01.22 09:44:43.370475 [ 283 ] {eb04e671-d4c4-4f65-9cc6-ad6ba7d88495} <Debug> executeQuery: Read 54 rows, 3.93 KiB in 0.001542 sec., 35019.45525291829 rows/sec., 2.49 MiB/sec.
4039 2025.01.22 09:44:43.370527 [ 283 ] {eb04e671-d4c4-4f65-9cc6-ad6ba7d88495} <Debug> TCPHandler: Processed in 0.001754962 sec.
4040 2025.01.22 09:44:43.370688 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4041 2025.01.22 09:44:43.370815 [ 286 ] {76faf921-8424-430d-82dd-6cc3ff9cc593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4042 2025.01.22 09:44:43.370867 [ 286 ] {76faf921-8424-430d-82dd-6cc3ff9cc593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4043 2025.01.22 09:44:43.371542 [ 286 ] {76faf921-8424-430d-82dd-6cc3ff9cc593} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4044 2025.01.22 09:44:43.371580 [ 286 ] {76faf921-8424-430d-82dd-6cc3ff9cc593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4045 2025.01.22 09:44:43.371928 [ 286 ] {76faf921-8424-430d-82dd-6cc3ff9cc593} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4046 2025.01.22 09:44:43.372167 [ 286 ] {76faf921-8424-430d-82dd-6cc3ff9cc593} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4047 2025.01.22 09:44:43.372371 [ 286 ] {76faf921-8424-430d-82dd-6cc3ff9cc593} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001584 sec., 152777.77777777778 rows/sec., 10.35 MiB/sec.
4048 2025.01.22 09:44:43.372422 [ 286 ] {76faf921-8424-430d-82dd-6cc3ff9cc593} <Debug> TCPHandler: Processed in 0.001795594 sec.
4049 2025.01.22 09:44:43.372570 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4050 2025.01.22 09:44:43.372697 [ 283 ] {44dda0ae-0cda-4d97-9973-ff9b079aeb39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4051 2025.01.22 09:44:43.372748 [ 283 ] {44dda0ae-0cda-4d97-9973-ff9b079aeb39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4052 2025.01.22 09:44:43.373368 [ 283 ] {44dda0ae-0cda-4d97-9973-ff9b079aeb39} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4053 2025.01.22 09:44:43.373407 [ 283 ] {44dda0ae-0cda-4d97-9973-ff9b079aeb39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4054 2025.01.22 09:44:43.373738 [ 283 ] {44dda0ae-0cda-4d97-9973-ff9b079aeb39} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4055 2025.01.22 09:44:43.373965 [ 283 ] {44dda0ae-0cda-4d97-9973-ff9b079aeb39} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4056 2025.01.22 09:44:43.374165 [ 283 ] {44dda0ae-0cda-4d97-9973-ff9b079aeb39} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001497 sec., 8684.034736138945 rows/sec., 541.45 KiB/sec.
4057 2025.01.22 09:44:43.374217 [ 283 ] {44dda0ae-0cda-4d97-9973-ff9b079aeb39} <Debug> TCPHandler: Processed in 0.001709102 sec.
4058 2025.01.22 09:44:43.374353 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4059 2025.01.22 09:44:43.374480 [ 286 ] {53b7e662-bd31-410f-9501-cbdc2f4e5162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4060 2025.01.22 09:44:43.374532 [ 286 ] {53b7e662-bd31-410f-9501-cbdc2f4e5162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4061 2025.01.22 09:44:43.375508 [ 286 ] {53b7e662-bd31-410f-9501-cbdc2f4e5162} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4062 2025.01.22 09:44:43.375547 [ 286 ] {53b7e662-bd31-410f-9501-cbdc2f4e5162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4063 2025.01.22 09:44:43.375976 [ 286 ] {53b7e662-bd31-410f-9501-cbdc2f4e5162} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4064 2025.01.22 09:44:43.376211 [ 286 ] {53b7e662-bd31-410f-9501-cbdc2f4e5162} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4065 2025.01.22 09:44:43.376434 [ 286 ] {53b7e662-bd31-410f-9501-cbdc2f4e5162} <Debug> executeQuery: Read 885 rows, 65.75 KiB in 0.001968 sec., 449695.1219512195 rows/sec., 32.63 MiB/sec.
4066 2025.01.22 09:44:43.376541 [ 286 ] {53b7e662-bd31-410f-9501-cbdc2f4e5162} <Debug> TCPHandler: Processed in 0.002241342 sec.
4067 2025.01.22 09:44:43.376776 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4068 2025.01.22 09:44:43.376968 [ 283 ] {4530affa-6be4-42b3-b588-b414d2d473a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4069 2025.01.22 09:44:43.377026 [ 283 ] {4530affa-6be4-42b3-b588-b414d2d473a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4070 2025.01.22 09:44:43.377526 [ 283 ] {4530affa-6be4-42b3-b588-b414d2d473a2} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4071 2025.01.22 09:44:43.377564 [ 283 ] {4530affa-6be4-42b3-b588-b414d2d473a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4072 2025.01.22 09:44:43.377899 [ 283 ] {4530affa-6be4-42b3-b588-b414d2d473a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4073 2025.01.22 09:44:43.378146 [ 283 ] {4530affa-6be4-42b3-b588-b414d2d473a2} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4074 2025.01.22 09:44:43.378396 [ 283 ] {4530affa-6be4-42b3-b588-b414d2d473a2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 216.04 KiB/sec.
4075 2025.01.22 09:44:43.378565 [ 283 ] {4530affa-6be4-42b3-b588-b414d2d473a2} <Debug> TCPHandler: Processed in 0.001927046 sec.
4076 2025.01.22 09:44:43.378720 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4077 2025.01.22 09:44:43.378849 [ 286 ] {737f84fd-95af-4302-bb2e-b1b11feb684c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4078 2025.01.22 09:44:43.378906 [ 286 ] {737f84fd-95af-4302-bb2e-b1b11feb684c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4079 2025.01.22 09:44:43.379727 [ 286 ] {737f84fd-95af-4302-bb2e-b1b11feb684c} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4080 2025.01.22 09:44:43.379765 [ 286 ] {737f84fd-95af-4302-bb2e-b1b11feb684c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4081 2025.01.22 09:44:43.380176 [ 286 ] {737f84fd-95af-4302-bb2e-b1b11feb684c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4082 2025.01.22 09:44:43.380414 [ 286 ] {737f84fd-95af-4302-bb2e-b1b11feb684c} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4083 2025.01.22 09:44:43.380615 [ 286 ] {737f84fd-95af-4302-bb2e-b1b11feb684c} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001795 sec., 535376.0445682452 rows/sec., 35.58 MiB/sec.
4084 2025.01.22 09:44:43.380667 [ 286 ] {737f84fd-95af-4302-bb2e-b1b11feb684c} <Debug> TCPHandler: Processed in 0.002009937 sec.
4085 2025.01.22 09:44:43.380813 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4086 2025.01.22 09:44:43.380941 [ 283 ] {1df9ea4f-7520-4f21-b231-2ff9b4d2d203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4087 2025.01.22 09:44:43.380995 [ 283 ] {1df9ea4f-7520-4f21-b231-2ff9b4d2d203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4088 2025.01.22 09:44:43.381473 [ 283 ] {1df9ea4f-7520-4f21-b231-2ff9b4d2d203} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4089 2025.01.22 09:44:43.381511 [ 283 ] {1df9ea4f-7520-4f21-b231-2ff9b4d2d203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4090 2025.01.22 09:44:43.381842 [ 283 ] {1df9ea4f-7520-4f21-b231-2ff9b4d2d203} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
4091 2025.01.22 09:44:43.382070 [ 283 ] {1df9ea4f-7520-4f21-b231-2ff9b4d2d203} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4092 2025.01.22 09:44:43.382264 [ 283 ] {1df9ea4f-7520-4f21-b231-2ff9b4d2d203} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec.
4093 2025.01.22 09:44:43.382312 [ 283 ] {1df9ea4f-7520-4f21-b231-2ff9b4d2d203} <Debug> TCPHandler: Processed in 0.001559809 sec.
4094 2025.01.22 09:44:43.382456 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4095 2025.01.22 09:44:43.382584 [ 286 ] {8beb7569-6998-4e89-94cf-74f4def4a90b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4096 2025.01.22 09:44:43.382660 [ 286 ] {8beb7569-6998-4e89-94cf-74f4def4a90b} <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
4097 2025.01.22 09:44:43.383891 [ 286 ] {8beb7569-6998-4e89-94cf-74f4def4a90b} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4098 2025.01.22 09:44:43.383929 [ 286 ] {8beb7569-6998-4e89-94cf-74f4def4a90b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4099 2025.01.22 09:44:43.384553 [ 286 ] {8beb7569-6998-4e89-94cf-74f4def4a90b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4100 2025.01.22 09:44:43.384805 [ 286 ] {8beb7569-6998-4e89-94cf-74f4def4a90b} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4101 2025.01.22 09:44:43.385125 [ 286 ] {8beb7569-6998-4e89-94cf-74f4def4a90b} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00255 sec., 13725.49019607843 rows/sec., 24.60 MiB/sec.
4102 2025.01.22 09:44:43.385276 [ 286 ] {8beb7569-6998-4e89-94cf-74f4def4a90b} <Debug> TCPHandler: Processed in 0.002880614 sec.
4103 2025.01.22 09:44:43.385431 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4104 2025.01.22 09:44:43.385557 [ 283 ] {9d51f32f-5457-439c-9e75-9821936653e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4105 2025.01.22 09:44:43.385611 [ 283 ] {9d51f32f-5457-439c-9e75-9821936653e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4106 2025.01.22 09:44:43.386164 [ 283 ] {9d51f32f-5457-439c-9e75-9821936653e1} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4107 2025.01.22 09:44:43.386210 [ 283 ] {9d51f32f-5457-439c-9e75-9821936653e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4108 2025.01.22 09:44:43.386576 [ 283 ] {9d51f32f-5457-439c-9e75-9821936653e1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4109 2025.01.22 09:44:43.386800 [ 283 ] {9d51f32f-5457-439c-9e75-9821936653e1} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4110 2025.01.22 09:44:43.386995 [ 283 ] {9d51f32f-5457-439c-9e75-9821936653e1} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001467 sec., 23176.550783912746 rows/sec., 1.35 MiB/sec.
4111 2025.01.22 09:44:43.387046 [ 283 ] {9d51f32f-5457-439c-9e75-9821936653e1} <Debug> TCPHandler: Processed in 0.001676201 sec.
4112 2025.01.22 09:44:44.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.44 MiB, peak 188.37 MiB, free memory in arenas 0.00 B, will set to 182.30 MiB (RSS), difference: -1.14 MiB
4113 2025.01.22 09:44:46.888678 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 590
4114 2025.01.22 09:44:46.892179 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4115 2025.01.22 09:44:46.892240 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4116 2025.01.22 09:44:46.893780 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4117 2025.01.22 09:44:46.894119 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4118 2025.01.22 09:44:46.894945 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 590
4119 2025.01.22 09:44:48.065575 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4120 2025.01.22 09:44:48.065783 [ 286 ] {7705cc7a-931e-44fa-b6d1-dc9e7c7cfd42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4121 2025.01.22 09:44:48.065863 [ 286 ] {7705cc7a-931e-44fa-b6d1-dc9e7c7cfd42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4122 2025.01.22 09:44:48.066681 [ 286 ] {7705cc7a-931e-44fa-b6d1-dc9e7c7cfd42} <Trace> oximeter.fields_ipaddr (a4bb7d8b-1238-450a-8de1-b845dc5a4954): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4123 2025.01.22 09:44:48.066725 [ 286 ] {7705cc7a-931e-44fa-b6d1-dc9e7c7cfd42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4124 2025.01.22 09:44:48.067152 [ 286 ] {7705cc7a-931e-44fa-b6d1-dc9e7c7cfd42} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4125 2025.01.22 09:44:48.067405 [ 286 ] {7705cc7a-931e-44fa-b6d1-dc9e7c7cfd42} <Trace> oximeter.fields_ipaddr (a4bb7d8b-1238-450a-8de1-b845dc5a4954): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4126 2025.01.22 09:44:48.067631 [ 286 ] {7705cc7a-931e-44fa-b6d1-dc9e7c7cfd42} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00189 sec., 2116.4021164021165 rows/sec., 172.58 KiB/sec.
4127 2025.01.22 09:44:48.067850 [ 286 ] {7705cc7a-931e-44fa-b6d1-dc9e7c7cfd42} <Debug> TCPHandler: Processed in 0.002398315 sec.
4128 2025.01.22 09:44:48.068058 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4129 2025.01.22 09:44:48.068204 [ 283 ] {4e26e89d-8de1-4314-bfa8-e4486054d596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4130 2025.01.22 09:44:48.068265 [ 283 ] {4e26e89d-8de1-4314-bfa8-e4486054d596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4131 2025.01.22 09:44:48.068924 [ 283 ] {4e26e89d-8de1-4314-bfa8-e4486054d596} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4132 2025.01.22 09:44:48.068964 [ 283 ] {4e26e89d-8de1-4314-bfa8-e4486054d596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4133 2025.01.22 09:44:48.069345 [ 283 ] {4e26e89d-8de1-4314-bfa8-e4486054d596} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4134 2025.01.22 09:44:48.069594 [ 283 ] {4e26e89d-8de1-4314-bfa8-e4486054d596} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4135 2025.01.22 09:44:48.069772 [ 283 ] {4e26e89d-8de1-4314-bfa8-e4486054d596} <Debug> executeQuery: Read 66 rows, 5.33 KiB in 0.001604 sec., 41147.13216957606 rows/sec., 3.25 MiB/sec.
4136 2025.01.22 09:44:48.069824 [ 283 ] {4e26e89d-8de1-4314-bfa8-e4486054d596} <Debug> TCPHandler: Processed in 0.001836544 sec.
4137 2025.01.22 09:44:48.069966 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4138 2025.01.22 09:44:48.070094 [ 286 ] {71000a47-b404-4fb5-8578-c983fd84493a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4139 2025.01.22 09:44:48.070147 [ 286 ] {71000a47-b404-4fb5-8578-c983fd84493a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4140 2025.01.22 09:44:48.070721 [ 286 ] {71000a47-b404-4fb5-8578-c983fd84493a} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4141 2025.01.22 09:44:48.070758 [ 286 ] {71000a47-b404-4fb5-8578-c983fd84493a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4142 2025.01.22 09:44:48.071100 [ 286 ] {71000a47-b404-4fb5-8578-c983fd84493a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4143 2025.01.22 09:44:48.071359 [ 286 ] {71000a47-b404-4fb5-8578-c983fd84493a} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4144 2025.01.22 09:44:48.071571 [ 286 ] {71000a47-b404-4fb5-8578-c983fd84493a} <Debug> executeQuery: Read 8 rows, 594.00 B in 0.001493 sec., 5358.33891493637 rows/sec., 388.53 KiB/sec.
4145 2025.01.22 09:44:48.071805 [ 286 ] {71000a47-b404-4fb5-8578-c983fd84493a} <Debug> TCPHandler: Processed in 0.001896315 sec.
4146 2025.01.22 09:44:48.072017 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4147 2025.01.22 09:44:48.072149 [ 283 ] {b5ab1f64-b8c2-41a0-9238-7b2db6dd3374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4148 2025.01.22 09:44:48.072207 [ 283 ] {b5ab1f64-b8c2-41a0-9238-7b2db6dd3374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4149 2025.01.22 09:44:48.072843 [ 283 ] {b5ab1f64-b8c2-41a0-9238-7b2db6dd3374} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4150 2025.01.22 09:44:48.072882 [ 283 ] {b5ab1f64-b8c2-41a0-9238-7b2db6dd3374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4151 2025.01.22 09:44:48.073231 [ 283 ] {b5ab1f64-b8c2-41a0-9238-7b2db6dd3374} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4152 2025.01.22 09:44:48.073466 [ 283 ] {b5ab1f64-b8c2-41a0-9238-7b2db6dd3374} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4153 2025.01.22 09:44:48.073638 [ 283 ] {b5ab1f64-b8c2-41a0-9238-7b2db6dd3374} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00152 sec., 47368.42105263157 rows/sec., 3.70 MiB/sec.
4154 2025.01.22 09:44:48.073689 [ 283 ] {b5ab1f64-b8c2-41a0-9238-7b2db6dd3374} <Debug> TCPHandler: Processed in 0.001787603 sec.
4155 2025.01.22 09:44:48.073828 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4156 2025.01.22 09:44:48.073958 [ 286 ] {41392714-7abf-42a6-b725-9b4815920461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4157 2025.01.22 09:44:48.074017 [ 286 ] {41392714-7abf-42a6-b725-9b4815920461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4158 2025.01.22 09:44:48.074603 [ 286 ] {41392714-7abf-42a6-b725-9b4815920461} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4159 2025.01.22 09:44:48.074639 [ 286 ] {41392714-7abf-42a6-b725-9b4815920461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4160 2025.01.22 09:44:48.075020 [ 286 ] {41392714-7abf-42a6-b725-9b4815920461} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4161 2025.01.22 09:44:48.075257 [ 286 ] {41392714-7abf-42a6-b725-9b4815920461} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4162 2025.01.22 09:44:48.075465 [ 286 ] {41392714-7abf-42a6-b725-9b4815920461} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001527 sec., 85134.25016371971 rows/sec., 5.93 MiB/sec.
4163 2025.01.22 09:44:48.075694 [ 286 ] {41392714-7abf-42a6-b725-9b4815920461} <Debug> TCPHandler: Processed in 0.001923545 sec.
4164 2025.01.22 09:44:48.075899 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4165 2025.01.22 09:44:48.076031 [ 283 ] {e5c2a964-5751-40cf-8386-74eec349ab13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4166 2025.01.22 09:44:48.076122 [ 283 ] {e5c2a964-5751-40cf-8386-74eec349ab13} <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
4167 2025.01.22 09:44:48.077256 [ 283 ] {e5c2a964-5751-40cf-8386-74eec349ab13} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4168 2025.01.22 09:44:48.077296 [ 283 ] {e5c2a964-5751-40cf-8386-74eec349ab13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4169 2025.01.22 09:44:48.077890 [ 283 ] {e5c2a964-5751-40cf-8386-74eec349ab13} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4170 2025.01.22 09:44:48.078149 [ 283 ] {e5c2a964-5751-40cf-8386-74eec349ab13} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4171 2025.01.22 09:44:48.078368 [ 283 ] {e5c2a964-5751-40cf-8386-74eec349ab13} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002364 sec., 1692.047377326565 rows/sec., 3.03 MiB/sec.
4172 2025.01.22 09:44:48.078530 [ 283 ] {e5c2a964-5751-40cf-8386-74eec349ab13} <Debug> TCPHandler: Processed in 0.00272224 sec.
4173 2025.01.22 09:44:48.078693 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4174 2025.01.22 09:44:48.078801 [ 286 ] {1b7def00-69dd-4bc0-8cce-462e26b2dfcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4175 2025.01.22 09:44:48.078847 [ 286 ] {1b7def00-69dd-4bc0-8cce-462e26b2dfcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4176 2025.01.22 09:44:48.079288 [ 286 ] {1b7def00-69dd-4bc0-8cce-462e26b2dfcc} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4177 2025.01.22 09:44:48.079324 [ 286 ] {1b7def00-69dd-4bc0-8cce-462e26b2dfcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4178 2025.01.22 09:44:48.079668 [ 286 ] {1b7def00-69dd-4bc0-8cce-462e26b2dfcc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4179 2025.01.22 09:44:48.079899 [ 286 ] {1b7def00-69dd-4bc0-8cce-462e26b2dfcc} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4180 2025.01.22 09:44:48.080101 [ 286 ] {1b7def00-69dd-4bc0-8cce-462e26b2dfcc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00132 sec., 36363.63636363636 rows/sec., 2.45 MiB/sec.
4181 2025.01.22 09:44:48.080247 [ 286 ] {1b7def00-69dd-4bc0-8cce-462e26b2dfcc} <Debug> TCPHandler: Processed in 0.00159892 sec.
4182 2025.01.22 09:44:49.362648 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
4183 2025.01.22 09:44:49.363511 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4184 2025.01.22 09:44:49.363574 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4185 2025.01.22 09:44:49.364161 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4186 2025.01.22 09:44:49.364407 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4187 2025.01.22 09:44:49.364676 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
4188 2025.01.22 09:44:49.939561 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
4189 2025.01.22 09:44:49.959879 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4190 2025.01.22 09:44:49.959933 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4191 2025.01.22 09:44:49.967708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4192 2025.01.22 09:44:49.968525 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4193 2025.01.22 09:44:49.971176 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
4194 2025.01.22 09:44:53.066956 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4195 2025.01.22 09:44:53.067182 [ 286 ] {e89c9e79-ae6c-492a-9812-cfd0c60a979b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4196 2025.01.22 09:44:53.067263 [ 286 ] {e89c9e79-ae6c-492a-9812-cfd0c60a979b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4197 2025.01.22 09:44:53.068111 [ 286 ] {e89c9e79-ae6c-492a-9812-cfd0c60a979b} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4198 2025.01.22 09:44:53.068157 [ 286 ] {e89c9e79-ae6c-492a-9812-cfd0c60a979b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4199 2025.01.22 09:44:53.068597 [ 286 ] {e89c9e79-ae6c-492a-9812-cfd0c60a979b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4200 2025.01.22 09:44:53.068845 [ 286 ] {e89c9e79-ae6c-492a-9812-cfd0c60a979b} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4201 2025.01.22 09:44:53.069085 [ 286 ] {e89c9e79-ae6c-492a-9812-cfd0c60a979b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.20 MiB/sec.
4202 2025.01.22 09:44:53.069180 [ 286 ] {e89c9e79-ae6c-492a-9812-cfd0c60a979b} <Debug> TCPHandler: Processed in 0.002357434 sec.
4203 2025.01.22 09:44:53.069357 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4204 2025.01.22 09:44:53.069461 [ 283 ] {b223ea9e-fa06-4394-8397-17b91c07f5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4205 2025.01.22 09:44:53.069504 [ 283 ] {b223ea9e-fa06-4394-8397-17b91c07f5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4206 2025.01.22 09:44:53.070051 [ 283 ] {b223ea9e-fa06-4394-8397-17b91c07f5a6} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4207 2025.01.22 09:44:53.070089 [ 283 ] {b223ea9e-fa06-4394-8397-17b91c07f5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4208 2025.01.22 09:44:53.070435 [ 283 ] {b223ea9e-fa06-4394-8397-17b91c07f5a6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4209 2025.01.22 09:44:53.070670 [ 283 ] {b223ea9e-fa06-4394-8397-17b91c07f5a6} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4210 2025.01.22 09:44:53.070915 [ 283 ] {b223ea9e-fa06-4394-8397-17b91c07f5a6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001463 sec., 43745.72795625427 rows/sec., 3.41 MiB/sec.
4211 2025.01.22 09:44:53.071007 [ 283 ] {b223ea9e-fa06-4394-8397-17b91c07f5a6} <Debug> TCPHandler: Processed in 0.001705582 sec.
4212 2025.01.22 09:44:53.071286 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4213 2025.01.22 09:44:53.071472 [ 286 ] {e7c4c570-3336-44b8-a4ae-fe1abc707578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4214 2025.01.22 09:44:53.071536 [ 286 ] {e7c4c570-3336-44b8-a4ae-fe1abc707578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4215 2025.01.22 09:44:53.072151 [ 286 ] {e7c4c570-3336-44b8-a4ae-fe1abc707578} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4216 2025.01.22 09:44:53.072192 [ 286 ] {e7c4c570-3336-44b8-a4ae-fe1abc707578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4217 2025.01.22 09:44:53.072603 [ 286 ] {e7c4c570-3336-44b8-a4ae-fe1abc707578} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4218 2025.01.22 09:44:53.072854 [ 286 ] {e7c4c570-3336-44b8-a4ae-fe1abc707578} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4219 2025.01.22 09:44:53.073073 [ 286 ] {e7c4c570-3336-44b8-a4ae-fe1abc707578} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec.
4220 2025.01.22 09:44:53.073127 [ 286 ] {e7c4c570-3336-44b8-a4ae-fe1abc707578} <Debug> TCPHandler: Processed in 0.002011607 sec.
4221 2025.01.22 09:44:53.073311 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4222 2025.01.22 09:44:53.073437 [ 283 ] {01ed2452-553e-4304-9a54-aedebb131dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4223 2025.01.22 09:44:53.073492 [ 283 ] {01ed2452-553e-4304-9a54-aedebb131dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4224 2025.01.22 09:44:53.073962 [ 283 ] {01ed2452-553e-4304-9a54-aedebb131dd3} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4225 2025.01.22 09:44:53.074000 [ 283 ] {01ed2452-553e-4304-9a54-aedebb131dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4226 2025.01.22 09:44:53.074344 [ 283 ] {01ed2452-553e-4304-9a54-aedebb131dd3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4227 2025.01.22 09:44:53.074569 [ 283 ] {01ed2452-553e-4304-9a54-aedebb131dd3} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4228 2025.01.22 09:44:53.074786 [ 283 ] {01ed2452-553e-4304-9a54-aedebb131dd3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec.
4229 2025.01.22 09:44:53.074901 [ 283 ] {01ed2452-553e-4304-9a54-aedebb131dd3} <Debug> TCPHandler: Processed in 0.001649761 sec.
4230 2025.01.22 09:44:56.758342 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache
4231 2025.01.22 09:44:56.758416 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache
4232 2025.01.22 09:44:56.864862 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
4233 2025.01.22 09:44:56.865585 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4234 2025.01.22 09:44:56.865643 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4235 2025.01.22 09:44:56.866252 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4236 2025.01.22 09:44:56.866508 [ 243 ] {} <Trace> system.asynchronous_metric_log (e92ae4ba-2dd4-4cda-912b-a612c97a6a96): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4237 2025.01.22 09:44:56.866748 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
4238 2025.01.22 09:44:56.895263 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 612
4239 2025.01.22 09:44:56.898136 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4240 2025.01.22 09:44:56.898178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4241 2025.01.22 09:44:56.899715 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
4242 2025.01.22 09:44:56.900034 [ 244 ] {} <Trace> system.query_log (4a35e8c0-0dcb-4ac7-802e-bbbf2962bad6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4243 2025.01.22 09:44:56.901022 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 612
4244 2025.01.22 09:44:57.471301 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
4245 2025.01.22 09:44:57.493305 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4246 2025.01.22 09:44:57.493373 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4247 2025.01.22 09:44:57.501201 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4248 2025.01.22 09:44:57.501998 [ 242 ] {} <Trace> system.metric_log (8c8aa432-5cd2-449e-b8b7-e6e8113adcc3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4249 2025.01.22 09:44:57.504883 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
4250 2025.01.22 09:44:58.072800 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4251 2025.01.22 09:44:58.073012 [ 286 ] {45ac5999-a248-426d-9b55-da3b00ae51d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4252 2025.01.22 09:44:58.073095 [ 286 ] {45ac5999-a248-426d-9b55-da3b00ae51d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4253 2025.01.22 09:44:58.073954 [ 286 ] {45ac5999-a248-426d-9b55-da3b00ae51d4} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4254 2025.01.22 09:44:58.074006 [ 286 ] {45ac5999-a248-426d-9b55-da3b00ae51d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4255 2025.01.22 09:44:58.074439 [ 286 ] {45ac5999-a248-426d-9b55-da3b00ae51d4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4256 2025.01.22 09:44:58.074695 [ 286 ] {45ac5999-a248-426d-9b55-da3b00ae51d4} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4257 2025.01.22 09:44:58.074893 [ 85 ] {} <Debug> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4258 2025.01.22 09:44:58.074960 [ 286 ] {45ac5999-a248-426d-9b55-da3b00ae51d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002003 sec., 6989.515726410385 rows/sec., 503.15 KiB/sec.
4259 2025.01.22 09:44:58.074981 [ 85 ] {} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4260 2025.01.22 09:44:58.075045 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4261 2025.01.22 09:44:58.075100 [ 286 ] {45ac5999-a248-426d-9b55-da3b00ae51d4} <Debug> TCPHandler: Processed in 0.002438625 sec.
4262 2025.01.22 09:44:58.075405 [ 187 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
4263 2025.01.22 09:44:58.075426 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4264 2025.01.22 09:44:58.075675 [ 187 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4265 2025.01.22 09:44:58.075676 [ 283 ] {b0a75e39-6f14-4242-9a3d-c89d0290c54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4266 2025.01.22 09:44:58.075719 [ 187 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part
4267 2025.01.22 09:44:58.075763 [ 283 ] {b0a75e39-6f14-4242-9a3d-c89d0290c54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4268 2025.01.22 09:44:58.075921 [ 187 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
4269 2025.01.22 09:44:58.076134 [ 187 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part
4270 2025.01.22 09:44:58.076372 [ 187 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part
4271 2025.01.22 09:44:58.076602 [ 187 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
4272 2025.01.22 09:44:58.077758 [ 283 ] {b0a75e39-6f14-4242-9a3d-c89d0290c54c} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4273 2025.01.22 09:44:58.077806 [ 283 ] {b0a75e39-6f14-4242-9a3d-c89d0290c54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4274 2025.01.22 09:44:58.078069 [ 197 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002916544 sec., 24001.009413881635 rows/sec., 1.78 MiB/sec.
4275 2025.01.22 09:44:58.078392 [ 197 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4276 2025.01.22 09:44:58.078608 [ 283 ] {b0a75e39-6f14-4242-9a3d-c89d0290c54c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4277 2025.01.22 09:44:58.079018 [ 197 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4278 2025.01.22 09:44:58.079085 [ 283 ] {b0a75e39-6f14-4242-9a3d-c89d0290c54c} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4279 2025.01.22 09:44:58.079213 [ 197 ] {6304a080-a7b5-43e4-860b-94eb6eaeac5e::all_1_13_3} <Trace> oximeter.fields_i16 (6304a080-a7b5-43e4-860b-94eb6eaeac5e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4280 2025.01.22 09:44:58.079340 [ 85 ] {} <Debug> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4281 2025.01.22 09:44:58.079429 [ 85 ] {} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4282 2025.01.22 09:44:58.079501 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4283 2025.01.22 09:44:58.079506 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4284 2025.01.22 09:44:58.079571 [ 283 ] {b0a75e39-6f14-4242-9a3d-c89d0290c54c} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.003946 sec., 71211.35326913331 rows/sec., 6.29 MiB/sec.
4285 2025.01.22 09:44:58.079722 [ 283 ] {b0a75e39-6f14-4242-9a3d-c89d0290c54c} <Debug> TCPHandler: Processed in 0.004463373 sec.
4286 2025.01.22 09:44:58.079736 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
4287 2025.01.22 09:44:58.079852 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4288 2025.01.22 09:44:58.079877 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1429 rows starting from the beginning of the part
4289 2025.01.22 09:44:58.079909 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4290 2025.01.22 09:44:58.079978 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
4291 2025.01.22 09:44:58.080157 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1419 rows starting from the beginning of the part
4292 2025.01.22 09:44:58.080213 [ 286 ] {6aeaa73f-3965-4873-b5fe-a0a859f697f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4293 2025.01.22 09:44:58.080309 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 66 rows starting from the beginning of the part
4294 2025.01.22 09:44:58.080357 [ 286 ] {6aeaa73f-3965-4873-b5fe-a0a859f697f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4295 2025.01.22 09:44:58.080529 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part
4296 2025.01.22 09:44:58.080753 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 281 rows starting from the beginning of the part
4297 2025.01.22 09:44:58.081747 [ 286 ] {6aeaa73f-3965-4873-b5fe-a0a859f697f3} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4298 2025.01.22 09:44:58.081790 [ 286 ] {6aeaa73f-3965-4873-b5fe-a0a859f697f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4299 2025.01.22 09:44:58.082255 [ 286 ] {6aeaa73f-3965-4873-b5fe-a0a859f697f3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4300 2025.01.22 09:44:58.082505 [ 286 ] {6aeaa73f-3965-4873-b5fe-a0a859f697f3} <Trace> oximeter.fields_u16 (885eb076-077a-4373-9caa-780fafe4e3f5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4301 2025.01.22 09:44:58.083053 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.003443224 sec., 960437.0787378341 rows/sec., 84.15 MiB/sec.
4302 2025.01.22 09:44:58.083136 [ 286 ] {6aeaa73f-3965-4873-b5fe-a0a859f697f3} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002967 sec., 15503.875968992248 rows/sec., 1.12 MiB/sec.
4303 2025.01.22 09:44:58.083457 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4304 2025.01.22 09:44:58.083460 [ 286 ] {6aeaa73f-3965-4873-b5fe-a0a859f697f3} <Debug> TCPHandler: Processed in 0.003620187 sec.
4305 2025.01.22 09:44:58.083638 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4306 2025.01.22 09:44:58.083789 [ 283 ] {b6198d35-724e-4b50-80f3-07f07a15985a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4307 2025.01.22 09:44:58.083795 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4308 2025.01.22 09:44:58.083856 [ 283 ] {b6198d35-724e-4b50-80f3-07f07a15985a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4309 2025.01.22 09:44:58.083906 [ 187 ] {1661de46-cc42-4eb8-82df-5ebd4a5675af::all_1_31_6} <Trace> oximeter.fields_string (1661de46-cc42-4eb8-82df-5ebd4a5675af) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4310 2025.01.22 09:44:58.083994 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB.
4311 2025.01.22 09:44:58.084548 [ 283 ] {b6198d35-724e-4b50-80f3-07f07a15985a} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4312 2025.01.22 09:44:58.084594 [ 283 ] {b6198d35-724e-4b50-80f3-07f07a15985a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4313 2025.01.22 09:44:58.084990 [ 283 ] {b6198d35-724e-4b50-80f3-07f07a15985a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4314 2025.01.22 09:44:58.085223 [ 283 ] {b6198d35-724e-4b50-80f3-07f07a15985a} <Trace> oximeter.fields_u32 (7ee7b5ad-e8a3-4746-8ebb-417773bd6135): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4315 2025.01.22 09:44:58.085476 [ 283 ] {b6198d35-724e-4b50-80f3-07f07a15985a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001717 sec., 8153.756552125801 rows/sec., 571.04 KiB/sec.
4316 2025.01.22 09:44:58.085643 [ 283 ] {b6198d35-724e-4b50-80f3-07f07a15985a} <Debug> TCPHandler: Processed in 0.002064168 sec.
4317 2025.01.22 09:44:58.085784 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4318 2025.01.22 09:44:58.085894 [ 286 ] {f7b9283d-e62c-48c4-9bc7-cd5690ec4990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4319 2025.01.22 09:44:58.085938 [ 286 ] {f7b9283d-e62c-48c4-9bc7-cd5690ec4990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4320 2025.01.22 09:44:58.086502 [ 286 ] {f7b9283d-e62c-48c4-9bc7-cd5690ec4990} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4321 2025.01.22 09:44:58.086541 [ 286 ] {f7b9283d-e62c-48c4-9bc7-cd5690ec4990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4322 2025.01.22 09:44:58.086899 [ 286 ] {f7b9283d-e62c-48c4-9bc7-cd5690ec4990} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4323 2025.01.22 09:44:58.087151 [ 286 ] {f7b9283d-e62c-48c4-9bc7-cd5690ec4990} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4324 2025.01.22 09:44:58.087311 [ 85 ] {} <Debug> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
4325 2025.01.22 09:44:58.087374 [ 85 ] {} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4326 2025.01.22 09:44:58.087390 [ 286 ] {f7b9283d-e62c-48c4-9bc7-cd5690ec4990} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00151 sec., 8609.271523178808 rows/sec., 536.79 KiB/sec.
4327 2025.01.22 09:44:58.087424 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4328 2025.01.22 09:44:58.087532 [ 286 ] {f7b9283d-e62c-48c4-9bc7-cd5690ec4990} <Debug> TCPHandler: Processed in 0.001795653 sec.
4329 2025.01.22 09:44:58.087642 [ 189 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full
4330 2025.01.22 09:44:58.087712 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4331 2025.01.22 09:44:58.087802 [ 189 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4332 2025.01.22 09:44:58.087880 [ 189 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 13 rows starting from the beginning of the part
4333 2025.01.22 09:44:58.087939 [ 283 ] {805ed00c-2174-4bfe-8ee1-25dac6929097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4334 2025.01.22 09:44:58.088082 [ 283 ] {805ed00c-2174-4bfe-8ee1-25dac6929097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4335 2025.01.22 09:44:58.088141 [ 189 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 13 rows starting from the beginning of the part
4336 2025.01.22 09:44:58.088527 [ 189 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part
4337 2025.01.22 09:44:58.088804 [ 189 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part
4338 2025.01.22 09:44:58.089244 [ 189 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part
4339 2025.01.22 09:44:58.090714 [ 283 ] {805ed00c-2174-4bfe-8ee1-25dac6929097} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4340 2025.01.22 09:44:58.090786 [ 283 ] {805ed00c-2174-4bfe-8ee1-25dac6929097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4341 2025.01.22 09:44:58.091699 [ 189 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004167088 sec., 15598.42268749784 rows/sec., 1.01 MiB/sec.
4342 2025.01.22 09:44:58.091797 [ 283 ] {805ed00c-2174-4bfe-8ee1-25dac6929097} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4343 2025.01.22 09:44:58.091901 [ 193 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
4344 2025.01.22 09:44:58.092279 [ 283 ] {805ed00c-2174-4bfe-8ee1-25dac6929097} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4345 2025.01.22 09:44:58.092444 [ 193 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4346 2025.01.22 09:44:58.092555 [ 85 ] {} <Debug> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4347 2025.01.22 09:44:58.092666 [ 85 ] {} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4348 2025.01.22 09:44:58.092737 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4349 2025.01.22 09:44:58.092744 [ 193 ] {89cb2e3d-d62b-412b-b367-c9c494002840::all_1_13_3} <Trace> oximeter.fields_u8 (89cb2e3d-d62b-412b-b367-c9c494002840) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
4350 2025.01.22 09:44:58.092817 [ 283 ] {805ed00c-2174-4bfe-8ee1-25dac6929097} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00492 sec., 85569.10569105692 rows/sec., 6.11 MiB/sec.
4351 2025.01.22 09:44:58.093224 [ 283 ] {805ed00c-2174-4bfe-8ee1-25dac6929097} <Debug> TCPHandler: Processed in 0.005579494 sec.
4352 2025.01.22 09:44:58.093467 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4353 2025.01.22 09:44:58.093535 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4354 2025.01.22 09:44:58.093622 [ 196 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
4355 2025.01.22 09:44:58.093803 [ 286 ] {c859787c-782b-400b-866b-876221e1272e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4356 2025.01.22 09:44:58.093943 [ 286 ] {c859787c-782b-400b-866b-876221e1272e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4357 2025.01.22 09:44:58.093946 [ 196 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4358 2025.01.22 09:44:58.094050 [ 196 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part
4359 2025.01.22 09:44:58.094382 [ 196 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
4360 2025.01.22 09:44:58.094833 [ 196 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 885 rows starting from the beginning of the part
4361 2025.01.22 09:44:58.095121 [ 196 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 72 rows starting from the beginning of the part
4362 2025.01.22 09:44:58.095290 [ 196 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part
4363 2025.01.22 09:44:58.095694 [ 196 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part
4364 2025.01.22 09:44:58.096400 [ 286 ] {c859787c-782b-400b-866b-876221e1272e} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4365 2025.01.22 09:44:58.096460 [ 286 ] {c859787c-782b-400b-866b-876221e1272e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4366 2025.01.22 09:44:58.097378 [ 286 ] {c859787c-782b-400b-866b-876221e1272e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4367 2025.01.22 09:44:58.097925 [ 286 ] {c859787c-782b-400b-866b-876221e1272e} <Trace> oximeter.measurements_bool (77ff42f3-3d65-4d33-b7a8-e7cabd8dfd1d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4368 2025.01.22 09:44:58.098363 [ 286 ] {c859787c-782b-400b-866b-876221e1272e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004603 sec., 1303.497718878992 rows/sec., 68.10 KiB/sec.
4369 2025.01.22 09:44:58.098616 [ 286 ] {c859787c-782b-400b-866b-876221e1272e} <Debug> TCPHandler: Processed in 0.005267167 sec.
4370 2025.01.22 09:44:58.098888 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4371 2025.01.22 09:44:58.099048 [ 186 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.006089853 sec., 396561.29630715225 rows/sec., 30.41 MiB/sec.
4372 2025.01.22 09:44:58.099105 [ 283 ] {a7815a06-e062-495a-bc95-99da8cdd5839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4373 2025.01.22 09:44:58.099186 [ 283 ] {a7815a06-e062-495a-bc95-99da8cdd5839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4374 2025.01.22 09:44:58.099357 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4375 2025.01.22 09:44:58.099920 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4376 2025.01.22 09:44:58.100123 [ 193 ] {97f67065-7067-49ce-b0b4-3b8beb432a02::all_1_31_6} <Trace> oximeter.fields_uuid (97f67065-7067-49ce-b0b4-3b8beb432a02) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4377 2025.01.22 09:44:58.100296 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB.
4378 2025.01.22 09:44:58.100447 [ 283 ] {a7815a06-e062-495a-bc95-99da8cdd5839} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4379 2025.01.22 09:44:58.100489 [ 283 ] {a7815a06-e062-495a-bc95-99da8cdd5839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4380 2025.01.22 09:44:58.100875 [ 283 ] {a7815a06-e062-495a-bc95-99da8cdd5839} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4381 2025.01.22 09:44:58.101108 [ 283 ] {a7815a06-e062-495a-bc95-99da8cdd5839} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4382 2025.01.22 09:44:58.101272 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4383 2025.01.22 09:44:58.101325 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4384 2025.01.22 09:44:58.101352 [ 283 ] {a7815a06-e062-495a-bc95-99da8cdd5839} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002295 sec., 103267.97385620914 rows/sec., 6.92 MiB/sec.
4385 2025.01.22 09:44:58.101367 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4386 2025.01.22 09:44:58.101534 [ 283 ] {a7815a06-e062-495a-bc95-99da8cdd5839} <Debug> TCPHandler: Processed in 0.002788692 sec.
4387 2025.01.22 09:44:58.101601 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
4388 2025.01.22 09:44:58.101748 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4389 2025.01.22 09:44:58.101779 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4390 2025.01.22 09:44:58.101824 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8732 rows starting from the beginning of the part
4391 2025.01.22 09:44:58.102055 [ 286 ] {efc3e843-d576-4022-963c-240ee9bf2e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4392 2025.01.22 09:44:58.102074 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
4393 2025.01.22 09:44:58.102228 [ 286 ] {efc3e843-d576-4022-963c-240ee9bf2e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4394 2025.01.22 09:44:58.102381 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 961 rows starting from the beginning of the part
4395 2025.01.22 09:44:58.102740 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 130 rows starting from the beginning of the part
4396 2025.01.22 09:44:58.103040 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
4397 2025.01.22 09:44:58.103454 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part
4398 2025.01.22 09:44:58.104670 [ 286 ] {efc3e843-d576-4022-963c-240ee9bf2e18} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4399 2025.01.22 09:44:58.104737 [ 286 ] {efc3e843-d576-4022-963c-240ee9bf2e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4400 2025.01.22 09:44:58.106006 [ 286 ] {efc3e843-d576-4022-963c-240ee9bf2e18} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
4401 2025.01.22 09:44:58.106496 [ 286 ] {efc3e843-d576-4022-963c-240ee9bf2e18} <Trace> oximeter.measurements_f64 (df64dcbd-158a-4143-a856-310277b36325): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4402 2025.01.22 09:44:58.106843 [ 286 ] {efc3e843-d576-4022-963c-240ee9bf2e18} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004943 sec., 202.30629172567265 rows/sec., 13.63 KiB/sec.
4403 2025.01.22 09:44:58.106936 [ 286 ] {efc3e843-d576-4022-963c-240ee9bf2e18} <Debug> TCPHandler: Processed in 0.005293868 sec.
4404 2025.01.22 09:44:58.107110 [ 283 ] {} <Trace> TCP-Session: fcd97ae4-3518-4fbd-8032-4d6587043e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4405 2025.01.22 09:44:58.107240 [ 283 ] {82055942-6031-4551-9199-ad3721a09a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54287) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4406 2025.01.22 09:44:58.107320 [ 283 ] {82055942-6031-4551-9199-ad3721a09a9d} <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
4407 2025.01.22 09:44:58.109362 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10380 rows, containing 5 columns (5 merged, 0 gathered) in 0.007878356 sec., 1317533.7595813137 rows/sec., 88.87 MiB/sec.
4408 2025.01.22 09:44:58.109692 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4409 2025.01.22 09:44:58.109703 [ 283 ] {82055942-6031-4551-9199-ad3721a09a9d} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4410 2025.01.22 09:44:58.109774 [ 283 ] {82055942-6031-4551-9199-ad3721a09a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4411 2025.01.22 09:44:58.110233 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4412 2025.01.22 09:44:58.110411 [ 201 ] {8cbe4e5b-6ae7-4095-880e-60878a0deb0b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8cbe4e5b-6ae7-4095-880e-60878a0deb0b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4413 2025.01.22 09:44:58.110543 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB.
4414 2025.01.22 09:44:58.110906 [ 283 ] {82055942-6031-4551-9199-ad3721a09a9d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
4415 2025.01.22 09:44:58.111173 [ 283 ] {82055942-6031-4551-9199-ad3721a09a9d} <Trace> oximeter.measurements_histogramu64 (1b692590-3d00-4997-bd70-8c964ff9dfdf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4416 2025.01.22 09:44:58.111493 [ 283 ] {82055942-6031-4551-9199-ad3721a09a9d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004269 sec., 9135.628952916373 rows/sec., 16.37 MiB/sec.
4417 2025.01.22 09:44:58.111702 [ 283 ] {82055942-6031-4551-9199-ad3721a09a9d} <Debug> TCPHandler: Processed in 0.004676907 sec.
4418 2025.01.22 09:44:58.111856 [ 286 ] {} <Trace> TCP-Session: 4e8d5f2f-baca-4f7d-9d55-e7e403040646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4419 2025.01.22 09:44:58.111987 [ 286 ] {b3d8abb6-ba79-46cc-bf41-6d14b0539058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44134) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4420 2025.01.22 09:44:58.112041 [ 286 ] {b3d8abb6-ba79-46cc-bf41-6d14b0539058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4421 2025.01.22 09:44:58.112586 [ 286 ] {b3d8abb6-ba79-46cc-bf41-6d14b0539058} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4422 2025.01.22 09:44:58.112631 [ 286 ] {b3d8abb6-ba79-46cc-bf41-6d14b0539058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4423 2025.01.22 09:44:58.113042 [ 286 ] {b3d8abb6-ba79-46cc-bf41-6d14b0539058} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4424 2025.01.22 09:44:58.113275 [ 286 ] {b3d8abb6-ba79-46cc-bf41-6d14b0539058} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4425 2025.01.22 09:44:58.113425 [ 85 ] {} <Debug> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4426 2025.01.22 09:44:58.113480 [ 85 ] {} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4427 2025.01.22 09:44:58.113499 [ 286 ] {b3d8abb6-ba79-46cc-bf41-6d14b0539058} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001542 sec., 53177.69130998703 rows/sec., 3.38 MiB/sec.
4428 2025.01.22 09:44:58.113527 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB.
4429 2025.01.22 09:44:58.113626 [ 286 ] {b3d8abb6-ba79-46cc-bf41-6d14b0539058} <Debug> TCPHandler: Processed in 0.001829234 sec.
4430 2025.01.22 09:44:58.113778 [ 186 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full
4431 2025.01.22 09:44:58.113929 [ 186 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4432 2025.01.22 09:44:58.113970 [ 186 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part
4433 2025.01.22 09:44:58.114107 [ 186 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part
4434 2025.01.22 09:44:58.114288 [ 186 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part
4435 2025.01.22 09:44:58.114395 [ 186 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part
4436 2025.01.22 09:44:58.114593 [ 186 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
4437 2025.01.22 09:44:58.114691 [ 186 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part
4438 2025.01.22 09:44:58.115993 [ 191 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002352834 sec., 804986.6671426884 rows/sec., 52.49 MiB/sec.
4439 2025.01.22 09:44:58.116255 [ 198 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4440 2025.01.22 09:44:58.116605 [ 198 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4441 2025.01.22 09:44:58.116711 [ 198 ] {3edcfc4b-9711-4ab5-b81c-a822bdcb730d::all_1_31_6} <Trace> oximeter.measurements_u64 (3edcfc4b-9711-4ab5-b81c-a822bdcb730d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4442 2025.01.22 09:44:58.116804 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.