Max level shown:
1 [ Dec 5 07:27:02 Enabled. ]
2 [ Dec 5 07:27:02 Rereading configuration. ]
3 [ Dec 5 07:27:04 Rereading configuration. ]
4 [ Dec 5 07:27:07 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 [ Dec 5 07:27:07 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 2024.12.05 07:27:08.375285 [ 1 ] {} <Information> Application: Will watch for the process with pid 24906
29 2024.12.05 07:27:08.375666 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2024.12.05 07:27:08.620215 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24906
31 2024.12.05 07:27:08.620921 [ 1 ] {} <Information> Application: starting up
32 2024.12.05 07:27:08.621604 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2024.12.05 07:27:08.706940 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2024.12.05 07:27:08.734615 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2024.12.05 07:27:08.734667 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2024.12.05 07:27:08.734682 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2024.12.05 07:27:08.734754 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2024.12.05 07:27:08.735170 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2024.12.05 07:27:08.736998 [ 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 2024.12.05 07:27:08.737701 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2024.12.05 07:27:08.738519 [ 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 2024.12.05 07:27:08.738541 [ 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 2024.12.05 07:27:08.738556 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2024.12.05 07:27:08.738720 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2024.12.05 07:27:08.739698 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2024.12.05 07:27:08.745132 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2024.12.05 07:27:08.745900 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2024.12.05 07:27:08.747226 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2024.12.05 07:27:08.747293 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2024.12.05 07:27:08.748790 [ 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 2024.12.05 07:27:08.749268 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2024.12.05 07:27:08.753665 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2024.12.05 07:27:08.754013 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2024.12.05 07:27:08.755499 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2024.12.05 07:27:08.755929 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2024.12.05 07:27:08.756271 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2024.12.05 07:27:08.756713 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2024.12.05 07:27:08.758035 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2024.12.05 07:27:08.758062 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2024.12.05 07:27:08.758128 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache
65 2024.12.05 07:27:08.758298 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache
66 2024.12.05 07:27:08.781609 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2024.12.05 07:27:08.781641 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000168433 sec
68 2024.12.05 07:27:08.781690 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2024.12.05 07:27:08.781709 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2024.12.05 07:27:08.782886 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2024.12.05 07:27:08.783914 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2024.12.05 07:27:08.795296 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2024.12.05 07:27:08.795339 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2024.12.05 07:27:08.795362 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2024.12.05 07:27:08.795376 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2024.12.05 07:27:08.795406 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2024.12.05 07:27:08.795428 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2024.12.05 07:27:08.797943 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2024.12.05 07:27:08.797987 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2024.12.05 07:27:08.798012 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2024.12.05 07:27:08.798195 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2024.12.05 07:27:08.798215 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2024.12.05 07:27:08.798249 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2024.12.05 07:27:08.798269 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2024.12.05 07:27:08.798282 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2024.12.05 07:27:08.798311 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2024.12.05 07:27:08.798330 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2024.12.05 07:27:08.824307 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2024.12.05 07:27:08.833430 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2024.12.05 07:27:08.833461 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.8071e-05 sec
91 2024.12.05 07:27:08.833474 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2024.12.05 07:27:08.833486 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2024.12.05 07:27:08.833508 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2024.12.05 07:27:08.833700 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2024.12.05 07:27:08.833744 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2024.12.05 07:27:08.833758 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2024.12.05 07:27:08.833770 [ 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 2024.12.05 07:27:08.833783 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2024.12.05 07:27:08.845364 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2024.12.05 07:27:08.845565 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.10 MiB (RSS), difference: 92.33 MiB
101 2024.12.05 07:27:08.846499 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3201e-05 sec.
102 2024.12.05 07:27:08.847426 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2024.12.05 07:27:08.847516 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2024.12.05 07:27:08.847535 [ 1 ] {} <Information> Application: Ready for connections.
105 2024.12.05 07:27:09.166263 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51387
106 2024.12.05 07:27:09.166697 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2024.12.05 07:27:09.166788 [ 3 ] {} <Debug> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51387
108 2024.12.05 07:27:09.166842 [ 3 ] {} <Debug> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2024.12.05 07:27:09.166885 [ 3 ] {} <Debug> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2024.12.05 07:27:09.167024 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2024.12.05 07:27:09.167073 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
112 2024.12.05 07:27:09.167119 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
113 2024.12.05 07:27:09.167433 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62846
114 2024.12.05 07:27:09.167577 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2024.12.05 07:27:09.167615 [ 4 ] {} <Debug> TCP-Session: 2cf6ca53-3f21-4c0f-a174-a5cbe981a28d Authenticating user 'default' from [fd00:1122:3344:101::d]:62846
116 2024.12.05 07:27:09.167642 [ 4 ] {} <Debug> TCP-Session: 2cf6ca53-3f21-4c0f-a174-a5cbe981a28d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2024.12.05 07:27:09.167673 [ 4 ] {} <Debug> TCP-Session: 2cf6ca53-3f21-4c0f-a174-a5cbe981a28d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2024.12.05 07:27:09.168408 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49975
119 2024.12.05 07:27:09.168415 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36986
120 2024.12.05 07:27:09.168496 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42072
121 2024.12.05 07:27:09.168546 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
122 2024.12.05 07:27:09.168778 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2024.12.05 07:27:09.168804 [ 253 ] {} <Debug> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Authenticating user 'default' from [fd00:1122:3344:101::d]:49975
124 2024.12.05 07:27:09.168817 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59138
125 2024.12.05 07:27:09.168844 [ 5 ] {} <Debug> TCP-Session: f4eef9c5-d015-4247-a650-7c5c65e151dd Authenticating user 'default' from [fd00:1122:3344:101::d]:36986
126 2024.12.05 07:27:09.168771 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
127 2024.12.05 07:27:09.168898 [ 253 ] {} <Debug> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2024.12.05 07:27:09.168936 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51271
129 2024.12.05 07:27:09.168943 [ 5 ] {} <Debug> TCP-Session: f4eef9c5-d015-4247-a650-7c5c65e151dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
130 2024.12.05 07:27:09.169104 [ 5 ] {} <Debug> TCP-Session: f4eef9c5-d015-4247-a650-7c5c65e151dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
131 2024.12.05 07:27:09.169132 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64811
132 2024.12.05 07:27:09.169284 [ 253 ] {} <Debug> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
133 2024.12.05 07:27:09.169313 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
134 2024.12.05 07:27:09.169191 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
135 2024.12.05 07:27:09.169471 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
136 2024.12.05 07:27:09.169475 [ 256 ] {} <Debug> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Authenticating user 'default' from [fd00:1122:3344:101::d]:51271
137 2024.12.05 07:27:09.169565 [ 257 ] {} <Debug> TCP-Session: 60214a30-f448-4548-b2f8-e4156f3f3b96 Authenticating user 'default' from [fd00:1122:3344:101::d]:64811
138 2024.12.05 07:27:09.169571 [ 256 ] {} <Debug> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2024.12.05 07:27:09.169584 [ 254 ] {} <Debug> TCP-Session: 90c9be25-81e0-4c6d-af3c-8ab3a7681206 Authenticating user 'default' from [fd00:1122:3344:101::d]:42072
140 2024.12.05 07:27:09.169537 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56917
141 2024.12.05 07:27:09.169542 [ 255 ] {} <Debug> TCP-Session: ae6fc40a-4223-4ffa-b0da-f4442ef1e498 Authenticating user 'default' from [fd00:1122:3344:101::d]:59138
142 2024.12.05 07:27:09.169708 [ 256 ] {} <Debug> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
143 2024.12.05 07:27:09.169858 [ 257 ] {} <Debug> TCP-Session: 60214a30-f448-4548-b2f8-e4156f3f3b96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
144 2024.12.05 07:27:09.169856 [ 255 ] {} <Debug> TCP-Session: ae6fc40a-4223-4ffa-b0da-f4442ef1e498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
145 2024.12.05 07:27:09.169723 [ 254 ] {} <Debug> TCP-Session: 90c9be25-81e0-4c6d-af3c-8ab3a7681206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
146 2024.12.05 07:27:09.169987 [ 257 ] {} <Debug> TCP-Session: 60214a30-f448-4548-b2f8-e4156f3f3b96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
147 2024.12.05 07:27:09.170007 [ 255 ] {} <Debug> TCP-Session: ae6fc40a-4223-4ffa-b0da-f4442ef1e498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
148 2024.12.05 07:27:09.170026 [ 254 ] {} <Debug> TCP-Session: 90c9be25-81e0-4c6d-af3c-8ab3a7681206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
149 2024.12.05 07:27:09.169997 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
150 2024.12.05 07:27:09.170657 [ 258 ] {} <Debug> TCP-Session: 3d1e0287-4cec-4f8c-823f-2e92a8ddf9db Authenticating user 'default' from [fd00:1122:3344:101::d]:56917
151 2024.12.05 07:27:09.170708 [ 258 ] {} <Debug> TCP-Session: 3d1e0287-4cec-4f8c-823f-2e92a8ddf9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2024.12.05 07:27:09.170727 [ 258 ] {} <Debug> TCP-Session: 3d1e0287-4cec-4f8c-823f-2e92a8ddf9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2024.12.05 07:27:09.171462 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
154 2024.12.05 07:27:09.174463 [ 3 ] {4aa951de-b5cc-4ca7-9230-d12dab6c7f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2024.12.05 07:27:09.299124 [ 3 ] {4aa951de-b5cc-4ca7-9230-d12dab6c7f25} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51387) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
156 
157 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
158 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
159 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
160 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
161 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
162 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
163 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
164 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
165 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
166 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
167 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
168 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
169 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
170 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
171 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
172 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
173 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
174 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
175 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
176 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
177 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
178 
179 2024.12.05 07:27:09.300487 [ 3 ] {4aa951de-b5cc-4ca7-9230-d12dab6c7f25} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
180 
181 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
182 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
183 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
184 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
185 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
186 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
187 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
188 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
189 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
190 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
191 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
192 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
193 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
194 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
195 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
196 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
197 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
198 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
199 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
200 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
201 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
202 
203 2024.12.05 07:27:09.300615 [ 3 ] {4aa951de-b5cc-4ca7-9230-d12dab6c7f25} <Debug> TCPHandler: Processed in 0.130827464 sec.
204 2024.12.05 07:27:09.301061 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2024.12.05 07:27:09.301323 [ 253 ] {ec2d2c3e-1d21-4f3d-9ad9-a9af15834d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2024.12.05 07:27:09.301653 [ 253 ] {ec2d2c3e-1d21-4f3d-9ad9-a9af15834d24} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49975) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below):
207 
208 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
209 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
210 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
211 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
212 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
213 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
214 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
215 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
216 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
217 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
218 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
219 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
220 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
221 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
222 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
223 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
224 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
225 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
226 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
227 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
228 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
229 
230 2024.12.05 07:27:09.301774 [ 253 ] {ec2d2c3e-1d21-4f3d-9ad9-a9af15834d24} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below):
231 
232 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse
233 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse
234 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse
235 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse
236 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse
237 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse
238 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse
239 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse
240 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse
241 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse
242 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse
243 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse
244 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse
245 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse
246 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse
247 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse
248 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse
249 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse
250 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse
251 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse
252 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1
253 
254 2024.12.05 07:27:09.301855 [ 253 ] {ec2d2c3e-1d21-4f3d-9ad9-a9af15834d24} <Debug> TCPHandler: Processed in 0.001015225 sec.
255 2024.12.05 07:27:09.302138 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2024.12.05 07:27:09.303481 [ 3 ] {ca711b3d-7724-4472-94fb-dbbee772bb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) DROP DATABASE IF EXISTS oximeter (stage: Complete)
257 2024.12.05 07:27:09.304158 [ 3 ] {ca711b3d-7724-4472-94fb-dbbee772bb78} <Debug> TCPHandler: Processed in 0.002143422 sec.
258 2024.12.05 07:27:09.304482 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
259 2024.12.05 07:27:09.304691 [ 253 ] {779f8975-5fc2-4880-b547-6bd59f74b3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
260 2024.12.05 07:27:09.304849 [ 253 ] {779f8975-5fc2-4880-b547-6bd59f74b3f2} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
261 2024.12.05 07:27:09.310972 [ 253 ] {779f8975-5fc2-4880-b547-6bd59f74b3f2} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
262 2024.12.05 07:27:09.310998 [ 253 ] {779f8975-5fc2-4880-b547-6bd59f74b3f2} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9791e-05 sec
263 2024.12.05 07:27:09.311017 [ 253 ] {779f8975-5fc2-4880-b547-6bd59f74b3f2} <Trace> ReferentialDeps: No tables
264 2024.12.05 07:27:09.311045 [ 253 ] {779f8975-5fc2-4880-b547-6bd59f74b3f2} <Trace> LoadingDeps: No tables
265 2024.12.05 07:27:09.311072 [ 253 ] {779f8975-5fc2-4880-b547-6bd59f74b3f2} <Information> DatabaseAtomic (oximeter): Starting up tables.
266 2024.12.05 07:27:09.311133 [ 253 ] {779f8975-5fc2-4880-b547-6bd59f74b3f2} <Debug> TCPHandler: Processed in 0.00677193 sec.
267 2024.12.05 07:27:09.311320 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
268 2024.12.05 07:27:09.311523 [ 3 ] {636f0b2a-d103-428a-870f-3806e7be377f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) /* The version table contains metadata about the `oximeter` database */
269 CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete)
270 2024.12.05 07:27:09.311575 [ 3 ] {636f0b2a-d103-428a-870f-3806e7be377f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
271 2024.12.05 07:27:09.319699 [ 3 ] {636f0b2a-d103-428a-870f-3806e7be377f} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
272 2024.12.05 07:27:09.327391 [ 3 ] {636f0b2a-d103-428a-870f-3806e7be377f} <Debug> oximeter.version (7bcfdefd-963a-4d1d-9e1a-b5cc2f396a11): Loading data parts
273 2024.12.05 07:27:09.328036 [ 3 ] {636f0b2a-d103-428a-870f-3806e7be377f} <Debug> oximeter.version (7bcfdefd-963a-4d1d-9e1a-b5cc2f396a11): There are no data parts
274 2024.12.05 07:27:09.337083 [ 3 ] {636f0b2a-d103-428a-870f-3806e7be377f} <Debug> TCPHandler: Processed in 0.025820122 sec.
275 2024.12.05 07:27:09.337303 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
276 2024.12.05 07:27:09.337566 [ 253 ] {db0443cc-1376-4976-930f-ec950de54c75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) /* The measurement tables contain all individual samples from each timeseries.
277 *
278 * Each table stores a single datum type, and otherwise contains nearly the same
279 * structure. The primary sorting key is on the timeseries name, key, and then
280 * timestamp, so that all timeseries from the same schema are grouped, followed
281 * by all samples from the same timeseries.
282 *
283 * This reflects that one usually looks up the _key_ in one or more field table,
284 * and then uses that to index quickly into the measurements tables.
285 */
286 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)
287 2024.12.05 07:27:09.337656 [ 253 ] {db0443cc-1376-4976-930f-ec950de54c75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
288 2024.12.05 07:27:09.355119 [ 253 ] {db0443cc-1376-4976-930f-ec950de54c75} <Debug> oximeter.measurements_bool (6bfa583a-5975-4397-89f1-f78723897964): Loading data parts
289 2024.12.05 07:27:09.355522 [ 253 ] {db0443cc-1376-4976-930f-ec950de54c75} <Debug> oximeter.measurements_bool (6bfa583a-5975-4397-89f1-f78723897964): There are no data parts
290 2024.12.05 07:27:09.361821 [ 253 ] {db0443cc-1376-4976-930f-ec950de54c75} <Debug> TCPHandler: Processed in 0.024585943 sec.
291 2024.12.05 07:27:09.362084 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
292 2024.12.05 07:27:09.362379 [ 3 ] {849fba23-77f9-418c-a639-0c60c24dedf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
293 2024.12.05 07:27:09.362449 [ 3 ] {849fba23-77f9-418c-a639-0c60c24dedf5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
294 2024.12.05 07:27:09.366908 [ 3 ] {849fba23-77f9-418c-a639-0c60c24dedf5} <Debug> oximeter.measurements_i8 (19fe0675-b5a9-4e07-a73f-2f38036da303): Loading data parts
295 2024.12.05 07:27:09.367125 [ 3 ] {849fba23-77f9-418c-a639-0c60c24dedf5} <Debug> oximeter.measurements_i8 (19fe0675-b5a9-4e07-a73f-2f38036da303): There are no data parts
296 2024.12.05 07:27:09.373683 [ 3 ] {849fba23-77f9-418c-a639-0c60c24dedf5} <Debug> TCPHandler: Processed in 0.011664462 sec.
297 2024.12.05 07:27:09.373942 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
298 2024.12.05 07:27:09.374284 [ 253 ] {ae891f36-3177-4597-8f62-aef8e548678b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
299 2024.12.05 07:27:09.374371 [ 253 ] {ae891f36-3177-4597-8f62-aef8e548678b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
300 2024.12.05 07:27:09.381156 [ 253 ] {ae891f36-3177-4597-8f62-aef8e548678b} <Debug> oximeter.measurements_u8 (82cd6b98-a119-46d9-9c15-cd00e7c569fe): Loading data parts
301 2024.12.05 07:27:09.381383 [ 253 ] {ae891f36-3177-4597-8f62-aef8e548678b} <Debug> oximeter.measurements_u8 (82cd6b98-a119-46d9-9c15-cd00e7c569fe): There are no data parts
302 2024.12.05 07:27:09.388351 [ 253 ] {ae891f36-3177-4597-8f62-aef8e548678b} <Debug> TCPHandler: Processed in 0.014518405 sec.
303 2024.12.05 07:27:09.388570 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
304 2024.12.05 07:27:09.388849 [ 3 ] {a1a17c9d-f82d-416a-82e3-5a2462aa2b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
305 2024.12.05 07:27:09.388928 [ 3 ] {a1a17c9d-f82d-416a-82e3-5a2462aa2b42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
306 2024.12.05 07:27:09.393307 [ 3 ] {a1a17c9d-f82d-416a-82e3-5a2462aa2b42} <Debug> oximeter.measurements_i16 (eeb05e42-b1d8-4f1d-8421-165ca499cd6d): Loading data parts
307 2024.12.05 07:27:09.393494 [ 3 ] {a1a17c9d-f82d-416a-82e3-5a2462aa2b42} <Debug> oximeter.measurements_i16 (eeb05e42-b1d8-4f1d-8421-165ca499cd6d): There are no data parts
308 2024.12.05 07:27:09.394877 [ 3 ] {a1a17c9d-f82d-416a-82e3-5a2462aa2b42} <Debug> TCPHandler: Processed in 0.006375744 sec.
309 2024.12.05 07:27:09.395064 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
310 2024.12.05 07:27:09.395275 [ 253 ] {f047adbc-6c80-43f7-8cb3-3f66bcaac17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
311 2024.12.05 07:27:09.395352 [ 253 ] {f047adbc-6c80-43f7-8cb3-3f66bcaac17b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
312 2024.12.05 07:27:09.400650 [ 253 ] {f047adbc-6c80-43f7-8cb3-3f66bcaac17b} <Debug> oximeter.measurements_u16 (9c4f072a-bbf9-4d92-a06f-aa2928c2d913): Loading data parts
313 2024.12.05 07:27:09.400907 [ 253 ] {f047adbc-6c80-43f7-8cb3-3f66bcaac17b} <Debug> oximeter.measurements_u16 (9c4f072a-bbf9-4d92-a06f-aa2928c2d913): There are no data parts
314 2024.12.05 07:27:09.406720 [ 253 ] {f047adbc-6c80-43f7-8cb3-3f66bcaac17b} <Debug> TCPHandler: Processed in 0.011715513 sec.
315 2024.12.05 07:27:09.406908 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
316 2024.12.05 07:27:09.407145 [ 3 ] {44f7d05f-13ce-4755-97b5-67388ccb5cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
317 2024.12.05 07:27:09.407211 [ 3 ] {44f7d05f-13ce-4755-97b5-67388ccb5cf0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
318 2024.12.05 07:27:09.410857 [ 3 ] {44f7d05f-13ce-4755-97b5-67388ccb5cf0} <Debug> oximeter.measurements_i32 (409b806a-7944-40d9-95ae-f82d0ac6d1d0): Loading data parts
319 2024.12.05 07:27:09.411032 [ 3 ] {44f7d05f-13ce-4755-97b5-67388ccb5cf0} <Debug> oximeter.measurements_i32 (409b806a-7944-40d9-95ae-f82d0ac6d1d0): There are no data parts
320 2024.12.05 07:27:09.412653 [ 3 ] {44f7d05f-13ce-4755-97b5-67388ccb5cf0} <Debug> TCPHandler: Processed in 0.005803146 sec.
321 2024.12.05 07:27:09.412839 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
322 2024.12.05 07:27:09.413046 [ 253 ] {b5b02b8e-de68-4b36-90f5-1acc2939ec8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
323 2024.12.05 07:27:09.413124 [ 253 ] {b5b02b8e-de68-4b36-90f5-1acc2939ec8c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
324 2024.12.05 07:27:09.418461 [ 253 ] {b5b02b8e-de68-4b36-90f5-1acc2939ec8c} <Debug> oximeter.measurements_u32 (3f914120-472f-42e3-bf63-a46e47248cf4): Loading data parts
325 2024.12.05 07:27:09.418715 [ 253 ] {b5b02b8e-de68-4b36-90f5-1acc2939ec8c} <Debug> oximeter.measurements_u32 (3f914120-472f-42e3-bf63-a46e47248cf4): There are no data parts
326 2024.12.05 07:27:09.427038 [ 253 ] {b5b02b8e-de68-4b36-90f5-1acc2939ec8c} <Debug> TCPHandler: Processed in 0.014253101 sec.
327 2024.12.05 07:27:09.427399 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
328 2024.12.05 07:27:09.427750 [ 3 ] {79efb525-ca08-496b-b1ba-efab8beb528f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
329 2024.12.05 07:27:09.427816 [ 3 ] {79efb525-ca08-496b-b1ba-efab8beb528f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
330 2024.12.05 07:27:09.431542 [ 3 ] {79efb525-ca08-496b-b1ba-efab8beb528f} <Debug> oximeter.measurements_i64 (253e2f3f-c9b7-46a1-ad5a-deecb54c882a): Loading data parts
331 2024.12.05 07:27:09.431762 [ 3 ] {79efb525-ca08-496b-b1ba-efab8beb528f} <Debug> oximeter.measurements_i64 (253e2f3f-c9b7-46a1-ad5a-deecb54c882a): There are no data parts
332 2024.12.05 07:27:09.437559 [ 3 ] {79efb525-ca08-496b-b1ba-efab8beb528f} <Debug> TCPHandler: Processed in 0.010287722 sec.
333 2024.12.05 07:27:09.437840 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
334 2024.12.05 07:27:09.438223 [ 253 ] {aa31694e-3469-4069-9adf-2730e6f3667e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
335 2024.12.05 07:27:09.438303 [ 253 ] {aa31694e-3469-4069-9adf-2730e6f3667e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
336 2024.12.05 07:27:09.444078 [ 253 ] {aa31694e-3469-4069-9adf-2730e6f3667e} <Debug> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Loading data parts
337 2024.12.05 07:27:09.444333 [ 253 ] {aa31694e-3469-4069-9adf-2730e6f3667e} <Debug> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): There are no data parts
338 2024.12.05 07:27:09.450209 [ 253 ] {aa31694e-3469-4069-9adf-2730e6f3667e} <Debug> TCPHandler: Processed in 0.012475134 sec.
339 2024.12.05 07:27:09.450575 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
340 2024.12.05 07:27:09.450813 [ 3 ] {c560546d-de59-4048-913b-e518327624a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
341 2024.12.05 07:27:09.450860 [ 3 ] {c560546d-de59-4048-913b-e518327624a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
342 2024.12.05 07:27:09.454285 [ 3 ] {c560546d-de59-4048-913b-e518327624a5} <Debug> oximeter.measurements_f32 (2512e8da-6564-4077-bff8-4344b4edf06f): Loading data parts
343 2024.12.05 07:27:09.454443 [ 3 ] {c560546d-de59-4048-913b-e518327624a5} <Debug> oximeter.measurements_f32 (2512e8da-6564-4077-bff8-4344b4edf06f): There are no data parts
344 2024.12.05 07:27:09.455709 [ 3 ] {c560546d-de59-4048-913b-e518327624a5} <Debug> TCPHandler: Processed in 0.005254108 sec.
345 2024.12.05 07:27:09.455924 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
346 2024.12.05 07:27:09.456135 [ 253 ] {6a75c750-c30a-4410-9b6e-7db26b91d803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
347 2024.12.05 07:27:09.456207 [ 253 ] {6a75c750-c30a-4410-9b6e-7db26b91d803} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
348 2024.12.05 07:27:09.461414 [ 253 ] {6a75c750-c30a-4410-9b6e-7db26b91d803} <Debug> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Loading data parts
349 2024.12.05 07:27:09.461609 [ 253 ] {6a75c750-c30a-4410-9b6e-7db26b91d803} <Debug> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): There are no data parts
350 2024.12.05 07:27:09.470378 [ 253 ] {6a75c750-c30a-4410-9b6e-7db26b91d803} <Debug> TCPHandler: Processed in 0.014507074 sec.
351 2024.12.05 07:27:09.470657 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
352 2024.12.05 07:27:09.470884 [ 3 ] {ca58d281-a412-4660-98e4-9518846db2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
353 2024.12.05 07:27:09.470932 [ 3 ] {ca58d281-a412-4660-98e4-9518846db2bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
354 2024.12.05 07:27:09.474661 [ 3 ] {ca58d281-a412-4660-98e4-9518846db2bc} <Debug> oximeter.measurements_string (3ad92371-36b7-41d6-adbe-d40500fdb617): Loading data parts
355 2024.12.05 07:27:09.474889 [ 3 ] {ca58d281-a412-4660-98e4-9518846db2bc} <Debug> oximeter.measurements_string (3ad92371-36b7-41d6-adbe-d40500fdb617): There are no data parts
356 2024.12.05 07:27:09.480996 [ 3 ] {ca58d281-a412-4660-98e4-9518846db2bc} <Debug> TCPHandler: Processed in 0.010393903 sec.
357 2024.12.05 07:27:09.481424 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
358 2024.12.05 07:27:09.481721 [ 253 ] {c8e7e88c-d623-4b82-84ec-7d8c7e5c1b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
359 * NOTE: Right now we can't unambiguously record a nullable byte array.
360 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
361 * a string isn't palatable for a few reasons.
362 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
363 * details.
364 */
365 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
366 2024.12.05 07:27:09.481803 [ 253 ] {c8e7e88c-d623-4b82-84ec-7d8c7e5c1b8e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
367 2024.12.05 07:27:09.489153 [ 253 ] {c8e7e88c-d623-4b82-84ec-7d8c7e5c1b8e} <Debug> oximeter.measurements_bytes (a08dfe36-37b6-4ee9-9f3b-f510bc5e8f22): Loading data parts
368 2024.12.05 07:27:09.489400 [ 253 ] {c8e7e88c-d623-4b82-84ec-7d8c7e5c1b8e} <Debug> oximeter.measurements_bytes (a08dfe36-37b6-4ee9-9f3b-f510bc5e8f22): There are no data parts
369 2024.12.05 07:27:09.496872 [ 253 ] {c8e7e88c-d623-4b82-84ec-7d8c7e5c1b8e} <Debug> TCPHandler: Processed in 0.01557916 sec.
370 2024.12.05 07:27:09.497077 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
371 2024.12.05 07:27:09.497329 [ 3 ] {4765d4c7-d5c8-453d-bbf3-4494b485d481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
372 2024.12.05 07:27:09.497413 [ 3 ] {4765d4c7-d5c8-453d-bbf3-4494b485d481} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
373 2024.12.05 07:27:09.506228 [ 3 ] {4765d4c7-d5c8-453d-bbf3-4494b485d481} <Debug> oximeter.measurements_cumulativei64 (29f812ce-808c-43b3-b36d-6015b1e81cdf): Loading data parts
374 2024.12.05 07:27:09.506400 [ 3 ] {4765d4c7-d5c8-453d-bbf3-4494b485d481} <Debug> oximeter.measurements_cumulativei64 (29f812ce-808c-43b3-b36d-6015b1e81cdf): There are no data parts
375 2024.12.05 07:27:09.512896 [ 3 ] {4765d4c7-d5c8-453d-bbf3-4494b485d481} <Debug> TCPHandler: Processed in 0.015876525 sec.
376 2024.12.05 07:27:09.513078 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
377 2024.12.05 07:27:09.513323 [ 253 ] {ab55defb-8c75-4ffb-af0d-c782acc6c546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
378 2024.12.05 07:27:09.513394 [ 253 ] {ab55defb-8c75-4ffb-af0d-c782acc6c546} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
379 2024.12.05 07:27:09.520487 [ 253 ] {ab55defb-8c75-4ffb-af0d-c782acc6c546} <Debug> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Loading data parts
380 2024.12.05 07:27:09.520677 [ 253 ] {ab55defb-8c75-4ffb-af0d-c782acc6c546} <Debug> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): There are no data parts
381 2024.12.05 07:27:09.528818 [ 253 ] {ab55defb-8c75-4ffb-af0d-c782acc6c546} <Debug> TCPHandler: Processed in 0.015793073 sec.
382 2024.12.05 07:27:09.529052 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
383 2024.12.05 07:27:09.529289 [ 3 ] {9cce2767-8515-425d-a810-d1af1a1f8ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
384 2024.12.05 07:27:09.529373 [ 3 ] {9cce2767-8515-425d-a810-d1af1a1f8ef0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
385 2024.12.05 07:27:09.533956 [ 3 ] {9cce2767-8515-425d-a810-d1af1a1f8ef0} <Debug> oximeter.measurements_cumulativef32 (59a473f5-766c-4d62-aaa5-563aed084eb2): Loading data parts
386 2024.12.05 07:27:09.534248 [ 3 ] {9cce2767-8515-425d-a810-d1af1a1f8ef0} <Debug> oximeter.measurements_cumulativef32 (59a473f5-766c-4d62-aaa5-563aed084eb2): There are no data parts
387 2024.12.05 07:27:09.535835 [ 3 ] {9cce2767-8515-425d-a810-d1af1a1f8ef0} <Debug> TCPHandler: Processed in 0.006850871 sec.
388 2024.12.05 07:27:09.536058 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
389 2024.12.05 07:27:09.536279 [ 253 ] {d826db0d-cf54-44c2-83c4-c567221c4ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
390 2024.12.05 07:27:09.536354 [ 253 ] {d826db0d-cf54-44c2-83c4-c567221c4ebd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
391 2024.12.05 07:27:09.541632 [ 253 ] {d826db0d-cf54-44c2-83c4-c567221c4ebd} <Debug> oximeter.measurements_cumulativef64 (0ab142e6-c8bd-4293-a50d-854220c6c9ce): Loading data parts
392 2024.12.05 07:27:09.541807 [ 253 ] {d826db0d-cf54-44c2-83c4-c567221c4ebd} <Debug> oximeter.measurements_cumulativef64 (0ab142e6-c8bd-4293-a50d-854220c6c9ce): There are no data parts
393 2024.12.05 07:27:09.548446 [ 253 ] {d826db0d-cf54-44c2-83c4-c567221c4ebd} <Debug> TCPHandler: Processed in 0.012448184 sec.
394 2024.12.05 07:27:09.548722 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
395 2024.12.05 07:27:09.549270 [ 3 ] {c30b21df-887f-482f-9bb1-3a6c46d37c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
396 * NOTE: Array types cannot be Nullable, see
397 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
398 * for more details.
399 *
400 * This means we need to use empty arrays to indicate a missing value. This
401 * is unfortunate, and at this point relies on the fact that an
402 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
403 * to figure out another way to represent missing samples here.
404 */
405 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)
406 2024.12.05 07:27:09.549353 [ 3 ] {c30b21df-887f-482f-9bb1-3a6c46d37c69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
407 2024.12.05 07:27:09.553263 [ 3 ] {c30b21df-887f-482f-9bb1-3a6c46d37c69} <Debug> oximeter.measurements_histogrami8 (b53803db-e9c3-48f3-8280-043d3e790fe1): Loading data parts
408 2024.12.05 07:27:09.553466 [ 3 ] {c30b21df-887f-482f-9bb1-3a6c46d37c69} <Debug> oximeter.measurements_histogrami8 (b53803db-e9c3-48f3-8280-043d3e790fe1): There are no data parts
409 2024.12.05 07:27:09.559051 [ 3 ] {c30b21df-887f-482f-9bb1-3a6c46d37c69} <Debug> TCPHandler: Processed in 0.010444164 sec.
410 2024.12.05 07:27:09.559268 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
411 2024.12.05 07:27:09.559620 [ 253 ] {79dd4437-41d6-48f1-9e91-f77994d16f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
412 2024.12.05 07:27:09.559720 [ 253 ] {79dd4437-41d6-48f1-9e91-f77994d16f31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
413 2024.12.05 07:27:09.565857 [ 253 ] {79dd4437-41d6-48f1-9e91-f77994d16f31} <Debug> oximeter.measurements_histogramu8 (ff4e5226-d140-4fc6-8e38-58d5a2bd9e86): Loading data parts
414 2024.12.05 07:27:09.566114 [ 253 ] {79dd4437-41d6-48f1-9e91-f77994d16f31} <Debug> oximeter.measurements_histogramu8 (ff4e5226-d140-4fc6-8e38-58d5a2bd9e86): There are no data parts
415 2024.12.05 07:27:09.574315 [ 253 ] {79dd4437-41d6-48f1-9e91-f77994d16f31} <Debug> TCPHandler: Processed in 0.015116003 sec.
416 2024.12.05 07:27:09.574494 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
417 2024.12.05 07:27:09.574819 [ 3 ] {e0d539e0-848e-43e5-b1be-5441cb4421d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
418 2024.12.05 07:27:09.574900 [ 3 ] {e0d539e0-848e-43e5-b1be-5441cb4421d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
419 2024.12.05 07:27:09.578832 [ 3 ] {e0d539e0-848e-43e5-b1be-5441cb4421d9} <Debug> oximeter.measurements_histogrami16 (af59526d-d321-45a0-a404-6e4c740b07b7): Loading data parts
420 2024.12.05 07:27:09.578981 [ 3 ] {e0d539e0-848e-43e5-b1be-5441cb4421d9} <Debug> oximeter.measurements_histogrami16 (af59526d-d321-45a0-a404-6e4c740b07b7): There are no data parts
421 2024.12.05 07:27:09.580497 [ 3 ] {e0d539e0-848e-43e5-b1be-5441cb4421d9} <Debug> TCPHandler: Processed in 0.006059239 sec.
422 2024.12.05 07:27:09.580716 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
423 2024.12.05 07:27:09.581009 [ 253 ] {a9970d2b-99c9-44a7-ad81-dcfca3cff01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
424 2024.12.05 07:27:09.581097 [ 253 ] {a9970d2b-99c9-44a7-ad81-dcfca3cff01b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
425 2024.12.05 07:27:09.586567 [ 253 ] {a9970d2b-99c9-44a7-ad81-dcfca3cff01b} <Debug> oximeter.measurements_histogramu16 (72df0d1a-e7bd-4907-834e-54316bce300e): Loading data parts
426 2024.12.05 07:27:09.586715 [ 253 ] {a9970d2b-99c9-44a7-ad81-dcfca3cff01b} <Debug> oximeter.measurements_histogramu16 (72df0d1a-e7bd-4907-834e-54316bce300e): There are no data parts
427 2024.12.05 07:27:09.588300 [ 253 ] {a9970d2b-99c9-44a7-ad81-dcfca3cff01b} <Debug> TCPHandler: Processed in 0.007642683 sec.
428 2024.12.05 07:27:09.588481 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
429 2024.12.05 07:27:09.588798 [ 3 ] {de0f86fd-125b-409e-87ac-7a7b8edb4af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
430 2024.12.05 07:27:09.588873 [ 3 ] {de0f86fd-125b-409e-87ac-7a7b8edb4af5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
431 2024.12.05 07:27:09.594582 [ 3 ] {de0f86fd-125b-409e-87ac-7a7b8edb4af5} <Debug> oximeter.measurements_histogrami32 (1e0b0285-a638-4cc4-a1e1-17866ba3e4fc): Loading data parts
432 2024.12.05 07:27:09.594815 [ 3 ] {de0f86fd-125b-409e-87ac-7a7b8edb4af5} <Debug> oximeter.measurements_histogrami32 (1e0b0285-a638-4cc4-a1e1-17866ba3e4fc): There are no data parts
433 2024.12.05 07:27:09.600995 [ 3 ] {de0f86fd-125b-409e-87ac-7a7b8edb4af5} <Debug> TCPHandler: Processed in 0.012566615 sec.
434 2024.12.05 07:27:09.601296 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
435 2024.12.05 07:27:09.601645 [ 253 ] {b9393a39-c1a4-4fb1-b4a0-80c957f3d18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
436 2024.12.05 07:27:09.601747 [ 253 ] {b9393a39-c1a4-4fb1-b4a0-80c957f3d18b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
437 2024.12.05 07:27:09.607945 [ 253 ] {b9393a39-c1a4-4fb1-b4a0-80c957f3d18b} <Debug> oximeter.measurements_histogramu32 (8687f886-535f-464b-8c58-c906208fdb07): Loading data parts
438 2024.12.05 07:27:09.608098 [ 253 ] {b9393a39-c1a4-4fb1-b4a0-80c957f3d18b} <Debug> oximeter.measurements_histogramu32 (8687f886-535f-464b-8c58-c906208fdb07): There are no data parts
439 2024.12.05 07:27:09.615294 [ 253 ] {b9393a39-c1a4-4fb1-b4a0-80c957f3d18b} <Debug> TCPHandler: Processed in 0.014065018 sec.
440 2024.12.05 07:27:09.615614 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
441 2024.12.05 07:27:09.615923 [ 3 ] {4750e3f7-d73a-4357-b533-c3e9c5838eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
442 2024.12.05 07:27:09.616004 [ 3 ] {4750e3f7-d73a-4357-b533-c3e9c5838eaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
443 2024.12.05 07:27:09.619864 [ 3 ] {4750e3f7-d73a-4357-b533-c3e9c5838eaa} <Debug> oximeter.measurements_histogrami64 (fa88e9a3-9209-4df8-a6c5-b4388827669b): Loading data parts
444 2024.12.05 07:27:09.620045 [ 3 ] {4750e3f7-d73a-4357-b533-c3e9c5838eaa} <Debug> oximeter.measurements_histogrami64 (fa88e9a3-9209-4df8-a6c5-b4388827669b): There are no data parts
445 2024.12.05 07:27:09.627014 [ 3 ] {4750e3f7-d73a-4357-b533-c3e9c5838eaa} <Debug> TCPHandler: Processed in 0.01147715 sec.
446 2024.12.05 07:27:09.627419 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
447 2024.12.05 07:27:09.627840 [ 253 ] {22cce49c-d489-455f-aa32-9f2a919715c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
448 2024.12.05 07:27:09.627949 [ 253 ] {22cce49c-d489-455f-aa32-9f2a919715c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
449 2024.12.05 07:27:09.634242 [ 253 ] {22cce49c-d489-455f-aa32-9f2a919715c1} <Debug> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Loading data parts
450 2024.12.05 07:27:09.634500 [ 253 ] {22cce49c-d489-455f-aa32-9f2a919715c1} <Debug> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): There are no data parts
451 2024.12.05 07:27:09.636460 [ 253 ] {22cce49c-d489-455f-aa32-9f2a919715c1} <Debug> TCPHandler: Processed in 0.009174016 sec.
452 2024.12.05 07:27:09.636656 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
453 2024.12.05 07:27:09.637002 [ 3 ] {421cabe6-dbd3-4caf-bb05-c84b5605cf49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
454 2024.12.05 07:27:09.637112 [ 3 ] {421cabe6-dbd3-4caf-bb05-c84b5605cf49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
455 2024.12.05 07:27:09.640928 [ 3 ] {421cabe6-dbd3-4caf-bb05-c84b5605cf49} <Debug> oximeter.measurements_histogramf32 (e816a1a5-f575-4504-84e1-073c9526974e): Loading data parts
456 2024.12.05 07:27:09.641103 [ 3 ] {421cabe6-dbd3-4caf-bb05-c84b5605cf49} <Debug> oximeter.measurements_histogramf32 (e816a1a5-f575-4504-84e1-073c9526974e): There are no data parts
457 2024.12.05 07:27:09.642548 [ 3 ] {421cabe6-dbd3-4caf-bb05-c84b5605cf49} <Debug> TCPHandler: Processed in 0.005958688 sec.
458 2024.12.05 07:27:09.642751 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
459 2024.12.05 07:27:09.643065 [ 253 ] {8135c97d-eb5b-4119-9dc3-66ffebadda95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
460 2024.12.05 07:27:09.643154 [ 253 ] {8135c97d-eb5b-4119-9dc3-66ffebadda95} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
461 2024.12.05 07:27:09.651393 [ 253 ] {8135c97d-eb5b-4119-9dc3-66ffebadda95} <Debug> oximeter.measurements_histogramf64 (60af8cf9-cb6e-4048-b3a2-774070d31d8c): Loading data parts
462 2024.12.05 07:27:09.651589 [ 253 ] {8135c97d-eb5b-4119-9dc3-66ffebadda95} <Debug> oximeter.measurements_histogramf64 (60af8cf9-cb6e-4048-b3a2-774070d31d8c): There are no data parts
463 2024.12.05 07:27:09.653502 [ 253 ] {8135c97d-eb5b-4119-9dc3-66ffebadda95} <Debug> TCPHandler: Processed in 0.01080766 sec.
464 2024.12.05 07:27:09.653691 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
465 2024.12.05 07:27:09.653950 [ 3 ] {104ea2de-34d8-46e2-a550-5f3804dda539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) /* The field tables store named dimensions of each timeseries.
466 *
467 * As with the measurement tables, there is one field table for each field data
468 * type. Fields are deduplicated by using the "replacing merge tree", though
469 * this behavior **must not** be relied upon for query correctness.
470 *
471 * The index for the fields differs from the measurements, however. Rows are
472 * sorted by timeseries name, then field name, field value, and finally
473 * timeseries key. This reflects the most common pattern for looking them up:
474 * by field name and possibly value, within a timeseries. The resulting keys are
475 * usually then used to look up measurements.
476 *
477 * NOTE: We may want to consider a secondary index on these tables, sorting by
478 * timeseries name and then key, since it would improve lookups where one
479 * already has the key. Realistically though, these tables are quite small and
480 * so performance benefits will be low in absolute terms.
481 *
482 * TTL: We use a materialized column to expire old field table records. This
483 * column is generated automatically by the database whenever a new row is
484 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
485 * query. Since these tables are `ReplacingMergeTree`s, that means the last
486 * record will remain during a deduplication, which will have the last
487 * timestamp. ClickHouse will then expire old data for us, similar to the
488 * measurement tables.
489 */
490 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)
491 2024.12.05 07:27:09.654056 [ 3 ] {104ea2de-34d8-46e2-a550-5f3804dda539} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
492 2024.12.05 07:27:09.657264 [ 3 ] {104ea2de-34d8-46e2-a550-5f3804dda539} <Debug> oximeter.fields_bool (e8611354-37d2-4233-b2db-95e254e1bae5): Loading data parts
493 2024.12.05 07:27:09.657458 [ 3 ] {104ea2de-34d8-46e2-a550-5f3804dda539} <Debug> oximeter.fields_bool (e8611354-37d2-4233-b2db-95e254e1bae5): There are no data parts
494 2024.12.05 07:27:09.658726 [ 3 ] {104ea2de-34d8-46e2-a550-5f3804dda539} <Debug> TCPHandler: Processed in 0.005101916 sec.
495 2024.12.05 07:27:09.658926 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
496 2024.12.05 07:27:09.659184 [ 253 ] {6c5d6fcb-e657-4e06-b33b-9f9b2c2ca939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
497 2024.12.05 07:27:09.659259 [ 253 ] {6c5d6fcb-e657-4e06-b33b-9f9b2c2ca939} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
498 2024.12.05 07:27:09.669696 [ 253 ] {6c5d6fcb-e657-4e06-b33b-9f9b2c2ca939} <Debug> oximeter.fields_i8 (f4f7cc2b-3962-47d6-a6b0-e3603c6f7743): Loading data parts
499 2024.12.05 07:27:09.669845 [ 253 ] {6c5d6fcb-e657-4e06-b33b-9f9b2c2ca939} <Debug> oximeter.fields_i8 (f4f7cc2b-3962-47d6-a6b0-e3603c6f7743): There are no data parts
500 2024.12.05 07:27:09.673310 [ 253 ] {6c5d6fcb-e657-4e06-b33b-9f9b2c2ca939} <Debug> TCPHandler: Processed in 0.014440083 sec.
501 2024.12.05 07:27:09.673487 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
502 2024.12.05 07:27:09.673693 [ 3 ] {4a2acb1e-7740-4cfc-a094-9d9657837dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
503 2024.12.05 07:27:09.673781 [ 3 ] {4a2acb1e-7740-4cfc-a094-9d9657837dfe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
504 2024.12.05 07:27:09.676992 [ 3 ] {4a2acb1e-7740-4cfc-a094-9d9657837dfe} <Debug> oximeter.fields_u8 (c2d01d20-2b6e-482d-846e-866f75fb8c92): Loading data parts
505 2024.12.05 07:27:09.677190 [ 3 ] {4a2acb1e-7740-4cfc-a094-9d9657837dfe} <Debug> oximeter.fields_u8 (c2d01d20-2b6e-482d-846e-866f75fb8c92): There are no data parts
506 2024.12.05 07:27:09.678476 [ 3 ] {4a2acb1e-7740-4cfc-a094-9d9657837dfe} <Debug> TCPHandler: Processed in 0.005047115 sec.
507 2024.12.05 07:27:09.678653 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
508 2024.12.05 07:27:09.678898 [ 253 ] {cd5e78e6-2f00-4a30-91bc-751a7497b142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
509 2024.12.05 07:27:09.678968 [ 253 ] {cd5e78e6-2f00-4a30-91bc-751a7497b142} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
510 2024.12.05 07:27:09.687639 [ 253 ] {cd5e78e6-2f00-4a30-91bc-751a7497b142} <Debug> oximeter.fields_i16 (ba501939-8b23-455d-b4d2-9ac369f75b57): Loading data parts
511 2024.12.05 07:27:09.687793 [ 253 ] {cd5e78e6-2f00-4a30-91bc-751a7497b142} <Debug> oximeter.fields_i16 (ba501939-8b23-455d-b4d2-9ac369f75b57): There are no data parts
512 2024.12.05 07:27:09.694627 [ 253 ] {cd5e78e6-2f00-4a30-91bc-751a7497b142} <Debug> TCPHandler: Processed in 0.016030877 sec.
513 2024.12.05 07:27:09.694813 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
514 2024.12.05 07:27:09.695019 [ 3 ] {dabe5706-dd4c-452a-a4ad-5edac8108993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
515 2024.12.05 07:27:09.695107 [ 3 ] {dabe5706-dd4c-452a-a4ad-5edac8108993} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
516 2024.12.05 07:27:09.698682 [ 3 ] {dabe5706-dd4c-452a-a4ad-5edac8108993} <Debug> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Loading data parts
517 2024.12.05 07:27:09.698866 [ 3 ] {dabe5706-dd4c-452a-a4ad-5edac8108993} <Debug> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): There are no data parts
518 2024.12.05 07:27:09.700139 [ 3 ] {dabe5706-dd4c-452a-a4ad-5edac8108993} <Debug> TCPHandler: Processed in 0.00538262 sec.
519 2024.12.05 07:27:09.700330 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
520 2024.12.05 07:27:09.700569 [ 253 ] {e88c68eb-401b-49c1-b256-b140be21a324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
521 2024.12.05 07:27:09.700629 [ 253 ] {e88c68eb-401b-49c1-b256-b140be21a324} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
522 2024.12.05 07:27:09.711134 [ 253 ] {e88c68eb-401b-49c1-b256-b140be21a324} <Debug> oximeter.fields_i32 (d0aee789-cee1-40f2-8acc-73c9ac51184a): Loading data parts
523 2024.12.05 07:27:09.711276 [ 253 ] {e88c68eb-401b-49c1-b256-b140be21a324} <Debug> oximeter.fields_i32 (d0aee789-cee1-40f2-8acc-73c9ac51184a): There are no data parts
524 2024.12.05 07:27:09.715785 [ 253 ] {e88c68eb-401b-49c1-b256-b140be21a324} <Debug> TCPHandler: Processed in 0.015512729 sec.
525 2024.12.05 07:27:09.716032 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
526 2024.12.05 07:27:09.716263 [ 3 ] {53796cb9-461e-456c-b80e-b38ea1d662e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
527 2024.12.05 07:27:09.716345 [ 3 ] {53796cb9-461e-456c-b80e-b38ea1d662e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
528 2024.12.05 07:27:09.719789 [ 3 ] {53796cb9-461e-456c-b80e-b38ea1d662e1} <Debug> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Loading data parts
529 2024.12.05 07:27:09.719984 [ 3 ] {53796cb9-461e-456c-b80e-b38ea1d662e1} <Debug> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): There are no data parts
530 2024.12.05 07:27:09.721274 [ 3 ] {53796cb9-461e-456c-b80e-b38ea1d662e1} <Debug> TCPHandler: Processed in 0.005310758 sec.
531 2024.12.05 07:27:09.721463 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
532 2024.12.05 07:27:09.721697 [ 253 ] {090e281f-7295-493f-bfef-746f58ce77af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
533 2024.12.05 07:27:09.721758 [ 253 ] {090e281f-7295-493f-bfef-746f58ce77af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
534 2024.12.05 07:27:09.730051 [ 253 ] {090e281f-7295-493f-bfef-746f58ce77af} <Debug> oximeter.fields_i64 (485d7ef4-ac8d-4d64-ae83-a5586a050dbd): Loading data parts
535 2024.12.05 07:27:09.730205 [ 253 ] {090e281f-7295-493f-bfef-746f58ce77af} <Debug> oximeter.fields_i64 (485d7ef4-ac8d-4d64-ae83-a5586a050dbd): There are no data parts
536 2024.12.05 07:27:09.732263 [ 253 ] {090e281f-7295-493f-bfef-746f58ce77af} <Debug> TCPHandler: Processed in 0.010856831 sec.
537 2024.12.05 07:27:09.732448 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
538 2024.12.05 07:27:09.732657 [ 3 ] {e4ab2c80-5522-457c-be59-ca0b2e344ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
539 2024.12.05 07:27:09.732803 [ 3 ] {e4ab2c80-5522-457c-be59-ca0b2e344ec7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
540 2024.12.05 07:27:09.735955 [ 3 ] {e4ab2c80-5522-457c-be59-ca0b2e344ec7} <Debug> oximeter.fields_u64 (a8f922f3-ba6b-4b32-ad0f-bfb67a090eaa): Loading data parts
541 2024.12.05 07:27:09.736137 [ 3 ] {e4ab2c80-5522-457c-be59-ca0b2e344ec7} <Debug> oximeter.fields_u64 (a8f922f3-ba6b-4b32-ad0f-bfb67a090eaa): There are no data parts
542 2024.12.05 07:27:09.748563 [ 3 ] {e4ab2c80-5522-457c-be59-ca0b2e344ec7} <Debug> TCPHandler: Processed in 0.016207539 sec.
543 2024.12.05 07:27:09.748841 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
544 2024.12.05 07:27:09.749321 [ 253 ] {bd87a3e2-d65a-4405-ad51-530b6aba0b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
545 2024.12.05 07:27:09.749393 [ 253 ] {bd87a3e2-d65a-4405-ad51-530b6aba0b1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
546 2024.12.05 07:27:09.759089 [ 253 ] {bd87a3e2-d65a-4405-ad51-530b6aba0b1a} <Debug> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Loading data parts
547 2024.12.05 07:27:09.759243 [ 253 ] {bd87a3e2-d65a-4405-ad51-530b6aba0b1a} <Debug> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): There are no data parts
548 2024.12.05 07:27:09.765447 [ 253 ] {bd87a3e2-d65a-4405-ad51-530b6aba0b1a} <Debug> TCPHandler: Processed in 0.016664606 sec.
549 2024.12.05 07:27:09.765668 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
550 2024.12.05 07:27:09.765920 [ 3 ] {1c9af14a-c720-44d5-9083-ede9f0bed643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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)
551 2024.12.05 07:27:09.766024 [ 3 ] {1c9af14a-c720-44d5-9083-ede9f0bed643} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
552 2024.12.05 07:27:09.768350 [ 3 ] {1c9af14a-c720-44d5-9083-ede9f0bed643} <Debug> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Loading data parts
553 2024.12.05 07:27:09.768513 [ 3 ] {1c9af14a-c720-44d5-9083-ede9f0bed643} <Debug> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): There are no data parts
554 2024.12.05 07:27:09.778057 [ 3 ] {1c9af14a-c720-44d5-9083-ede9f0bed643} <Debug> TCPHandler: Processed in 0.012462005 sec.
555 2024.12.05 07:27:09.778289 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
556 2024.12.05 07:27:09.778614 [ 253 ] {e9dafbd1-2dc7-455f-bc21-f8198d347104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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)
557 2024.12.05 07:27:09.778711 [ 253 ] {e9dafbd1-2dc7-455f-bc21-f8198d347104} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
558 2024.12.05 07:27:09.781381 [ 253 ] {e9dafbd1-2dc7-455f-bc21-f8198d347104} <Debug> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Loading data parts
559 2024.12.05 07:27:09.781517 [ 253 ] {e9dafbd1-2dc7-455f-bc21-f8198d347104} <Debug> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): There are no data parts
560 2024.12.05 07:27:09.783960 [ 253 ] {e9dafbd1-2dc7-455f-bc21-f8198d347104} <Debug> TCPHandler: Processed in 0.005738565 sec.
561 2024.12.05 07:27:09.784152 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
562 2024.12.05 07:27:09.784468 [ 3 ] {297c73f8-f166-4e56-aac1-55c91be51459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) /* The timeseries schema table stores the extracted schema for the samples
563 * oximeter collects.
564 */
565 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)
566 2024.12.05 07:27:09.784563 [ 3 ] {297c73f8-f166-4e56-aac1-55c91be51459} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
567 2024.12.05 07:27:09.786375 [ 3 ] {297c73f8-f166-4e56-aac1-55c91be51459} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12): Loading data parts
568 2024.12.05 07:27:09.786536 [ 3 ] {297c73f8-f166-4e56-aac1-55c91be51459} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12): There are no data parts
569 2024.12.05 07:27:09.794695 [ 3 ] {297c73f8-f166-4e56-aac1-55c91be51459} <Debug> TCPHandler: Processed in 0.010597737 sec.
570 2024.12.05 07:27:09.795047 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
571 2024.12.05 07:27:09.795338 [ 253 ] {a536e5e9-866a-4693-b817-4c1228efc186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
572 2024.12.05 07:27:09.796644 [ 253 ] {a536e5e9-866a-4693-b817-4c1228efc186} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
573 2024.12.05 07:27:09.812009 [ 260 ] {a536e5e9-866a-4693-b817-4c1228efc186} <Trace> oximeter.version (7bcfdefd-963a-4d1d-9e1a-b5cc2f396a11): Trying to reserve 1.00 MiB using storage policy from min volume index 0
574 2024.12.05 07:27:09.812050 [ 260 ] {a536e5e9-866a-4693-b817-4c1228efc186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB.
575 2024.12.05 07:27:09.817085 [ 260 ] {a536e5e9-866a-4693-b817-4c1228efc186} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
576 2024.12.05 07:27:09.817437 [ 260 ] {a536e5e9-866a-4693-b817-4c1228efc186} <Trace> oximeter.version (7bcfdefd-963a-4d1d-9e1a-b5cc2f396a11): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
577 2024.12.05 07:27:09.817845 [ 253 ] {a536e5e9-866a-4693-b817-4c1228efc186} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.022596 sec., 44.2556204637989 rows/sec., 708.09 B/sec.
578 2024.12.05 07:27:09.818084 [ 253 ] {a536e5e9-866a-4693-b817-4c1228efc186} <Debug> TCPHandler: Processed in 0.023155372 sec.
579 2024.12.05 07:27:09.867791 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64035
580 2024.12.05 07:27:09.868346 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
581 2024.12.05 07:27:09.868424 [ 261 ] {} <Debug> TCP-Session: 22642aa3-ed10-4c29-8d3f-21d93a8afaba Authenticating user 'default' from [fd00:1122:3344:101::e]:64035
582 2024.12.05 07:27:09.868453 [ 261 ] {} <Debug> TCP-Session: 22642aa3-ed10-4c29-8d3f-21d93a8afaba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
583 2024.12.05 07:27:09.868473 [ 261 ] {} <Debug> TCP-Session: 22642aa3-ed10-4c29-8d3f-21d93a8afaba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
584 2024.12.05 07:27:09.868571 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
585 2024.12.05 07:27:09.868599 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
586 2024.12.05 07:27:09.868643 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
587 2024.12.05 07:27:09.869115 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55704
588 2024.12.05 07:27:09.869188 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33764
589 2024.12.05 07:27:09.869170 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51628
590 2024.12.05 07:27:09.869262 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59320
591 2024.12.05 07:27:09.869522 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50334
592 2024.12.05 07:27:09.869603 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
593 2024.12.05 07:27:09.869662 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
594 2024.12.05 07:27:09.869581 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
595 2024.12.05 07:27:09.869759 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57397
596 2024.12.05 07:27:09.869839 [ 262 ] {} <Debug> TCP-Session: 42b7368e-10d1-4391-ac2e-feb2edebd21e Authenticating user 'default' from [fd00:1122:3344:101::e]:33764
597 2024.12.05 07:27:09.869868 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34910
598 2024.12.05 07:27:09.869862 [ 263 ] {} <Debug> TCP-Session: 943e522f-6d57-4579-abb8-10405514092e Authenticating user 'default' from [fd00:1122:3344:101::e]:55704
599 2024.12.05 07:27:09.870070 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
600 2024.12.05 07:27:09.870111 [ 262 ] {} <Debug> TCP-Session: 42b7368e-10d1-4391-ac2e-feb2edebd21e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
601 2024.12.05 07:27:09.870074 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
602 2024.12.05 07:27:09.870020 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
603 2024.12.05 07:27:09.870295 [ 263 ] {} <Debug> TCP-Session: 943e522f-6d57-4579-abb8-10405514092e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
604 2024.12.05 07:27:09.870135 [ 264 ] {} <Debug> TCP-Session: abe708fb-059e-48b5-8168-02fc63b810c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51628
605 2024.12.05 07:27:09.870340 [ 267 ] {} <Debug> TCP-Session: 7142d796-75a3-421e-bb2b-1192d2aa332b Authenticating user 'default' from [fd00:1122:3344:101::e]:57397
606 2024.12.05 07:27:09.870301 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
607 2024.12.05 07:27:09.870284 [ 266 ] {} <Debug> TCP-Session: c7d8996c-7b72-4581-b033-f9872fc136d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50334
608 2024.12.05 07:27:09.870278 [ 262 ] {} <Debug> TCP-Session: 42b7368e-10d1-4391-ac2e-feb2edebd21e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
609 2024.12.05 07:27:09.870402 [ 264 ] {} <Debug> TCP-Session: abe708fb-059e-48b5-8168-02fc63b810c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
610 2024.12.05 07:27:09.870433 [ 263 ] {} <Debug> TCP-Session: 943e522f-6d57-4579-abb8-10405514092e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
611 2024.12.05 07:27:09.870492 [ 268 ] {} <Debug> TCP-Session: 25aee8ac-b976-4de5-afd7-50d89756795b Authenticating user 'default' from [fd00:1122:3344:101::e]:34910
612 2024.12.05 07:27:09.870457 [ 265 ] {} <Debug> TCP-Session: ba06186d-8873-4e68-a981-310c4d6069fe Authenticating user 'default' from [fd00:1122:3344:101::e]:59320
613 2024.12.05 07:27:09.870569 [ 264 ] {} <Debug> TCP-Session: abe708fb-059e-48b5-8168-02fc63b810c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
614 2024.12.05 07:27:09.870567 [ 267 ] {} <Debug> TCP-Session: 7142d796-75a3-421e-bb2b-1192d2aa332b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
615 2024.12.05 07:27:09.870666 [ 268 ] {} <Debug> TCP-Session: 25aee8ac-b976-4de5-afd7-50d89756795b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
616 2024.12.05 07:27:09.870531 [ 266 ] {} <Debug> TCP-Session: c7d8996c-7b72-4581-b033-f9872fc136d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
617 2024.12.05 07:27:09.870713 [ 265 ] {} <Debug> TCP-Session: ba06186d-8873-4e68-a981-310c4d6069fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
618 2024.12.05 07:27:09.870760 [ 268 ] {} <Debug> TCP-Session: 25aee8ac-b976-4de5-afd7-50d89756795b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
619 2024.12.05 07:27:09.870777 [ 266 ] {} <Debug> TCP-Session: c7d8996c-7b72-4581-b033-f9872fc136d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
620 2024.12.05 07:27:09.870746 [ 267 ] {} <Debug> TCP-Session: 7142d796-75a3-421e-bb2b-1192d2aa332b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
621 2024.12.05 07:27:09.870807 [ 265 ] {} <Debug> TCP-Session: ba06186d-8873-4e68-a981-310c4d6069fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
622 2024.12.05 07:27:10.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.11 MiB, peak 125.11 MiB, free memory in arenas 0.00 B, will set to 139.68 MiB (RSS), difference: 14.57 MiB
623 2024.12.05 07:27:10.910536 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43906
624 2024.12.05 07:27:10.911173 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
625 2024.12.05 07:27:10.911260 [ 269 ] {} <Debug> TCP-Session: f8e9f9e8-05a6-4f70-8371-29b3a1b32c79 Authenticating user 'default' from [fd00:1122:3344:101::a]:43906
626 2024.12.05 07:27:10.911286 [ 269 ] {} <Debug> TCP-Session: f8e9f9e8-05a6-4f70-8371-29b3a1b32c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2024.12.05 07:27:10.911299 [ 269 ] {} <Debug> TCP-Session: f8e9f9e8-05a6-4f70-8371-29b3a1b32c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
628 2024.12.05 07:27:10.911454 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
629 2024.12.05 07:27:10.911483 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
630 2024.12.05 07:27:10.911584 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
631 2024.12.05 07:27:10.912569 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40010
632 2024.12.05 07:27:10.912744 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
633 2024.12.05 07:27:10.912758 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43417
634 2024.12.05 07:27:10.912766 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57500
635 2024.12.05 07:27:10.912795 [ 270 ] {} <Debug> TCP-Session: e3f31dc3-e463-4357-a553-a90b5f1794b3 Authenticating user 'default' from [fd00:1122:3344:101::a]:40010
636 2024.12.05 07:27:10.913032 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50267
637 2024.12.05 07:27:10.913046 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58627
638 2024.12.05 07:27:10.913045 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
639 2024.12.05 07:27:10.913347 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44514
640 2024.12.05 07:27:10.913376 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
641 2024.12.05 07:27:10.913515 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
642 2024.12.05 07:27:10.913655 [ 270 ] {} <Debug> TCP-Session: e3f31dc3-e463-4357-a553-a90b5f1794b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
643 2024.12.05 07:27:10.913737 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59700
644 2024.12.05 07:27:10.913690 [ 271 ] {} <Debug> TCP-Session: 1adc4ae4-0823-4815-b00d-3fc9ee48f4fc Authenticating user 'default' from [fd00:1122:3344:101::a]:57500
645 2024.12.05 07:27:10.913585 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
646 2024.12.05 07:27:10.913833 [ 270 ] {} <Debug> TCP-Session: e3f31dc3-e463-4357-a553-a90b5f1794b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
647 2024.12.05 07:27:10.913815 [ 274 ] {} <Debug> TCP-Session: 0c11f266-49a9-4345-846b-0bd1e961a339 Authenticating user 'default' from [fd00:1122:3344:101::a]:58627
648 2024.12.05 07:27:10.913802 [ 272 ] {} <Debug> TCP-Session: 71c8649f-9391-4b5d-b0d0-dc0718434098 Authenticating user 'default' from [fd00:1122:3344:101::a]:43417
649 2024.12.05 07:27:10.913865 [ 271 ] {} <Debug> TCP-Session: 1adc4ae4-0823-4815-b00d-3fc9ee48f4fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
650 2024.12.05 07:27:10.913985 [ 274 ] {} <Debug> TCP-Session: 0c11f266-49a9-4345-846b-0bd1e961a339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
651 2024.12.05 07:27:10.914066 [ 271 ] {} <Debug> TCP-Session: 1adc4ae4-0823-4815-b00d-3fc9ee48f4fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
652 2024.12.05 07:27:10.914121 [ 274 ] {} <Debug> TCP-Session: 0c11f266-49a9-4345-846b-0bd1e961a339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
653 2024.12.05 07:27:10.914115 [ 272 ] {} <Debug> TCP-Session: 71c8649f-9391-4b5d-b0d0-dc0718434098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
654 2024.12.05 07:27:10.914086 [ 273 ] {} <Debug> TCP-Session: cec645b8-bed0-4fe1-a5e2-a274f5351e69 Authenticating user 'default' from [fd00:1122:3344:101::a]:50267
655 2024.12.05 07:27:10.914204 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
656 2024.12.05 07:27:10.914075 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
657 2024.12.05 07:27:10.914336 [ 275 ] {} <Debug> TCP-Session: f66ab4e9-55d4-4a1e-b493-ddd78841867f Authenticating user 'default' from [fd00:1122:3344:101::a]:44514
658 2024.12.05 07:27:10.914325 [ 272 ] {} <Debug> TCP-Session: 71c8649f-9391-4b5d-b0d0-dc0718434098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
659 2024.12.05 07:27:10.914405 [ 276 ] {} <Debug> TCP-Session: 27f3c62e-1072-4007-9519-a4035fefbae9 Authenticating user 'default' from [fd00:1122:3344:101::a]:59700
660 2024.12.05 07:27:10.914391 [ 275 ] {} <Debug> TCP-Session: f66ab4e9-55d4-4a1e-b493-ddd78841867f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
661 2024.12.05 07:27:10.914376 [ 273 ] {} <Debug> TCP-Session: cec645b8-bed0-4fe1-a5e2-a274f5351e69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2024.12.05 07:27:10.914590 [ 275 ] {} <Debug> TCP-Session: f66ab4e9-55d4-4a1e-b493-ddd78841867f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2024.12.05 07:27:10.914603 [ 276 ] {} <Debug> TCP-Session: 27f3c62e-1072-4007-9519-a4035fefbae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
664 2024.12.05 07:27:10.914669 [ 273 ] {} <Debug> TCP-Session: cec645b8-bed0-4fe1-a5e2-a274f5351e69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
665 2024.12.05 07:27:10.914683 [ 276 ] {} <Debug> TCP-Session: 27f3c62e-1072-4007-9519-a4035fefbae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
666 2024.12.05 07:27:11.610619 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43654
667 2024.12.05 07:27:11.611154 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
668 2024.12.05 07:27:11.611301 [ 277 ] {} <Debug> TCP-Session: 29990a2a-0fe0-438e-802a-1ad67bf7efb6 Authenticating user 'default' from [fd00:1122:3344:101::b]:43654
669 2024.12.05 07:27:11.611327 [ 277 ] {} <Debug> TCP-Session: 29990a2a-0fe0-438e-802a-1ad67bf7efb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
670 2024.12.05 07:27:11.611340 [ 277 ] {} <Debug> TCP-Session: 29990a2a-0fe0-438e-802a-1ad67bf7efb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
671 2024.12.05 07:27:11.611492 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
672 2024.12.05 07:27:11.611522 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
673 2024.12.05 07:27:11.611623 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION
674 2024.12.05 07:27:11.612602 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47727
675 2024.12.05 07:27:11.612761 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47272
676 2024.12.05 07:27:11.612778 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42260
677 2024.12.05 07:27:11.612950 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
678 2024.12.05 07:27:11.612955 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49112
679 2024.12.05 07:27:11.613232 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47656
680 2024.12.05 07:27:11.613316 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
681 2024.12.05 07:27:11.613337 [ 280 ] {} <Debug> TCP-Session: 8a534978-65ed-44a5-b341-499d71e3d629 Authenticating user 'default' from [fd00:1122:3344:101::b]:47272
682 2024.12.05 07:27:11.613374 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
683 2024.12.05 07:27:11.613417 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36541
684 2024.12.05 07:27:11.613630 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50942
685 2024.12.05 07:27:11.613631 [ 280 ] {} <Debug> TCP-Session: 8a534978-65ed-44a5-b341-499d71e3d629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
686 2024.12.05 07:27:11.613781 [ 280 ] {} <Debug> TCP-Session: 8a534978-65ed-44a5-b341-499d71e3d629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
687 2024.12.05 07:27:11.613976 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
688 2024.12.05 07:27:11.614001 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
689 2024.12.05 07:27:11.613990 [ 278 ] {} <Debug> TCP-Session: 1a73d2b5-f715-4069-9771-4ece476cfa7c Authenticating user 'default' from [fd00:1122:3344:101::b]:47727
690 2024.12.05 07:27:11.613959 [ 279 ] {} <Debug> TCP-Session: ccb1f841-d24a-48ad-991e-ecce15194ded Authenticating user 'default' from [fd00:1122:3344:101::b]:42260
691 2024.12.05 07:27:11.614155 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
692 2024.12.05 07:27:11.614184 [ 283 ] {} <Debug> TCP-Session: 159d8784-8175-45f4-b57c-cfd745aa7bfb Authenticating user 'default' from [fd00:1122:3344:101::b]:36541
693 2024.12.05 07:27:11.614255 [ 284 ] {} <Debug> TCP-Session: 52c7fa3e-bd0a-4dbe-951a-22df75662c1d Authenticating user 'default' from [fd00:1122:3344:101::b]:50942
694 2024.12.05 07:27:11.614238 [ 278 ] {} <Debug> TCP-Session: 1a73d2b5-f715-4069-9771-4ece476cfa7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
695 2024.12.05 07:27:11.614280 [ 281 ] {} <Debug> TCP-Session: 0c2e743a-51a8-4910-b3c0-f1d46e59cf62 Authenticating user 'default' from [fd00:1122:3344:101::b]:49112
696 2024.12.05 07:27:11.614360 [ 283 ] {} <Debug> TCP-Session: 159d8784-8175-45f4-b57c-cfd745aa7bfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
697 2024.12.05 07:27:11.614200 [ 279 ] {} <Debug> TCP-Session: ccb1f841-d24a-48ad-991e-ecce15194ded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
698 2024.12.05 07:27:11.614383 [ 278 ] {} <Debug> TCP-Session: 1a73d2b5-f715-4069-9771-4ece476cfa7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
699 2024.12.05 07:27:11.614399 [ 284 ] {} <Debug> TCP-Session: 52c7fa3e-bd0a-4dbe-951a-22df75662c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
700 2024.12.05 07:27:11.614467 [ 281 ] {} <Debug> TCP-Session: 0c2e743a-51a8-4910-b3c0-f1d46e59cf62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
701 2024.12.05 07:27:11.614513 [ 283 ] {} <Debug> TCP-Session: 159d8784-8175-45f4-b57c-cfd745aa7bfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2024.12.05 07:27:11.614577 [ 284 ] {} <Debug> TCP-Session: 52c7fa3e-bd0a-4dbe-951a-22df75662c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
703 2024.12.05 07:27:11.614557 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
704 2024.12.05 07:27:11.614602 [ 281 ] {} <Debug> TCP-Session: 0c2e743a-51a8-4910-b3c0-f1d46e59cf62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
705 2024.12.05 07:27:11.614503 [ 279 ] {} <Debug> TCP-Session: ccb1f841-d24a-48ad-991e-ecce15194ded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2024.12.05 07:27:11.614789 [ 282 ] {} <Debug> TCP-Session: d6caef56-2ca9-4d21-9180-375619090bd9 Authenticating user 'default' from [fd00:1122:3344:101::b]:47656
707 2024.12.05 07:27:11.614893 [ 282 ] {} <Debug> TCP-Session: d6caef56-2ca9-4d21-9180-375619090bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
708 2024.12.05 07:27:11.614989 [ 282 ] {} <Debug> TCP-Session: d6caef56-2ca9-4d21-9180-375619090bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
709 2024.12.05 07:27:13.337612 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43966
710 2024.12.05 07:27:13.338229 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
711 2024.12.05 07:27:13.338262 [ 285 ] {} <Debug> TCP-Session: 7863790b-bcbf-49ed-b249-76207a50b832 Authenticating user 'default' from [fd00:1122:3344:101::c]:43966
712 2024.12.05 07:27:13.338336 [ 285 ] {} <Debug> TCP-Session: 7863790b-bcbf-49ed-b249-76207a50b832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
713 2024.12.05 07:27:13.338351 [ 285 ] {} <Debug> TCP-Session: 7863790b-bcbf-49ed-b249-76207a50b832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
714 2024.12.05 07:27:13.338422 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
715 2024.12.05 07:27:13.338484 [ 285 ] {} <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
716 2024.12.05 07:27:13.338502 [ 285 ] {} <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
717 2024.12.05 07:27:13.339523 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35181
718 2024.12.05 07:27:13.339528 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53118
719 2024.12.05 07:27:13.339828 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59260
720 2024.12.05 07:27:13.339834 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56396
721 2024.12.05 07:27:13.340040 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41736
722 2024.12.05 07:27:13.340041 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
723 2024.12.05 07:27:13.340288 [ 286 ] {} <Debug> TCP-Session: a4a1b98c-2b3a-419a-b237-97f8f004ef4f Authenticating user 'default' from [fd00:1122:3344:101::c]:53118
724 2024.12.05 07:27:13.340456 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61746
725 2024.12.05 07:27:13.340470 [ 286 ] {} <Debug> TCP-Session: a4a1b98c-2b3a-419a-b237-97f8f004ef4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
726 2024.12.05 07:27:13.340302 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46738
727 2024.12.05 07:27:13.340511 [ 286 ] {} <Debug> TCP-Session: a4a1b98c-2b3a-419a-b237-97f8f004ef4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
728 2024.12.05 07:27:13.341160 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
729 2024.12.05 07:27:13.341190 [ 291 ] {} <Debug> TCP-Session: b8950d91-bf6d-4953-aaa7-76b45a3d07d5 Authenticating user 'default' from [fd00:1122:3344:101::c]:46738
730 2024.12.05 07:27:13.341250 [ 291 ] {} <Debug> TCP-Session: b8950d91-bf6d-4953-aaa7-76b45a3d07d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
731 2024.12.05 07:27:13.341265 [ 291 ] {} <Debug> TCP-Session: b8950d91-bf6d-4953-aaa7-76b45a3d07d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
732 2024.12.05 07:27:13.344056 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
733 2024.12.05 07:27:13.344143 [ 289 ] {} <Debug> TCP-Session: 0c2b56b1-2800-4df7-9463-35daba1b8bb4 Authenticating user 'default' from [fd00:1122:3344:101::c]:56396
734 2024.12.05 07:27:13.344162 [ 289 ] {} <Debug> TCP-Session: 0c2b56b1-2800-4df7-9463-35daba1b8bb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
735 2024.12.05 07:27:13.344175 [ 289 ] {} <Debug> TCP-Session: 0c2b56b1-2800-4df7-9463-35daba1b8bb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
736 2024.12.05 07:27:13.353239 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
737 2024.12.05 07:27:13.353287 [ 288 ] {} <Debug> TCP-Session: a1b8c58d-2a9d-4fe3-9f86-178401efde7d Authenticating user 'default' from [fd00:1122:3344:101::c]:59260
738 2024.12.05 07:27:13.353311 [ 288 ] {} <Debug> TCP-Session: a1b8c58d-2a9d-4fe3-9f86-178401efde7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
739 2024.12.05 07:27:13.353326 [ 288 ] {} <Debug> TCP-Session: a1b8c58d-2a9d-4fe3-9f86-178401efde7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
740 2024.12.05 07:27:13.353336 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
741 2024.12.05 07:27:13.353445 [ 290 ] {} <Debug> TCP-Session: 3468a2d4-b9f8-4a97-b663-bc9054dcf34e Authenticating user 'default' from [fd00:1122:3344:101::c]:41736
742 2024.12.05 07:27:13.353479 [ 290 ] {} <Debug> TCP-Session: 3468a2d4-b9f8-4a97-b663-bc9054dcf34e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
743 2024.12.05 07:27:13.353548 [ 290 ] {} <Debug> TCP-Session: 3468a2d4-b9f8-4a97-b663-bc9054dcf34e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
744 2024.12.05 07:27:13.355327 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
745 2024.12.05 07:27:13.355368 [ 287 ] {} <Debug> TCP-Session: 11b437f2-7b86-40e2-8786-b80c08b5ad13 Authenticating user 'default' from [fd00:1122:3344:101::c]:35181
746 2024.12.05 07:27:13.355434 [ 287 ] {} <Debug> TCP-Session: 11b437f2-7b86-40e2-8786-b80c08b5ad13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
747 2024.12.05 07:27:13.355452 [ 287 ] {} <Debug> TCP-Session: 11b437f2-7b86-40e2-8786-b80c08b5ad13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
748 2024.12.05 07:27:13.356400 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
749 2024.12.05 07:27:13.356476 [ 292 ] {} <Debug> TCP-Session: e2d61a0c-d0dd-4595-82e8-9da206844b5e Authenticating user 'default' from [fd00:1122:3344:101::c]:61746
750 2024.12.05 07:27:13.356504 [ 292 ] {} <Debug> TCP-Session: e2d61a0c-d0dd-4595-82e8-9da206844b5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
751 2024.12.05 07:27:13.356521 [ 292 ] {} <Debug> TCP-Session: e2d61a0c-d0dd-4595-82e8-9da206844b5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
752 2024.12.05 07:27:16.298663 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
753 2024.12.05 07:27:16.298697 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
754 2024.12.05 07:27:16.298768 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
755 2024.12.05 07:27:16.298830 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
756 2024.12.05 07:27:16.305568 [ 244 ] {} <Debug> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Loading data parts
757 2024.12.05 07:27:16.305980 [ 244 ] {} <Debug> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): There are no data parts
758 2024.12.05 07:27:16.321476 [ 243 ] {} <Debug> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Loading data parts
759 2024.12.05 07:27:16.321715 [ 243 ] {} <Debug> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): There are no data parts
760 2024.12.05 07:27:16.326065 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
761 2024.12.05 07:27:16.326156 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
762 2024.12.05 07:27:16.329086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
763 2024.12.05 07:27:16.329610 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
764 2024.12.05 07:27:16.329799 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
765 2024.12.05 07:27:16.375007 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
766 2024.12.05 07:27:16.375057 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
767 2024.12.05 07:27:16.382484 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
768 2024.12.05 07:27:16.383777 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
769 2024.12.05 07:27:16.386258 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
770 2024.12.05 07:27:17.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.36 MiB, peak 150.36 MiB, free memory in arenas 0.00 B, will set to 151.28 MiB (RSS), difference: 4.91 MiB
771 2024.12.05 07:27:18.798632 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90
772 2024.12.05 07:27:18.798746 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
773 2024.12.05 07:27:18.808045 [ 242 ] {} <Debug> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Loading data parts
774 2024.12.05 07:27:18.808276 [ 242 ] {} <Debug> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): There are no data parts
775 2024.12.05 07:27:18.814868 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
776 2024.12.05 07:27:18.814907 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
777 2024.12.05 07:27:18.816738 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
778 2024.12.05 07:27:18.817292 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
779 2024.12.05 07:27:18.817818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90
780 2024.12.05 07:27:19.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.46 MiB, peak 155.46 MiB, free memory in arenas 0.00 B, will set to 151.72 MiB (RSS), difference: -3.74 MiB
781 2024.12.05 07:27:23.758565 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache
782 2024.12.05 07:27:23.758633 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache
783 2024.12.05 07:27:23.829917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
784 2024.12.05 07:27:23.830812 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
785 2024.12.05 07:27:23.830860 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
786 2024.12.05 07:27:23.831498 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
787 2024.12.05 07:27:23.831897 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
788 2024.12.05 07:27:23.832145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
789 2024.12.05 07:27:23.886362 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
790 2024.12.05 07:27:23.907808 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
791 2024.12.05 07:27:23.907881 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
792 2024.12.05 07:27:23.914916 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
793 2024.12.05 07:27:23.916126 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
794 2024.12.05 07:27:23.918973 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
795 2024.12.05 07:27:24.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.39 MiB, peak 156.39 MiB, free memory in arenas 0.00 B, will set to 154.25 MiB (RSS), difference: 1.86 MiB
796 2024.12.05 07:27:29.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.27 MiB, peak 156.39 MiB, free memory in arenas 0.00 B, will set to 154.29 MiB (RSS), difference: 4.01 MiB
797 2024.12.05 07:27:29.841019 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
798 2024.12.05 07:27:29.841233 [ 3 ] {a8d1e474-a95b-40c7-829f-d72c724400cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
799 2024.12.05 07:27:29.847682 [ 3 ] {a8d1e474-a95b-40c7-829f-d72c724400cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
800 2024.12.05 07:27:29.855972 [ 3 ] {a8d1e474-a95b-40c7-829f-d72c724400cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
801 2024.12.05 07:27:29.862958 [ 3 ] {a8d1e474-a95b-40c7-829f-d72c724400cf} <Debug> TCPHandler: Processed in 0.022067496 sec.
802 2024.12.05 07:27:29.876391 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
803 2024.12.05 07:27:29.876620 [ 253 ] {59c5ffbb-0a37-46a5-9a86-48c92c9fe2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
804 2024.12.05 07:27:29.882504 [ 253 ] {59c5ffbb-0a37-46a5-9a86-48c92c9fe2fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
805 2024.12.05 07:27:29.882578 [ 253 ] {59c5ffbb-0a37-46a5-9a86-48c92c9fe2fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
806 2024.12.05 07:27:29.883230 [ 253 ] {59c5ffbb-0a37-46a5-9a86-48c92c9fe2fd} <Debug> TCPHandler: Processed in 0.006972283 sec.
807 2024.12.05 07:27:29.883734 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
808 2024.12.05 07:27:29.884033 [ 3 ] {f60e6f06-7e78-4df7-8abd-2ecc5dd51696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
809 2024.12.05 07:27:29.886658 [ 3 ] {f60e6f06-7e78-4df7-8abd-2ecc5dd51696} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
810 2024.12.05 07:27:29.886737 [ 3 ] {f60e6f06-7e78-4df7-8abd-2ecc5dd51696} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
811 2024.12.05 07:27:29.887346 [ 3 ] {f60e6f06-7e78-4df7-8abd-2ecc5dd51696} <Debug> TCPHandler: Processed in 0.003793806 sec.
812 2024.12.05 07:27:29.887639 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
813 2024.12.05 07:27:29.887799 [ 253 ] {9bac76c4-c291-4b99-9830-a44d1c9ef8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
814 2024.12.05 07:27:29.888171 [ 253 ] {9bac76c4-c291-4b99-9830-a44d1c9ef8c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
815 2024.12.05 07:27:29.888230 [ 253 ] {9bac76c4-c291-4b99-9830-a44d1c9ef8c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
816 2024.12.05 07:27:29.888733 [ 253 ] {9bac76c4-c291-4b99-9830-a44d1c9ef8c0} <Debug> TCPHandler: Processed in 0.001151877 sec.
817 2024.12.05 07:27:29.889038 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
818 2024.12.05 07:27:29.889204 [ 3 ] {c365b73e-41d0-4afe-9f7a-2240c07122fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
819 2024.12.05 07:27:29.889591 [ 3 ] {c365b73e-41d0-4afe-9f7a-2240c07122fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
820 2024.12.05 07:27:29.889651 [ 3 ] {c365b73e-41d0-4afe-9f7a-2240c07122fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
821 2024.12.05 07:27:29.890195 [ 3 ] {c365b73e-41d0-4afe-9f7a-2240c07122fb} <Debug> TCPHandler: Processed in 0.001216708 sec.
822 2024.12.05 07:27:29.890460 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
823 2024.12.05 07:27:29.890613 [ 253 ] {26941d4d-42a3-4c30-8a56-87386cf71b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
824 2024.12.05 07:27:29.890976 [ 253 ] {26941d4d-42a3-4c30-8a56-87386cf71b3e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
825 2024.12.05 07:27:29.891032 [ 253 ] {26941d4d-42a3-4c30-8a56-87386cf71b3e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
826 2024.12.05 07:27:29.891558 [ 253 ] {26941d4d-42a3-4c30-8a56-87386cf71b3e} <Debug> TCPHandler: Processed in 0.001158097 sec.
827 2024.12.05 07:27:29.891840 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
828 2024.12.05 07:27:29.892002 [ 3 ] {83c6ff8c-61a4-4098-9ff9-ede25985be59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
829 2024.12.05 07:27:29.892381 [ 3 ] {83c6ff8c-61a4-4098-9ff9-ede25985be59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
830 2024.12.05 07:27:29.892439 [ 3 ] {83c6ff8c-61a4-4098-9ff9-ede25985be59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
831 2024.12.05 07:27:29.892957 [ 3 ] {83c6ff8c-61a4-4098-9ff9-ede25985be59} <Debug> TCPHandler: Processed in 0.001174067 sec.
832 2024.12.05 07:27:29.893208 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
833 2024.12.05 07:27:29.893360 [ 253 ] {1cc7efd5-89f2-4d2b-b0f9-ab512f541ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
834 2024.12.05 07:27:29.893736 [ 253 ] {1cc7efd5-89f2-4d2b-b0f9-ab512f541ee4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
835 2024.12.05 07:27:29.893793 [ 253 ] {1cc7efd5-89f2-4d2b-b0f9-ab512f541ee4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
836 2024.12.05 07:27:29.894319 [ 253 ] {1cc7efd5-89f2-4d2b-b0f9-ab512f541ee4} <Debug> TCPHandler: Processed in 0.001165427 sec.
837 2024.12.05 07:27:29.894576 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
838 2024.12.05 07:27:29.894734 [ 3 ] {ffa61299-9c6c-404f-95f1-78ad98f2e69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
839 2024.12.05 07:27:29.895113 [ 3 ] {ffa61299-9c6c-404f-95f1-78ad98f2e69a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
840 2024.12.05 07:27:29.895174 [ 3 ] {ffa61299-9c6c-404f-95f1-78ad98f2e69a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
841 2024.12.05 07:27:29.895679 [ 3 ] {ffa61299-9c6c-404f-95f1-78ad98f2e69a} <Debug> TCPHandler: Processed in 0.001158317 sec.
842 2024.12.05 07:27:29.895937 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
843 2024.12.05 07:27:29.896092 [ 253 ] {fb4fa7df-4c82-40fb-b43a-b5c5bf912f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
844 2024.12.05 07:27:29.896473 [ 253 ] {fb4fa7df-4c82-40fb-b43a-b5c5bf912f57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
845 2024.12.05 07:27:29.896529 [ 253 ] {fb4fa7df-4c82-40fb-b43a-b5c5bf912f57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
846 2024.12.05 07:27:29.897031 [ 253 ] {fb4fa7df-4c82-40fb-b43a-b5c5bf912f57} <Debug> TCPHandler: Processed in 0.001148397 sec.
847 2024.12.05 07:27:29.897292 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
848 2024.12.05 07:27:29.897455 [ 3 ] {5cc1e99f-a78e-4cb3-9911-a3d0909ede32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
849 2024.12.05 07:27:29.897845 [ 3 ] {5cc1e99f-a78e-4cb3-9911-a3d0909ede32} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
850 2024.12.05 07:27:29.897905 [ 3 ] {5cc1e99f-a78e-4cb3-9911-a3d0909ede32} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
851 2024.12.05 07:27:29.898432 [ 3 ] {5cc1e99f-a78e-4cb3-9911-a3d0909ede32} <Debug> TCPHandler: Processed in 0.001204398 sec.
852 2024.12.05 07:27:29.898689 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
853 2024.12.05 07:27:29.898865 [ 253 ] {408d7a8b-382c-47f3-ba54-ce3e4b7b2f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
854 2024.12.05 07:27:29.899325 [ 253 ] {408d7a8b-382c-47f3-ba54-ce3e4b7b2f29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
855 2024.12.05 07:27:29.899392 [ 253 ] {408d7a8b-382c-47f3-ba54-ce3e4b7b2f29} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
856 2024.12.05 07:27:29.899973 [ 253 ] {408d7a8b-382c-47f3-ba54-ce3e4b7b2f29} <Debug> TCPHandler: Processed in 0.00133606 sec.
857 2024.12.05 07:27:29.900253 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
858 2024.12.05 07:27:29.900416 [ 3 ] {118351df-c610-4bd9-97c7-6233ec505894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
859 2024.12.05 07:27:29.900841 [ 3 ] {118351df-c610-4bd9-97c7-6233ec505894} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
860 2024.12.05 07:27:29.900901 [ 3 ] {118351df-c610-4bd9-97c7-6233ec505894} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
861 2024.12.05 07:27:29.901498 [ 3 ] {118351df-c610-4bd9-97c7-6233ec505894} <Debug> TCPHandler: Processed in 0.001302059 sec.
862 2024.12.05 07:27:29.901778 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
863 2024.12.05 07:27:29.901940 [ 253 ] {5982ec0d-2bbd-4134-991f-daa14c3491c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
864 2024.12.05 07:27:29.902334 [ 253 ] {5982ec0d-2bbd-4134-991f-daa14c3491c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
865 2024.12.05 07:27:29.902391 [ 253 ] {5982ec0d-2bbd-4134-991f-daa14c3491c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
866 2024.12.05 07:27:29.902904 [ 253 ] {5982ec0d-2bbd-4134-991f-daa14c3491c1} <Debug> TCPHandler: Processed in 0.001182658 sec.
867 2024.12.05 07:27:29.903231 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
868 2024.12.05 07:27:29.903400 [ 3 ] {31194037-b31d-42a1-ba05-f6ab2192ce4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
869 2024.12.05 07:27:29.903807 [ 3 ] {31194037-b31d-42a1-ba05-f6ab2192ce4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
870 2024.12.05 07:27:29.903868 [ 3 ] {31194037-b31d-42a1-ba05-f6ab2192ce4f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
871 2024.12.05 07:27:29.904502 [ 3 ] {31194037-b31d-42a1-ba05-f6ab2192ce4f} <Debug> TCPHandler: Processed in 0.001326769 sec.
872 2024.12.05 07:27:29.905982 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
873 2024.12.05 07:27:29.906152 [ 253 ] {25036127-03ce-4886-b89e-b7282c95c63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) 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') FORMAT Native; (stage: Complete)
874 2024.12.05 07:27:29.906557 [ 253 ] {25036127-03ce-4886-b89e-b7282c95c63f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
875 2024.12.05 07:27:29.906613 [ 253 ] {25036127-03ce-4886-b89e-b7282c95c63f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
876 2024.12.05 07:27:29.907109 [ 253 ] {25036127-03ce-4886-b89e-b7282c95c63f} <Debug> TCPHandler: Processed in 0.001180957 sec.
877 2024.12.05 07:27:29.907390 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2024.12.05 07:27:29.907568 [ 3 ] {9cb66fda-190f-455c-8ff1-8e95c94d7bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
879 2024.12.05 07:27:29.908017 [ 3 ] {9cb66fda-190f-455c-8ff1-8e95c94d7bcc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
880 2024.12.05 07:27:29.908085 [ 3 ] {9cb66fda-190f-455c-8ff1-8e95c94d7bcc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
881 2024.12.05 07:27:29.908626 [ 3 ] {9cb66fda-190f-455c-8ff1-8e95c94d7bcc} <Debug> TCPHandler: Processed in 0.001300959 sec.
882 2024.12.05 07:27:29.908872 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
883 2024.12.05 07:27:29.909069 [ 253 ] {e84e8e8c-182a-46f4-9edc-672c316d49aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
884 2024.12.05 07:27:29.909540 [ 253 ] {e84e8e8c-182a-46f4-9edc-672c316d49aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
885 2024.12.05 07:27:29.909599 [ 253 ] {e84e8e8c-182a-46f4-9edc-672c316d49aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
886 2024.12.05 07:27:29.910092 [ 253 ] {e84e8e8c-182a-46f4-9edc-672c316d49aa} <Debug> TCPHandler: Processed in 0.001277229 sec.
887 2024.12.05 07:27:29.910631 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
888 2024.12.05 07:27:29.910810 [ 3 ] {9c432bd9-a10b-4f39-a9f1-9b43c34dc0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
889 2024.12.05 07:27:29.911247 [ 3 ] {9c432bd9-a10b-4f39-a9f1-9b43c34dc0b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
890 2024.12.05 07:27:29.911310 [ 3 ] {9c432bd9-a10b-4f39-a9f1-9b43c34dc0b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
891 2024.12.05 07:27:29.911903 [ 3 ] {9c432bd9-a10b-4f39-a9f1-9b43c34dc0b1} <Debug> TCPHandler: Processed in 0.00135117 sec.
892 2024.12.05 07:27:29.912237 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
893 2024.12.05 07:27:29.912372 [ 253 ] {73326650-0d42-4541-903e-6a17160c082b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
894 2024.12.05 07:27:29.912427 [ 253 ] {73326650-0d42-4541-903e-6a17160c082b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
895 2024.12.05 07:27:29.913214 [ 253 ] {73326650-0d42-4541-903e-6a17160c082b} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
896 2024.12.05 07:27:29.913253 [ 253 ] {73326650-0d42-4541-903e-6a17160c082b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
897 2024.12.05 07:27:29.915909 [ 253 ] {73326650-0d42-4541-903e-6a17160c082b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
898 2024.12.05 07:27:29.916298 [ 253 ] {73326650-0d42-4541-903e-6a17160c082b} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
899 2024.12.05 07:27:29.916498 [ 253 ] {73326650-0d42-4541-903e-6a17160c082b} <Debug> executeQuery: Read 19 rows, 2.54 KiB in 0.004159 sec., 4568.405866794902 rows/sec., 609.56 KiB/sec.
900 2024.12.05 07:27:29.916554 [ 253 ] {73326650-0d42-4541-903e-6a17160c082b} <Debug> TCPHandler: Processed in 0.004377885 sec.
901 2024.12.05 07:27:29.916730 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
902 2024.12.05 07:27:29.916867 [ 3 ] {2d02bca8-ccd9-49ff-8191-6ad0d29e4d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
903 2024.12.05 07:27:29.916919 [ 3 ] {2d02bca8-ccd9-49ff-8191-6ad0d29e4d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
904 2024.12.05 07:27:29.922782 [ 3 ] {2d02bca8-ccd9-49ff-8191-6ad0d29e4d58} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
905 2024.12.05 07:27:29.922834 [ 3 ] {2d02bca8-ccd9-49ff-8191-6ad0d29e4d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
906 2024.12.05 07:27:29.925517 [ 3 ] {2d02bca8-ccd9-49ff-8191-6ad0d29e4d58} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
907 2024.12.05 07:27:29.926048 [ 3 ] {2d02bca8-ccd9-49ff-8191-6ad0d29e4d58} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
908 2024.12.05 07:27:29.926314 [ 3 ] {2d02bca8-ccd9-49ff-8191-6ad0d29e4d58} <Debug> executeQuery: Read 63 rows, 5.57 KiB in 0.009481 sec., 6644.868684737897 rows/sec., 587.32 KiB/sec.
909 2024.12.05 07:27:29.926408 [ 3 ] {2d02bca8-ccd9-49ff-8191-6ad0d29e4d58} <Debug> TCPHandler: Processed in 0.009742445 sec.
910 2024.12.05 07:27:29.926616 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
911 2024.12.05 07:27:29.926763 [ 253 ] {8d107da0-6b9a-4e26-963e-5dae3c2b4a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
912 2024.12.05 07:27:29.926817 [ 253 ] {8d107da0-6b9a-4e26-963e-5dae3c2b4a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
913 2024.12.05 07:27:29.927489 [ 253 ] {8d107da0-6b9a-4e26-963e-5dae3c2b4a40} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
914 2024.12.05 07:27:29.927539 [ 253 ] {8d107da0-6b9a-4e26-963e-5dae3c2b4a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
915 2024.12.05 07:27:29.928042 [ 253 ] {8d107da0-6b9a-4e26-963e-5dae3c2b4a40} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
916 2024.12.05 07:27:29.928486 [ 253 ] {8d107da0-6b9a-4e26-963e-5dae3c2b4a40} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
917 2024.12.05 07:27:29.928673 [ 253 ] {8d107da0-6b9a-4e26-963e-5dae3c2b4a40} <Debug> executeQuery: Read 18 rows, 1.35 KiB in 0.001941 sec., 9273.570324574961 rows/sec., 697.33 KiB/sec.
918 2024.12.05 07:27:29.928767 [ 253 ] {8d107da0-6b9a-4e26-963e-5dae3c2b4a40} <Debug> TCPHandler: Processed in 0.002223023 sec.
919 2024.12.05 07:27:29.928957 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
920 2024.12.05 07:27:29.929100 [ 3 ] {a9d1641f-2c22-4a64-b4a2-da6c68f37433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
921 2024.12.05 07:27:29.929158 [ 3 ] {a9d1641f-2c22-4a64-b4a2-da6c68f37433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
922 2024.12.05 07:27:29.929819 [ 3 ] {a9d1641f-2c22-4a64-b4a2-da6c68f37433} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
923 2024.12.05 07:27:29.929868 [ 3 ] {a9d1641f-2c22-4a64-b4a2-da6c68f37433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
924 2024.12.05 07:27:29.930369 [ 3 ] {a9d1641f-2c22-4a64-b4a2-da6c68f37433} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
925 2024.12.05 07:27:29.930937 [ 3 ] {a9d1641f-2c22-4a64-b4a2-da6c68f37433} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
926 2024.12.05 07:27:29.931224 [ 3 ] {a9d1641f-2c22-4a64-b4a2-da6c68f37433} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.002151 sec., 464.9000464900046 rows/sec., 30.87 KiB/sec.
927 2024.12.05 07:27:29.931309 [ 3 ] {a9d1641f-2c22-4a64-b4a2-da6c68f37433} <Debug> TCPHandler: Processed in 0.002441016 sec.
928 2024.12.05 07:27:29.931479 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
929 2024.12.05 07:27:29.931621 [ 253 ] {28e8cafd-c5c5-4303-bc8e-572b9b25bb71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
930 2024.12.05 07:27:29.931678 [ 253 ] {28e8cafd-c5c5-4303-bc8e-572b9b25bb71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
931 2024.12.05 07:27:29.932289 [ 253 ] {28e8cafd-c5c5-4303-bc8e-572b9b25bb71} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
932 2024.12.05 07:27:29.932329 [ 253 ] {28e8cafd-c5c5-4303-bc8e-572b9b25bb71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
933 2024.12.05 07:27:29.932795 [ 253 ] {28e8cafd-c5c5-4303-bc8e-572b9b25bb71} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
934 2024.12.05 07:27:29.933248 [ 253 ] {28e8cafd-c5c5-4303-bc8e-572b9b25bb71} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
935 2024.12.05 07:27:29.933454 [ 253 ] {28e8cafd-c5c5-4303-bc8e-572b9b25bb71} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001866 sec., 29474.81243301179 rows/sec., 2.30 MiB/sec.
936 2024.12.05 07:27:29.933504 [ 253 ] {28e8cafd-c5c5-4303-bc8e-572b9b25bb71} <Debug> TCPHandler: Processed in 0.002094511 sec.
937 2024.12.05 07:27:29.933664 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
938 2024.12.05 07:27:29.933807 [ 3 ] {111ee9c7-8b72-4f60-b165-8503af5e9436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
939 2024.12.05 07:27:29.933865 [ 3 ] {111ee9c7-8b72-4f60-b165-8503af5e9436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
940 2024.12.05 07:27:29.936443 [ 3 ] {111ee9c7-8b72-4f60-b165-8503af5e9436} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
941 2024.12.05 07:27:29.936481 [ 3 ] {111ee9c7-8b72-4f60-b165-8503af5e9436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
942 2024.12.05 07:27:29.937128 [ 3 ] {111ee9c7-8b72-4f60-b165-8503af5e9436} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
943 2024.12.05 07:27:29.937659 [ 3 ] {111ee9c7-8b72-4f60-b165-8503af5e9436} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
944 2024.12.05 07:27:29.937890 [ 3 ] {111ee9c7-8b72-4f60-b165-8503af5e9436} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.004113 sec., 4862.630683199611 rows/sec., 345.23 KiB/sec.
945 2024.12.05 07:27:29.937957 [ 3 ] {111ee9c7-8b72-4f60-b165-8503af5e9436} <Debug> TCPHandler: Processed in 0.004361754 sec.
946 2024.12.05 07:27:29.938111 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
947 2024.12.05 07:27:29.938242 [ 253 ] {c4ba0eb9-17f1-4fed-b910-d14c4c76e040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
948 2024.12.05 07:27:29.938296 [ 253 ] {c4ba0eb9-17f1-4fed-b910-d14c4c76e040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
949 2024.12.05 07:27:29.938766 [ 253 ] {c4ba0eb9-17f1-4fed-b910-d14c4c76e040} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Trying to reserve 1.00 MiB using storage policy from min volume index 0
950 2024.12.05 07:27:29.938806 [ 253 ] {c4ba0eb9-17f1-4fed-b910-d14c4c76e040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
951 2024.12.05 07:27:29.939321 [ 253 ] {c4ba0eb9-17f1-4fed-b910-d14c4c76e040} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
952 2024.12.05 07:27:29.939771 [ 253 ] {c4ba0eb9-17f1-4fed-b910-d14c4c76e040} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
953 2024.12.05 07:27:29.939997 [ 253 ] {c4ba0eb9-17f1-4fed-b910-d14c4c76e040} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001777 sec., 562.7462014631401 rows/sec., 35.72 KiB/sec.
954 2024.12.05 07:27:29.940050 [ 253 ] {c4ba0eb9-17f1-4fed-b910-d14c4c76e040} <Debug> TCPHandler: Processed in 0.001994459 sec.
955 2024.12.05 07:27:29.940208 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
956 2024.12.05 07:27:29.940340 [ 3 ] {947b3878-7219-4bd4-804f-73958aed36b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
957 2024.12.05 07:27:29.940428 [ 3 ] {947b3878-7219-4bd4-804f-73958aed36b1} <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
958 2024.12.05 07:27:29.941718 [ 3 ] {947b3878-7219-4bd4-804f-73958aed36b1} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
959 2024.12.05 07:27:29.941763 [ 3 ] {947b3878-7219-4bd4-804f-73958aed36b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
960 2024.12.05 07:27:29.944607 [ 3 ] {947b3878-7219-4bd4-804f-73958aed36b1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
961 2024.12.05 07:27:29.945295 [ 3 ] {947b3878-7219-4bd4-804f-73958aed36b1} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
962 2024.12.05 07:27:29.945555 [ 3 ] {947b3878-7219-4bd4-804f-73958aed36b1} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.005245 sec., 3431.8398474737846 rows/sec., 6.15 MiB/sec.
963 2024.12.05 07:27:29.945699 [ 3 ] {947b3878-7219-4bd4-804f-73958aed36b1} <Debug> TCPHandler: Processed in 0.005555342 sec.
964 2024.12.05 07:27:29.945863 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
965 2024.12.05 07:27:29.946007 [ 253 ] {4e52730f-4b0a-4c31-939f-ce60b0dc05ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
966 2024.12.05 07:27:29.946066 [ 253 ] {4e52730f-4b0a-4c31-939f-ce60b0dc05ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
967 2024.12.05 07:27:29.946621 [ 253 ] {4e52730f-4b0a-4c31-939f-ce60b0dc05ee} <Trace> oximeter.measurements_i64 (253e2f3f-c9b7-46a1-ad5a-deecb54c882a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
968 2024.12.05 07:27:29.946668 [ 253 ] {4e52730f-4b0a-4c31-939f-ce60b0dc05ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
969 2024.12.05 07:27:29.947210 [ 253 ] {4e52730f-4b0a-4c31-939f-ce60b0dc05ee} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
970 2024.12.05 07:27:29.947720 [ 253 ] {4e52730f-4b0a-4c31-939f-ce60b0dc05ee} <Trace> oximeter.measurements_i64 (253e2f3f-c9b7-46a1-ad5a-deecb54c882a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
971 2024.12.05 07:27:29.947949 [ 253 ] {4e52730f-4b0a-4c31-939f-ce60b0dc05ee} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001969 sec., 4570.848146267141 rows/sec., 322.88 KiB/sec.
972 2024.12.05 07:27:29.948006 [ 253 ] {4e52730f-4b0a-4c31-939f-ce60b0dc05ee} <Debug> TCPHandler: Processed in 0.002215543 sec.
973 2024.12.05 07:27:29.948185 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
974 2024.12.05 07:27:29.948322 [ 3 ] {abbfafe2-1c87-4817-8d16-6443211a0ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
975 2024.12.05 07:27:29.948381 [ 3 ] {abbfafe2-1c87-4817-8d16-6443211a0ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
976 2024.12.05 07:27:29.948907 [ 3 ] {abbfafe2-1c87-4817-8d16-6443211a0ff4} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
977 2024.12.05 07:27:29.948960 [ 3 ] {abbfafe2-1c87-4817-8d16-6443211a0ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
978 2024.12.05 07:27:29.949725 [ 3 ] {abbfafe2-1c87-4817-8d16-6443211a0ff4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
979 2024.12.05 07:27:29.950328 [ 3 ] {abbfafe2-1c87-4817-8d16-6443211a0ff4} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
980 2024.12.05 07:27:29.950601 [ 3 ] {abbfafe2-1c87-4817-8d16-6443211a0ff4} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.002309 sec., 2598.52750108272 rows/sec., 182.29 KiB/sec.
981 2024.12.05 07:27:29.950673 [ 3 ] {abbfafe2-1c87-4817-8d16-6443211a0ff4} <Debug> TCPHandler: Processed in 0.002569418 sec.
982 2024.12.05 07:27:31.332265 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
983 2024.12.05 07:27:31.332898 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
984 2024.12.05 07:27:31.332943 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
985 2024.12.05 07:27:31.333662 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
986 2024.12.05 07:27:31.334156 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
987 2024.12.05 07:27:31.334415 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
988 2024.12.05 07:27:31.419060 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
989 2024.12.05 07:27:31.437907 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
990 2024.12.05 07:27:31.437965 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
991 2024.12.05 07:27:31.444741 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
992 2024.12.05 07:27:31.445867 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
993 2024.12.05 07:27:31.448950 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
994 2024.12.05 07:27:34.845303 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
995 2024.12.05 07:27:34.845524 [ 3 ] {11f2cc1c-59a0-4880-be22-2970f5d5c3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
996 2024.12.05 07:27:34.845602 [ 3 ] {11f2cc1c-59a0-4880-be22-2970f5d5c3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
997 2024.12.05 07:27:34.846357 [ 3 ] {11f2cc1c-59a0-4880-be22-2970f5d5c3d2} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
998 2024.12.05 07:27:34.846399 [ 3 ] {11f2cc1c-59a0-4880-be22-2970f5d5c3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
999 2024.12.05 07:27:34.846815 [ 3 ] {11f2cc1c-59a0-4880-be22-2970f5d5c3d2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1000 2024.12.05 07:27:34.847071 [ 3 ] {11f2cc1c-59a0-4880-be22-2970f5d5c3d2} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1001 2024.12.05 07:27:34.847312 [ 3 ] {11f2cc1c-59a0-4880-be22-2970f5d5c3d2} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00184 sec., 14130.434782608696 rows/sec., 1.07 MiB/sec.
1002 2024.12.05 07:27:34.847370 [ 3 ] {11f2cc1c-59a0-4880-be22-2970f5d5c3d2} <Debug> TCPHandler: Processed in 0.002198363 sec.
1003 2024.12.05 07:27:34.847758 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1004 2024.12.05 07:27:34.848030 [ 253 ] {c3428f1e-c0f8-442d-a78c-30771770e4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1005 2024.12.05 07:27:34.848103 [ 253 ] {c3428f1e-c0f8-442d-a78c-30771770e4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1006 2024.12.05 07:27:34.848880 [ 253 ] {c3428f1e-c0f8-442d-a78c-30771770e4e9} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1007 2024.12.05 07:27:34.848924 [ 253 ] {c3428f1e-c0f8-442d-a78c-30771770e4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1008 2024.12.05 07:27:34.849372 [ 253 ] {c3428f1e-c0f8-442d-a78c-30771770e4e9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1009 2024.12.05 07:27:34.849621 [ 253 ] {c3428f1e-c0f8-442d-a78c-30771770e4e9} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1010 2024.12.05 07:27:34.849917 [ 253 ] {c3428f1e-c0f8-442d-a78c-30771770e4e9} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001924 sec., 14553.014553014553 rows/sec., 1.14 MiB/sec.
1011 2024.12.05 07:27:34.849982 [ 253 ] {c3428f1e-c0f8-442d-a78c-30771770e4e9} <Debug> TCPHandler: Processed in 0.002421826 sec.
1012 2024.12.05 07:27:34.850130 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1013 2024.12.05 07:27:34.850272 [ 3 ] {a19f3ff8-af73-4d3d-8e59-8b403bec2efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1014 2024.12.05 07:27:34.850334 [ 3 ] {a19f3ff8-af73-4d3d-8e59-8b403bec2efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1015 2024.12.05 07:27:34.850957 [ 3 ] {a19f3ff8-af73-4d3d-8e59-8b403bec2efc} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1016 2024.12.05 07:27:34.850994 [ 3 ] {a19f3ff8-af73-4d3d-8e59-8b403bec2efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1017 2024.12.05 07:27:34.851378 [ 3 ] {a19f3ff8-af73-4d3d-8e59-8b403bec2efc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1018 2024.12.05 07:27:34.851622 [ 3 ] {a19f3ff8-af73-4d3d-8e59-8b403bec2efc} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1019 2024.12.05 07:27:34.851896 [ 3 ] {a19f3ff8-af73-4d3d-8e59-8b403bec2efc} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001649 sec., 60642.81382656155 rows/sec., 4.20 MiB/sec.
1020 2024.12.05 07:27:34.851959 [ 3 ] {a19f3ff8-af73-4d3d-8e59-8b403bec2efc} <Debug> TCPHandler: Processed in 0.001895088 sec.
1021 2024.12.05 07:27:34.852156 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1022 2024.12.05 07:27:34.852382 [ 253 ] {79f592df-be39-4723-b4b2-3722ab244617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1023 2024.12.05 07:27:34.852477 [ 253 ] {79f592df-be39-4723-b4b2-3722ab244617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1024 2024.12.05 07:27:34.853170 [ 253 ] {79f592df-be39-4723-b4b2-3722ab244617} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1025 2024.12.05 07:27:34.853209 [ 253 ] {79f592df-be39-4723-b4b2-3722ab244617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1026 2024.12.05 07:27:34.853576 [ 253 ] {79f592df-be39-4723-b4b2-3722ab244617} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1027 2024.12.05 07:27:34.853819 [ 253 ] {79f592df-be39-4723-b4b2-3722ab244617} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1028 2024.12.05 07:27:34.854073 [ 253 ] {79f592df-be39-4723-b4b2-3722ab244617} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001739 sec., 17251.293847038527 rows/sec., 1.18 MiB/sec.
1029 2024.12.05 07:27:34.854131 [ 253 ] {79f592df-be39-4723-b4b2-3722ab244617} <Debug> TCPHandler: Processed in 0.002087591 sec.
1030 2024.12.05 07:27:38.758890 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache
1031 2024.12.05 07:27:38.758989 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache
1032 2024.12.05 07:27:38.818314 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 156
1033 2024.12.05 07:27:38.822916 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1034 2024.12.05 07:27:38.822958 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1035 2024.12.05 07:27:38.824406 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1036 2024.12.05 07:27:38.824701 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1037 2024.12.05 07:27:38.825238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 156
1038 2024.12.05 07:27:38.834606 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
1039 2024.12.05 07:27:38.835634 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1040 2024.12.05 07:27:38.835684 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1041 2024.12.05 07:27:38.836267 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1042 2024.12.05 07:27:38.836519 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1043 2024.12.05 07:27:38.836763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
1044 2024.12.05 07:27:38.949066 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
1045 2024.12.05 07:27:38.968232 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1046 2024.12.05 07:27:38.968273 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1047 2024.12.05 07:27:38.974515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1048 2024.12.05 07:27:38.975247 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1049 2024.12.05 07:27:38.977735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
1050 2024.12.05 07:27:39.846950 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1051 2024.12.05 07:27:39.847140 [ 3 ] {ea030e1c-d9b0-43dc-81fc-734ea3431d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1052 2024.12.05 07:27:39.847211 [ 3 ] {ea030e1c-d9b0-43dc-81fc-734ea3431d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1053 2024.12.05 07:27:39.848010 [ 3 ] {ea030e1c-d9b0-43dc-81fc-734ea3431d34} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1054 2024.12.05 07:27:39.848059 [ 3 ] {ea030e1c-d9b0-43dc-81fc-734ea3431d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1055 2024.12.05 07:27:39.848503 [ 3 ] {ea030e1c-d9b0-43dc-81fc-734ea3431d34} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1056 2024.12.05 07:27:39.848760 [ 3 ] {ea030e1c-d9b0-43dc-81fc-734ea3431d34} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1057 2024.12.05 07:27:39.849017 [ 3 ] {ea030e1c-d9b0-43dc-81fc-734ea3431d34} <Debug> executeQuery: Read 78 rows, 6.97 KiB in 0.001929 sec., 40435.45878693624 rows/sec., 3.53 MiB/sec.
1058 2024.12.05 07:27:39.849121 [ 3 ] {ea030e1c-d9b0-43dc-81fc-734ea3431d34} <Debug> TCPHandler: Processed in 0.002299654 sec.
1059 2024.12.05 07:27:39.849461 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1060 2024.12.05 07:27:39.849768 [ 253 ] {17df64d9-6a06-430d-9d35-de6f4b22bd57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1061 2024.12.05 07:27:39.849886 [ 253 ] {17df64d9-6a06-430d-9d35-de6f4b22bd57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1062 2024.12.05 07:27:39.850711 [ 253 ] {17df64d9-6a06-430d-9d35-de6f4b22bd57} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1063 2024.12.05 07:27:39.850751 [ 253 ] {17df64d9-6a06-430d-9d35-de6f4b22bd57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1064 2024.12.05 07:27:39.851180 [ 253 ] {17df64d9-6a06-430d-9d35-de6f4b22bd57} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1065 2024.12.05 07:27:39.851444 [ 253 ] {17df64d9-6a06-430d-9d35-de6f4b22bd57} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1066 2024.12.05 07:27:39.851686 [ 253 ] {17df64d9-6a06-430d-9d35-de6f4b22bd57} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001998 sec., 13013.013013013011 rows/sec., 978.52 KiB/sec.
1067 2024.12.05 07:27:39.851819 [ 253 ] {17df64d9-6a06-430d-9d35-de6f4b22bd57} <Debug> TCPHandler: Processed in 0.002554798 sec.
1068 2024.12.05 07:27:39.852008 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1069 2024.12.05 07:27:39.852148 [ 3 ] {ec317065-526d-46ad-ab35-c4a6b3d5e997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1070 2024.12.05 07:27:39.852206 [ 3 ] {ec317065-526d-46ad-ab35-c4a6b3d5e997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1071 2024.12.05 07:27:39.852939 [ 3 ] {ec317065-526d-46ad-ab35-c4a6b3d5e997} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1072 2024.12.05 07:27:39.852986 [ 3 ] {ec317065-526d-46ad-ab35-c4a6b3d5e997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1073 2024.12.05 07:27:39.853365 [ 3 ] {ec317065-526d-46ad-ab35-c4a6b3d5e997} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1074 2024.12.05 07:27:39.853605 [ 3 ] {ec317065-526d-46ad-ab35-c4a6b3d5e997} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1075 2024.12.05 07:27:39.853813 [ 3 ] {ec317065-526d-46ad-ab35-c4a6b3d5e997} <Debug> executeQuery: Read 57 rows, 4.59 KiB in 0.001696 sec., 33608.49056603773 rows/sec., 2.64 MiB/sec.
1076 2024.12.05 07:27:39.853865 [ 3 ] {ec317065-526d-46ad-ab35-c4a6b3d5e997} <Debug> TCPHandler: Processed in 0.001926669 sec.
1077 2024.12.05 07:27:39.854022 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1078 2024.12.05 07:27:39.854155 [ 253 ] {334519b4-3999-4e4e-add7-cef361546275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1079 2024.12.05 07:27:39.854216 [ 253 ] {334519b4-3999-4e4e-add7-cef361546275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1080 2024.12.05 07:27:39.854849 [ 253 ] {334519b4-3999-4e4e-add7-cef361546275} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1081 2024.12.05 07:27:39.854895 [ 253 ] {334519b4-3999-4e4e-add7-cef361546275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1082 2024.12.05 07:27:39.855315 [ 253 ] {334519b4-3999-4e4e-add7-cef361546275} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1083 2024.12.05 07:27:39.855553 [ 253 ] {334519b4-3999-4e4e-add7-cef361546275} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1084 2024.12.05 07:27:39.855796 [ 253 ] {334519b4-3999-4e4e-add7-cef361546275} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001657 sec., 60350.03017501508 rows/sec., 4.18 MiB/sec.
1085 2024.12.05 07:27:39.855862 [ 253 ] {334519b4-3999-4e4e-add7-cef361546275} <Debug> TCPHandler: Processed in 0.001899338 sec.
1086 2024.12.05 07:27:39.856007 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1087 2024.12.05 07:27:39.856134 [ 3 ] {eda0154b-9f4f-462d-949b-d3a9eceda6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1088 2024.12.05 07:27:39.856230 [ 3 ] {eda0154b-9f4f-462d-949b-d3a9eceda6cb} <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
1089 2024.12.05 07:27:39.857485 [ 3 ] {eda0154b-9f4f-462d-949b-d3a9eceda6cb} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1090 2024.12.05 07:27:39.857524 [ 3 ] {eda0154b-9f4f-462d-949b-d3a9eceda6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1091 2024.12.05 07:27:39.858170 [ 3 ] {eda0154b-9f4f-462d-949b-d3a9eceda6cb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1092 2024.12.05 07:27:39.858428 [ 3 ] {eda0154b-9f4f-462d-949b-d3a9eceda6cb} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1093 2024.12.05 07:27:39.858676 [ 3 ] {eda0154b-9f4f-462d-949b-d3a9eceda6cb} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002571 sec., 10112.796577207313 rows/sec., 18.12 MiB/sec.
1094 2024.12.05 07:27:39.858768 [ 3 ] {eda0154b-9f4f-462d-949b-d3a9eceda6cb} <Debug> TCPHandler: Processed in 0.002815741 sec.
1095 2024.12.05 07:27:39.858974 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1096 2024.12.05 07:27:39.859171 [ 253 ] {b3df9830-f0f6-49b3-87c2-ee2f03addad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1097 2024.12.05 07:27:39.859232 [ 253 ] {b3df9830-f0f6-49b3-87c2-ee2f03addad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1098 2024.12.05 07:27:39.859785 [ 253 ] {b3df9830-f0f6-49b3-87c2-ee2f03addad0} <Trace> oximeter.measurements_i64 (253e2f3f-c9b7-46a1-ad5a-deecb54c882a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1099 2024.12.05 07:27:39.859831 [ 253 ] {b3df9830-f0f6-49b3-87c2-ee2f03addad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1100 2024.12.05 07:27:39.860235 [ 253 ] {b3df9830-f0f6-49b3-87c2-ee2f03addad0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1101 2024.12.05 07:27:39.860478 [ 253 ] {b3df9830-f0f6-49b3-87c2-ee2f03addad0} <Trace> oximeter.measurements_i64 (253e2f3f-c9b7-46a1-ad5a-deecb54c882a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1102 2024.12.05 07:27:39.860716 [ 253 ] {b3df9830-f0f6-49b3-87c2-ee2f03addad0} <Debug> executeQuery: Read 6 rows, 492.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 307.01 KiB/sec.
1103 2024.12.05 07:27:39.860799 [ 253 ] {b3df9830-f0f6-49b3-87c2-ee2f03addad0} <Debug> TCPHandler: Processed in 0.001935198 sec.
1104 2024.12.05 07:27:39.860936 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1105 2024.12.05 07:27:39.861053 [ 3 ] {9174a660-a082-403a-891b-61bc7e9c1ef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1106 2024.12.05 07:27:39.861108 [ 3 ] {9174a660-a082-403a-891b-61bc7e9c1ef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1107 2024.12.05 07:27:39.861684 [ 3 ] {9174a660-a082-403a-891b-61bc7e9c1ef2} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1108 2024.12.05 07:27:39.861731 [ 3 ] {9174a660-a082-403a-891b-61bc7e9c1ef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1109 2024.12.05 07:27:39.862152 [ 3 ] {9174a660-a082-403a-891b-61bc7e9c1ef2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1110 2024.12.05 07:27:39.862390 [ 3 ] {9174a660-a082-403a-891b-61bc7e9c1ef2} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1111 2024.12.05 07:27:39.862602 [ 3 ] {9174a660-a082-403a-891b-61bc7e9c1ef2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001574 sec., 19059.72045743329 rows/sec., 1.31 MiB/sec.
1112 2024.12.05 07:27:39.862652 [ 3 ] {9174a660-a082-403a-891b-61bc7e9c1ef2} <Debug> TCPHandler: Processed in 0.001770216 sec.
1113 2024.12.05 07:27:44.231280 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1114 2024.12.05 07:27:44.231570 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete)
1115 2024.12.05 07:27:44.234002 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1116 2024.12.05 07:27:44.237997 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE
1117 2024.12.05 07:27:44.238402 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1118 2024.12.05 07:27:44.240779 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1119 2024.12.05 07:27:44.243097 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1120 2024.12.05 07:27:44.248111 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1121 2024.12.05 07:27:44.250625 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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 2024.12.05 07:27:44.250671 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
1123 2024.12.05 07:27:44.250920 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))"
1124 2024.12.05 07:27:44.250971 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1125 2024.12.05 07:27:44.269372 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.037914 sec., 501.13414569815893 rows/sec., 20.97 KiB/sec.
1126 2024.12.05 07:27:44.269579 [ 3 ] {ff9b0093-9e49-4f27-a897-08150e57a503} <Debug> TCPHandler: Processed in 0.038436338 sec.
1127 2024.12.05 07:27:44.270075 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1128 2024.12.05 07:27:44.270340 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received') FORMAT Native; (stage: Complete)
1129 2024.12.05 07:27:44.270719 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1130 2024.12.05 07:27:44.270763 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received')" moved to PREWHERE
1131 2024.12.05 07:27:44.271052 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1132 2024.12.05 07:27:44.271130 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1133 2024.12.05 07:27:44.271308 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1134 2024.12.05 07:27:44.271346 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1135 2024.12.05 07:27:44.271373 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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 2024.12.05 07:27:44.271392 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
1137 2024.12.05 07:27:44.271436 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received'))"
1138 2024.12.05 07:27:44.271459 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1139 2024.12.05 07:27:44.272100 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001868 sec., 10171.306209850107 rows/sec., 425.55 KiB/sec.
1140 2024.12.05 07:27:44.272187 [ 253 ] {f2fc518c-290f-4999-9892-8a2857e735ad} <Debug> TCPHandler: Processed in 0.002253853 sec.
1141 2024.12.05 07:27:44.272465 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1142 2024.12.05 07:27:44.272672 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete)
1143 2024.12.05 07:27:44.273047 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1144 2024.12.05 07:27:44.273098 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE
1145 2024.12.05 07:27:44.273401 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1146 2024.12.05 07:27:44.273467 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1147 2024.12.05 07:27:44.273617 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1148 2024.12.05 07:27:44.273649 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1149 2024.12.05 07:27:44.273672 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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 2024.12.05 07:27:44.273688 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
1151 2024.12.05 07:27:44.273730 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))"
1152 2024.12.05 07:27:44.273752 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1153 2024.12.05 07:27:44.274295 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001718 sec., 11059.371362048894 rows/sec., 462.70 KiB/sec.
1154 2024.12.05 07:27:44.274420 [ 3 ] {5c4c2930-2893-4f2e-a724-4ca979ca9350} <Debug> TCPHandler: Processed in 0.00202354 sec.
1155 2024.12.05 07:27:44.274825 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1156 2024.12.05 07:27:44.275149 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete)
1157 2024.12.05 07:27:44.275528 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1158 2024.12.05 07:27:44.275571 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE
1159 2024.12.05 07:27:44.275847 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1160 2024.12.05 07:27:44.275912 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1161 2024.12.05 07:27:44.276059 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1162 2024.12.05 07:27:44.276091 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1163 2024.12.05 07:27:44.276114 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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 2024.12.05 07:27:44.276130 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
1165 2024.12.05 07:27:44.276172 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))"
1166 2024.12.05 07:27:44.276194 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1167 2024.12.05 07:27:44.276733 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001739 sec., 10925.819436457734 rows/sec., 457.11 KiB/sec.
1168 2024.12.05 07:27:44.276815 [ 253 ] {ca9caed5-07f7-4e8d-a8b4-378719a903b4} <Debug> TCPHandler: Processed in 0.002103882 sec.
1169 2024.12.05 07:27:44.277161 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1170 2024.12.05 07:27:44.277420 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received') FORMAT Native; (stage: Complete)
1171 2024.12.05 07:27:44.277790 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1172 2024.12.05 07:27:44.277841 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received')" moved to PREWHERE
1173 2024.12.05 07:27:44.278183 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1174 2024.12.05 07:27:44.278260 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1175 2024.12.05 07:27:44.278406 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1176 2024.12.05 07:27:44.278438 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1177 2024.12.05 07:27:44.278461 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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 2024.12.05 07:27:44.278477 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
1179 2024.12.05 07:27:44.278520 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))"
1180 2024.12.05 07:27:44.278543 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1181 2024.12.05 07:27:44.279110 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001784 sec., 10650.224215246637 rows/sec., 445.58 KiB/sec.
1182 2024.12.05 07:27:44.279225 [ 3 ] {b3ee6526-f4a6-4e81-b112-e4176c3546ca} <Debug> TCPHandler: Processed in 0.002171002 sec.
1183 2024.12.05 07:27:44.279491 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1184 2024.12.05 07:27:44.279699 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete)
1185 2024.12.05 07:27:44.280070 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1186 2024.12.05 07:27:44.280129 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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')" moved to PREWHERE
1187 2024.12.05 07:27:44.280440 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1188 2024.12.05 07:27:44.280506 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1189 2024.12.05 07:27:44.280652 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1190 2024.12.05 07:27:44.280683 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1191 2024.12.05 07:27:44.280705 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
1192 2024.12.05 07:27:44.280722 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
1193 2024.12.05 07:27:44.280764 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1194 2024.12.05 07:27:44.280787 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1195 2024.12.05 07:27:44.281269 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001669 sec., 11384.062312762133 rows/sec., 476.29 KiB/sec.
1196 2024.12.05 07:27:44.281350 [ 253 ] {55edfee1-22bd-4348-b2fe-47ebe82609ac} <Debug> TCPHandler: Processed in 0.001928669 sec.
1197 2024.12.05 07:27:44.335202 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1198 2024.12.05 07:27:44.335398 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete)
1199 2024.12.05 07:27:44.335721 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1200 2024.12.05 07:27:44.335764 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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')" moved to PREWHERE
1201 2024.12.05 07:27:44.336055 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1202 2024.12.05 07:27:44.336123 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1203 2024.12.05 07:27:44.336272 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1204 2024.12.05 07:27:44.336305 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1205 2024.12.05 07:27:44.336329 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
1206 2024.12.05 07:27:44.336347 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
1207 2024.12.05 07:27:44.336391 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
1208 2024.12.05 07:27:44.336415 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0
1209 2024.12.05 07:27:44.337006 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001691 sec., 11235.955056179775 rows/sec., 470.09 KiB/sec.
1210 2024.12.05 07:27:44.337125 [ 3 ] {9c43db69-b456-4ecf-a0d0-31f7e4f5c9a0} <Debug> TCPHandler: Processed in 0.00199619 sec.
1211 2024.12.05 07:27:44.337643 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1212 2024.12.05 07:27:44.337800 [ 253 ] {4f966040-dcbf-4c5a-bf78-59b7877fefe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1213 2024.12.05 07:27:44.337863 [ 253 ] {4f966040-dcbf-4c5a-bf78-59b7877fefe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1214 2024.12.05 07:27:44.338647 [ 253 ] {4f966040-dcbf-4c5a-bf78-59b7877fefe8} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1215 2024.12.05 07:27:44.338691 [ 253 ] {4f966040-dcbf-4c5a-bf78-59b7877fefe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1216 2024.12.05 07:27:44.339184 [ 253 ] {4f966040-dcbf-4c5a-bf78-59b7877fefe8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1217 2024.12.05 07:27:44.339404 [ 253 ] {4f966040-dcbf-4c5a-bf78-59b7877fefe8} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1218 2024.12.05 07:27:44.339643 [ 253 ] {4f966040-dcbf-4c5a-bf78-59b7877fefe8} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001886 sec., 3711.558854718982 rows/sec., 754.95 KiB/sec.
1219 2024.12.05 07:27:44.339697 [ 253 ] {4f966040-dcbf-4c5a-bf78-59b7877fefe8} <Debug> TCPHandler: Processed in 0.002129122 sec.
1220 2024.12.05 07:27:44.339839 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1221 2024.12.05 07:27:44.339989 [ 3 ] {bba40c9a-67a9-45a6-8d9d-ed6a3ae3b95b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1222 2024.12.05 07:27:44.340049 [ 3 ] {bba40c9a-67a9-45a6-8d9d-ed6a3ae3b95b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1223 2024.12.05 07:27:44.341179 [ 3 ] {bba40c9a-67a9-45a6-8d9d-ed6a3ae3b95b} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1224 2024.12.05 07:27:44.341226 [ 3 ] {bba40c9a-67a9-45a6-8d9d-ed6a3ae3b95b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1225 2024.12.05 07:27:44.341719 [ 3 ] {bba40c9a-67a9-45a6-8d9d-ed6a3ae3b95b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1226 2024.12.05 07:27:44.341972 [ 3 ] {bba40c9a-67a9-45a6-8d9d-ed6a3ae3b95b} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1227 2024.12.05 07:27:44.342207 [ 3 ] {bba40c9a-67a9-45a6-8d9d-ed6a3ae3b95b} <Debug> executeQuery: Read 1167 rows, 98.65 KiB in 0.00226 sec., 516371.6814159292 rows/sec., 42.63 MiB/sec.
1228 2024.12.05 07:27:44.342264 [ 3 ] {bba40c9a-67a9-45a6-8d9d-ed6a3ae3b95b} <Debug> TCPHandler: Processed in 0.002491097 sec.
1229 2024.12.05 07:27:44.342422 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1230 2024.12.05 07:27:44.342541 [ 253 ] {aac5c993-277a-4e1a-8e80-34c08c05cd95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1231 2024.12.05 07:27:44.342590 [ 253 ] {aac5c993-277a-4e1a-8e80-34c08c05cd95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1232 2024.12.05 07:27:44.343423 [ 253 ] {aac5c993-277a-4e1a-8e80-34c08c05cd95} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1233 2024.12.05 07:27:44.343463 [ 253 ] {aac5c993-277a-4e1a-8e80-34c08c05cd95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1234 2024.12.05 07:27:44.343833 [ 253 ] {aac5c993-277a-4e1a-8e80-34c08c05cd95} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1235 2024.12.05 07:27:44.344077 [ 253 ] {aac5c993-277a-4e1a-8e80-34c08c05cd95} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1236 2024.12.05 07:27:44.344280 [ 253 ] {aac5c993-277a-4e1a-8e80-34c08c05cd95} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001763 sec., 129325.01418037436 rows/sec., 8.76 MiB/sec.
1237 2024.12.05 07:27:44.344333 [ 253 ] {aac5c993-277a-4e1a-8e80-34c08c05cd95} <Debug> TCPHandler: Processed in 0.001969129 sec.
1238 2024.12.05 07:27:44.344495 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1239 2024.12.05 07:27:44.344635 [ 3 ] {ef801562-9e02-4995-84b7-f6bdca1441e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1240 2024.12.05 07:27:44.344692 [ 3 ] {ef801562-9e02-4995-84b7-f6bdca1441e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1241 2024.12.05 07:27:44.345540 [ 3 ] {ef801562-9e02-4995-84b7-f6bdca1441e3} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1242 2024.12.05 07:27:44.345579 [ 3 ] {ef801562-9e02-4995-84b7-f6bdca1441e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1243 2024.12.05 07:27:44.345981 [ 3 ] {ef801562-9e02-4995-84b7-f6bdca1441e3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1244 2024.12.05 07:27:44.346227 [ 3 ] {ef801562-9e02-4995-84b7-f6bdca1441e3} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1245 2024.12.05 07:27:44.346446 [ 3 ] {ef801562-9e02-4995-84b7-f6bdca1441e3} <Debug> executeQuery: Read 484 rows, 36.53 KiB in 0.001842 sec., 262757.87187839305 rows/sec., 19.36 MiB/sec.
1246 2024.12.05 07:27:44.346499 [ 3 ] {ef801562-9e02-4995-84b7-f6bdca1441e3} <Debug> TCPHandler: Processed in 0.002072491 sec.
1247 2024.12.05 07:27:44.346709 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1248 2024.12.05 07:27:44.346933 [ 253 ] {554da449-a61e-44e1-8695-4f7def13f6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1249 2024.12.05 07:27:44.347028 [ 253 ] {554da449-a61e-44e1-8695-4f7def13f6be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1250 2024.12.05 07:27:44.348142 [ 253 ] {554da449-a61e-44e1-8695-4f7def13f6be} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1251 2024.12.05 07:27:44.348182 [ 253 ] {554da449-a61e-44e1-8695-4f7def13f6be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1252 2024.12.05 07:27:44.348648 [ 253 ] {554da449-a61e-44e1-8695-4f7def13f6be} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1253 2024.12.05 07:27:44.348890 [ 253 ] {554da449-a61e-44e1-8695-4f7def13f6be} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1254 2024.12.05 07:27:44.349140 [ 253 ] {554da449-a61e-44e1-8695-4f7def13f6be} <Debug> executeQuery: Read 1427 rows, 97.82 KiB in 0.002254 sec., 633096.7169476487 rows/sec., 42.38 MiB/sec.
1255 2024.12.05 07:27:44.349344 [ 253 ] {554da449-a61e-44e1-8695-4f7def13f6be} <Debug> TCPHandler: Processed in 0.002744341 sec.
1256 2024.12.05 07:27:44.349571 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1257 2024.12.05 07:27:44.349774 [ 3 ] {84d3f3b1-9f30-41e8-ab74-8426fc142a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1258 2024.12.05 07:27:44.349858 [ 3 ] {84d3f3b1-9f30-41e8-ab74-8426fc142a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1259 2024.12.05 07:27:44.350501 [ 3 ] {84d3f3b1-9f30-41e8-ab74-8426fc142a52} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1260 2024.12.05 07:27:44.350539 [ 3 ] {84d3f3b1-9f30-41e8-ab74-8426fc142a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1261 2024.12.05 07:27:44.350909 [ 3 ] {84d3f3b1-9f30-41e8-ab74-8426fc142a52} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1262 2024.12.05 07:27:44.351142 [ 3 ] {84d3f3b1-9f30-41e8-ab74-8426fc142a52} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1263 2024.12.05 07:27:44.351330 [ 3 ] {84d3f3b1-9f30-41e8-ab74-8426fc142a52} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001604 sec., 18703.241895261846 rows/sec., 1.28 MiB/sec.
1264 2024.12.05 07:27:44.351403 [ 3 ] {84d3f3b1-9f30-41e8-ab74-8426fc142a52} <Debug> TCPHandler: Processed in 0.001928569 sec.
1265 2024.12.05 07:27:46.336929 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1266 2024.12.05 07:27:46.337553 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1267 2024.12.05 07:27:46.337594 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1268 2024.12.05 07:27:46.338135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1269 2024.12.05 07:27:46.338375 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1270 2024.12.05 07:27:46.338657 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1271 2024.12.05 07:27:46.477878 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1272 2024.12.05 07:27:46.497475 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1273 2024.12.05 07:27:46.497529 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1274 2024.12.05 07:27:46.504263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1275 2024.12.05 07:27:46.505000 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1276 2024.12.05 07:27:46.507711 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1277 2024.12.05 07:27:47.000239 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.83 MiB, peak 162.83 MiB, free memory in arenas 0.00 B, will set to 159.94 MiB (RSS), difference: 1.11 MiB
1278 2024.12.05 07:27:48.825637 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 196
1279 2024.12.05 07:27:48.828805 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1280 2024.12.05 07:27:48.828861 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1281 2024.12.05 07:27:48.830363 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1282 2024.12.05 07:27:48.830667 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1283 2024.12.05 07:27:48.831203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 196
1284 2024.12.05 07:27:49.846850 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1285 2024.12.05 07:27:49.847039 [ 3 ] {eedc7c7b-cf82-4477-972a-8ebd038cc4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1286 2024.12.05 07:27:49.847110 [ 3 ] {eedc7c7b-cf82-4477-972a-8ebd038cc4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1287 2024.12.05 07:27:49.847899 [ 3 ] {eedc7c7b-cf82-4477-972a-8ebd038cc4ef} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1288 2024.12.05 07:27:49.847947 [ 3 ] {eedc7c7b-cf82-4477-972a-8ebd038cc4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1289 2024.12.05 07:27:49.848381 [ 3 ] {eedc7c7b-cf82-4477-972a-8ebd038cc4ef} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1290 2024.12.05 07:27:49.848646 [ 3 ] {eedc7c7b-cf82-4477-972a-8ebd038cc4ef} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1291 2024.12.05 07:27:49.848899 [ 3 ] {eedc7c7b-cf82-4477-972a-8ebd038cc4ef} <Debug> executeQuery: Read 78 rows, 6.97 KiB in 0.001914 sec., 40752.35109717869 rows/sec., 3.56 MiB/sec.
1292 2024.12.05 07:27:49.848964 [ 3 ] {eedc7c7b-cf82-4477-972a-8ebd038cc4ef} <Debug> TCPHandler: Processed in 0.002242463 sec.
1293 2024.12.05 07:27:49.849222 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1294 2024.12.05 07:27:49.849411 [ 253 ] {e4133d62-6cbd-4107-8bf8-cd19448fe045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1295 2024.12.05 07:27:49.849482 [ 253 ] {e4133d62-6cbd-4107-8bf8-cd19448fe045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1296 2024.12.05 07:27:49.850201 [ 253 ] {e4133d62-6cbd-4107-8bf8-cd19448fe045} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1297 2024.12.05 07:27:49.850240 [ 253 ] {e4133d62-6cbd-4107-8bf8-cd19448fe045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1298 2024.12.05 07:27:49.850665 [ 253 ] {e4133d62-6cbd-4107-8bf8-cd19448fe045} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1299 2024.12.05 07:27:49.850905 [ 253 ] {e4133d62-6cbd-4107-8bf8-cd19448fe045} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1300 2024.12.05 07:27:49.851110 [ 253 ] {e4133d62-6cbd-4107-8bf8-cd19448fe045} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001749 sec., 14865.637507146941 rows/sec., 1.09 MiB/sec.
1301 2024.12.05 07:27:49.851180 [ 253 ] {e4133d62-6cbd-4107-8bf8-cd19448fe045} <Debug> TCPHandler: Processed in 0.002094751 sec.
1302 2024.12.05 07:27:49.851348 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1303 2024.12.05 07:27:49.851482 [ 3 ] {98988101-d43d-46d2-b405-27d08da8d462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1304 2024.12.05 07:27:49.851536 [ 3 ] {98988101-d43d-46d2-b405-27d08da8d462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1305 2024.12.05 07:27:49.852157 [ 3 ] {98988101-d43d-46d2-b405-27d08da8d462} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1306 2024.12.05 07:27:49.852199 [ 3 ] {98988101-d43d-46d2-b405-27d08da8d462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1307 2024.12.05 07:27:49.852595 [ 3 ] {98988101-d43d-46d2-b405-27d08da8d462} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1308 2024.12.05 07:27:49.852844 [ 3 ] {98988101-d43d-46d2-b405-27d08da8d462} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1309 2024.12.05 07:27:49.853042 [ 3 ] {98988101-d43d-46d2-b405-27d08da8d462} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001588 sec., 34005.037783375315 rows/sec., 2.66 MiB/sec.
1310 2024.12.05 07:27:49.853135 [ 3 ] {98988101-d43d-46d2-b405-27d08da8d462} <Debug> TCPHandler: Processed in 0.001847808 sec.
1311 2024.12.05 07:27:49.853284 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1312 2024.12.05 07:27:49.853405 [ 253 ] {6cae798f-9c2f-434a-a228-07cea57b44ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1313 2024.12.05 07:27:49.853462 [ 253 ] {6cae798f-9c2f-434a-a228-07cea57b44ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1314 2024.12.05 07:27:49.854116 [ 253 ] {6cae798f-9c2f-434a-a228-07cea57b44ed} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1315 2024.12.05 07:27:49.854163 [ 253 ] {6cae798f-9c2f-434a-a228-07cea57b44ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1316 2024.12.05 07:27:49.854590 [ 253 ] {6cae798f-9c2f-434a-a228-07cea57b44ed} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1317 2024.12.05 07:27:49.854825 [ 253 ] {6cae798f-9c2f-434a-a228-07cea57b44ed} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1318 2024.12.05 07:27:49.855047 [ 253 ] {6cae798f-9c2f-434a-a228-07cea57b44ed} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001667 sec., 59988.00239952009 rows/sec., 4.16 MiB/sec.
1319 2024.12.05 07:27:49.855097 [ 253 ] {6cae798f-9c2f-434a-a228-07cea57b44ed} <Debug> TCPHandler: Processed in 0.001871638 sec.
1320 2024.12.05 07:27:49.855242 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1321 2024.12.05 07:27:49.855390 [ 3 ] {48d923bd-9764-4155-a330-2024ad3fa550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1322 2024.12.05 07:27:49.855476 [ 3 ] {48d923bd-9764-4155-a330-2024ad3fa550} <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
1323 2024.12.05 07:27:49.856739 [ 3 ] {48d923bd-9764-4155-a330-2024ad3fa550} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1324 2024.12.05 07:27:49.856779 [ 3 ] {48d923bd-9764-4155-a330-2024ad3fa550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1325 2024.12.05 07:27:49.857454 [ 3 ] {48d923bd-9764-4155-a330-2024ad3fa550} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1326 2024.12.05 07:27:49.857719 [ 3 ] {48d923bd-9764-4155-a330-2024ad3fa550} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1327 2024.12.05 07:27:49.857958 [ 3 ] {48d923bd-9764-4155-a330-2024ad3fa550} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002593 sec., 10026.995757809487 rows/sec., 17.97 MiB/sec.
1328 2024.12.05 07:27:49.858074 [ 3 ] {48d923bd-9764-4155-a330-2024ad3fa550} <Debug> TCPHandler: Processed in 0.002888663 sec.
1329 2024.12.05 07:27:49.858232 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1330 2024.12.05 07:27:49.858373 [ 253 ] {5998c2a8-fdec-4f8c-a61e-bdf13db76b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1331 2024.12.05 07:27:49.858433 [ 253 ] {5998c2a8-fdec-4f8c-a61e-bdf13db76b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1332 2024.12.05 07:27:49.858996 [ 253 ] {5998c2a8-fdec-4f8c-a61e-bdf13db76b32} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1333 2024.12.05 07:27:49.859044 [ 253 ] {5998c2a8-fdec-4f8c-a61e-bdf13db76b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1334 2024.12.05 07:27:49.859476 [ 253 ] {5998c2a8-fdec-4f8c-a61e-bdf13db76b32} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1335 2024.12.05 07:27:49.859715 [ 253 ] {5998c2a8-fdec-4f8c-a61e-bdf13db76b32} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1336 2024.12.05 07:27:49.859938 [ 253 ] {5998c2a8-fdec-4f8c-a61e-bdf13db76b32} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001595 sec., 18808.777429467085 rows/sec., 1.29 MiB/sec.
1337 2024.12.05 07:27:49.859988 [ 253 ] {5998c2a8-fdec-4f8c-a61e-bdf13db76b32} <Debug> TCPHandler: Processed in 0.001826397 sec.
1338 2024.12.05 07:27:53.759044 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
1339 2024.12.05 07:27:53.759134 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
1340 2024.12.05 07:27:53.838901 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1341 2024.12.05 07:27:53.839830 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1342 2024.12.05 07:27:53.839878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1343 2024.12.05 07:27:53.840441 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1344 2024.12.05 07:27:53.840701 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1345 2024.12.05 07:27:53.840902 [ 61 ] {} <Debug> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1346 2024.12.05 07:27:53.840938 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1347 2024.12.05 07:27:53.840994 [ 61 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1348 2024.12.05 07:27:53.841027 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1349 2024.12.05 07:27:53.843271 [ 192 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
1350 2024.12.05 07:27:53.843508 [ 192 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1351 2024.12.05 07:27:53.843646 [ 192 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
1352 2024.12.05 07:27:53.843770 [ 192 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
1353 2024.12.05 07:27:53.843961 [ 192 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
1354 2024.12.05 07:27:53.844346 [ 192 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
1355 2024.12.05 07:27:53.844646 [ 192 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
1356 2024.12.05 07:27:53.844801 [ 192 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
1357 2024.12.05 07:27:53.875440 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.034325108 sec., 81747.73987601146 rows/sec., 1.17 MiB/sec.
1358 2024.12.05 07:27:53.876529 [ 186 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1359 2024.12.05 07:27:53.876918 [ 186 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_6_1} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1360 2024.12.05 07:27:53.877006 [ 186 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_6_1} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1361 2024.12.05 07:27:53.877135 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1362 2024.12.05 07:27:54.000216 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.03 MiB, peak 166.34 MiB, free memory in arenas 0.00 B, will set to 161.25 MiB (RSS), difference: 1.22 MiB
1363 2024.12.05 07:27:54.007856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1364 2024.12.05 07:27:54.028300 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1365 2024.12.05 07:27:54.028373 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1366 2024.12.05 07:27:54.035051 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1367 2024.12.05 07:27:54.035833 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1368 2024.12.05 07:27:54.036263 [ 61 ] {} <Debug> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1369 2024.12.05 07:27:54.036408 [ 61 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1370 2024.12.05 07:27:54.036492 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1371 2024.12.05 07:27:54.037063 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
1372 2024.12.05 07:27:54.051723 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1373 2024.12.05 07:27:54.053345 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1374 2024.12.05 07:27:54.054629 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
1375 2024.12.05 07:27:54.059582 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
1376 2024.12.05 07:27:54.064479 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
1377 2024.12.05 07:27:54.069192 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
1378 2024.12.05 07:27:54.083861 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
1379 2024.12.05 07:27:54.088291 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
1380 2024.12.05 07:27:54.151348 [ 201 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.114642174 sec., 401.2484969100464 rows/sec., 2.07 MiB/sec.
1381 2024.12.05 07:27:54.153870 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1382 2024.12.05 07:27:54.156991 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_6_1} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1383 2024.12.05 07:27:54.157086 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_6_1} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1384 2024.12.05 07:27:54.159680 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1385 2024.12.05 07:27:54.845192 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1386 2024.12.05 07:27:54.845411 [ 3 ] {ef0db69f-7054-443b-b8ee-40af9a28e9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1387 2024.12.05 07:27:54.845495 [ 3 ] {ef0db69f-7054-443b-b8ee-40af9a28e9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1388 2024.12.05 07:27:54.846240 [ 3 ] {ef0db69f-7054-443b-b8ee-40af9a28e9a9} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1389 2024.12.05 07:27:54.846295 [ 3 ] {ef0db69f-7054-443b-b8ee-40af9a28e9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1390 2024.12.05 07:27:54.846754 [ 3 ] {ef0db69f-7054-443b-b8ee-40af9a28e9a9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1391 2024.12.05 07:27:54.847017 [ 3 ] {ef0db69f-7054-443b-b8ee-40af9a28e9a9} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1392 2024.12.05 07:27:54.847216 [ 64 ] {} <Debug> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1393 2024.12.05 07:27:54.847285 [ 3 ] {ef0db69f-7054-443b-b8ee-40af9a28e9a9} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001932 sec., 13457.556935817805 rows/sec., 1.01 MiB/sec.
1394 2024.12.05 07:27:54.847315 [ 64 ] {} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1395 2024.12.05 07:27:54.847392 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1396 2024.12.05 07:27:54.847414 [ 3 ] {ef0db69f-7054-443b-b8ee-40af9a28e9a9} <Debug> TCPHandler: Processed in 0.002361575 sec.
1397 2024.12.05 07:27:54.847893 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1398 2024.12.05 07:27:54.847981 [ 190 ] {c2733bc8-e57c-44a8-80da-873e802a9831::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
1399 2024.12.05 07:27:54.848282 [ 253 ] {3faef522-702f-48f7-bf80-9726a85e9fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1400 2024.12.05 07:27:54.848292 [ 190 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1401 2024.12.05 07:27:54.848398 [ 190 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 63 rows starting from the beginning of the part
1402 2024.12.05 07:27:54.848411 [ 253 ] {3faef522-702f-48f7-bf80-9726a85e9fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1403 2024.12.05 07:27:54.848715 [ 190 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
1404 2024.12.05 07:27:54.848887 [ 190 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part
1405 2024.12.05 07:27:54.849247 [ 190 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1167 rows starting from the beginning of the part
1406 2024.12.05 07:27:54.849462 [ 190 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 78 rows starting from the beginning of the part
1407 2024.12.05 07:27:54.849688 [ 190 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part
1408 2024.12.05 07:27:54.850521 [ 253 ] {3faef522-702f-48f7-bf80-9726a85e9fc2} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1409 2024.12.05 07:27:54.850571 [ 253 ] {3faef522-702f-48f7-bf80-9726a85e9fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1410 2024.12.05 07:27:54.851319 [ 253 ] {3faef522-702f-48f7-bf80-9726a85e9fc2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1411 2024.12.05 07:27:54.851763 [ 201 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1438 rows, containing 5 columns (5 merged, 0 gathered) in 0.004151781 sec., 346357.38253053324 rows/sec., 30.06 MiB/sec.
1412 2024.12.05 07:27:54.851786 [ 253 ] {3faef522-702f-48f7-bf80-9726a85e9fc2} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1413 2024.12.05 07:27:54.852125 [ 64 ] {} <Debug> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1414 2024.12.05 07:27:54.852202 [ 201 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1415 2024.12.05 07:27:54.852242 [ 64 ] {} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1416 2024.12.05 07:27:54.852264 [ 253 ] {3faef522-702f-48f7-bf80-9726a85e9fc2} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004084 sec., 6856.023506366308 rows/sec., 547.58 KiB/sec.
1417 2024.12.05 07:27:54.852379 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1418 2024.12.05 07:27:54.852532 [ 253 ] {3faef522-702f-48f7-bf80-9726a85e9fc2} <Debug> TCPHandler: Processed in 0.004988244 sec.
1419 2024.12.05 07:27:54.852794 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1420 2024.12.05 07:27:54.852969 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::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
1421 2024.12.05 07:27:54.853392 [ 3 ] {b079408f-18d6-4fea-bdcb-5aad4612428f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1422 2024.12.05 07:27:54.853507 [ 201 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1423 2024.12.05 07:27:54.853624 [ 3 ] {b079408f-18d6-4fea-bdcb-5aad4612428f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1424 2024.12.05 07:27:54.853678 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1425 2024.12.05 07:27:54.853789 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 55 rows starting from the beginning of the part
1426 2024.12.05 07:27:54.853869 [ 201 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_6_1} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1427 2024.12.05 07:27:54.854306 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part
1428 2024.12.05 07:27:54.854272 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB.
1429 2024.12.05 07:27:54.854652 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 57 rows starting from the beginning of the part
1430 2024.12.05 07:27:54.855065 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 484 rows starting from the beginning of the part
1431 2024.12.05 07:27:54.855337 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 54 rows starting from the beginning of the part
1432 2024.12.05 07:27:54.855652 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part
1433 2024.12.05 07:27:54.856411 [ 3 ] {b079408f-18d6-4fea-bdcb-5aad4612428f} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1434 2024.12.05 07:27:54.856456 [ 3 ] {b079408f-18d6-4fea-bdcb-5aad4612428f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1435 2024.12.05 07:27:54.857075 [ 3 ] {b079408f-18d6-4fea-bdcb-5aad4612428f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1436 2024.12.05 07:27:54.857471 [ 3 ] {b079408f-18d6-4fea-bdcb-5aad4612428f} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1437 2024.12.05 07:27:54.857585 [ 200 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 706 rows, containing 5 columns (5 merged, 0 gathered) in 0.004959923 sec., 142340.91940540206 rows/sec., 11.24 MiB/sec.
1438 2024.12.05 07:27:54.857727 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1439 2024.12.05 07:27:54.857838 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1440 2024.12.05 07:27:54.857892 [ 3 ] {b079408f-18d6-4fea-bdcb-5aad4612428f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004711 sec., 21226.915729144555 rows/sec., 1.47 MiB/sec.
1441 2024.12.05 07:27:54.857895 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1442 2024.12.05 07:27:54.857925 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1443 2024.12.05 07:27:54.858234 [ 3 ] {b079408f-18d6-4fea-bdcb-5aad4612428f} <Debug> TCPHandler: Processed in 0.005567403 sec.
1444 2024.12.05 07:27:54.858603 [ 200 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::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
1445 2024.12.05 07:27:54.858710 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1446 2024.12.05 07:27:54.858824 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1447 2024.12.05 07:27:54.859044 [ 200 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1448 2024.12.05 07:27:54.859068 [ 253 ] {6762b306-7b5f-4f12-afdb-8a64b3f715e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1449 2024.12.05 07:27:54.859123 [ 195 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_6_1} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1450 2024.12.05 07:27:54.859168 [ 200 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part
1451 2024.12.05 07:27:54.859207 [ 253 ] {6762b306-7b5f-4f12-afdb-8a64b3f715e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1452 2024.12.05 07:27:54.859440 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1453 2024.12.05 07:27:54.859758 [ 200 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part
1454 2024.12.05 07:27:54.860135 [ 200 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part
1455 2024.12.05 07:27:54.860474 [ 200 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1427 rows starting from the beginning of the part
1456 2024.12.05 07:27:54.860796 [ 200 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part
1457 2024.12.05 07:27:54.861114 [ 200 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part
1458 2024.12.05 07:27:54.861815 [ 253 ] {6762b306-7b5f-4f12-afdb-8a64b3f715e9} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1459 2024.12.05 07:27:54.861866 [ 253 ] {6762b306-7b5f-4f12-afdb-8a64b3f715e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1460 2024.12.05 07:27:54.862841 [ 253 ] {6762b306-7b5f-4f12-afdb-8a64b3f715e9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1461 2024.12.05 07:27:54.863344 [ 253 ] {6762b306-7b5f-4f12-afdb-8a64b3f715e9} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1462 2024.12.05 07:27:54.863636 [ 64 ] {} <Debug> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1463 2024.12.05 07:27:54.863707 [ 64 ] {} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1464 2024.12.05 07:27:54.863774 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1465 2024.12.05 07:27:54.863991 [ 253 ] {6762b306-7b5f-4f12-afdb-8a64b3f715e9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005028 sec., 5966.587112171837 rows/sec., 418.55 KiB/sec.
1466 2024.12.05 07:27:54.864555 [ 190 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
1467 2024.12.05 07:27:54.864627 [ 253 ] {6762b306-7b5f-4f12-afdb-8a64b3f715e9} <Debug> TCPHandler: Processed in 0.006251782 sec.
1468 2024.12.05 07:27:54.865080 [ 190 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1469 2024.12.05 07:27:54.865132 [ 190 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
1470 2024.12.05 07:27:54.865144 [ 200 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.006973353 sec., 264865.4097964064 rows/sec., 17.87 MiB/sec.
1471 2024.12.05 07:27:54.865272 [ 190 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part
1472 2024.12.05 07:27:54.865395 [ 190 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part
1473 2024.12.05 07:27:54.865623 [ 190 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part
1474 2024.12.05 07:27:54.865712 [ 200 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1475 2024.12.05 07:27:54.865893 [ 190 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part
1476 2024.12.05 07:27:54.866220 [ 190 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part
1477 2024.12.05 07:27:54.866773 [ 188 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1478 2024.12.05 07:27:54.867032 [ 188 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1479 2024.12.05 07:27:54.867213 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB.
1480 2024.12.05 07:27:54.867732 [ 200 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.003795116 sec., 41105.46291602154 rows/sec., 2.82 MiB/sec.
1481 2024.12.05 07:27:54.867918 [ 188 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1482 2024.12.05 07:27:54.868283 [ 188 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_6_1} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1483 2024.12.05 07:27:54.868375 [ 188 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_6_1} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1484 2024.12.05 07:27:54.868469 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1485 2024.12.05 07:27:55.000229 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.77 MiB, peak 171.86 MiB, free memory in arenas 0.00 B, will set to 164.25 MiB (RSS), difference: 1.48 MiB
1486 2024.12.05 07:27:58.831588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 216
1487 2024.12.05 07:27:58.834439 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1488 2024.12.05 07:27:58.834484 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1489 2024.12.05 07:27:58.835954 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1490 2024.12.05 07:27:58.836263 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1491 2024.12.05 07:27:58.837063 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 216
1492 2024.12.05 07:27:59.846912 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1493 2024.12.05 07:27:59.847117 [ 3 ] {14418869-7540-45a5-8b7f-db4befd80ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1494 2024.12.05 07:27:59.847194 [ 3 ] {14418869-7540-45a5-8b7f-db4befd80ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1495 2024.12.05 07:27:59.848012 [ 3 ] {14418869-7540-45a5-8b7f-db4befd80ae8} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1496 2024.12.05 07:27:59.848066 [ 3 ] {14418869-7540-45a5-8b7f-db4befd80ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1497 2024.12.05 07:27:59.848507 [ 3 ] {14418869-7540-45a5-8b7f-db4befd80ae8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1498 2024.12.05 07:27:59.848766 [ 3 ] {14418869-7540-45a5-8b7f-db4befd80ae8} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1499 2024.12.05 07:27:59.849010 [ 3 ] {14418869-7540-45a5-8b7f-db4befd80ae8} <Debug> executeQuery: Read 104 rows, 9.03 KiB in 0.001949 sec., 53360.69779374038 rows/sec., 4.52 MiB/sec.
1500 2024.12.05 07:27:59.849094 [ 3 ] {14418869-7540-45a5-8b7f-db4befd80ae8} <Debug> TCPHandler: Processed in 0.002320954 sec.
1501 2024.12.05 07:27:59.849354 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1502 2024.12.05 07:27:59.849542 [ 253 ] {16c40232-599a-4631-8e97-56944bfa024c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1503 2024.12.05 07:27:59.849614 [ 253 ] {16c40232-599a-4631-8e97-56944bfa024c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1504 2024.12.05 07:27:59.850322 [ 253 ] {16c40232-599a-4631-8e97-56944bfa024c} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1505 2024.12.05 07:27:59.850372 [ 253 ] {16c40232-599a-4631-8e97-56944bfa024c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1506 2024.12.05 07:27:59.850802 [ 253 ] {16c40232-599a-4631-8e97-56944bfa024c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1507 2024.12.05 07:27:59.851058 [ 253 ] {16c40232-599a-4631-8e97-56944bfa024c} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1508 2024.12.05 07:27:59.851291 [ 253 ] {16c40232-599a-4631-8e97-56944bfa024c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001801 sec., 14436.424208772904 rows/sec., 1.06 MiB/sec.
1509 2024.12.05 07:27:59.851347 [ 253 ] {16c40232-599a-4631-8e97-56944bfa024c} <Debug> TCPHandler: Processed in 0.002122551 sec.
1510 2024.12.05 07:27:59.851501 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1511 2024.12.05 07:27:59.851631 [ 3 ] {b1346403-4d5d-4199-ac89-5db17055585e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1512 2024.12.05 07:27:59.851685 [ 3 ] {b1346403-4d5d-4199-ac89-5db17055585e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1513 2024.12.05 07:27:59.852306 [ 3 ] {b1346403-4d5d-4199-ac89-5db17055585e} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1514 2024.12.05 07:27:59.852347 [ 3 ] {b1346403-4d5d-4199-ac89-5db17055585e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1515 2024.12.05 07:27:59.852724 [ 3 ] {b1346403-4d5d-4199-ac89-5db17055585e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1516 2024.12.05 07:27:59.852975 [ 3 ] {b1346403-4d5d-4199-ac89-5db17055585e} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1517 2024.12.05 07:27:59.853196 [ 3 ] {b1346403-4d5d-4199-ac89-5db17055585e} <Debug> executeQuery: Read 82 rows, 6.55 KiB in 0.001593 sec., 51475.2040175769 rows/sec., 4.02 MiB/sec.
1518 2024.12.05 07:27:59.853254 [ 3 ] {b1346403-4d5d-4199-ac89-5db17055585e} <Debug> TCPHandler: Processed in 0.001812457 sec.
1519 2024.12.05 07:27:59.853391 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1520 2024.12.05 07:27:59.853510 [ 253 ] {6732cc33-9883-4939-b53c-a0dc1ebfa783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1521 2024.12.05 07:27:59.853565 [ 253 ] {6732cc33-9883-4939-b53c-a0dc1ebfa783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1522 2024.12.05 07:27:59.854134 [ 253 ] {6732cc33-9883-4939-b53c-a0dc1ebfa783} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1523 2024.12.05 07:27:59.854175 [ 253 ] {6732cc33-9883-4939-b53c-a0dc1ebfa783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1524 2024.12.05 07:27:59.854580 [ 253 ] {6732cc33-9883-4939-b53c-a0dc1ebfa783} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1525 2024.12.05 07:27:59.854837 [ 253 ] {6732cc33-9883-4939-b53c-a0dc1ebfa783} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1526 2024.12.05 07:27:59.855101 [ 253 ] {6732cc33-9883-4939-b53c-a0dc1ebfa783} <Debug> executeQuery: Read 110 rows, 7.81 KiB in 0.001613 sec., 68195.90824550527 rows/sec., 4.73 MiB/sec.
1527 2024.12.05 07:27:59.855259 [ 253 ] {6732cc33-9883-4939-b53c-a0dc1ebfa783} <Debug> TCPHandler: Processed in 0.001921938 sec.
1528 2024.12.05 07:27:59.855445 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1529 2024.12.05 07:27:59.855593 [ 3 ] {bd296747-1182-4c01-bc92-958df80c2d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1530 2024.12.05 07:27:59.855690 [ 3 ] {bd296747-1182-4c01-bc92-958df80c2d89} <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
1531 2024.12.05 07:27:59.856896 [ 3 ] {bd296747-1182-4c01-bc92-958df80c2d89} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1532 2024.12.05 07:27:59.856937 [ 3 ] {bd296747-1182-4c01-bc92-958df80c2d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1533 2024.12.05 07:27:59.857599 [ 3 ] {bd296747-1182-4c01-bc92-958df80c2d89} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1534 2024.12.05 07:27:59.857857 [ 3 ] {bd296747-1182-4c01-bc92-958df80c2d89} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1535 2024.12.05 07:27:59.858093 [ 3 ] {bd296747-1182-4c01-bc92-958df80c2d89} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002534 sec., 10260.45777426993 rows/sec., 18.39 MiB/sec.
1536 2024.12.05 07:27:59.858223 [ 3 ] {bd296747-1182-4c01-bc92-958df80c2d89} <Debug> TCPHandler: Processed in 0.002847212 sec.
1537 2024.12.05 07:27:59.858399 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1538 2024.12.05 07:27:59.858541 [ 253 ] {06feb7f2-79e1-48d1-8c52-7a7a3b0cf33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1539 2024.12.05 07:27:59.858601 [ 253 ] {06feb7f2-79e1-48d1-8c52-7a7a3b0cf33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1540 2024.12.05 07:27:59.859116 [ 253 ] {06feb7f2-79e1-48d1-8c52-7a7a3b0cf33a} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1541 2024.12.05 07:27:59.859157 [ 253 ] {06feb7f2-79e1-48d1-8c52-7a7a3b0cf33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1542 2024.12.05 07:27:59.859549 [ 253 ] {06feb7f2-79e1-48d1-8c52-7a7a3b0cf33a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1543 2024.12.05 07:27:59.859800 [ 253 ] {06feb7f2-79e1-48d1-8c52-7a7a3b0cf33a} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1544 2024.12.05 07:27:59.860067 [ 253 ] {06feb7f2-79e1-48d1-8c52-7a7a3b0cf33a} <Debug> executeQuery: Read 34 rows, 2.39 KiB in 0.001544 sec., 22020.725388601037 rows/sec., 1.51 MiB/sec.
1545 2024.12.05 07:27:59.860215 [ 253 ] {06feb7f2-79e1-48d1-8c52-7a7a3b0cf33a} <Debug> TCPHandler: Processed in 0.001879347 sec.
1546 2024.12.05 07:28:01.341155 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1547 2024.12.05 07:28:01.342104 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1548 2024.12.05 07:28:01.342148 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1549 2024.12.05 07:28:01.342669 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1550 2024.12.05 07:28:01.342927 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1551 2024.12.05 07:28:01.343216 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1552 2024.12.05 07:28:01.551889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1553 2024.12.05 07:28:01.570148 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1554 2024.12.05 07:28:01.570199 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB.
1555 2024.12.05 07:28:01.577039 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1556 2024.12.05 07:28:01.577788 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1557 2024.12.05 07:28:01.580242 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1558 2024.12.05 07:28:04.848131 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1559 2024.12.05 07:28:04.848463 [ 3 ] {a53d4d3a-e62b-4400-b478-48cdf899c700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1560 2024.12.05 07:28:04.848586 [ 3 ] {a53d4d3a-e62b-4400-b478-48cdf899c700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1561 2024.12.05 07:28:04.849592 [ 3 ] {a53d4d3a-e62b-4400-b478-48cdf899c700} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1562 2024.12.05 07:28:04.849644 [ 3 ] {a53d4d3a-e62b-4400-b478-48cdf899c700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1563 2024.12.05 07:28:04.850101 [ 3 ] {a53d4d3a-e62b-4400-b478-48cdf899c700} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1564 2024.12.05 07:28:04.850361 [ 3 ] {a53d4d3a-e62b-4400-b478-48cdf899c700} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1565 2024.12.05 07:28:04.850615 [ 3 ] {a53d4d3a-e62b-4400-b478-48cdf899c700} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002237 sec., 23245.4179704962 rows/sec., 1.78 MiB/sec.
1566 2024.12.05 07:28:04.850683 [ 3 ] {a53d4d3a-e62b-4400-b478-48cdf899c700} <Debug> TCPHandler: Processed in 0.002745191 sec.
1567 2024.12.05 07:28:04.850963 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1568 2024.12.05 07:28:04.851156 [ 253 ] {e52bc717-3556-4a78-a955-c16606f5ed7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1569 2024.12.05 07:28:04.851227 [ 253 ] {e52bc717-3556-4a78-a955-c16606f5ed7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1570 2024.12.05 07:28:04.851960 [ 253 ] {e52bc717-3556-4a78-a955-c16606f5ed7c} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1571 2024.12.05 07:28:04.852004 [ 253 ] {e52bc717-3556-4a78-a955-c16606f5ed7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1572 2024.12.05 07:28:04.852430 [ 253 ] {e52bc717-3556-4a78-a955-c16606f5ed7c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1573 2024.12.05 07:28:04.852688 [ 253 ] {e52bc717-3556-4a78-a955-c16606f5ed7c} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1574 2024.12.05 07:28:04.853024 [ 253 ] {e52bc717-3556-4a78-a955-c16606f5ed7c} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.31 MiB/sec.
1575 2024.12.05 07:28:04.853202 [ 253 ] {e52bc717-3556-4a78-a955-c16606f5ed7c} <Debug> TCPHandler: Processed in 0.002379295 sec.
1576 2024.12.05 07:28:04.853375 [ 3 ] {} <Trace> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1577 2024.12.05 07:28:04.853533 [ 3 ] {e4cc38ff-773f-4df9-9c58-2cda08ffa50c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1578 2024.12.05 07:28:04.853601 [ 3 ] {e4cc38ff-773f-4df9-9c58-2cda08ffa50c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1579 2024.12.05 07:28:04.854257 [ 3 ] {e4cc38ff-773f-4df9-9c58-2cda08ffa50c} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1580 2024.12.05 07:28:04.854300 [ 3 ] {e4cc38ff-773f-4df9-9c58-2cda08ffa50c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1581 2024.12.05 07:28:04.854711 [ 3 ] {e4cc38ff-773f-4df9-9c58-2cda08ffa50c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1582 2024.12.05 07:28:04.854969 [ 3 ] {e4cc38ff-773f-4df9-9c58-2cda08ffa50c} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1583 2024.12.05 07:28:04.855183 [ 3 ] {e4cc38ff-773f-4df9-9c58-2cda08ffa50c} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001693 sec., 88600.11813349085 rows/sec., 6.14 MiB/sec.
1584 2024.12.05 07:28:04.855244 [ 3 ] {e4cc38ff-773f-4df9-9c58-2cda08ffa50c} <Debug> TCPHandler: Processed in 0.001939649 sec.
1585 2024.12.05 07:28:04.855412 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1586 2024.12.05 07:28:04.855553 [ 253 ] {1fced5db-7242-4a92-956d-4994f98f8ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1587 2024.12.05 07:28:04.855613 [ 253 ] {1fced5db-7242-4a92-956d-4994f98f8ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1588 2024.12.05 07:28:04.856159 [ 253 ] {1fced5db-7242-4a92-956d-4994f98f8ba3} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1589 2024.12.05 07:28:04.856199 [ 253 ] {1fced5db-7242-4a92-956d-4994f98f8ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1590 2024.12.05 07:28:04.856575 [ 253 ] {1fced5db-7242-4a92-956d-4994f98f8ba3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1591 2024.12.05 07:28:04.856818 [ 253 ] {1fced5db-7242-4a92-956d-4994f98f8ba3} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1592 2024.12.05 07:28:04.857102 [ 253 ] {1fced5db-7242-4a92-956d-4994f98f8ba3} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001562 sec., 32010.243277848913 rows/sec., 2.19 MiB/sec.
1593 2024.12.05 07:28:04.857228 [ 253 ] {1fced5db-7242-4a92-956d-4994f98f8ba3} <Debug> TCPHandler: Processed in 0.001884067 sec.
1594 2024.12.05 07:28:08.759193 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache
1595 2024.12.05 07:28:08.759266 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache
1596 2024.12.05 07:28:08.837365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 236
1597 2024.12.05 07:28:08.840368 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1598 2024.12.05 07:28:08.840414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1599 2024.12.05 07:28:08.841853 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1600 2024.12.05 07:28:08.842161 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1601 2024.12.05 07:28:08.843021 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 236
1602 2024.12.05 07:28:08.843438 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1603 2024.12.05 07:28:08.844167 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1604 2024.12.05 07:28:08.844207 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1605 2024.12.05 07:28:08.844834 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1606 2024.12.05 07:28:08.845089 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1607 2024.12.05 07:28:08.845302 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1608 2024.12.05 07:28:09.080410 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1609 2024.12.05 07:28:09.101801 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1610 2024.12.05 07:28:09.101877 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1611 2024.12.05 07:28:09.108821 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1612 2024.12.05 07:28:09.109600 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1613 2024.12.05 07:28:09.112970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1614 2024.12.05 07:28:09.169593 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
1615 2024.12.05 07:28:09.169670 [ 3 ] {} <Debug> TCP-Session: 647b2a37-d590-4bb3-8bb9-54c1df32a1e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1616 2024.12.05 07:28:09.848576 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1617 2024.12.05 07:28:09.848759 [ 253 ] {6b49ec37-ea49-4aa6-b82f-3fef1ff8fb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1618 2024.12.05 07:28:09.848832 [ 253 ] {6b49ec37-ea49-4aa6-b82f-3fef1ff8fb8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1619 2024.12.05 07:28:09.849578 [ 253 ] {6b49ec37-ea49-4aa6-b82f-3fef1ff8fb8e} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1620 2024.12.05 07:28:09.849628 [ 253 ] {6b49ec37-ea49-4aa6-b82f-3fef1ff8fb8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1621 2024.12.05 07:28:09.850074 [ 253 ] {6b49ec37-ea49-4aa6-b82f-3fef1ff8fb8e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1622 2024.12.05 07:28:09.850342 [ 253 ] {6b49ec37-ea49-4aa6-b82f-3fef1ff8fb8e} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1623 2024.12.05 07:28:09.850589 [ 253 ] {6b49ec37-ea49-4aa6-b82f-3fef1ff8fb8e} <Debug> executeQuery: Read 104 rows, 9.03 KiB in 0.001879 sec., 55348.58967535923 rows/sec., 4.69 MiB/sec.
1624 2024.12.05 07:28:09.850781 [ 253 ] {6b49ec37-ea49-4aa6-b82f-3fef1ff8fb8e} <Debug> TCPHandler: Processed in 0.002335655 sec.
1625 2024.12.05 07:28:09.851069 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1626 2024.12.05 07:28:09.851273 [ 256 ] {4b068fa8-ab22-454a-acb0-0c7d6de239df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1627 2024.12.05 07:28:09.851370 [ 256 ] {4b068fa8-ab22-454a-acb0-0c7d6de239df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1628 2024.12.05 07:28:09.852168 [ 256 ] {4b068fa8-ab22-454a-acb0-0c7d6de239df} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1629 2024.12.05 07:28:09.852213 [ 256 ] {4b068fa8-ab22-454a-acb0-0c7d6de239df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1630 2024.12.05 07:28:09.852638 [ 256 ] {4b068fa8-ab22-454a-acb0-0c7d6de239df} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1631 2024.12.05 07:28:09.852890 [ 256 ] {4b068fa8-ab22-454a-acb0-0c7d6de239df} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1632 2024.12.05 07:28:09.853152 [ 256 ] {4b068fa8-ab22-454a-acb0-0c7d6de239df} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001909 sec., 13619.696176008381 rows/sec., 1.00 MiB/sec.
1633 2024.12.05 07:28:09.853282 [ 256 ] {4b068fa8-ab22-454a-acb0-0c7d6de239df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB.
1634 2024.12.05 07:28:09.853299 [ 256 ] {4b068fa8-ab22-454a-acb0-0c7d6de239df} <Debug> TCPHandler: Processed in 0.002401316 sec.
1635 2024.12.05 07:28:09.853473 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1636 2024.12.05 07:28:09.853611 [ 253 ] {3c19e9ae-822f-44f4-b298-f96e4153365f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1637 2024.12.05 07:28:09.853669 [ 253 ] {3c19e9ae-822f-44f4-b298-f96e4153365f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1638 2024.12.05 07:28:09.854351 [ 253 ] {3c19e9ae-822f-44f4-b298-f96e4153365f} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1639 2024.12.05 07:28:09.854391 [ 253 ] {3c19e9ae-822f-44f4-b298-f96e4153365f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1640 2024.12.05 07:28:09.854750 [ 253 ] {3c19e9ae-822f-44f4-b298-f96e4153365f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1641 2024.12.05 07:28:09.854993 [ 253 ] {3c19e9ae-822f-44f4-b298-f96e4153365f} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1642 2024.12.05 07:28:09.855390 [ 253 ] {3c19e9ae-822f-44f4-b298-f96e4153365f} <Debug> executeQuery: Read 82 rows, 6.55 KiB in 0.001779 sec., 46093.31084879146 rows/sec., 3.60 MiB/sec.
1643 2024.12.05 07:28:09.855644 [ 253 ] {3c19e9ae-822f-44f4-b298-f96e4153365f} <Debug> TCPHandler: Processed in 0.002231744 sec.
1644 2024.12.05 07:28:09.855839 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1645 2024.12.05 07:28:09.855989 [ 256 ] {a2bd122a-d819-4961-9f59-52fd5c626259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1646 2024.12.05 07:28:09.856057 [ 256 ] {a2bd122a-d819-4961-9f59-52fd5c626259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1647 2024.12.05 07:28:09.856710 [ 256 ] {a2bd122a-d819-4961-9f59-52fd5c626259} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1648 2024.12.05 07:28:09.856750 [ 256 ] {a2bd122a-d819-4961-9f59-52fd5c626259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1649 2024.12.05 07:28:09.857147 [ 256 ] {a2bd122a-d819-4961-9f59-52fd5c626259} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1650 2024.12.05 07:28:09.857394 [ 256 ] {a2bd122a-d819-4961-9f59-52fd5c626259} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1651 2024.12.05 07:28:09.857713 [ 256 ] {a2bd122a-d819-4961-9f59-52fd5c626259} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00172 sec., 87209.3023255814 rows/sec., 6.05 MiB/sec.
1652 2024.12.05 07:28:09.858002 [ 256 ] {a2bd122a-d819-4961-9f59-52fd5c626259} <Debug> TCPHandler: Processed in 0.002252893 sec.
1653 2024.12.05 07:28:09.858156 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1654 2024.12.05 07:28:09.858292 [ 253 ] {88703de4-586e-47ea-a414-692922b2f856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1655 2024.12.05 07:28:09.858385 [ 253 ] {88703de4-586e-47ea-a414-692922b2f856} <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
1656 2024.12.05 07:28:09.859637 [ 253 ] {88703de4-586e-47ea-a414-692922b2f856} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1657 2024.12.05 07:28:09.859678 [ 253 ] {88703de4-586e-47ea-a414-692922b2f856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1658 2024.12.05 07:28:09.860325 [ 253 ] {88703de4-586e-47ea-a414-692922b2f856} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1659 2024.12.05 07:28:09.860590 [ 253 ] {88703de4-586e-47ea-a414-692922b2f856} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1660 2024.12.05 07:28:09.861056 [ 253 ] {88703de4-586e-47ea-a414-692922b2f856} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002764 sec., 9406.657018813314 rows/sec., 16.86 MiB/sec.
1661 2024.12.05 07:28:09.861295 [ 253 ] {88703de4-586e-47ea-a414-692922b2f856} <Debug> TCPHandler: Processed in 0.003194427 sec.
1662 2024.12.05 07:28:09.861460 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1663 2024.12.05 07:28:09.861603 [ 256 ] {87e144bb-2fb6-4c6a-9a7a-d6a783bfbe41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1664 2024.12.05 07:28:09.861664 [ 256 ] {87e144bb-2fb6-4c6a-9a7a-d6a783bfbe41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1665 2024.12.05 07:28:09.862253 [ 256 ] {87e144bb-2fb6-4c6a-9a7a-d6a783bfbe41} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1666 2024.12.05 07:28:09.862301 [ 256 ] {87e144bb-2fb6-4c6a-9a7a-d6a783bfbe41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1667 2024.12.05 07:28:09.862702 [ 256 ] {87e144bb-2fb6-4c6a-9a7a-d6a783bfbe41} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1668 2024.12.05 07:28:09.862944 [ 256 ] {87e144bb-2fb6-4c6a-9a7a-d6a783bfbe41} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1669 2024.12.05 07:28:09.863279 [ 256 ] {87e144bb-2fb6-4c6a-9a7a-d6a783bfbe41} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001677 sec., 29815.14609421586 rows/sec., 2.04 MiB/sec.
1670 2024.12.05 07:28:09.863446 [ 256 ] {87e144bb-2fb6-4c6a-9a7a-d6a783bfbe41} <Debug> TCPHandler: Processed in 0.00205343 sec.
1671 2024.12.05 07:28:14.876421 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1672 2024.12.05 07:28:14.876650 [ 253 ] {74f2d831-ce80-4b27-8346-329e9cfc83e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1673 2024.12.05 07:28:14.876734 [ 253 ] {74f2d831-ce80-4b27-8346-329e9cfc83e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1674 2024.12.05 07:28:14.878130 [ 253 ] {74f2d831-ce80-4b27-8346-329e9cfc83e2} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1675 2024.12.05 07:28:14.878183 [ 253 ] {74f2d831-ce80-4b27-8346-329e9cfc83e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1676 2024.12.05 07:28:14.878693 [ 253 ] {74f2d831-ce80-4b27-8346-329e9cfc83e2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1677 2024.12.05 07:28:14.878971 [ 253 ] {74f2d831-ce80-4b27-8346-329e9cfc83e2} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1678 2024.12.05 07:28:14.879241 [ 253 ] {74f2d831-ce80-4b27-8346-329e9cfc83e2} <Debug> executeQuery: Read 1192 rows, 100.63 KiB in 0.002646 sec., 450491.3076341648 rows/sec., 37.14 MiB/sec.
1679 2024.12.05 07:28:14.879361 [ 253 ] {74f2d831-ce80-4b27-8346-329e9cfc83e2} <Debug> TCPHandler: Processed in 0.003078285 sec.
1680 2024.12.05 07:28:14.879639 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1681 2024.12.05 07:28:14.879852 [ 256 ] {f42793de-264c-4702-9254-217db69e0793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1682 2024.12.05 07:28:14.879937 [ 256 ] {f42793de-264c-4702-9254-217db69e0793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1683 2024.12.05 07:28:14.880889 [ 256 ] {f42793de-264c-4702-9254-217db69e0793} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1684 2024.12.05 07:28:14.880941 [ 256 ] {f42793de-264c-4702-9254-217db69e0793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1685 2024.12.05 07:28:14.881385 [ 256 ] {f42793de-264c-4702-9254-217db69e0793} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1686 2024.12.05 07:28:14.881638 [ 256 ] {f42793de-264c-4702-9254-217db69e0793} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1687 2024.12.05 07:28:14.881896 [ 256 ] {f42793de-264c-4702-9254-217db69e0793} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002103 sec., 108416.54778887305 rows/sec., 7.34 MiB/sec.
1688 2024.12.05 07:28:14.881963 [ 256 ] {f42793de-264c-4702-9254-217db69e0793} <Debug> TCPHandler: Processed in 0.002467227 sec.
1689 2024.12.05 07:28:14.882109 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1690 2024.12.05 07:28:14.882235 [ 253 ] {a7b13498-3328-466b-924a-00d5c4a4972f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1691 2024.12.05 07:28:14.882290 [ 253 ] {a7b13498-3328-466b-924a-00d5c4a4972f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1692 2024.12.05 07:28:14.883060 [ 253 ] {a7b13498-3328-466b-924a-00d5c4a4972f} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1693 2024.12.05 07:28:14.883101 [ 253 ] {a7b13498-3328-466b-924a-00d5c4a4972f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1694 2024.12.05 07:28:14.883491 [ 253 ] {a7b13498-3328-466b-924a-00d5c4a4972f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1695 2024.12.05 07:28:14.883742 [ 253 ] {a7b13498-3328-466b-924a-00d5c4a4972f} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1696 2024.12.05 07:28:14.884023 [ 253 ] {a7b13498-3328-466b-924a-00d5c4a4972f} <Debug> executeQuery: Read 512 rows, 38.76 KiB in 0.001814 sec., 282249.17309812567 rows/sec., 20.87 MiB/sec.
1697 2024.12.05 07:28:14.884201 [ 253 ] {a7b13498-3328-466b-924a-00d5c4a4972f} <Debug> TCPHandler: Processed in 0.002143332 sec.
1698 2024.12.05 07:28:14.884357 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1699 2024.12.05 07:28:14.884496 [ 256 ] {e9f6292d-6a39-4a55-b037-3d30128975ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1700 2024.12.05 07:28:14.884559 [ 256 ] {e9f6292d-6a39-4a55-b037-3d30128975ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1701 2024.12.05 07:28:14.885519 [ 256 ] {e9f6292d-6a39-4a55-b037-3d30128975ac} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1702 2024.12.05 07:28:14.885560 [ 256 ] {e9f6292d-6a39-4a55-b037-3d30128975ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1703 2024.12.05 07:28:14.885987 [ 256 ] {e9f6292d-6a39-4a55-b037-3d30128975ac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1704 2024.12.05 07:28:14.886213 [ 256 ] {e9f6292d-6a39-4a55-b037-3d30128975ac} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1705 2024.12.05 07:28:14.886424 [ 256 ] {e9f6292d-6a39-4a55-b037-3d30128975ac} <Debug> executeQuery: Read 870 rows, 59.87 KiB in 0.002016 sec., 431547.61904761905 rows/sec., 29.00 MiB/sec.
1706 2024.12.05 07:28:14.886477 [ 256 ] {e9f6292d-6a39-4a55-b037-3d30128975ac} <Debug> TCPHandler: Processed in 0.002231513 sec.
1707 2024.12.05 07:28:14.886690 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1708 2024.12.05 07:28:14.886833 [ 253 ] {b55a91b2-f96a-491e-adc5-52e672265206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1709 2024.12.05 07:28:14.886895 [ 253 ] {b55a91b2-f96a-491e-adc5-52e672265206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1710 2024.12.05 07:28:14.887474 [ 253 ] {b55a91b2-f96a-491e-adc5-52e672265206} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1711 2024.12.05 07:28:14.887514 [ 253 ] {b55a91b2-f96a-491e-adc5-52e672265206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1712 2024.12.05 07:28:14.887891 [ 253 ] {b55a91b2-f96a-491e-adc5-52e672265206} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1713 2024.12.05 07:28:14.888133 [ 253 ] {b55a91b2-f96a-491e-adc5-52e672265206} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1714 2024.12.05 07:28:14.888343 [ 253 ] {b55a91b2-f96a-491e-adc5-52e672265206} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001544 sec., 32383.41968911917 rows/sec., 2.22 MiB/sec.
1715 2024.12.05 07:28:14.888396 [ 253 ] {b55a91b2-f96a-491e-adc5-52e672265206} <Debug> TCPHandler: Processed in 0.001771257 sec.
1716 2024.12.05 07:28:16.345515 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
1717 2024.12.05 07:28:16.346153 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1718 2024.12.05 07:28:16.346198 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1719 2024.12.05 07:28:16.346777 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1720 2024.12.05 07:28:16.347030 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1721 2024.12.05 07:28:16.347246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
1722 2024.12.05 07:28:16.613147 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1723 2024.12.05 07:28:16.633509 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1724 2024.12.05 07:28:16.633574 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1725 2024.12.05 07:28:16.640863 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1726 2024.12.05 07:28:16.641615 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1727 2024.12.05 07:28:16.644592 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1728 2024.12.05 07:28:18.843311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 258
1729 2024.12.05 07:28:18.846118 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1730 2024.12.05 07:28:18.846171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1731 2024.12.05 07:28:18.847614 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1732 2024.12.05 07:28:18.847922 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1733 2024.12.05 07:28:18.848195 [ 43 ] {} <Debug> system.query_log (65fb899d-4767-4254-9105-c1f75260708d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1734 2024.12.05 07:28:18.848319 [ 43 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1735 2024.12.05 07:28:18.848419 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1736 2024.12.05 07:28:18.848973 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::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
1737 2024.12.05 07:28:18.849454 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 258
1738 2024.12.05 07:28:18.849818 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1739 2024.12.05 07:28:18.849945 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::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
1740 2024.12.05 07:28:18.850433 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 66 rows starting from the beginning of the part
1741 2024.12.05 07:28:18.850853 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part
1742 2024.12.05 07:28:18.851276 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part
1743 2024.12.05 07:28:18.851697 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part
1744 2024.12.05 07:28:18.852146 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part
1745 2024.12.05 07:28:18.859613 [ 200 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 72 columns (72 merged, 0 gathered) in 0.011047433 sec., 23353.841566633622 rows/sec., 22.50 MiB/sec.
1746 2024.12.05 07:28:18.860319 [ 194 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1747 2024.12.05 07:28:18.860989 [ 194 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_6_1} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1748 2024.12.05 07:28:18.861068 [ 194 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_6_1} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1749 2024.12.05 07:28:18.861258 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB.
1750 2024.12.05 07:28:19.850066 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1751 2024.12.05 07:28:19.850260 [ 253 ] {8b150dc1-29a5-401b-a8b8-03f26e660bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1752 2024.12.05 07:28:19.850333 [ 253 ] {8b150dc1-29a5-401b-a8b8-03f26e660bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1753 2024.12.05 07:28:19.851121 [ 253 ] {8b150dc1-29a5-401b-a8b8-03f26e660bb9} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1754 2024.12.05 07:28:19.851173 [ 253 ] {8b150dc1-29a5-401b-a8b8-03f26e660bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1755 2024.12.05 07:28:19.851607 [ 253 ] {8b150dc1-29a5-401b-a8b8-03f26e660bb9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1756 2024.12.05 07:28:19.851869 [ 253 ] {8b150dc1-29a5-401b-a8b8-03f26e660bb9} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1757 2024.12.05 07:28:19.852016 [ 42 ] {} <Debug> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1758 2024.12.05 07:28:19.852055 [ 42 ] {} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1759 2024.12.05 07:28:19.852069 [ 253 ] {8b150dc1-29a5-401b-a8b8-03f26e660bb9} <Debug> executeQuery: Read 104 rows, 9.03 KiB in 0.001857 sec., 56004.30802369413 rows/sec., 4.75 MiB/sec.
1760 2024.12.05 07:28:19.852079 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1761 2024.12.05 07:28:19.852161 [ 253 ] {8b150dc1-29a5-401b-a8b8-03f26e660bb9} <Debug> TCPHandler: Processed in 0.002242283 sec.
1762 2024.12.05 07:28:19.852359 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::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
1763 2024.12.05 07:28:19.852484 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1764 2024.12.05 07:28:19.852570 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1765 2024.12.05 07:28:19.852628 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1220 rows starting from the beginning of the part
1766 2024.12.05 07:28:19.852820 [ 256 ] {53103e97-601a-429e-8701-bfb7f22ac81b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1767 2024.12.05 07:28:19.852884 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 104 rows starting from the beginning of the part
1768 2024.12.05 07:28:19.853011 [ 256 ] {53103e97-601a-429e-8701-bfb7f22ac81b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1769 2024.12.05 07:28:19.853254 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part
1770 2024.12.05 07:28:19.853587 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 104 rows starting from the beginning of the part
1771 2024.12.05 07:28:19.853870 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1192 rows starting from the beginning of the part
1772 2024.12.05 07:28:19.854255 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 104 rows starting from the beginning of the part
1773 2024.12.05 07:28:19.855650 [ 256 ] {53103e97-601a-429e-8701-bfb7f22ac81b} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1774 2024.12.05 07:28:19.855730 [ 256 ] {53103e97-601a-429e-8701-bfb7f22ac81b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1775 2024.12.05 07:28:19.856907 [ 256 ] {53103e97-601a-429e-8701-bfb7f22ac81b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1776 2024.12.05 07:28:19.857256 [ 256 ] {53103e97-601a-429e-8701-bfb7f22ac81b} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1777 2024.12.05 07:28:19.857596 [ 42 ] {} <Debug> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1778 2024.12.05 07:28:19.857683 [ 42 ] {} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1779 2024.12.05 07:28:19.857777 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1780 2024.12.05 07:28:19.857965 [ 256 ] {53103e97-601a-429e-8701-bfb7f22ac81b} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00524 sec., 4961.832061068702 rows/sec., 373.11 KiB/sec.
1781 2024.12.05 07:28:19.858169 [ 194 ] {7de77149-511e-4f17-8e48-6eca8824b255::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
1782 2024.12.05 07:28:19.858136 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.005933198 sec., 467875.84031411057 rows/sec., 40.54 MiB/sec.
1783 2024.12.05 07:28:19.858221 [ 256 ] {53103e97-601a-429e-8701-bfb7f22ac81b} <Debug> TCPHandler: Processed in 0.005895857 sec.
1784 2024.12.05 07:28:19.858484 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1785 2024.12.05 07:28:19.858490 [ 194 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1786 2024.12.05 07:28:19.858548 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1787 2024.12.05 07:28:19.858568 [ 194 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
1788 2024.12.05 07:28:19.858812 [ 253 ] {e30eb7d5-3a48-4648-8787-8d3759aaf8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1789 2024.12.05 07:28:19.859045 [ 253 ] {e30eb7d5-3a48-4648-8787-8d3759aaf8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1790 2024.12.05 07:28:19.859062 [ 194 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
1791 2024.12.05 07:28:19.859517 [ 194 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part
1792 2024.12.05 07:28:19.859646 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1793 2024.12.05 07:28:19.860034 [ 194 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part
1794 2024.12.05 07:28:19.860201 [ 200 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_11_2} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1795 2024.12.05 07:28:19.860448 [ 194 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part
1796 2024.12.05 07:28:19.860757 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
1797 2024.12.05 07:28:19.860913 [ 194 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part
1798 2024.12.05 07:28:19.861961 [ 253 ] {e30eb7d5-3a48-4648-8787-8d3759aaf8fc} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1799 2024.12.05 07:28:19.862008 [ 253 ] {e30eb7d5-3a48-4648-8787-8d3759aaf8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1800 2024.12.05 07:28:19.862578 [ 196 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 5 columns (5 merged, 0 gathered) in 0.00471552 sec., 31385.7220412595 rows/sec., 2.42 MiB/sec.
1801 2024.12.05 07:28:19.862592 [ 253 ] {e30eb7d5-3a48-4648-8787-8d3759aaf8fc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1802 2024.12.05 07:28:19.862858 [ 196 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1803 2024.12.05 07:28:19.863100 [ 253 ] {e30eb7d5-3a48-4648-8787-8d3759aaf8fc} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1804 2024.12.05 07:28:19.863356 [ 42 ] {} <Debug> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1805 2024.12.05 07:28:19.863428 [ 42 ] {} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1806 2024.12.05 07:28:19.863491 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1807 2024.12.05 07:28:19.863541 [ 253 ] {e30eb7d5-3a48-4648-8787-8d3759aaf8fc} <Debug> executeQuery: Read 82 rows, 6.55 KiB in 0.004881 sec., 16799.83609916001 rows/sec., 1.31 MiB/sec.
1808 2024.12.05 07:28:19.863607 [ 196 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1809 2024.12.05 07:28:19.864027 [ 253 ] {e30eb7d5-3a48-4648-8787-8d3759aaf8fc} <Debug> TCPHandler: Processed in 0.005662313 sec.
1810 2024.12.05 07:28:19.864065 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full
1811 2024.12.05 07:28:19.864285 [ 196 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_6_1} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1812 2024.12.05 07:28:19.864354 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1813 2024.12.05 07:28:19.864626 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1814 2024.12.05 07:28:19.864769 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 520 rows starting from the beginning of the part
1815 2024.12.05 07:28:19.864800 [ 256 ] {b49571f7-351d-4e54-a921-a0798a85ccf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1816 2024.12.05 07:28:19.864796 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
1817 2024.12.05 07:28:19.865061 [ 256 ] {b49571f7-351d-4e54-a921-a0798a85ccf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1818 2024.12.05 07:28:19.865144 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part
1819 2024.12.05 07:28:19.865601 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::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
1820 2024.12.05 07:28:19.865941 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part
1821 2024.12.05 07:28:19.866286 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part
1822 2024.12.05 07:28:19.866639 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part
1823 2024.12.05 07:28:19.868090 [ 256 ] {b49571f7-351d-4e54-a921-a0798a85ccf8} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1824 2024.12.05 07:28:19.868165 [ 256 ] {b49571f7-351d-4e54-a921-a0798a85ccf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1825 2024.12.05 07:28:19.869287 [ 256 ] {b49571f7-351d-4e54-a921-a0798a85ccf8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1826 2024.12.05 07:28:19.869465 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1334 rows, containing 5 columns (5 merged, 0 gathered) in 0.005862517 sec., 227547.31457495134 rows/sec., 17.91 MiB/sec.
1827 2024.12.05 07:28:19.869646 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1828 2024.12.05 07:28:19.869818 [ 256 ] {b49571f7-351d-4e54-a921-a0798a85ccf8} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1829 2024.12.05 07:28:19.870059 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1830 2024.12.05 07:28:19.870170 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1831 2024.12.05 07:28:19.870246 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1832 2024.12.05 07:28:19.870392 [ 256 ] {b49571f7-351d-4e54-a921-a0798a85ccf8} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005757 sec., 26055.237102657633 rows/sec., 1.81 MiB/sec.
1833 2024.12.05 07:28:19.870400 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1834 2024.12.05 07:28:19.870729 [ 198 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_11_2} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1835 2024.12.05 07:28:19.870753 [ 256 ] {b49571f7-351d-4e54-a921-a0798a85ccf8} <Debug> TCPHandler: Processed in 0.006562467 sec.
1836 2024.12.05 07:28:19.870871 [ 199 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::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
1837 2024.12.05 07:28:19.870975 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.
1838 2024.12.05 07:28:19.871033 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1839 2024.12.05 07:28:19.871295 [ 253 ] {ad9f1f68-bf16-4379-8bf7-f8b5f66e3135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1840 2024.12.05 07:28:19.871312 [ 199 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1841 2024.12.05 07:28:19.871418 [ 199 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1847 rows starting from the beginning of the part
1842 2024.12.05 07:28:19.871470 [ 253 ] {ad9f1f68-bf16-4379-8bf7-f8b5f66e3135} <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
1843 2024.12.05 07:28:19.871820 [ 199 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 110 rows starting from the beginning of the part
1844 2024.12.05 07:28:19.872254 [ 199 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 150 rows starting from the beginning of the part
1845 2024.12.05 07:28:19.872640 [ 199 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 150 rows starting from the beginning of the part
1846 2024.12.05 07:28:19.873010 [ 199 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 870 rows starting from the beginning of the part
1847 2024.12.05 07:28:19.873436 [ 199 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 150 rows starting from the beginning of the part
1848 2024.12.05 07:28:19.877030 [ 253 ] {ad9f1f68-bf16-4379-8bf7-f8b5f66e3135} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1849 2024.12.05 07:28:19.877080 [ 253 ] {ad9f1f68-bf16-4379-8bf7-f8b5f66e3135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1850 2024.12.05 07:28:19.877770 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3277 rows, containing 5 columns (5 merged, 0 gathered) in 0.007349678 sec., 445869.8734828927 rows/sec., 30.20 MiB/sec.
1851 2024.12.05 07:28:19.878126 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1852 2024.12.05 07:28:19.878798 [ 253 ] {ad9f1f68-bf16-4379-8bf7-f8b5f66e3135} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1853 2024.12.05 07:28:19.878873 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1854 2024.12.05 07:28:19.879053 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1855 2024.12.05 07:28:19.879198 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB.
1856 2024.12.05 07:28:19.879307 [ 253 ] {ad9f1f68-bf16-4379-8bf7-f8b5f66e3135} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1857 2024.12.05 07:28:19.879457 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1858 2024.12.05 07:28:19.879498 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1859 2024.12.05 07:28:19.879522 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1860 2024.12.05 07:28:19.879556 [ 253 ] {ad9f1f68-bf16-4379-8bf7-f8b5f66e3135} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008351 sec., 3113.39959286313 rows/sec., 5.58 MiB/sec.
1861 2024.12.05 07:28:19.879811 [ 199 ] {a7c9ab22-1198-4511-b309-88eb8c552902::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
1862 2024.12.05 07:28:19.880012 [ 253 ] {ad9f1f68-bf16-4379-8bf7-f8b5f66e3135} <Debug> TCPHandler: Processed in 0.009108985 sec.
1863 2024.12.05 07:28:19.880294 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1864 2024.12.05 07:28:19.880578 [ 199 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1865 2024.12.05 07:28:19.880584 [ 256 ] {b9014d43-3624-4e91-93bd-ed2f83300ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1866 2024.12.05 07:28:19.880727 [ 199 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part
1867 2024.12.05 07:28:19.880736 [ 256 ] {b9014d43-3624-4e91-93bd-ed2f83300ca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1868 2024.12.05 07:28:19.881798 [ 199 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part
1869 2024.12.05 07:28:19.882570 [ 199 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part
1870 2024.12.05 07:28:19.883022 [ 256 ] {b9014d43-3624-4e91-93bd-ed2f83300ca5} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1871 2024.12.05 07:28:19.883159 [ 256 ] {b9014d43-3624-4e91-93bd-ed2f83300ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1872 2024.12.05 07:28:19.883335 [ 199 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part
1873 2024.12.05 07:28:19.883988 [ 199 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part
1874 2024.12.05 07:28:19.884643 [ 199 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part
1875 2024.12.05 07:28:19.884666 [ 256 ] {b9014d43-3624-4e91-93bd-ed2f83300ca5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1876 2024.12.05 07:28:19.885528 [ 256 ] {b9014d43-3624-4e91-93bd-ed2f83300ca5} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1877 2024.12.05 07:28:19.885831 [ 42 ] {} <Debug> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1878 2024.12.05 07:28:19.885925 [ 42 ] {} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1879 2024.12.05 07:28:19.886006 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB.
1880 2024.12.05 07:28:19.886117 [ 256 ] {b9014d43-3624-4e91-93bd-ed2f83300ca5} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005585 sec., 8952.551477170995 rows/sec., 628.60 KiB/sec.
1881 2024.12.05 07:28:19.886400 [ 256 ] {b9014d43-3624-4e91-93bd-ed2f83300ca5} <Debug> TCPHandler: Processed in 0.006270323 sec.
1882 2024.12.05 07:28:19.886446 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
1883 2024.12.05 07:28:19.886892 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1884 2024.12.05 07:28:19.886990 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 156 rows starting from the beginning of the part
1885 2024.12.05 07:28:19.887279 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
1886 2024.12.05 07:28:19.887528 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part
1887 2024.12.05 07:28:19.887850 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part
1888 2024.12.05 07:28:19.888111 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part
1889 2024.12.05 07:28:19.888438 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 50 rows starting from the beginning of the part
1890 2024.12.05 07:28:19.891784 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.005665363 sec., 68839.36651543777 rows/sec., 4.72 MiB/sec.
1891 2024.12.05 07:28:19.892022 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1892 2024.12.05 07:28:19.892709 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_11_2} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1893 2024.12.05 07:28:19.892947 [ 196 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_11_2} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1894 2024.12.05 07:28:19.893133 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB.
1895 2024.12.05 07:28:19.895918 [ 196 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 19 columns (19 merged, 0 gathered) in 0.016327152 sec., 9064.654999230728 rows/sec., 16.24 MiB/sec.
1896 2024.12.05 07:28:19.896301 [ 193 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1897 2024.12.05 07:28:19.896742 [ 193 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1898 2024.12.05 07:28:19.896826 [ 193 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1899 2024.12.05 07:28:19.896976 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB.
1900 2024.12.05 07:28:23.759305 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache
1901 2024.12.05 07:28:23.759366 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache
1902 2024.12.05 07:28:23.847482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
1903 2024.12.05 07:28:23.848166 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1904 2024.12.05 07:28:23.848215 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
1905 2024.12.05 07:28:23.848759 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1906 2024.12.05 07:28:23.849051 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1907 2024.12.05 07:28:23.849285 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
1908 2024.12.05 07:28:24.144772 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
1909 2024.12.05 07:28:24.165913 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1910 2024.12.05 07:28:24.165971 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
1911 2024.12.05 07:28:24.172874 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1912 2024.12.05 07:28:24.173644 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1913 2024.12.05 07:28:24.176392 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
1914 2024.12.05 07:28:24.847940 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1915 2024.12.05 07:28:24.848146 [ 253 ] {4d1d8671-fe80-4202-b4dd-a7a4bf2c11f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1916 2024.12.05 07:28:24.848226 [ 253 ] {4d1d8671-fe80-4202-b4dd-a7a4bf2c11f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1917 2024.12.05 07:28:24.849065 [ 253 ] {4d1d8671-fe80-4202-b4dd-a7a4bf2c11f6} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1918 2024.12.05 07:28:24.849107 [ 253 ] {4d1d8671-fe80-4202-b4dd-a7a4bf2c11f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
1919 2024.12.05 07:28:24.849536 [ 253 ] {4d1d8671-fe80-4202-b4dd-a7a4bf2c11f6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1920 2024.12.05 07:28:24.849789 [ 253 ] {4d1d8671-fe80-4202-b4dd-a7a4bf2c11f6} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1921 2024.12.05 07:28:24.849990 [ 253 ] {4d1d8671-fe80-4202-b4dd-a7a4bf2c11f6} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001901 sec., 27354.024197790637 rows/sec., 2.09 MiB/sec.
1922 2024.12.05 07:28:24.850053 [ 253 ] {4d1d8671-fe80-4202-b4dd-a7a4bf2c11f6} <Debug> TCPHandler: Processed in 0.002260854 sec.
1923 2024.12.05 07:28:24.850310 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1924 2024.12.05 07:28:24.850509 [ 256 ] {909f11ac-9f13-4b0c-b747-78510f7eb1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1925 2024.12.05 07:28:24.850583 [ 256 ] {909f11ac-9f13-4b0c-b747-78510f7eb1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1926 2024.12.05 07:28:24.851364 [ 256 ] {909f11ac-9f13-4b0c-b747-78510f7eb1c7} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1927 2024.12.05 07:28:24.851412 [ 256 ] {909f11ac-9f13-4b0c-b747-78510f7eb1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
1928 2024.12.05 07:28:24.851852 [ 256 ] {909f11ac-9f13-4b0c-b747-78510f7eb1c7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1929 2024.12.05 07:28:24.852106 [ 256 ] {909f11ac-9f13-4b0c-b747-78510f7eb1c7} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1930 2024.12.05 07:28:24.852392 [ 256 ] {909f11ac-9f13-4b0c-b747-78510f7eb1c7} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.26 MiB/sec.
1931 2024.12.05 07:28:24.852631 [ 256 ] {909f11ac-9f13-4b0c-b747-78510f7eb1c7} <Debug> TCPHandler: Processed in 0.002454596 sec.
1932 2024.12.05 07:28:24.852856 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1933 2024.12.05 07:28:24.852998 [ 253 ] {f796c1b9-40c8-4b0b-957e-622ea1775b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1934 2024.12.05 07:28:24.853063 [ 253 ] {f796c1b9-40c8-4b0b-957e-622ea1775b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1935 2024.12.05 07:28:24.853739 [ 253 ] {f796c1b9-40c8-4b0b-957e-622ea1775b3c} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1936 2024.12.05 07:28:24.853785 [ 253 ] {f796c1b9-40c8-4b0b-957e-622ea1775b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
1937 2024.12.05 07:28:24.854185 [ 253 ] {f796c1b9-40c8-4b0b-957e-622ea1775b3c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1938 2024.12.05 07:28:24.854430 [ 253 ] {f796c1b9-40c8-4b0b-957e-622ea1775b3c} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1939 2024.12.05 07:28:24.854613 [ 253 ] {f796c1b9-40c8-4b0b-957e-622ea1775b3c} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001649 sec., 90964.22073984232 rows/sec., 6.31 MiB/sec.
1940 2024.12.05 07:28:24.854667 [ 253 ] {f796c1b9-40c8-4b0b-957e-622ea1775b3c} <Debug> TCPHandler: Processed in 0.001915288 sec.
1941 2024.12.05 07:28:24.854821 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1942 2024.12.05 07:28:24.854968 [ 256 ] {bf007ce3-3a60-4fbe-892a-2a20740ad1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1943 2024.12.05 07:28:24.855032 [ 256 ] {bf007ce3-3a60-4fbe-892a-2a20740ad1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1944 2024.12.05 07:28:24.855615 [ 256 ] {bf007ce3-3a60-4fbe-892a-2a20740ad1a9} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1945 2024.12.05 07:28:24.855663 [ 256 ] {bf007ce3-3a60-4fbe-892a-2a20740ad1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
1946 2024.12.05 07:28:24.856067 [ 256 ] {bf007ce3-3a60-4fbe-892a-2a20740ad1a9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1947 2024.12.05 07:28:24.856304 [ 256 ] {bf007ce3-3a60-4fbe-892a-2a20740ad1a9} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1948 2024.12.05 07:28:24.856510 [ 256 ] {bf007ce3-3a60-4fbe-892a-2a20740ad1a9} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001578 sec., 31685.678073510775 rows/sec., 2.17 MiB/sec.
1949 2024.12.05 07:28:24.856563 [ 256 ] {bf007ce3-3a60-4fbe-892a-2a20740ad1a9} <Debug> TCPHandler: Processed in 0.001809437 sec.
1950 2024.12.05 07:28:28.849740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 278
1951 2024.12.05 07:28:28.852745 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1952 2024.12.05 07:28:28.852795 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
1953 2024.12.05 07:28:28.854225 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1954 2024.12.05 07:28:28.854523 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1955 2024.12.05 07:28:28.855038 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 278
1956 2024.12.05 07:28:29.847751 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1957 2024.12.05 07:28:29.848013 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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') FORMAT Native; (stage: Complete)
1958 2024.12.05 07:28:29.848419 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1959 2024.12.05 07:28:29.848467 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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')" moved to PREWHERE
1960 2024.12.05 07:28:29.848795 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1961 2024.12.05 07:28:29.848879 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1962 2024.12.05 07:28:29.849063 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1963 2024.12.05 07:28:29.849344 [ 296 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1964 2024.12.05 07:28:29.849377 [ 295 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1965 2024.12.05 07:28:29.849518 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
1966 2024.12.05 07:28:29.849554 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
1967 2024.12.05 07:28:29.853624 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1968 2024.12.05 07:28:29.853659 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 26 rows with 2 streams
1969 2024.12.05 07:28:29.853723 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))"
1970 2024.12.05 07:28:29.853772 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))"
1971 2024.12.05 07:28:29.855181 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Debug> executeQuery: Read 26 rows, 1.05 KiB in 0.007281 sec., 3570.9380579590716 rows/sec., 144.05 KiB/sec.
1972 2024.12.05 07:28:29.855334 [ 253 ] {898f0bdd-98b4-466e-bb9d-8e4a7d70ca60} <Debug> TCPHandler: Processed in 0.007719124 sec.
1973 2024.12.05 07:28:29.859596 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1974 2024.12.05 07:28:29.859868 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent') FORMAT Native; (stage: Complete)
1975 2024.12.05 07:28:29.860301 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1976 2024.12.05 07:28:29.860349 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent')" moved to PREWHERE
1977 2024.12.05 07:28:29.860692 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1978 2024.12.05 07:28:29.860771 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1979 2024.12.05 07:28:29.860954 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1980 2024.12.05 07:28:29.861079 [ 297 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1981 2024.12.05 07:28:29.861081 [ 295 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1982 2024.12.05 07:28:29.861258 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
1983 2024.12.05 07:28:29.861289 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
1984 2024.12.05 07:28:29.861385 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1985 2024.12.05 07:28:29.861410 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 26 rows with 2 streams
1986 2024.12.05 07:28:29.861453 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent'))"
1987 2024.12.05 07:28:29.861530 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent'))"
1988 2024.12.05 07:28:29.862602 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Debug> executeQuery: Read 26 rows, 1.05 KiB in 0.002868 sec., 9065.55090655509 rows/sec., 365.70 KiB/sec.
1989 2024.12.05 07:28:29.862737 [ 256 ] {66b63639-9833-47ec-b0d4-0b383aae4149} <Debug> TCPHandler: Processed in 0.003287028 sec.
1990 2024.12.05 07:28:29.863033 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1991 2024.12.05 07:28:29.863257 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
1992 2024.12.05 07:28:29.863657 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1993 2024.12.05 07:28:29.863715 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes')" moved to PREWHERE
1994 2024.12.05 07:28:29.864065 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1995 2024.12.05 07:28:29.864132 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1996 2024.12.05 07:28:29.864286 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1997 2024.12.05 07:28:29.864395 [ 296 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1998 2024.12.05 07:28:29.864404 [ 295 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1999 2024.12.05 07:28:29.864524 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
2000 2024.12.05 07:28:29.864553 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
2001 2024.12.05 07:28:29.864634 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2002 2024.12.05 07:28:29.864656 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 26 rows with 2 streams
2003 2024.12.05 07:28:29.864697 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes'))"
2004 2024.12.05 07:28:29.864743 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes'))"
2005 2024.12.05 07:28:29.866053 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Debug> executeQuery: Read 26 rows, 1.05 KiB in 0.002905 sec., 8950.086058519793 rows/sec., 361.04 KiB/sec.
2006 2024.12.05 07:28:29.866190 [ 253 ] {4fa8e386-8705-4346-954a-c00ef21b52df} <Debug> TCPHandler: Processed in 0.003227947 sec.
2007 2024.12.05 07:28:29.866455 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2008 2024.12.05 07:28:29.866673 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
2009 2024.12.05 07:28:29.867053 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2010 2024.12.05 07:28:29.867099 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE
2011 2024.12.05 07:28:29.867397 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2012 2024.12.05 07:28:29.867462 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2013 2024.12.05 07:28:29.867609 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
2014 2024.12.05 07:28:29.867708 [ 296 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2015 2024.12.05 07:28:29.867715 [ 295 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2016 2024.12.05 07:28:29.867817 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
2017 2024.12.05 07:28:29.867845 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
2018 2024.12.05 07:28:29.867924 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2019 2024.12.05 07:28:29.867945 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 26 rows with 2 streams
2020 2024.12.05 07:28:29.867985 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))"
2021 2024.12.05 07:28:29.868032 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))"
2022 2024.12.05 07:28:29.869043 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Debug> executeQuery: Read 26 rows, 1.05 KiB in 0.002477 sec., 10496.568429551877 rows/sec., 423.43 KiB/sec.
2023 2024.12.05 07:28:29.869181 [ 256 ] {89b61b4e-878d-411b-8702-ae219ce44fdd} <Debug> TCPHandler: Processed in 0.002797272 sec.
2024 2024.12.05 07:28:29.869433 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2025 2024.12.05 07:28:29.869651 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
2026 2024.12.05 07:28:29.870035 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2027 2024.12.05 07:28:29.870082 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
2028 2024.12.05 07:28:29.870383 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2029 2024.12.05 07:28:29.870449 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2030 2024.12.05 07:28:29.870599 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
2031 2024.12.05 07:28:29.870663 [ 297 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2032 2024.12.05 07:28:29.870689 [ 296 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2033 2024.12.05 07:28:29.870782 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
2034 2024.12.05 07:28:29.870810 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
2035 2024.12.05 07:28:29.870889 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2036 2024.12.05 07:28:29.870910 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 26 rows with 2 streams
2037 2024.12.05 07:28:29.870949 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
2038 2024.12.05 07:28:29.870996 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
2039 2024.12.05 07:28:29.871991 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Debug> executeQuery: Read 26 rows, 1.05 KiB in 0.002445 sec., 10633.946830265848 rows/sec., 428.97 KiB/sec.
2040 2024.12.05 07:28:29.872127 [ 253 ] {3639d9c6-2d8a-4086-b0f5-1b83340afb57} <Debug> TCPHandler: Processed in 0.002762591 sec.
2041 2024.12.05 07:28:29.872343 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2042 2024.12.05 07:28:29.872493 [ 256 ] {ba4ae9f1-b642-4858-91d9-59131d4d7b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2043 2024.12.05 07:28:29.872555 [ 256 ] {ba4ae9f1-b642-4858-91d9-59131d4d7b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2044 2024.12.05 07:28:29.873332 [ 256 ] {ba4ae9f1-b642-4858-91d9-59131d4d7b91} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2045 2024.12.05 07:28:29.873377 [ 256 ] {ba4ae9f1-b642-4858-91d9-59131d4d7b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2046 2024.12.05 07:28:29.873920 [ 256 ] {ba4ae9f1-b642-4858-91d9-59131d4d7b91} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2047 2024.12.05 07:28:29.874197 [ 256 ] {ba4ae9f1-b642-4858-91d9-59131d4d7b91} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2048 2024.12.05 07:28:29.874488 [ 256 ] {ba4ae9f1-b642-4858-91d9-59131d4d7b91} <Debug> executeQuery: Read 5 rows, 753.00 B in 0.00203 sec., 2463.054187192118 rows/sec., 362.24 KiB/sec.
2049 2024.12.05 07:28:29.874552 [ 256 ] {ba4ae9f1-b642-4858-91d9-59131d4d7b91} <Debug> TCPHandler: Processed in 0.002277904 sec.
2050 2024.12.05 07:28:29.874701 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2051 2024.12.05 07:28:29.874851 [ 253 ] {c35ff83d-dbba-4e85-b094-7af37a865e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2052 2024.12.05 07:28:29.874912 [ 253 ] {c35ff83d-dbba-4e85-b094-7af37a865e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2053 2024.12.05 07:28:29.875514 [ 253 ] {c35ff83d-dbba-4e85-b094-7af37a865e87} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2054 2024.12.05 07:28:29.875552 [ 253 ] {c35ff83d-dbba-4e85-b094-7af37a865e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2055 2024.12.05 07:28:29.875942 [ 253 ] {c35ff83d-dbba-4e85-b094-7af37a865e87} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2056 2024.12.05 07:28:29.876187 [ 253 ] {c35ff83d-dbba-4e85-b094-7af37a865e87} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2057 2024.12.05 07:28:29.876391 [ 253 ] {c35ff83d-dbba-4e85-b094-7af37a865e87} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001577 sec., 3804.6924540266327 rows/sec., 310.25 KiB/sec.
2058 2024.12.05 07:28:29.876512 [ 253 ] {c35ff83d-dbba-4e85-b094-7af37a865e87} <Debug> TCPHandler: Processed in 0.001878008 sec.
2059 2024.12.05 07:28:29.876667 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2060 2024.12.05 07:28:29.876806 [ 256 ] {8c244e49-4dcc-47cf-858b-f7450cabef93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2061 2024.12.05 07:28:29.876869 [ 256 ] {8c244e49-4dcc-47cf-858b-f7450cabef93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2062 2024.12.05 07:28:29.877540 [ 256 ] {8c244e49-4dcc-47cf-858b-f7450cabef93} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2063 2024.12.05 07:28:29.877578 [ 256 ] {8c244e49-4dcc-47cf-858b-f7450cabef93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2064 2024.12.05 07:28:29.877950 [ 256 ] {8c244e49-4dcc-47cf-858b-f7450cabef93} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2065 2024.12.05 07:28:29.878183 [ 256 ] {8c244e49-4dcc-47cf-858b-f7450cabef93} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2066 2024.12.05 07:28:29.878392 [ 256 ] {8c244e49-4dcc-47cf-858b-f7450cabef93} <Debug> executeQuery: Read 142 rows, 12.51 KiB in 0.001617 sec., 87816.9449598021 rows/sec., 7.56 MiB/sec.
2067 2024.12.05 07:28:29.878442 [ 256 ] {8c244e49-4dcc-47cf-858b-f7450cabef93} <Debug> TCPHandler: Processed in 0.001840307 sec.
2068 2024.12.05 07:28:29.878579 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2069 2024.12.05 07:28:29.878699 [ 253 ] {912f98b6-d5d6-4f1e-a496-a427bf6300af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2070 2024.12.05 07:28:29.878747 [ 253 ] {912f98b6-d5d6-4f1e-a496-a427bf6300af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2071 2024.12.05 07:28:29.879338 [ 253 ] {912f98b6-d5d6-4f1e-a496-a427bf6300af} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2072 2024.12.05 07:28:29.879375 [ 253 ] {912f98b6-d5d6-4f1e-a496-a427bf6300af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2073 2024.12.05 07:28:29.879734 [ 253 ] {912f98b6-d5d6-4f1e-a496-a427bf6300af} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2074 2024.12.05 07:28:29.879967 [ 253 ] {912f98b6-d5d6-4f1e-a496-a427bf6300af} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2075 2024.12.05 07:28:29.880169 [ 253 ] {912f98b6-d5d6-4f1e-a496-a427bf6300af} <Debug> executeQuery: Read 47 rows, 3.50 KiB in 0.00149 sec., 31543.624161073825 rows/sec., 2.30 MiB/sec.
2076 2024.12.05 07:28:29.880234 [ 253 ] {912f98b6-d5d6-4f1e-a496-a427bf6300af} <Debug> TCPHandler: Processed in 0.001710676 sec.
2077 2024.12.05 07:28:29.880383 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2078 2024.12.05 07:28:29.880520 [ 256 ] {803610c2-446e-4fe0-b45f-f279548fb9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2079 2024.12.05 07:28:29.880576 [ 256 ] {803610c2-446e-4fe0-b45f-f279548fb9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2080 2024.12.05 07:28:29.881194 [ 256 ] {803610c2-446e-4fe0-b45f-f279548fb9d3} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2081 2024.12.05 07:28:29.881234 [ 256 ] {803610c2-446e-4fe0-b45f-f279548fb9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2082 2024.12.05 07:28:29.881576 [ 256 ] {803610c2-446e-4fe0-b45f-f279548fb9d3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2083 2024.12.05 07:28:29.881806 [ 256 ] {803610c2-446e-4fe0-b45f-f279548fb9d3} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2084 2024.12.05 07:28:29.882036 [ 256 ] {803610c2-446e-4fe0-b45f-f279548fb9d3} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001541 sec., 648.9292667099286 rows/sec., 43.09 KiB/sec.
2085 2024.12.05 07:28:29.882107 [ 256 ] {803610c2-446e-4fe0-b45f-f279548fb9d3} <Debug> TCPHandler: Processed in 0.001791437 sec.
2086 2024.12.05 07:28:29.882252 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2087 2024.12.05 07:28:29.882392 [ 253 ] {172660cd-0ca4-492d-9796-2b14513c9787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2088 2024.12.05 07:28:29.882450 [ 253 ] {172660cd-0ca4-492d-9796-2b14513c9787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2089 2024.12.05 07:28:29.883140 [ 253 ] {172660cd-0ca4-492d-9796-2b14513c9787} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2090 2024.12.05 07:28:29.883178 [ 253 ] {172660cd-0ca4-492d-9796-2b14513c9787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2091 2024.12.05 07:28:29.883552 [ 253 ] {172660cd-0ca4-492d-9796-2b14513c9787} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2092 2024.12.05 07:28:29.883810 [ 253 ] {172660cd-0ca4-492d-9796-2b14513c9787} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2093 2024.12.05 07:28:29.883991 [ 253 ] {172660cd-0ca4-492d-9796-2b14513c9787} <Debug> executeQuery: Read 121 rows, 9.70 KiB in 0.001629 sec., 74278.69858809085 rows/sec., 5.82 MiB/sec.
2094 2024.12.05 07:28:29.884043 [ 253 ] {172660cd-0ca4-492d-9796-2b14513c9787} <Debug> TCPHandler: Processed in 0.001858487 sec.
2095 2024.12.05 07:28:29.884195 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2096 2024.12.05 07:28:29.884335 [ 256 ] {6132c104-f2c7-4ddf-a467-fcc7db218e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2097 2024.12.05 07:28:29.884395 [ 256 ] {6132c104-f2c7-4ddf-a467-fcc7db218e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2098 2024.12.05 07:28:29.885038 [ 256 ] {6132c104-f2c7-4ddf-a467-fcc7db218e8b} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2099 2024.12.05 07:28:29.885076 [ 256 ] {6132c104-f2c7-4ddf-a467-fcc7db218e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2100 2024.12.05 07:28:29.885454 [ 256 ] {6132c104-f2c7-4ddf-a467-fcc7db218e8b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2101 2024.12.05 07:28:29.885691 [ 256 ] {6132c104-f2c7-4ddf-a467-fcc7db218e8b} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2102 2024.12.05 07:28:29.885900 [ 256 ] {6132c104-f2c7-4ddf-a467-fcc7db218e8b} <Debug> executeQuery: Read 155 rows, 11.01 KiB in 0.001595 sec., 97178.68338557993 rows/sec., 6.74 MiB/sec.
2103 2024.12.05 07:28:29.885952 [ 256 ] {6132c104-f2c7-4ddf-a467-fcc7db218e8b} <Debug> TCPHandler: Processed in 0.001825518 sec.
2104 2024.12.05 07:28:29.886098 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2105 2024.12.05 07:28:29.886236 [ 253 ] {d9471f29-66b4-4894-a6a1-3d5400164f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2106 2024.12.05 07:28:29.886297 [ 253 ] {d9471f29-66b4-4894-a6a1-3d5400164f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2107 2024.12.05 07:28:29.886864 [ 253 ] {d9471f29-66b4-4894-a6a1-3d5400164f81} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2108 2024.12.05 07:28:29.886908 [ 253 ] {d9471f29-66b4-4894-a6a1-3d5400164f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2109 2024.12.05 07:28:29.887282 [ 253 ] {d9471f29-66b4-4894-a6a1-3d5400164f81} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2110 2024.12.05 07:28:29.887512 [ 253 ] {d9471f29-66b4-4894-a6a1-3d5400164f81} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2111 2024.12.05 07:28:29.887706 [ 253 ] {d9471f29-66b4-4894-a6a1-3d5400164f81} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 42.35 KiB/sec.
2112 2024.12.05 07:28:29.887757 [ 253 ] {d9471f29-66b4-4894-a6a1-3d5400164f81} <Debug> TCPHandler: Processed in 0.001723845 sec.
2113 2024.12.05 07:28:29.887892 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2114 2024.12.05 07:28:29.888018 [ 256 ] {6e889f46-604c-431b-8ef3-34c649f0226c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2115 2024.12.05 07:28:29.888111 [ 256 ] {6e889f46-604c-431b-8ef3-34c649f0226c} <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
2116 2024.12.05 07:28:29.889426 [ 256 ] {6e889f46-604c-431b-8ef3-34c649f0226c} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2117 2024.12.05 07:28:29.889466 [ 256 ] {6e889f46-604c-431b-8ef3-34c649f0226c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2118 2024.12.05 07:28:29.890107 [ 256 ] {6e889f46-604c-431b-8ef3-34c649f0226c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2119 2024.12.05 07:28:29.890363 [ 256 ] {6e889f46-604c-431b-8ef3-34c649f0226c} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2120 2024.12.05 07:28:29.890583 [ 256 ] {6e889f46-604c-431b-8ef3-34c649f0226c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002595 sec., 15799.61464354528 rows/sec., 28.31 MiB/sec.
2121 2024.12.05 07:28:29.890675 [ 256 ] {6e889f46-604c-431b-8ef3-34c649f0226c} <Debug> TCPHandler: Processed in 0.002836262 sec.
2122 2024.12.05 07:28:29.890819 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2123 2024.12.05 07:28:29.890957 [ 253 ] {0fa47be7-bf94-4cdb-bd58-f4b5fa453e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2124 2024.12.05 07:28:29.891016 [ 253 ] {0fa47be7-bf94-4cdb-bd58-f4b5fa453e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2125 2024.12.05 07:28:29.891562 [ 253 ] {0fa47be7-bf94-4cdb-bd58-f4b5fa453e9e} <Trace> oximeter.measurements_i64 (253e2f3f-c9b7-46a1-ad5a-deecb54c882a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2126 2024.12.05 07:28:29.891607 [ 253 ] {0fa47be7-bf94-4cdb-bd58-f4b5fa453e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2127 2024.12.05 07:28:29.892029 [ 253 ] {0fa47be7-bf94-4cdb-bd58-f4b5fa453e9e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2128 2024.12.05 07:28:29.892263 [ 253 ] {0fa47be7-bf94-4cdb-bd58-f4b5fa453e9e} <Trace> oximeter.measurements_i64 (253e2f3f-c9b7-46a1-ad5a-deecb54c882a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2129 2024.12.05 07:28:29.892465 [ 253 ] {0fa47be7-bf94-4cdb-bd58-f4b5fa453e9e} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001531 sec., 7838.014369693011 rows/sec., 572.16 KiB/sec.
2130 2024.12.05 07:28:29.892624 [ 253 ] {0fa47be7-bf94-4cdb-bd58-f4b5fa453e9e} <Debug> TCPHandler: Processed in 0.001869717 sec.
2131 2024.12.05 07:28:29.892782 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2132 2024.12.05 07:28:29.892898 [ 256 ] {e9a04fc5-a313-4a89-9d94-8f56ea31f6e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2133 2024.12.05 07:28:29.892947 [ 256 ] {e9a04fc5-a313-4a89-9d94-8f56ea31f6e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2134 2024.12.05 07:28:29.893488 [ 256 ] {e9a04fc5-a313-4a89-9d94-8f56ea31f6e1} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2135 2024.12.05 07:28:29.893534 [ 256 ] {e9a04fc5-a313-4a89-9d94-8f56ea31f6e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2136 2024.12.05 07:28:29.893962 [ 256 ] {e9a04fc5-a313-4a89-9d94-8f56ea31f6e1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2137 2024.12.05 07:28:29.894200 [ 256 ] {e9a04fc5-a313-4a89-9d94-8f56ea31f6e1} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2138 2024.12.05 07:28:29.894419 [ 256 ] {e9a04fc5-a313-4a89-9d94-8f56ea31f6e1} <Debug> executeQuery: Read 52 rows, 3.64 KiB in 0.001546 sec., 33635.18758085382 rows/sec., 2.30 MiB/sec.
2139 2024.12.05 07:28:29.894470 [ 256 ] {e9a04fc5-a313-4a89-9d94-8f56ea31f6e1} <Debug> TCPHandler: Processed in 0.001744355 sec.
2140 2024.12.05 07:28:31.349489 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2141 2024.12.05 07:28:31.350252 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2142 2024.12.05 07:28:31.350308 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2143 2024.12.05 07:28:31.350948 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2144 2024.12.05 07:28:31.351211 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2145 2024.12.05 07:28:31.351421 [ 26 ] {} <Debug> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2146 2024.12.05 07:28:31.351467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2147 2024.12.05 07:28:31.351517 [ 26 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2148 2024.12.05 07:28:31.351551 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2149 2024.12.05 07:28:31.351727 [ 199 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2150 2024.12.05 07:28:31.351895 [ 199 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2151 2024.12.05 07:28:31.351942 [ 199 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2152 2024.12.05 07:28:31.352025 [ 199 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2153 2024.12.05 07:28:31.352268 [ 199 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2154 2024.12.05 07:28:31.352464 [ 199 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2155 2024.12.05 07:28:31.352632 [ 199 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2156 2024.12.05 07:28:31.352820 [ 199 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2157 2024.12.05 07:28:31.354614 [ 196 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002981134 sec., 1718809.0169713942 rows/sec., 24.59 MiB/sec.
2158 2024.12.05 07:28:31.355094 [ 189 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2159 2024.12.05 07:28:31.355465 [ 189 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_11_2} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2160 2024.12.05 07:28:31.355567 [ 189 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_11_2} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2161 2024.12.05 07:28:31.355684 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2162 2024.12.05 07:28:31.676547 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2163 2024.12.05 07:28:31.696577 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2164 2024.12.05 07:28:31.696638 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2165 2024.12.05 07:28:31.703830 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2166 2024.12.05 07:28:31.704605 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2167 2024.12.05 07:28:31.704963 [ 26 ] {} <Debug> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2168 2024.12.05 07:28:31.705102 [ 26 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2169 2024.12.05 07:28:31.705180 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2170 2024.12.05 07:28:31.705448 [ 199 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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 2024.12.05 07:28:31.713157 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2172 2024.12.05 07:28:31.714459 [ 199 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2173 2024.12.05 07:28:31.715319 [ 199 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2174 2024.12.05 07:28:31.719944 [ 199 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2175 2024.12.05 07:28:31.724537 [ 199 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2176 2024.12.05 07:28:31.729800 [ 199 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2177 2024.12.05 07:28:31.735144 [ 199 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2178 2024.12.05 07:28:31.739834 [ 199 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2179 2024.12.05 07:28:31.799670 [ 196 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.094359434 sec., 879.6152804392616 rows/sec., 4.55 MiB/sec.
2180 2024.12.05 07:28:31.801506 [ 187 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2181 2024.12.05 07:28:31.804117 [ 187 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_11_2} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2182 2024.12.05 07:28:31.804245 [ 187 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_11_2} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2183 2024.12.05 07:28:31.805844 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2184 2024.12.05 07:28:34.848877 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2185 2024.12.05 07:28:34.849091 [ 253 ] {d1c62451-9d11-4574-8190-aa577ede7f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2186 2024.12.05 07:28:34.849174 [ 253 ] {d1c62451-9d11-4574-8190-aa577ede7f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2187 2024.12.05 07:28:34.849929 [ 253 ] {d1c62451-9d11-4574-8190-aa577ede7f77} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2188 2024.12.05 07:28:34.849981 [ 253 ] {d1c62451-9d11-4574-8190-aa577ede7f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2189 2024.12.05 07:28:34.850426 [ 253 ] {d1c62451-9d11-4574-8190-aa577ede7f77} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2190 2024.12.05 07:28:34.850682 [ 253 ] {d1c62451-9d11-4574-8190-aa577ede7f77} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2191 2024.12.05 07:28:34.851041 [ 253 ] {d1c62451-9d11-4574-8190-aa577ede7f77} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.16 MiB/sec.
2192 2024.12.05 07:28:34.851209 [ 253 ] {d1c62451-9d11-4574-8190-aa577ede7f77} <Debug> TCPHandler: Processed in 0.002475867 sec.
2193 2024.12.05 07:28:34.851459 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2194 2024.12.05 07:28:34.851674 [ 256 ] {66c7588b-2e42-4d37-bed3-867a1015dcde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2195 2024.12.05 07:28:34.851754 [ 256 ] {66c7588b-2e42-4d37-bed3-867a1015dcde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2196 2024.12.05 07:28:34.852557 [ 256 ] {66c7588b-2e42-4d37-bed3-867a1015dcde} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2197 2024.12.05 07:28:34.852607 [ 256 ] {66c7588b-2e42-4d37-bed3-867a1015dcde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2198 2024.12.05 07:28:34.853049 [ 256 ] {66c7588b-2e42-4d37-bed3-867a1015dcde} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2199 2024.12.05 07:28:34.853313 [ 256 ] {66c7588b-2e42-4d37-bed3-867a1015dcde} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2200 2024.12.05 07:28:34.853568 [ 256 ] {66c7588b-2e42-4d37-bed3-867a1015dcde} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec.
2201 2024.12.05 07:28:34.853669 [ 256 ] {66c7588b-2e42-4d37-bed3-867a1015dcde} <Debug> TCPHandler: Processed in 0.002350714 sec.
2202 2024.12.05 07:28:34.853842 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2203 2024.12.05 07:28:34.853991 [ 253 ] {cf96a6d0-2c4a-4ad2-8ae8-844d4e2e39f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2204 2024.12.05 07:28:34.854056 [ 253 ] {cf96a6d0-2c4a-4ad2-8ae8-844d4e2e39f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2205 2024.12.05 07:28:34.854647 [ 253 ] {cf96a6d0-2c4a-4ad2-8ae8-844d4e2e39f3} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2206 2024.12.05 07:28:34.854686 [ 253 ] {cf96a6d0-2c4a-4ad2-8ae8-844d4e2e39f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2207 2024.12.05 07:28:34.855112 [ 253 ] {cf96a6d0-2c4a-4ad2-8ae8-844d4e2e39f3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2208 2024.12.05 07:28:34.855360 [ 253 ] {cf96a6d0-2c4a-4ad2-8ae8-844d4e2e39f3} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2209 2024.12.05 07:28:34.855608 [ 253 ] {cf96a6d0-2c4a-4ad2-8ae8-844d4e2e39f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec.
2210 2024.12.05 07:28:34.855792 [ 253 ] {cf96a6d0-2c4a-4ad2-8ae8-844d4e2e39f3} <Debug> TCPHandler: Processed in 0.002009489 sec.
2211 2024.12.05 07:28:34.855951 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2212 2024.12.05 07:28:34.856099 [ 256 ] {2c4032dd-7701-4a5a-9521-34f67222a0ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2213 2024.12.05 07:28:34.856162 [ 256 ] {2c4032dd-7701-4a5a-9521-34f67222a0ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2214 2024.12.05 07:28:34.856769 [ 256 ] {2c4032dd-7701-4a5a-9521-34f67222a0ea} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2215 2024.12.05 07:28:34.856816 [ 256 ] {2c4032dd-7701-4a5a-9521-34f67222a0ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2216 2024.12.05 07:28:34.857263 [ 256 ] {2c4032dd-7701-4a5a-9521-34f67222a0ea} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2217 2024.12.05 07:28:34.857507 [ 256 ] {2c4032dd-7701-4a5a-9521-34f67222a0ea} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2218 2024.12.05 07:28:34.857749 [ 256 ] {2c4032dd-7701-4a5a-9521-34f67222a0ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001678 sec., 35756.853396901075 rows/sec., 2.41 MiB/sec.
2219 2024.12.05 07:28:34.857824 [ 256 ] {2c4032dd-7701-4a5a-9521-34f67222a0ea} <Debug> TCPHandler: Processed in 0.001943649 sec.
2220 2024.12.05 07:28:38.759405 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache
2221 2024.12.05 07:28:38.759472 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache
2222 2024.12.05 07:28:38.851683 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2223 2024.12.05 07:28:38.852287 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2224 2024.12.05 07:28:38.852323 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2225 2024.12.05 07:28:38.853011 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2226 2024.12.05 07:28:38.853269 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2227 2024.12.05 07:28:38.853441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2228 2024.12.05 07:28:38.855331 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 318
2229 2024.12.05 07:28:38.858657 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2230 2024.12.05 07:28:38.858706 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2231 2024.12.05 07:28:38.860190 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2232 2024.12.05 07:28:38.860500 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2233 2024.12.05 07:28:38.861371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 318
2234 2024.12.05 07:28:39.213312 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2235 2024.12.05 07:28:39.231828 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2236 2024.12.05 07:28:39.231883 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2237 2024.12.05 07:28:39.238988 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2238 2024.12.05 07:28:39.239786 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2239 2024.12.05 07:28:39.242311 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2240 2024.12.05 07:28:39.851255 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2241 2024.12.05 07:28:39.851440 [ 253 ] {baf63f04-a278-475a-b418-f05311b020f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2242 2024.12.05 07:28:39.851513 [ 253 ] {baf63f04-a278-475a-b418-f05311b020f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2243 2024.12.05 07:28:39.852358 [ 253 ] {baf63f04-a278-475a-b418-f05311b020f8} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2244 2024.12.05 07:28:39.852413 [ 253 ] {baf63f04-a278-475a-b418-f05311b020f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2245 2024.12.05 07:28:39.852863 [ 253 ] {baf63f04-a278-475a-b418-f05311b020f8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2246 2024.12.05 07:28:39.853119 [ 253 ] {baf63f04-a278-475a-b418-f05311b020f8} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2247 2024.12.05 07:28:39.853368 [ 253 ] {baf63f04-a278-475a-b418-f05311b020f8} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001978 sec., 69767.44186046511 rows/sec., 6.02 MiB/sec.
2248 2024.12.05 07:28:39.853434 [ 253 ] {baf63f04-a278-475a-b418-f05311b020f8} <Debug> TCPHandler: Processed in 0.002314524 sec.
2249 2024.12.05 07:28:39.853689 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2250 2024.12.05 07:28:39.853882 [ 256 ] {5ad3ad47-1e74-4d30-ae23-715f9ea752ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2251 2024.12.05 07:28:39.853959 [ 256 ] {5ad3ad47-1e74-4d30-ae23-715f9ea752ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2252 2024.12.05 07:28:39.854763 [ 256 ] {5ad3ad47-1e74-4d30-ae23-715f9ea752ef} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2253 2024.12.05 07:28:39.854818 [ 256 ] {5ad3ad47-1e74-4d30-ae23-715f9ea752ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2254 2024.12.05 07:28:39.855264 [ 256 ] {5ad3ad47-1e74-4d30-ae23-715f9ea752ef} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2255 2024.12.05 07:28:39.855520 [ 256 ] {5ad3ad47-1e74-4d30-ae23-715f9ea752ef} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2256 2024.12.05 07:28:39.855813 [ 256 ] {5ad3ad47-1e74-4d30-ae23-715f9ea752ef} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001976 sec., 20748.987854251012 rows/sec., 1.52 MiB/sec.
2257 2024.12.05 07:28:39.855973 [ 256 ] {5ad3ad47-1e74-4d30-ae23-715f9ea752ef} <Debug> TCPHandler: Processed in 0.002420675 sec.
2258 2024.12.05 07:28:39.856146 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2259 2024.12.05 07:28:39.856294 [ 253 ] {157fc30c-0c27-428a-8385-71b0a9049fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2260 2024.12.05 07:28:39.856360 [ 253 ] {157fc30c-0c27-428a-8385-71b0a9049fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2261 2024.12.05 07:28:39.857116 [ 253 ] {157fc30c-0c27-428a-8385-71b0a9049fda} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2262 2024.12.05 07:28:39.857166 [ 253 ] {157fc30c-0c27-428a-8385-71b0a9049fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2263 2024.12.05 07:28:39.857576 [ 253 ] {157fc30c-0c27-428a-8385-71b0a9049fda} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2264 2024.12.05 07:28:39.857824 [ 253 ] {157fc30c-0c27-428a-8385-71b0a9049fda} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2265 2024.12.05 07:28:39.858047 [ 253 ] {157fc30c-0c27-428a-8385-71b0a9049fda} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001788 sec., 58724.8322147651 rows/sec., 4.59 MiB/sec.
2266 2024.12.05 07:28:39.858110 [ 253 ] {157fc30c-0c27-428a-8385-71b0a9049fda} <Debug> TCPHandler: Processed in 0.00203388 sec.
2267 2024.12.05 07:28:39.858257 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2268 2024.12.05 07:28:39.858387 [ 256 ] {081c5ef9-b82b-40e9-92c5-40415574ed2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2269 2024.12.05 07:28:39.858451 [ 256 ] {081c5ef9-b82b-40e9-92c5-40415574ed2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2270 2024.12.05 07:28:39.859165 [ 256 ] {081c5ef9-b82b-40e9-92c5-40415574ed2f} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2271 2024.12.05 07:28:39.859214 [ 256 ] {081c5ef9-b82b-40e9-92c5-40415574ed2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2272 2024.12.05 07:28:39.859633 [ 256 ] {081c5ef9-b82b-40e9-92c5-40415574ed2f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2273 2024.12.05 07:28:39.859868 [ 256 ] {081c5ef9-b82b-40e9-92c5-40415574ed2f} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2274 2024.12.05 07:28:39.860101 [ 256 ] {081c5ef9-b82b-40e9-92c5-40415574ed2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001748 sec., 91533.18077803204 rows/sec., 6.38 MiB/sec.
2275 2024.12.05 07:28:39.860157 [ 256 ] {081c5ef9-b82b-40e9-92c5-40415574ed2f} <Debug> TCPHandler: Processed in 0.001956299 sec.
2276 2024.12.05 07:28:39.860302 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2277 2024.12.05 07:28:39.860441 [ 253 ] {6d7b3ab5-6ffe-456c-85dc-5098801a3b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2278 2024.12.05 07:28:39.860538 [ 253 ] {6d7b3ab5-6ffe-456c-85dc-5098801a3b0e} <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
2279 2024.12.05 07:28:39.861819 [ 253 ] {6d7b3ab5-6ffe-456c-85dc-5098801a3b0e} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2280 2024.12.05 07:28:39.861862 [ 253 ] {6d7b3ab5-6ffe-456c-85dc-5098801a3b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2281 2024.12.05 07:28:39.862562 [ 253 ] {6d7b3ab5-6ffe-456c-85dc-5098801a3b0e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2282 2024.12.05 07:28:39.862822 [ 253 ] {6d7b3ab5-6ffe-456c-85dc-5098801a3b0e} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2283 2024.12.05 07:28:39.863076 [ 253 ] {6d7b3ab5-6ffe-456c-85dc-5098801a3b0e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002671 sec., 15350.056158742043 rows/sec., 27.51 MiB/sec.
2284 2024.12.05 07:28:39.863195 [ 253 ] {6d7b3ab5-6ffe-456c-85dc-5098801a3b0e} <Debug> TCPHandler: Processed in 0.002951774 sec.
2285 2024.12.05 07:28:39.863344 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2286 2024.12.05 07:28:39.863484 [ 256 ] {f6d3cd71-037c-4dea-8110-9293af4bfbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2287 2024.12.05 07:28:39.863543 [ 256 ] {f6d3cd71-037c-4dea-8110-9293af4bfbd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2288 2024.12.05 07:28:39.864144 [ 256 ] {f6d3cd71-037c-4dea-8110-9293af4bfbd2} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2289 2024.12.05 07:28:39.864192 [ 256 ] {f6d3cd71-037c-4dea-8110-9293af4bfbd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2290 2024.12.05 07:28:39.864587 [ 256 ] {f6d3cd71-037c-4dea-8110-9293af4bfbd2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2291 2024.12.05 07:28:39.864817 [ 256 ] {f6d3cd71-037c-4dea-8110-9293af4bfbd2} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2292 2024.12.05 07:28:39.865026 [ 256 ] {f6d3cd71-037c-4dea-8110-9293af4bfbd2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.57 MiB/sec.
2293 2024.12.05 07:28:39.865076 [ 256 ] {f6d3cd71-037c-4dea-8110-9293af4bfbd2} <Debug> TCPHandler: Processed in 0.001798057 sec.
2294 2024.12.05 07:28:44.877023 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2295 2024.12.05 07:28:44.877233 [ 253 ] {3325adcd-fba0-4fd5-ad3d-90c99dedf40e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2296 2024.12.05 07:28:44.877308 [ 253 ] {3325adcd-fba0-4fd5-ad3d-90c99dedf40e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2297 2024.12.05 07:28:44.878054 [ 253 ] {3325adcd-fba0-4fd5-ad3d-90c99dedf40e} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2298 2024.12.05 07:28:44.878106 [ 253 ] {3325adcd-fba0-4fd5-ad3d-90c99dedf40e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2299 2024.12.05 07:28:44.878525 [ 253 ] {3325adcd-fba0-4fd5-ad3d-90c99dedf40e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2300 2024.12.05 07:28:44.878782 [ 253 ] {3325adcd-fba0-4fd5-ad3d-90c99dedf40e} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2301 2024.12.05 07:28:44.879026 [ 253 ] {3325adcd-fba0-4fd5-ad3d-90c99dedf40e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001836 sec., 1089.3246187363834 rows/sec., 88.83 KiB/sec.
2302 2024.12.05 07:28:44.879194 [ 253 ] {3325adcd-fba0-4fd5-ad3d-90c99dedf40e} <Debug> TCPHandler: Processed in 0.002302554 sec.
2303 2024.12.05 07:28:44.879455 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2304 2024.12.05 07:28:44.879639 [ 256 ] {796eebb8-8581-4994-96f7-cf2f06b64fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2305 2024.12.05 07:28:44.879709 [ 256 ] {796eebb8-8581-4994-96f7-cf2f06b64fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2306 2024.12.05 07:28:44.881101 [ 256 ] {796eebb8-8581-4994-96f7-cf2f06b64fe1} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2307 2024.12.05 07:28:44.881149 [ 256 ] {796eebb8-8581-4994-96f7-cf2f06b64fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2308 2024.12.05 07:28:44.881678 [ 256 ] {796eebb8-8581-4994-96f7-cf2f06b64fe1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2309 2024.12.05 07:28:44.881927 [ 256 ] {796eebb8-8581-4994-96f7-cf2f06b64fe1} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2310 2024.12.05 07:28:44.882081 [ 153 ] {} <Debug> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2311 2024.12.05 07:28:44.882131 [ 256 ] {796eebb8-8581-4994-96f7-cf2f06b64fe1} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.00254 sec., 471259.842519685 rows/sec., 38.85 MiB/sec.
2312 2024.12.05 07:28:44.882132 [ 153 ] {} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2313 2024.12.05 07:28:44.882188 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2314 2024.12.05 07:28:44.882210 [ 256 ] {796eebb8-8581-4994-96f7-cf2f06b64fe1} <Debug> TCPHandler: Processed in 0.002883492 sec.
2315 2024.12.05 07:28:44.882400 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2316 2024.12.05 07:28:44.882423 [ 192 ] {c2733bc8-e57c-44a8-80da-873e802a9831::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
2317 2024.12.05 07:28:44.882587 [ 253 ] {ceaf8049-11c5-49a8-a808-c67eb4d92796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2318 2024.12.05 07:28:44.882703 [ 253 ] {ceaf8049-11c5-49a8-a808-c67eb4d92796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2319 2024.12.05 07:28:44.882735 [ 192 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2320 2024.12.05 07:28:44.882845 [ 192 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1246 rows starting from the beginning of the part
2321 2024.12.05 07:28:44.883150 [ 192 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part
2322 2024.12.05 07:28:44.883660 [ 192 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 142 rows starting from the beginning of the part
2323 2024.12.05 07:28:44.884072 [ 192 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part
2324 2024.12.05 07:28:44.884345 [ 192 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 138 rows starting from the beginning of the part
2325 2024.12.05 07:28:44.884739 [ 192 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1197 rows starting from the beginning of the part
2326 2024.12.05 07:28:44.885372 [ 253 ] {ceaf8049-11c5-49a8-a808-c67eb4d92796} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2327 2024.12.05 07:28:44.885432 [ 253 ] {ceaf8049-11c5-49a8-a808-c67eb4d92796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2328 2024.12.05 07:28:44.886350 [ 253 ] {ceaf8049-11c5-49a8-a808-c67eb4d92796} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2329 2024.12.05 07:28:44.886975 [ 253 ] {ceaf8049-11c5-49a8-a808-c67eb4d92796} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2330 2024.12.05 07:28:44.887562 [ 253 ] {ceaf8049-11c5-49a8-a808-c67eb4d92796} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005019 sec., 398.4857541342897 rows/sec., 27.82 KiB/sec.
2331 2024.12.05 07:28:44.887652 [ 253 ] {ceaf8049-11c5-49a8-a808-c67eb4d92796} <Debug> TCPHandler: Processed in 0.005333209 sec.
2332 2024.12.05 07:28:44.887814 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2333 2024.12.05 07:28:44.888059 [ 256 ] {1a9de3b0-3735-41d3-808c-af92688caaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2334 2024.12.05 07:28:44.888221 [ 256 ] {1a9de3b0-3735-41d3-808c-af92688caaa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2335 2024.12.05 07:28:44.888343 [ 187 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2831 rows, containing 5 columns (5 merged, 0 gathered) in 0.006021509 sec., 470147.93135740556 rows/sec., 40.72 MiB/sec.
2336 2024.12.05 07:28:44.888720 [ 187 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2337 2024.12.05 07:28:44.889281 [ 187 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2338 2024.12.05 07:28:44.889421 [ 256 ] {1a9de3b0-3735-41d3-808c-af92688caaa8} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2339 2024.12.05 07:28:44.889465 [ 187 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_16_3} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2340 2024.12.05 07:28:44.889491 [ 256 ] {1a9de3b0-3735-41d3-808c-af92688caaa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2341 2024.12.05 07:28:44.889652 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
2342 2024.12.05 07:28:44.890004 [ 256 ] {1a9de3b0-3735-41d3-808c-af92688caaa8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2343 2024.12.05 07:28:44.890246 [ 256 ] {1a9de3b0-3735-41d3-808c-af92688caaa8} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2344 2024.12.05 07:28:44.890466 [ 256 ] {1a9de3b0-3735-41d3-808c-af92688caaa8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002501 sec., 91163.53458616552 rows/sec., 6.17 MiB/sec.
2345 2024.12.05 07:28:44.890622 [ 256 ] {1a9de3b0-3735-41d3-808c-af92688caaa8} <Debug> TCPHandler: Processed in 0.002871273 sec.
2346 2024.12.05 07:28:44.890788 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2347 2024.12.05 07:28:44.890927 [ 253 ] {ab843b1c-c342-4013-b99d-d09f6029b65d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2348 2024.12.05 07:28:44.890985 [ 253 ] {ab843b1c-c342-4013-b99d-d09f6029b65d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2349 2024.12.05 07:28:44.891909 [ 253 ] {ab843b1c-c342-4013-b99d-d09f6029b65d} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2350 2024.12.05 07:28:44.891949 [ 253 ] {ab843b1c-c342-4013-b99d-d09f6029b65d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2351 2024.12.05 07:28:44.892338 [ 253 ] {ab843b1c-c342-4013-b99d-d09f6029b65d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2352 2024.12.05 07:28:44.892576 [ 253 ] {ab843b1c-c342-4013-b99d-d09f6029b65d} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2353 2024.12.05 07:28:44.892731 [ 153 ] {} <Debug> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2354 2024.12.05 07:28:44.892791 [ 153 ] {} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2355 2024.12.05 07:28:44.892827 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2356 2024.12.05 07:28:44.892834 [ 253 ] {ab843b1c-c342-4013-b99d-d09f6029b65d} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001931 sec., 270326.2558259969 rows/sec., 20.01 MiB/sec.
2357 2024.12.05 07:28:44.893036 [ 253 ] {ab843b1c-c342-4013-b99d-d09f6029b65d} <Debug> TCPHandler: Processed in 0.002310884 sec.
2358 2024.12.05 07:28:44.893087 [ 196 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::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
2359 2024.12.05 07:28:44.893231 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2360 2024.12.05 07:28:44.893257 [ 196 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2361 2024.12.05 07:28:44.893306 [ 196 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 548 rows starting from the beginning of the part
2362 2024.12.05 07:28:44.893502 [ 256 ] {97b9e078-da00-40ce-b7d0-0c097a9afdb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2363 2024.12.05 07:28:44.893601 [ 196 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part
2364 2024.12.05 07:28:44.893659 [ 256 ] {97b9e078-da00-40ce-b7d0-0c097a9afdb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2365 2024.12.05 07:28:44.894022 [ 196 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 121 rows starting from the beginning of the part
2366 2024.12.05 07:28:44.894447 [ 196 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part
2367 2024.12.05 07:28:44.894807 [ 196 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 105 rows starting from the beginning of the part
2368 2024.12.05 07:28:44.895026 [ 196 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 522 rows starting from the beginning of the part
2369 2024.12.05 07:28:44.896126 [ 256 ] {97b9e078-da00-40ce-b7d0-0c097a9afdb6} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2370 2024.12.05 07:28:44.896202 [ 256 ] {97b9e078-da00-40ce-b7d0-0c097a9afdb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2371 2024.12.05 07:28:44.897368 [ 256 ] {97b9e078-da00-40ce-b7d0-0c097a9afdb6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2372 2024.12.05 07:28:44.897881 [ 187 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1416 rows, containing 5 columns (5 merged, 0 gathered) in 0.004948223 sec., 286163.33580762224 rows/sec., 22.59 MiB/sec.
2373 2024.12.05 07:28:44.897923 [ 256 ] {97b9e078-da00-40ce-b7d0-0c097a9afdb6} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2374 2024.12.05 07:28:44.898162 [ 153 ] {} <Debug> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2375 2024.12.05 07:28:44.898182 [ 187 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2376 2024.12.05 07:28:44.898260 [ 153 ] {} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2377 2024.12.05 07:28:44.898348 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2378 2024.12.05 07:28:44.898481 [ 256 ] {97b9e078-da00-40ce-b7d0-0c097a9afdb6} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.00507 sec., 173767.258382643 rows/sec., 11.69 MiB/sec.
2379 2024.12.05 07:28:44.898785 [ 256 ] {97b9e078-da00-40ce-b7d0-0c097a9afdb6} <Debug> TCPHandler: Processed in 0.005621313 sec.
2380 2024.12.05 07:28:44.898824 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::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
2381 2024.12.05 07:28:44.899046 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2382 2024.12.05 07:28:44.899283 [ 201 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2383 2024.12.05 07:28:44.899323 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2384 2024.12.05 07:28:44.899428 [ 253 ] {1d2787d3-0c14-4a11-9065-088dbcfd6753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2385 2024.12.05 07:28:44.899469 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3277 rows starting from the beginning of the part
2386 2024.12.05 07:28:44.899568 [ 201 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_16_3} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2387 2024.12.05 07:28:44.899590 [ 253 ] {1d2787d3-0c14-4a11-9065-088dbcfd6753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2388 2024.12.05 07:28:44.899964 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
2389 2024.12.05 07:28:44.900102 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 150 rows starting from the beginning of the part
2390 2024.12.05 07:28:44.900463 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 155 rows starting from the beginning of the part
2391 2024.12.05 07:28:44.900774 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part
2392 2024.12.05 07:28:44.901034 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part
2393 2024.12.05 07:28:44.901399 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 881 rows starting from the beginning of the part
2394 2024.12.05 07:28:44.902109 [ 253 ] {1d2787d3-0c14-4a11-9065-088dbcfd6753} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2395 2024.12.05 07:28:44.902171 [ 253 ] {1d2787d3-0c14-4a11-9065-088dbcfd6753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2396 2024.12.05 07:28:44.902989 [ 253 ] {1d2787d3-0c14-4a11-9065-088dbcfd6753} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2397 2024.12.05 07:28:44.903549 [ 253 ] {1d2787d3-0c14-4a11-9065-088dbcfd6753} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2398 2024.12.05 07:28:44.903891 [ 153 ] {} <Debug> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2399 2024.12.05 07:28:44.904003 [ 153 ] {} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2400 2024.12.05 07:28:44.904104 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2401 2024.12.05 07:28:44.904140 [ 253 ] {1d2787d3-0c14-4a11-9065-088dbcfd6753} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00482 sec., 12448.132780082988 rows/sec., 859.05 KiB/sec.
2402 2024.12.05 07:28:44.904377 [ 253 ] {1d2787d3-0c14-4a11-9065-088dbcfd6753} <Debug> TCPHandler: Processed in 0.005475741 sec.
2403 2024.12.05 07:28:44.904482 [ 187 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
2404 2024.12.05 07:28:44.904634 [ 187 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2405 2024.12.05 07:28:44.904729 [ 187 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 390 rows starting from the beginning of the part
2406 2024.12.05 07:28:44.904896 [ 187 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part
2407 2024.12.05 07:28:44.905017 [ 187 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 52 rows starting from the beginning of the part
2408 2024.12.05 07:28:44.905518 [ 187 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
2409 2024.12.05 07:28:44.905753 [ 201 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4783 rows, containing 5 columns (5 merged, 0 gathered) in 0.007245027 sec., 660176.9738056186 rows/sec., 44.81 MiB/sec.
2410 2024.12.05 07:28:44.905797 [ 187 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part
2411 2024.12.05 07:28:44.905916 [ 187 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
2412 2024.12.05 07:28:44.906350 [ 201 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2413 2024.12.05 07:28:44.906894 [ 201 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2414 2024.12.05 07:28:44.907104 [ 201 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2415 2024.12.05 07:28:44.907280 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB.
2416 2024.12.05 07:28:44.907788 [ 195 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 672 rows, containing 4 columns (4 merged, 0 gathered) in 0.003529112 sec., 190416.17268026632 rows/sec., 12.99 MiB/sec.
2417 2024.12.05 07:28:44.907963 [ 201 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2418 2024.12.05 07:28:44.908249 [ 201 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_16_3} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2419 2024.12.05 07:28:44.908325 [ 201 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_16_3} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2420 2024.12.05 07:28:44.908405 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB.
2421 2024.12.05 07:28:46.353643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2422 2024.12.05 07:28:46.354407 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2423 2024.12.05 07:28:46.354451 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2424 2024.12.05 07:28:46.354994 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2425 2024.12.05 07:28:46.355260 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2426 2024.12.05 07:28:46.355439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2427 2024.12.05 07:28:46.742473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2428 2024.12.05 07:28:46.761507 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2429 2024.12.05 07:28:46.761560 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2430 2024.12.05 07:28:46.769126 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2431 2024.12.05 07:28:46.769875 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2432 2024.12.05 07:28:46.772567 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2433 2024.12.05 07:28:48.861726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 344
2434 2024.12.05 07:28:48.864732 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2435 2024.12.05 07:28:48.864772 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2436 2024.12.05 07:28:48.866221 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2437 2024.12.05 07:28:48.866533 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2438 2024.12.05 07:28:48.867017 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 344
2439 2024.12.05 07:28:49.851677 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2440 2024.12.05 07:28:49.851865 [ 253 ] {01eb90c6-5163-4dad-b739-d1617ba86a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2441 2024.12.05 07:28:49.851938 [ 253 ] {01eb90c6-5163-4dad-b739-d1617ba86a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2442 2024.12.05 07:28:49.852773 [ 253 ] {01eb90c6-5163-4dad-b739-d1617ba86a14} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2443 2024.12.05 07:28:49.852824 [ 253 ] {01eb90c6-5163-4dad-b739-d1617ba86a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2444 2024.12.05 07:28:49.853272 [ 253 ] {01eb90c6-5163-4dad-b739-d1617ba86a14} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2445 2024.12.05 07:28:49.853543 [ 253 ] {01eb90c6-5163-4dad-b739-d1617ba86a14} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2446 2024.12.05 07:28:49.853777 [ 253 ] {01eb90c6-5163-4dad-b739-d1617ba86a14} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.001965 sec., 70229.00763358778 rows/sec., 6.06 MiB/sec.
2447 2024.12.05 07:28:49.853833 [ 253 ] {01eb90c6-5163-4dad-b739-d1617ba86a14} <Debug> TCPHandler: Processed in 0.002300984 sec.
2448 2024.12.05 07:28:49.854096 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2449 2024.12.05 07:28:49.854311 [ 256 ] {e436834c-cd66-4818-80fe-828576d10edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2450 2024.12.05 07:28:49.854392 [ 256 ] {e436834c-cd66-4818-80fe-828576d10edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2451 2024.12.05 07:28:49.855180 [ 256 ] {e436834c-cd66-4818-80fe-828576d10edb} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2452 2024.12.05 07:28:49.855229 [ 256 ] {e436834c-cd66-4818-80fe-828576d10edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2453 2024.12.05 07:28:49.855661 [ 256 ] {e436834c-cd66-4818-80fe-828576d10edb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2454 2024.12.05 07:28:49.855935 [ 256 ] {e436834c-cd66-4818-80fe-828576d10edb} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2455 2024.12.05 07:28:49.856169 [ 256 ] {e436834c-cd66-4818-80fe-828576d10edb} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001915 sec., 21409.921671018277 rows/sec., 1.57 MiB/sec.
2456 2024.12.05 07:28:49.856226 [ 256 ] {e436834c-cd66-4818-80fe-828576d10edb} <Debug> TCPHandler: Processed in 0.002275083 sec.
2457 2024.12.05 07:28:49.856392 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2458 2024.12.05 07:28:49.856532 [ 253 ] {3f4037d6-eeff-4227-8617-02d4d2a6b16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2459 2024.12.05 07:28:49.856591 [ 253 ] {3f4037d6-eeff-4227-8617-02d4d2a6b16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2460 2024.12.05 07:28:49.857235 [ 253 ] {3f4037d6-eeff-4227-8617-02d4d2a6b16c} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2461 2024.12.05 07:28:49.857276 [ 253 ] {3f4037d6-eeff-4227-8617-02d4d2a6b16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2462 2024.12.05 07:28:49.857655 [ 253 ] {3f4037d6-eeff-4227-8617-02d4d2a6b16c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2463 2024.12.05 07:28:49.857896 [ 253 ] {3f4037d6-eeff-4227-8617-02d4d2a6b16c} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2464 2024.12.05 07:28:49.858103 [ 253 ] {3f4037d6-eeff-4227-8617-02d4d2a6b16c} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001602 sec., 65543.07116104869 rows/sec., 5.12 MiB/sec.
2465 2024.12.05 07:28:49.858156 [ 253 ] {3f4037d6-eeff-4227-8617-02d4d2a6b16c} <Debug> TCPHandler: Processed in 0.001833207 sec.
2466 2024.12.05 07:28:49.858318 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2467 2024.12.05 07:28:49.858454 [ 256 ] {f707b882-a2ed-48bd-965e-57c6d42c0f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2468 2024.12.05 07:28:49.858517 [ 256 ] {f707b882-a2ed-48bd-965e-57c6d42c0f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2469 2024.12.05 07:28:49.859125 [ 256 ] {f707b882-a2ed-48bd-965e-57c6d42c0f2d} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2470 2024.12.05 07:28:49.859165 [ 256 ] {f707b882-a2ed-48bd-965e-57c6d42c0f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2471 2024.12.05 07:28:49.859571 [ 256 ] {f707b882-a2ed-48bd-965e-57c6d42c0f2d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2472 2024.12.05 07:28:49.859822 [ 256 ] {f707b882-a2ed-48bd-965e-57c6d42c0f2d} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2473 2024.12.05 07:28:49.860037 [ 256 ] {f707b882-a2ed-48bd-965e-57c6d42c0f2d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec.
2474 2024.12.05 07:28:49.860088 [ 256 ] {f707b882-a2ed-48bd-965e-57c6d42c0f2d} <Debug> TCPHandler: Processed in 0.001837677 sec.
2475 2024.12.05 07:28:49.860246 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2476 2024.12.05 07:28:49.860383 [ 253 ] {5a69be8e-0bb4-4840-8b9d-13c7c239de52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2477 2024.12.05 07:28:49.860477 [ 253 ] {5a69be8e-0bb4-4840-8b9d-13c7c239de52} <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
2478 2024.12.05 07:28:49.861688 [ 253 ] {5a69be8e-0bb4-4840-8b9d-13c7c239de52} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2479 2024.12.05 07:28:49.861727 [ 253 ] {5a69be8e-0bb4-4840-8b9d-13c7c239de52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2480 2024.12.05 07:28:49.862432 [ 253 ] {5a69be8e-0bb4-4840-8b9d-13c7c239de52} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2481 2024.12.05 07:28:49.862689 [ 253 ] {5a69be8e-0bb4-4840-8b9d-13c7c239de52} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2482 2024.12.05 07:28:49.862926 [ 253 ] {5a69be8e-0bb4-4840-8b9d-13c7c239de52} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002574 sec., 15928.51592851593 rows/sec., 28.54 MiB/sec.
2483 2024.12.05 07:28:49.863021 [ 253 ] {5a69be8e-0bb4-4840-8b9d-13c7c239de52} <Debug> TCPHandler: Processed in 0.002842982 sec.
2484 2024.12.05 07:28:49.863173 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2485 2024.12.05 07:28:49.863307 [ 256 ] {7a804fe8-ea91-4f53-8f4a-d9595193b6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2486 2024.12.05 07:28:49.863365 [ 256 ] {7a804fe8-ea91-4f53-8f4a-d9595193b6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2487 2024.12.05 07:28:49.863911 [ 256 ] {7a804fe8-ea91-4f53-8f4a-d9595193b6d0} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2488 2024.12.05 07:28:49.863950 [ 256 ] {7a804fe8-ea91-4f53-8f4a-d9595193b6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2489 2024.12.05 07:28:49.864327 [ 256 ] {7a804fe8-ea91-4f53-8f4a-d9595193b6d0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2490 2024.12.05 07:28:49.864566 [ 256 ] {7a804fe8-ea91-4f53-8f4a-d9595193b6d0} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2491 2024.12.05 07:28:49.864773 [ 256 ] {7a804fe8-ea91-4f53-8f4a-d9595193b6d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec.
2492 2024.12.05 07:28:49.864822 [ 256 ] {7a804fe8-ea91-4f53-8f4a-d9595193b6d0} <Debug> TCPHandler: Processed in 0.001714035 sec.
2493 2024.12.05 07:28:53.759727 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache
2494 2024.12.05 07:28:53.759790 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache
2495 2024.12.05 07:28:53.855655 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
2496 2024.12.05 07:28:53.856334 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2497 2024.12.05 07:28:53.856383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2498 2024.12.05 07:28:53.856980 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2499 2024.12.05 07:28:53.857239 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2500 2024.12.05 07:28:53.857506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2501 2024.12.05 07:28:54.272716 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
2502 2024.12.05 07:28:54.292889 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2503 2024.12.05 07:28:54.292953 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2504 2024.12.05 07:28:54.300323 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2505 2024.12.05 07:28:54.301173 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2506 2024.12.05 07:28:54.304370 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2507 2024.12.05 07:28:54.849370 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2508 2024.12.05 07:28:54.849686 [ 253 ] {04b9e265-68b8-4307-828b-4ba5cd14713c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2509 2024.12.05 07:28:54.849803 [ 253 ] {04b9e265-68b8-4307-828b-4ba5cd14713c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2510 2024.12.05 07:28:54.850635 [ 253 ] {04b9e265-68b8-4307-828b-4ba5cd14713c} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2511 2024.12.05 07:28:54.850687 [ 253 ] {04b9e265-68b8-4307-828b-4ba5cd14713c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2512 2024.12.05 07:28:54.851125 [ 253 ] {04b9e265-68b8-4307-828b-4ba5cd14713c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2513 2024.12.05 07:28:54.851388 [ 253 ] {04b9e265-68b8-4307-828b-4ba5cd14713c} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2514 2024.12.05 07:28:54.851702 [ 253 ] {04b9e265-68b8-4307-828b-4ba5cd14713c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002089 sec., 26807.08472953566 rows/sec., 2.06 MiB/sec.
2515 2024.12.05 07:28:54.851861 [ 253 ] {04b9e265-68b8-4307-828b-4ba5cd14713c} <Debug> TCPHandler: Processed in 0.00267807 sec.
2516 2024.12.05 07:28:54.852159 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2517 2024.12.05 07:28:54.852353 [ 256 ] {80ec67ae-dcd3-4227-a66e-cfa4b1c4fedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2518 2024.12.05 07:28:54.852423 [ 256 ] {80ec67ae-dcd3-4227-a66e-cfa4b1c4fedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2519 2024.12.05 07:28:54.853144 [ 256 ] {80ec67ae-dcd3-4227-a66e-cfa4b1c4fedd} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2520 2024.12.05 07:28:54.853192 [ 256 ] {80ec67ae-dcd3-4227-a66e-cfa4b1c4fedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2521 2024.12.05 07:28:54.853621 [ 256 ] {80ec67ae-dcd3-4227-a66e-cfa4b1c4fedd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2522 2024.12.05 07:28:54.853876 [ 256 ] {80ec67ae-dcd3-4227-a66e-cfa4b1c4fedd} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2523 2024.12.05 07:28:54.854109 [ 256 ] {80ec67ae-dcd3-4227-a66e-cfa4b1c4fedd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001807 sec., 35417.819590481464 rows/sec., 2.76 MiB/sec.
2524 2024.12.05 07:28:54.854164 [ 256 ] {80ec67ae-dcd3-4227-a66e-cfa4b1c4fedd} <Debug> TCPHandler: Processed in 0.002173682 sec.
2525 2024.12.05 07:28:54.854310 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2526 2024.12.05 07:28:54.854450 [ 253 ] {c2855989-2a23-452b-9ed4-02e594c8f58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2527 2024.12.05 07:28:54.854514 [ 253 ] {c2855989-2a23-452b-9ed4-02e594c8f58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2528 2024.12.05 07:28:54.855140 [ 253 ] {c2855989-2a23-452b-9ed4-02e594c8f58e} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2529 2024.12.05 07:28:54.855179 [ 253 ] {c2855989-2a23-452b-9ed4-02e594c8f58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2530 2024.12.05 07:28:54.855602 [ 253 ] {c2855989-2a23-452b-9ed4-02e594c8f58e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2531 2024.12.05 07:28:54.855842 [ 253 ] {c2855989-2a23-452b-9ed4-02e594c8f58e} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2532 2024.12.05 07:28:54.856112 [ 253 ] {c2855989-2a23-452b-9ed4-02e594c8f58e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec.
2533 2024.12.05 07:28:54.856323 [ 253 ] {c2855989-2a23-452b-9ed4-02e594c8f58e} <Debug> TCPHandler: Processed in 0.002077471 sec.
2534 2024.12.05 07:28:54.856490 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2535 2024.12.05 07:28:54.856626 [ 256 ] {7a8f9834-3b7b-41cc-8644-e82cf1fffc68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2536 2024.12.05 07:28:54.856685 [ 256 ] {7a8f9834-3b7b-41cc-8644-e82cf1fffc68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2537 2024.12.05 07:28:54.857203 [ 256 ] {7a8f9834-3b7b-41cc-8644-e82cf1fffc68} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2538 2024.12.05 07:28:54.857242 [ 256 ] {7a8f9834-3b7b-41cc-8644-e82cf1fffc68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2539 2024.12.05 07:28:54.857611 [ 256 ] {7a8f9834-3b7b-41cc-8644-e82cf1fffc68} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2540 2024.12.05 07:28:54.857843 [ 256 ] {7a8f9834-3b7b-41cc-8644-e82cf1fffc68} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2541 2024.12.05 07:28:54.858046 [ 256 ] {7a8f9834-3b7b-41cc-8644-e82cf1fffc68} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec.
2542 2024.12.05 07:28:54.858094 [ 256 ] {7a8f9834-3b7b-41cc-8644-e82cf1fffc68} <Debug> TCPHandler: Processed in 0.001669875 sec.
2543 2024.12.05 07:28:56.183546 [ 125 ] {} <Debug> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2544 2024.12.05 07:28:56.183640 [ 125 ] {} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2545 2024.12.05 07:28:56.183667 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2546 2024.12.05 07:28:56.184013 [ 187 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::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
2547 2024.12.05 07:28:56.184274 [ 187 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2548 2024.12.05 07:28:56.184341 [ 187 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part
2549 2024.12.05 07:28:56.184480 [ 187 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part
2550 2024.12.05 07:28:56.184869 [ 187 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part
2551 2024.12.05 07:28:56.185116 [ 187 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
2552 2024.12.05 07:28:56.185280 [ 187 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part
2553 2024.12.05 07:28:56.186513 [ 201 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 5 columns (5 merged, 0 gathered) in 0.00274594 sec., 249823.37560179757 rows/sec., 17.87 MiB/sec.
2554 2024.12.05 07:28:56.186702 [ 195 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2555 2024.12.05 07:28:56.187066 [ 195 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_5_1} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2556 2024.12.05 07:28:56.187147 [ 195 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_5_1} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2557 2024.12.05 07:28:56.187228 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB.
2558 2024.12.05 07:28:58.867361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 364
2559 2024.12.05 07:28:58.870373 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2560 2024.12.05 07:28:58.870411 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2561 2024.12.05 07:28:58.871838 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2562 2024.12.05 07:28:58.872140 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2563 2024.12.05 07:28:58.872617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 364
2564 2024.12.05 07:28:59.851496 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2565 2024.12.05 07:28:59.851701 [ 253 ] {87820d03-417e-4afc-94d3-2d67d1851a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2566 2024.12.05 07:28:59.851783 [ 253 ] {87820d03-417e-4afc-94d3-2d67d1851a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2567 2024.12.05 07:28:59.852566 [ 253 ] {87820d03-417e-4afc-94d3-2d67d1851a34} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2568 2024.12.05 07:28:59.852612 [ 253 ] {87820d03-417e-4afc-94d3-2d67d1851a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2569 2024.12.05 07:28:59.853032 [ 253 ] {87820d03-417e-4afc-94d3-2d67d1851a34} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2570 2024.12.05 07:28:59.853288 [ 253 ] {87820d03-417e-4afc-94d3-2d67d1851a34} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2571 2024.12.05 07:28:59.853514 [ 253 ] {87820d03-417e-4afc-94d3-2d67d1851a34} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001873 sec., 1067.8056593699946 rows/sec., 87.07 KiB/sec.
2572 2024.12.05 07:28:59.853571 [ 253 ] {87820d03-417e-4afc-94d3-2d67d1851a34} <Debug> TCPHandler: Processed in 0.002220593 sec.
2573 2024.12.05 07:28:59.853816 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2574 2024.12.05 07:28:59.854009 [ 256 ] {624a9628-25e2-4978-86ee-6832e91d2414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2575 2024.12.05 07:28:59.854081 [ 256 ] {624a9628-25e2-4978-86ee-6832e91d2414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2576 2024.12.05 07:28:59.854880 [ 256 ] {624a9628-25e2-4978-86ee-6832e91d2414} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2577 2024.12.05 07:28:59.854930 [ 256 ] {624a9628-25e2-4978-86ee-6832e91d2414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2578 2024.12.05 07:28:59.855372 [ 256 ] {624a9628-25e2-4978-86ee-6832e91d2414} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2579 2024.12.05 07:28:59.855631 [ 256 ] {624a9628-25e2-4978-86ee-6832e91d2414} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2580 2024.12.05 07:28:59.855864 [ 256 ] {624a9628-25e2-4978-86ee-6832e91d2414} <Debug> executeQuery: Read 139 rows, 12.28 KiB in 0.001912 sec., 72698.74476987448 rows/sec., 6.27 MiB/sec.
2581 2024.12.05 07:28:59.855923 [ 256 ] {624a9628-25e2-4978-86ee-6832e91d2414} <Debug> TCPHandler: Processed in 0.002247273 sec.
2582 2024.12.05 07:28:59.856074 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2583 2024.12.05 07:28:59.856215 [ 253 ] {9c748b7f-bb50-4279-b8b2-9cbeb4208972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2584 2024.12.05 07:28:59.856273 [ 253 ] {9c748b7f-bb50-4279-b8b2-9cbeb4208972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2585 2024.12.05 07:28:59.857000 [ 253 ] {9c748b7f-bb50-4279-b8b2-9cbeb4208972} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2586 2024.12.05 07:28:59.857048 [ 253 ] {9c748b7f-bb50-4279-b8b2-9cbeb4208972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2587 2024.12.05 07:28:59.857424 [ 253 ] {9c748b7f-bb50-4279-b8b2-9cbeb4208972} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2588 2024.12.05 07:28:59.857668 [ 253 ] {9c748b7f-bb50-4279-b8b2-9cbeb4208972} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2589 2024.12.05 07:28:59.857845 [ 148 ] {} <Debug> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2590 2024.12.05 07:28:59.857895 [ 253 ] {9c748b7f-bb50-4279-b8b2-9cbeb4208972} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.001712 sec., 25116.822429906544 rows/sec., 1.84 MiB/sec.
2591 2024.12.05 07:28:59.858029 [ 148 ] {} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2592 2024.12.05 07:28:59.858099 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2593 2024.12.05 07:28:59.858107 [ 253 ] {9c748b7f-bb50-4279-b8b2-9cbeb4208972} <Debug> TCPHandler: Processed in 0.002100151 sec.
2594 2024.12.05 07:28:59.858404 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2595 2024.12.05 07:28:59.858501 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::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
2596 2024.12.05 07:28:59.858676 [ 256 ] {c5350aca-6ece-4cd5-8067-2ce74795478b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2597 2024.12.05 07:28:59.858770 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2598 2024.12.05 07:28:59.858787 [ 256 ] {c5350aca-6ece-4cd5-8067-2ce74795478b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2599 2024.12.05 07:28:59.858831 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 26 rows starting from the beginning of the part
2600 2024.12.05 07:28:59.859164 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 47 rows starting from the beginning of the part
2601 2024.12.05 07:28:59.859560 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part
2602 2024.12.05 07:28:59.859989 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part
2603 2024.12.05 07:28:59.860325 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part
2604 2024.12.05 07:28:59.860574 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 43 rows starting from the beginning of the part
2605 2024.12.05 07:28:59.861531 [ 256 ] {c5350aca-6ece-4cd5-8067-2ce74795478b} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2606 2024.12.05 07:28:59.861598 [ 256 ] {c5350aca-6ece-4cd5-8067-2ce74795478b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2607 2024.12.05 07:28:59.862622 [ 256 ] {c5350aca-6ece-4cd5-8067-2ce74795478b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2608 2024.12.05 07:28:59.863296 [ 256 ] {c5350aca-6ece-4cd5-8067-2ce74795478b} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2609 2024.12.05 07:28:59.863430 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 5 columns (5 merged, 0 gathered) in 0.005249278 sec., 38100.47781809232 rows/sec., 2.93 MiB/sec.
2610 2024.12.05 07:28:59.863746 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2611 2024.12.05 07:28:59.863829 [ 256 ] {c5350aca-6ece-4cd5-8067-2ce74795478b} <Debug> executeQuery: Read 107 rows, 8.56 KiB in 0.005191 sec., 20612.598728568675 rows/sec., 1.61 MiB/sec.
2612 2024.12.05 07:28:59.864174 [ 256 ] {c5350aca-6ece-4cd5-8067-2ce74795478b} <Debug> TCPHandler: Processed in 0.005930468 sec.
2613 2024.12.05 07:28:59.864391 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2614 2024.12.05 07:28:59.864589 [ 253 ] {9a69e704-924d-4975-926b-b373a25b77b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2615 2024.12.05 07:28:59.864676 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2616 2024.12.05 07:28:59.864693 [ 253 ] {9a69e704-924d-4975-926b-b373a25b77b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2617 2024.12.05 07:28:59.864882 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_11_2} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2618 2024.12.05 07:28:59.865068 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
2619 2024.12.05 07:28:59.865569 [ 253 ] {9a69e704-924d-4975-926b-b373a25b77b0} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2620 2024.12.05 07:28:59.865615 [ 253 ] {9a69e704-924d-4975-926b-b373a25b77b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2621 2024.12.05 07:28:59.866022 [ 253 ] {9a69e704-924d-4975-926b-b373a25b77b0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2622 2024.12.05 07:28:59.866281 [ 253 ] {9a69e704-924d-4975-926b-b373a25b77b0} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2623 2024.12.05 07:28:59.866501 [ 253 ] {9a69e704-924d-4975-926b-b373a25b77b0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001959 sec., 82184.78815722308 rows/sec., 5.72 MiB/sec.
2624 2024.12.05 07:28:59.866555 [ 253 ] {9a69e704-924d-4975-926b-b373a25b77b0} <Debug> TCPHandler: Processed in 0.002256943 sec.
2625 2024.12.05 07:28:59.866722 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2626 2024.12.05 07:28:59.866845 [ 256 ] {7fcdfd89-8a77-442e-ad90-9a5c23c4b8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2627 2024.12.05 07:28:59.866929 [ 256 ] {7fcdfd89-8a77-442e-ad90-9a5c23c4b8f6} <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
2628 2024.12.05 07:28:59.868109 [ 256 ] {7fcdfd89-8a77-442e-ad90-9a5c23c4b8f6} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2629 2024.12.05 07:28:59.868151 [ 256 ] {7fcdfd89-8a77-442e-ad90-9a5c23c4b8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2630 2024.12.05 07:28:59.868837 [ 256 ] {7fcdfd89-8a77-442e-ad90-9a5c23c4b8f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2631 2024.12.05 07:28:59.869101 [ 256 ] {7fcdfd89-8a77-442e-ad90-9a5c23c4b8f6} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2632 2024.12.05 07:28:59.869382 [ 256 ] {7fcdfd89-8a77-442e-ad90-9a5c23c4b8f6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002557 sec., 16034.41533046539 rows/sec., 28.73 MiB/sec.
2633 2024.12.05 07:28:59.869504 [ 256 ] {7fcdfd89-8a77-442e-ad90-9a5c23c4b8f6} <Debug> TCPHandler: Processed in 0.002841382 sec.
2634 2024.12.05 07:28:59.869660 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2635 2024.12.05 07:28:59.869800 [ 253 ] {57a0e1ab-73cf-43cf-ae1a-d3ab5332f800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2636 2024.12.05 07:28:59.869861 [ 253 ] {57a0e1ab-73cf-43cf-ae1a-d3ab5332f800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2637 2024.12.05 07:28:59.870385 [ 253 ] {57a0e1ab-73cf-43cf-ae1a-d3ab5332f800} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2638 2024.12.05 07:28:59.870424 [ 253 ] {57a0e1ab-73cf-43cf-ae1a-d3ab5332f800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2639 2024.12.05 07:28:59.870795 [ 253 ] {57a0e1ab-73cf-43cf-ae1a-d3ab5332f800} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2640 2024.12.05 07:28:59.871035 [ 253 ] {57a0e1ab-73cf-43cf-ae1a-d3ab5332f800} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2641 2024.12.05 07:28:59.871245 [ 253 ] {57a0e1ab-73cf-43cf-ae1a-d3ab5332f800} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec.
2642 2024.12.05 07:28:59.871296 [ 253 ] {57a0e1ab-73cf-43cf-ae1a-d3ab5332f800} <Debug> TCPHandler: Processed in 0.001700605 sec.
2643 2024.12.05 07:29:01.357714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
2644 2024.12.05 07:29:01.358403 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2645 2024.12.05 07:29:01.358452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2646 2024.12.05 07:29:01.358992 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2647 2024.12.05 07:29:01.359273 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2648 2024.12.05 07:29:01.359532 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
2649 2024.12.05 07:29:01.804520 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114
2650 2024.12.05 07:29:01.825675 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2651 2024.12.05 07:29:01.825744 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2652 2024.12.05 07:29:01.833205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2653 2024.12.05 07:29:01.833964 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2654 2024.12.05 07:29:01.836680 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114
2655 2024.12.05 07:29:04.849248 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2656 2024.12.05 07:29:04.849438 [ 253 ] {0e422fcb-c29f-4f02-9969-6c8f14f0e5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2657 2024.12.05 07:29:04.849511 [ 253 ] {0e422fcb-c29f-4f02-9969-6c8f14f0e5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2658 2024.12.05 07:29:04.850258 [ 253 ] {0e422fcb-c29f-4f02-9969-6c8f14f0e5be} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2659 2024.12.05 07:29:04.850313 [ 253 ] {0e422fcb-c29f-4f02-9969-6c8f14f0e5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2660 2024.12.05 07:29:04.850785 [ 253 ] {0e422fcb-c29f-4f02-9969-6c8f14f0e5be} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2661 2024.12.05 07:29:04.851032 [ 253 ] {0e422fcb-c29f-4f02-9969-6c8f14f0e5be} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2662 2024.12.05 07:29:04.851297 [ 253 ] {0e422fcb-c29f-4f02-9969-6c8f14f0e5be} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.27 MiB/sec.
2663 2024.12.05 07:29:04.851469 [ 253 ] {0e422fcb-c29f-4f02-9969-6c8f14f0e5be} <Debug> TCPHandler: Processed in 0.002354075 sec.
2664 2024.12.05 07:29:04.851745 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2665 2024.12.05 07:29:04.851956 [ 256 ] {47a8d774-a0d1-499c-97ba-9bbd3cc0333a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2666 2024.12.05 07:29:04.852041 [ 256 ] {47a8d774-a0d1-499c-97ba-9bbd3cc0333a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2667 2024.12.05 07:29:04.852841 [ 256 ] {47a8d774-a0d1-499c-97ba-9bbd3cc0333a} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2668 2024.12.05 07:29:04.852888 [ 256 ] {47a8d774-a0d1-499c-97ba-9bbd3cc0333a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2669 2024.12.05 07:29:04.853335 [ 256 ] {47a8d774-a0d1-499c-97ba-9bbd3cc0333a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2670 2024.12.05 07:29:04.853592 [ 256 ] {47a8d774-a0d1-499c-97ba-9bbd3cc0333a} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2671 2024.12.05 07:29:04.853840 [ 256 ] {47a8d774-a0d1-499c-97ba-9bbd3cc0333a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001942 sec., 32955.7157569516 rows/sec., 2.57 MiB/sec.
2672 2024.12.05 07:29:04.853899 [ 256 ] {47a8d774-a0d1-499c-97ba-9bbd3cc0333a} <Debug> TCPHandler: Processed in 0.002294584 sec.
2673 2024.12.05 07:29:04.854040 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2674 2024.12.05 07:29:04.854161 [ 253 ] {eb7dd5a5-7444-4117-ab03-d1d49cfaf735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2675 2024.12.05 07:29:04.854215 [ 253 ] {eb7dd5a5-7444-4117-ab03-d1d49cfaf735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2676 2024.12.05 07:29:04.854868 [ 253 ] {eb7dd5a5-7444-4117-ab03-d1d49cfaf735} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2677 2024.12.05 07:29:04.854917 [ 253 ] {eb7dd5a5-7444-4117-ab03-d1d49cfaf735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2678 2024.12.05 07:29:04.855389 [ 253 ] {eb7dd5a5-7444-4117-ab03-d1d49cfaf735} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2679 2024.12.05 07:29:04.855627 [ 253 ] {eb7dd5a5-7444-4117-ab03-d1d49cfaf735} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2680 2024.12.05 07:29:04.855869 [ 253 ] {eb7dd5a5-7444-4117-ab03-d1d49cfaf735} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001728 sec., 92592.5925925926 rows/sec., 6.45 MiB/sec.
2681 2024.12.05 07:29:04.856054 [ 253 ] {eb7dd5a5-7444-4117-ab03-d1d49cfaf735} <Debug> TCPHandler: Processed in 0.002065991 sec.
2682 2024.12.05 07:29:04.856236 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2683 2024.12.05 07:29:04.856354 [ 256 ] {0b2448b0-9ea6-43c1-89da-f65552cfe101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2684 2024.12.05 07:29:04.856405 [ 256 ] {0b2448b0-9ea6-43c1-89da-f65552cfe101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2685 2024.12.05 07:29:04.856900 [ 256 ] {0b2448b0-9ea6-43c1-89da-f65552cfe101} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2686 2024.12.05 07:29:04.856939 [ 256 ] {0b2448b0-9ea6-43c1-89da-f65552cfe101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2687 2024.12.05 07:29:04.857324 [ 256 ] {0b2448b0-9ea6-43c1-89da-f65552cfe101} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2688 2024.12.05 07:29:04.857567 [ 256 ] {0b2448b0-9ea6-43c1-89da-f65552cfe101} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2689 2024.12.05 07:29:04.857784 [ 256 ] {0b2448b0-9ea6-43c1-89da-f65552cfe101} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec.
2690 2024.12.05 07:29:04.857834 [ 256 ] {0b2448b0-9ea6-43c1-89da-f65552cfe101} <Debug> TCPHandler: Processed in 0.001666284 sec.
2691 2024.12.05 07:29:08.759852 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache
2692 2024.12.05 07:29:08.759952 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache
2693 2024.12.05 07:29:08.859734 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
2694 2024.12.05 07:29:08.860467 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2695 2024.12.05 07:29:08.860511 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2696 2024.12.05 07:29:08.861080 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2697 2024.12.05 07:29:08.861335 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2698 2024.12.05 07:29:08.861534 [ 139 ] {} <Debug> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2699 2024.12.05 07:29:08.861584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
2700 2024.12.05 07:29:08.861610 [ 139 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2701 2024.12.05 07:29:08.861643 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2702 2024.12.05 07:29:08.861791 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2703 2024.12.05 07:29:08.861965 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2704 2024.12.05 07:29:08.862013 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2705 2024.12.05 07:29:08.862135 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2706 2024.12.05 07:29:08.862413 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2707 2024.12.05 07:29:08.862664 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2708 2024.12.05 07:29:08.862860 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2709 2024.12.05 07:29:08.863020 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
2710 2024.12.05 07:29:08.864804 [ 188 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003083695 sec., 2393557.08006142 rows/sec., 34.24 MiB/sec.
2711 2024.12.05 07:29:08.865576 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2712 2024.12.05 07:29:08.865867 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_16_3} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2713 2024.12.05 07:29:08.865947 [ 201 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_16_3} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2714 2024.12.05 07:29:08.866031 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
2715 2024.12.05 07:29:08.872860 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 386
2716 2024.12.05 07:29:08.875679 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2717 2024.12.05 07:29:08.875727 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2718 2024.12.05 07:29:08.877183 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2719 2024.12.05 07:29:08.877509 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2720 2024.12.05 07:29:08.877746 [ 139 ] {} <Debug> system.query_log (65fb899d-4767-4254-9105-c1f75260708d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2721 2024.12.05 07:29:08.877870 [ 139 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2722 2024.12.05 07:29:08.877957 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2723 2024.12.05 07:29:08.878535 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::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
2724 2024.12.05 07:29:08.878942 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 386
2725 2024.12.05 07:29:08.879331 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2726 2024.12.05 07:29:08.879458 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 258 rows starting from the beginning of the part
2727 2024.12.05 07:29:08.879883 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part
2728 2024.12.05 07:29:08.880313 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part
2729 2024.12.05 07:29:08.880740 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part
2730 2024.12.05 07:29:08.881157 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part
2731 2024.12.05 07:29:08.881603 [ 190 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 22 rows starting from the beginning of the part
2732 2024.12.05 07:29:08.888856 [ 201 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 386 rows, containing 72 columns (72 merged, 0 gathered) in 0.010718578 sec., 36012.239683286345 rows/sec., 32.63 MiB/sec.
2733 2024.12.05 07:29:08.889983 [ 200 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2734 2024.12.05 07:29:08.890807 [ 200 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2735 2024.12.05 07:29:08.890910 [ 200 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_11_2} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2736 2024.12.05 07:29:08.891264 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB.
2737 2024.12.05 07:29:09.001309 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000930143 sec.
2738 2024.12.05 07:29:09.336817 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121
2739 2024.12.05 07:29:09.358378 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2740 2024.12.05 07:29:09.358425 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2741 2024.12.05 07:29:09.366076 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2742 2024.12.05 07:29:09.366870 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2743 2024.12.05 07:29:09.367156 [ 139 ] {} <Debug> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2744 2024.12.05 07:29:09.367230 [ 139 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2745 2024.12.05 07:29:09.367277 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2746 2024.12.05 07:29:09.368294 [ 194 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2747 2024.12.05 07:29:09.382996 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
2748 2024.12.05 07:29:09.384734 [ 194 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2749 2024.12.05 07:29:09.385884 [ 194 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2750 2024.12.05 07:29:09.390830 [ 194 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2751 2024.12.05 07:29:09.396036 [ 194 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2752 2024.12.05 07:29:09.401287 [ 194 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2753 2024.12.05 07:29:09.406840 [ 194 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2754 2024.12.05 07:29:09.411320 [ 194 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
2755 2024.12.05 07:29:09.472167 [ 200 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104722048 sec., 1155.43958804167 rows/sec., 5.97 MiB/sec.
2756 2024.12.05 07:29:09.473891 [ 198 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2757 2024.12.05 07:29:09.476426 [ 198 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_16_3} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2758 2024.12.05 07:29:09.476539 [ 198 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_16_3} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2759 2024.12.05 07:29:09.478063 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
2760 2024.12.05 07:29:09.851376 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2761 2024.12.05 07:29:09.851564 [ 253 ] {9cb2b857-6055-43e2-9102-0492ff43aac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2762 2024.12.05 07:29:09.851638 [ 253 ] {9cb2b857-6055-43e2-9102-0492ff43aac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2763 2024.12.05 07:29:09.852462 [ 253 ] {9cb2b857-6055-43e2-9102-0492ff43aac7} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2764 2024.12.05 07:29:09.852513 [ 253 ] {9cb2b857-6055-43e2-9102-0492ff43aac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2765 2024.12.05 07:29:09.853004 [ 253 ] {9cb2b857-6055-43e2-9102-0492ff43aac7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2766 2024.12.05 07:29:09.853313 [ 253 ] {9cb2b857-6055-43e2-9102-0492ff43aac7} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2767 2024.12.05 07:29:09.853528 [ 139 ] {} <Debug> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2768 2024.12.05 07:29:09.853571 [ 253 ] {9cb2b857-6055-43e2-9102-0492ff43aac7} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.002055 sec., 67153.28467153285 rows/sec., 5.80 MiB/sec.
2769 2024.12.05 07:29:09.853603 [ 139 ] {} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2770 2024.12.05 07:29:09.853682 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2771 2024.12.05 07:29:09.853707 [ 253 ] {9cb2b857-6055-43e2-9102-0492ff43aac7} <Debug> TCPHandler: Processed in 0.002473766 sec.
2772 2024.12.05 07:29:09.853994 [ 197 ] {c2733bc8-e57c-44a8-80da-873e802a9831::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
2773 2024.12.05 07:29:09.854074 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2774 2024.12.05 07:29:09.854188 [ 197 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2775 2024.12.05 07:29:09.854248 [ 197 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1284 rows starting from the beginning of the part
2776 2024.12.05 07:29:09.854281 [ 256 ] {58dae8a1-b037-4d08-92af-70077472171b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2777 2024.12.05 07:29:09.854384 [ 256 ] {58dae8a1-b037-4d08-92af-70077472171b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2778 2024.12.05 07:29:09.854404 [ 197 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 138 rows starting from the beginning of the part
2779 2024.12.05 07:29:09.854632 [ 197 ] {c2733bc8-e57c-44a8-80da-873e802a9831::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
2780 2024.12.05 07:29:09.854875 [ 197 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 139 rows starting from the beginning of the part
2781 2024.12.05 07:29:09.855287 [ 197 ] {c2733bc8-e57c-44a8-80da-873e802a9831::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
2782 2024.12.05 07:29:09.855521 [ 197 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 138 rows starting from the beginning of the part
2783 2024.12.05 07:29:09.856910 [ 256 ] {58dae8a1-b037-4d08-92af-70077472171b} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2784 2024.12.05 07:29:09.856961 [ 256 ] {58dae8a1-b037-4d08-92af-70077472171b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2785 2024.12.05 07:29:09.857691 [ 256 ] {58dae8a1-b037-4d08-92af-70077472171b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2786 2024.12.05 07:29:09.858077 [ 256 ] {58dae8a1-b037-4d08-92af-70077472171b} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2787 2024.12.05 07:29:09.858405 [ 256 ] {58dae8a1-b037-4d08-92af-70077472171b} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004189 sec., 9787.538792074482 rows/sec., 735.98 KiB/sec.
2788 2024.12.05 07:29:09.858800 [ 256 ] {58dae8a1-b037-4d08-92af-70077472171b} <Debug> TCPHandler: Processed in 0.004938163 sec.
2789 2024.12.05 07:29:09.859073 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2790 2024.12.05 07:29:09.859119 [ 198 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1811 rows, containing 5 columns (5 merged, 0 gathered) in 0.005294598 sec., 342046.7427366535 rows/sec., 29.84 MiB/sec.
2791 2024.12.05 07:29:09.859236 [ 253 ] {21f14658-6ccf-4fc1-88e6-9c1607f060aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2792 2024.12.05 07:29:09.859306 [ 253 ] {21f14658-6ccf-4fc1-88e6-9c1607f060aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2793 2024.12.05 07:29:09.859397 [ 198 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2794 2024.12.05 07:29:09.859817 [ 198 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_21_4} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2795 2024.12.05 07:29:09.859902 [ 198 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_21_4} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2796 2024.12.05 07:29:09.860020 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
2797 2024.12.05 07:29:09.860203 [ 253 ] {21f14658-6ccf-4fc1-88e6-9c1607f060aa} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2798 2024.12.05 07:29:09.860247 [ 253 ] {21f14658-6ccf-4fc1-88e6-9c1607f060aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2799 2024.12.05 07:29:09.860625 [ 253 ] {21f14658-6ccf-4fc1-88e6-9c1607f060aa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2800 2024.12.05 07:29:09.860878 [ 253 ] {21f14658-6ccf-4fc1-88e6-9c1607f060aa} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2801 2024.12.05 07:29:09.861055 [ 139 ] {} <Debug> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2802 2024.12.05 07:29:09.861118 [ 253 ] {21f14658-6ccf-4fc1-88e6-9c1607f060aa} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001915 sec., 54830.287206266315 rows/sec., 4.28 MiB/sec.
2803 2024.12.05 07:29:09.861127 [ 139 ] {} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2804 2024.12.05 07:29:09.861213 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2805 2024.12.05 07:29:09.861265 [ 253 ] {21f14658-6ccf-4fc1-88e6-9c1607f060aa} <Debug> TCPHandler: Processed in 0.002328874 sec.
2806 2024.12.05 07:29:09.861622 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2807 2024.12.05 07:29:09.861875 [ 197 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::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
2808 2024.12.05 07:29:09.862356 [ 256 ] {969a18d1-6127-4723-881b-26cb2cc23967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2809 2024.12.05 07:29:09.862643 [ 256 ] {969a18d1-6127-4723-881b-26cb2cc23967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2810 2024.12.05 07:29:09.862656 [ 197 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2811 2024.12.05 07:29:09.862716 [ 197 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 587 rows starting from the beginning of the part
2812 2024.12.05 07:29:09.862910 [ 197 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 105 rows starting from the beginning of the part
2813 2024.12.05 07:29:09.863154 [ 197 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::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
2814 2024.12.05 07:29:09.863350 [ 197 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 107 rows starting from the beginning of the part
2815 2024.12.05 07:29:09.863633 [ 197 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::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
2816 2024.12.05 07:29:09.863863 [ 197 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 105 rows starting from the beginning of the part
2817 2024.12.05 07:29:09.864584 [ 256 ] {969a18d1-6127-4723-881b-26cb2cc23967} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2818 2024.12.05 07:29:09.864636 [ 256 ] {969a18d1-6127-4723-881b-26cb2cc23967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2819 2024.12.05 07:29:09.865214 [ 256 ] {969a18d1-6127-4723-881b-26cb2cc23967} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2820 2024.12.05 07:29:09.865514 [ 256 ] {969a18d1-6127-4723-881b-26cb2cc23967} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2821 2024.12.05 07:29:09.865708 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2822 2024.12.05 07:29:09.865835 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2823 2024.12.05 07:29:09.865925 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2824 2024.12.05 07:29:09.865947 [ 256 ] {969a18d1-6127-4723-881b-26cb2cc23967} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003835 sec., 41720.99087353325 rows/sec., 2.91 MiB/sec.
2825 2024.12.05 07:29:09.866402 [ 256 ] {969a18d1-6127-4723-881b-26cb2cc23967} <Debug> TCPHandler: Processed in 0.005008134 sec.
2826 2024.12.05 07:29:09.866640 [ 198 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::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
2827 2024.12.05 07:29:09.866748 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2828 2024.12.05 07:29:09.866998 [ 193 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 5 columns (5 merged, 0 gathered) in 0.005629583 sec., 183317.30787164875 rows/sec., 14.64 MiB/sec.
2829 2024.12.05 07:29:09.867364 [ 253 ] {a0b02409-00c8-4936-9170-0c0c8495219d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2830 2024.12.05 07:29:09.867546 [ 198 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2831 2024.12.05 07:29:09.867582 [ 193 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2832 2024.12.05 07:29:09.867750 [ 198 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4783 rows starting from the beginning of the part
2833 2024.12.05 07:29:09.868133 [ 253 ] {a0b02409-00c8-4936-9170-0c0c8495219d} <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
2834 2024.12.05 07:29:09.868459 [ 198 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part
2835 2024.12.05 07:29:09.869230 [ 193 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_21_4} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2836 2024.12.05 07:29:09.869252 [ 198 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::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
2837 2024.12.05 07:29:09.869800 [ 193 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_21_4} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2838 2024.12.05 07:29:09.869867 [ 198 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part
2839 2024.12.05 07:29:09.870277 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
2840 2024.12.05 07:29:09.870599 [ 198 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::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
2841 2024.12.05 07:29:09.871082 [ 198 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part
2842 2024.12.05 07:29:09.873416 [ 253 ] {a0b02409-00c8-4936-9170-0c0c8495219d} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2843 2024.12.05 07:29:09.873464 [ 253 ] {a0b02409-00c8-4936-9170-0c0c8495219d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2844 2024.12.05 07:29:09.874303 [ 253 ] {a0b02409-00c8-4936-9170-0c0c8495219d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2845 2024.12.05 07:29:09.874440 [ 189 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5584 rows, containing 5 columns (5 merged, 0 gathered) in 0.008358004 sec., 668102.0971035667 rows/sec., 45.52 MiB/sec.
2846 2024.12.05 07:29:09.874683 [ 253 ] {a0b02409-00c8-4936-9170-0c0c8495219d} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2847 2024.12.05 07:29:09.874905 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2848 2024.12.05 07:29:09.874994 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2849 2024.12.05 07:29:09.875078 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2850 2024.12.05 07:29:09.875087 [ 189 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2851 2024.12.05 07:29:09.875089 [ 253 ] {a0b02409-00c8-4936-9170-0c0c8495219d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.007963 sec., 5148.813261333668 rows/sec., 9.23 MiB/sec.
2852 2024.12.05 07:29:09.875730 [ 198 ] {a7c9ab22-1198-4511-b309-88eb8c552902::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
2853 2024.12.05 07:29:09.876597 [ 253 ] {a0b02409-00c8-4936-9170-0c0c8495219d} <Debug> TCPHandler: Processed in 0.010040838 sec.
2854 2024.12.05 07:29:09.876891 [ 189 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2855 2024.12.05 07:29:09.876972 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2856 2024.12.05 07:29:09.877318 [ 189 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2857 2024.12.05 07:29:09.877427 [ 256 ] {909089e6-abdd-4742-9d3a-1c9d01dcd6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2858 2024.12.05 07:29:09.877654 [ 256 ] {909089e6-abdd-4742-9d3a-1c9d01dcd6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2859 2024.12.05 07:29:09.877672 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB.
2860 2024.12.05 07:29:09.878234 [ 198 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2861 2024.12.05 07:29:09.878589 [ 198 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 148 rows starting from the beginning of the part
2862 2024.12.05 07:29:09.879361 [ 198 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 41 rows starting from the beginning of the part
2863 2024.12.05 07:29:09.880110 [ 198 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part
2864 2024.12.05 07:29:09.880157 [ 256 ] {909089e6-abdd-4742-9d3a-1c9d01dcd6ac} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2865 2024.12.05 07:29:09.880240 [ 256 ] {909089e6-abdd-4742-9d3a-1c9d01dcd6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2866 2024.12.05 07:29:09.880674 [ 198 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part
2867 2024.12.05 07:29:09.881357 [ 198 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part
2868 2024.12.05 07:29:09.881623 [ 256 ] {909089e6-abdd-4742-9d3a-1c9d01dcd6ac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2869 2024.12.05 07:29:09.881835 [ 198 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part
2870 2024.12.05 07:29:09.882430 [ 256 ] {909089e6-abdd-4742-9d3a-1c9d01dcd6ac} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2871 2024.12.05 07:29:09.882866 [ 139 ] {} <Debug> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2872 2024.12.05 07:29:09.883039 [ 139 ] {} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2873 2024.12.05 07:29:09.883088 [ 256 ] {909089e6-abdd-4742-9d3a-1c9d01dcd6ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005827 sec., 10296.893770379269 rows/sec., 710.59 KiB/sec.
2874 2024.12.05 07:29:09.883095 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2875 2024.12.05 07:29:09.883300 [ 256 ] {909089e6-abdd-4742-9d3a-1c9d01dcd6ac} <Debug> TCPHandler: Processed in 0.006552916 sec.
2876 2024.12.05 07:29:09.883660 [ 193 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
2877 2024.12.05 07:29:09.884167 [ 193 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2878 2024.12.05 07:29:09.884299 [ 193 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 672 rows starting from the beginning of the part
2879 2024.12.05 07:29:09.884719 [ 193 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part
2880 2024.12.05 07:29:09.885090 [ 193 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
2881 2024.12.05 07:29:09.885337 [ 193 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part
2882 2024.12.05 07:29:09.885660 [ 193 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
2883 2024.12.05 07:29:09.885991 [ 193 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part
2884 2024.12.05 07:29:09.889351 [ 189 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 4 columns (4 merged, 0 gathered) in 0.005996209 sec., 162102.4217134526 rows/sec., 11.02 MiB/sec.
2885 2024.12.05 07:29:09.889640 [ 189 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2886 2024.12.05 07:29:09.890233 [ 189 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_21_4} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2887 2024.12.05 07:29:09.890336 [ 189 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_21_4} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2888 2024.12.05 07:29:09.890547 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
2889 2024.12.05 07:29:09.891271 [ 199 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 353 rows, containing 19 columns (19 merged, 0 gathered) in 0.016078578 sec., 21954.677832828253 rows/sec., 39.34 MiB/sec.
2890 2024.12.05 07:29:09.891787 [ 189 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2891 2024.12.05 07:29:09.892185 [ 189 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2892 2024.12.05 07:29:09.892274 [ 189 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2893 2024.12.05 07:29:09.892426 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB.
2894 2024.12.05 07:29:10.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.94 MiB, peak 184.35 MiB, free memory in arenas 0.00 B, will set to 176.55 MiB (RSS), difference: 1.61 MiB
2895 2024.12.05 07:29:14.877064 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2896 2024.12.05 07:29:14.877382 [ 253 ] {905a7503-adc6-4d28-85f7-75d6a643bcc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2897 2024.12.05 07:29:14.877496 [ 253 ] {905a7503-adc6-4d28-85f7-75d6a643bcc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2898 2024.12.05 07:29:14.878956 [ 253 ] {905a7503-adc6-4d28-85f7-75d6a643bcc7} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2899 2024.12.05 07:29:14.879002 [ 253 ] {905a7503-adc6-4d28-85f7-75d6a643bcc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2900 2024.12.05 07:29:14.879505 [ 253 ] {905a7503-adc6-4d28-85f7-75d6a643bcc7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2901 2024.12.05 07:29:14.879756 [ 253 ] {905a7503-adc6-4d28-85f7-75d6a643bcc7} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2902 2024.12.05 07:29:14.880023 [ 253 ] {905a7503-adc6-4d28-85f7-75d6a643bcc7} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002714 sec., 440677.96610169497 rows/sec., 36.33 MiB/sec.
2903 2024.12.05 07:29:14.880102 [ 253 ] {905a7503-adc6-4d28-85f7-75d6a643bcc7} <Debug> TCPHandler: Processed in 0.003222767 sec.
2904 2024.12.05 07:29:14.880438 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2905 2024.12.05 07:29:14.880612 [ 256 ] {23946199-f2d4-4e59-b81f-3de26e41bd47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2906 2024.12.05 07:29:14.880680 [ 256 ] {23946199-f2d4-4e59-b81f-3de26e41bd47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2907 2024.12.05 07:29:14.881508 [ 256 ] {23946199-f2d4-4e59-b81f-3de26e41bd47} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2908 2024.12.05 07:29:14.881556 [ 256 ] {23946199-f2d4-4e59-b81f-3de26e41bd47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2909 2024.12.05 07:29:14.881995 [ 256 ] {23946199-f2d4-4e59-b81f-3de26e41bd47} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2910 2024.12.05 07:29:14.882260 [ 256 ] {23946199-f2d4-4e59-b81f-3de26e41bd47} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2911 2024.12.05 07:29:14.882669 [ 256 ] {23946199-f2d4-4e59-b81f-3de26e41bd47} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002066 sec., 110358.18005808325 rows/sec., 7.47 MiB/sec.
2912 2024.12.05 07:29:14.882822 [ 256 ] {23946199-f2d4-4e59-b81f-3de26e41bd47} <Debug> TCPHandler: Processed in 0.002584398 sec.
2913 2024.12.05 07:29:14.882994 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2914 2024.12.05 07:29:14.883133 [ 253 ] {fe929d9e-7b2f-40fd-b8a3-b23fe64aea8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2915 2024.12.05 07:29:14.883189 [ 253 ] {fe929d9e-7b2f-40fd-b8a3-b23fe64aea8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2916 2024.12.05 07:29:14.884022 [ 253 ] {fe929d9e-7b2f-40fd-b8a3-b23fe64aea8e} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2917 2024.12.05 07:29:14.884062 [ 253 ] {fe929d9e-7b2f-40fd-b8a3-b23fe64aea8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2918 2024.12.05 07:29:14.884454 [ 253 ] {fe929d9e-7b2f-40fd-b8a3-b23fe64aea8e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2919 2024.12.05 07:29:14.884695 [ 253 ] {fe929d9e-7b2f-40fd-b8a3-b23fe64aea8e} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2920 2024.12.05 07:29:14.884958 [ 253 ] {fe929d9e-7b2f-40fd-b8a3-b23fe64aea8e} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001844 sec., 281995.6616052061 rows/sec., 20.87 MiB/sec.
2921 2024.12.05 07:29:14.885189 [ 253 ] {fe929d9e-7b2f-40fd-b8a3-b23fe64aea8e} <Debug> TCPHandler: Processed in 0.002256974 sec.
2922 2024.12.05 07:29:14.885427 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2923 2024.12.05 07:29:14.885552 [ 256 ] {db629ceb-9840-4178-abca-37bb6269ccc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2924 2024.12.05 07:29:14.885606 [ 256 ] {db629ceb-9840-4178-abca-37bb6269ccc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2925 2024.12.05 07:29:14.886384 [ 256 ] {db629ceb-9840-4178-abca-37bb6269ccc9} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2926 2024.12.05 07:29:14.886431 [ 256 ] {db629ceb-9840-4178-abca-37bb6269ccc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2927 2024.12.05 07:29:14.886894 [ 256 ] {db629ceb-9840-4178-abca-37bb6269ccc9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2928 2024.12.05 07:29:14.887157 [ 256 ] {db629ceb-9840-4178-abca-37bb6269ccc9} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2929 2024.12.05 07:29:14.887367 [ 256 ] {db629ceb-9840-4178-abca-37bb6269ccc9} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001841 sec., 478001.08636610536 rows/sec., 32.16 MiB/sec.
2930 2024.12.05 07:29:14.887427 [ 256 ] {db629ceb-9840-4178-abca-37bb6269ccc9} <Debug> TCPHandler: Processed in 0.002118782 sec.
2931 2024.12.05 07:29:14.887575 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2932 2024.12.05 07:29:14.887697 [ 253 ] {20e764a8-b7ce-48b6-9ebe-ddcdde4e5ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2933 2024.12.05 07:29:14.887759 [ 253 ] {20e764a8-b7ce-48b6-9ebe-ddcdde4e5ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2934 2024.12.05 07:29:14.888341 [ 253 ] {20e764a8-b7ce-48b6-9ebe-ddcdde4e5ace} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2935 2024.12.05 07:29:14.888387 [ 253 ] {20e764a8-b7ce-48b6-9ebe-ddcdde4e5ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB.
2936 2024.12.05 07:29:14.888814 [ 253 ] {20e764a8-b7ce-48b6-9ebe-ddcdde4e5ace} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2937 2024.12.05 07:29:14.889048 [ 253 ] {20e764a8-b7ce-48b6-9ebe-ddcdde4e5ace} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2938 2024.12.05 07:29:14.889264 [ 253 ] {20e764a8-b7ce-48b6-9ebe-ddcdde4e5ace} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001599 sec., 37523.4521575985 rows/sec., 2.53 MiB/sec.
2939 2024.12.05 07:29:14.889315 [ 253 ] {20e764a8-b7ce-48b6-9ebe-ddcdde4e5ace} <Debug> TCPHandler: Processed in 0.001799737 sec.
2940 2024.12.05 07:29:16.361815 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
2941 2024.12.05 07:29:16.362902 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2942 2024.12.05 07:29:16.362952 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2943 2024.12.05 07:29:16.363489 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2944 2024.12.05 07:29:16.363747 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2945 2024.12.05 07:29:16.364035 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
2946 2024.12.05 07:29:16.883150 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
2947 2024.12.05 07:29:16.901940 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2948 2024.12.05 07:29:16.901993 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2949 2024.12.05 07:29:16.909070 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2950 2024.12.05 07:29:16.909819 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2951 2024.12.05 07:29:16.913352 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
2952 2024.12.05 07:29:18.879203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 408
2953 2024.12.05 07:29:18.882087 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2954 2024.12.05 07:29:18.882147 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2955 2024.12.05 07:29:18.883629 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2956 2024.12.05 07:29:18.883945 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2957 2024.12.05 07:29:18.885245 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 408
2958 2024.12.05 07:29:19.851638 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2959 2024.12.05 07:29:19.851826 [ 253 ] {15318ec5-da34-4781-b8b4-8ef865ca9025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2960 2024.12.05 07:29:19.851900 [ 253 ] {15318ec5-da34-4781-b8b4-8ef865ca9025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2961 2024.12.05 07:29:19.852678 [ 253 ] {15318ec5-da34-4781-b8b4-8ef865ca9025} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2962 2024.12.05 07:29:19.852728 [ 253 ] {15318ec5-da34-4781-b8b4-8ef865ca9025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2963 2024.12.05 07:29:19.853169 [ 253 ] {15318ec5-da34-4781-b8b4-8ef865ca9025} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2964 2024.12.05 07:29:19.853440 [ 253 ] {15318ec5-da34-4781-b8b4-8ef865ca9025} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2965 2024.12.05 07:29:19.853707 [ 253 ] {15318ec5-da34-4781-b8b4-8ef865ca9025} <Debug> executeQuery: Read 138 rows, 12.20 KiB in 0.00192 sec., 71875 rows/sec., 6.21 MiB/sec.
2966 2024.12.05 07:29:19.853923 [ 253 ] {15318ec5-da34-4781-b8b4-8ef865ca9025} <Debug> TCPHandler: Processed in 0.002417545 sec.
2967 2024.12.05 07:29:19.854237 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2968 2024.12.05 07:29:19.854415 [ 256 ] {6f763091-e05a-4bcf-bf90-3e9a7aeb0a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2969 2024.12.05 07:29:19.854492 [ 256 ] {6f763091-e05a-4bcf-bf90-3e9a7aeb0a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2970 2024.12.05 07:29:19.855223 [ 256 ] {6f763091-e05a-4bcf-bf90-3e9a7aeb0a69} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2971 2024.12.05 07:29:19.855264 [ 256 ] {6f763091-e05a-4bcf-bf90-3e9a7aeb0a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2972 2024.12.05 07:29:19.855686 [ 256 ] {6f763091-e05a-4bcf-bf90-3e9a7aeb0a69} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2973 2024.12.05 07:29:19.855938 [ 256 ] {6f763091-e05a-4bcf-bf90-3e9a7aeb0a69} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2974 2024.12.05 07:29:19.856127 [ 256 ] {6f763091-e05a-4bcf-bf90-3e9a7aeb0a69} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.00176 sec., 23295.454545454544 rows/sec., 1.71 MiB/sec.
2975 2024.12.05 07:29:19.856181 [ 256 ] {6f763091-e05a-4bcf-bf90-3e9a7aeb0a69} <Debug> TCPHandler: Processed in 0.002136171 sec.
2976 2024.12.05 07:29:19.856349 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2977 2024.12.05 07:29:19.856470 [ 253 ] {277714e7-566c-4c13-8cad-8643cfe2f1c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2978 2024.12.05 07:29:19.856522 [ 253 ] {277714e7-566c-4c13-8cad-8643cfe2f1c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2979 2024.12.05 07:29:19.857165 [ 253 ] {277714e7-566c-4c13-8cad-8643cfe2f1c3} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2980 2024.12.05 07:29:19.857205 [ 253 ] {277714e7-566c-4c13-8cad-8643cfe2f1c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2981 2024.12.05 07:29:19.857577 [ 253 ] {277714e7-566c-4c13-8cad-8643cfe2f1c3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2982 2024.12.05 07:29:19.857878 [ 253 ] {277714e7-566c-4c13-8cad-8643cfe2f1c3} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2983 2024.12.05 07:29:19.858178 [ 253 ] {277714e7-566c-4c13-8cad-8643cfe2f1c3} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.00172 sec., 61046.51162790698 rows/sec., 4.77 MiB/sec.
2984 2024.12.05 07:29:19.858458 [ 253 ] {277714e7-566c-4c13-8cad-8643cfe2f1c3} <Debug> TCPHandler: Processed in 0.002160612 sec.
2985 2024.12.05 07:29:19.858940 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2986 2024.12.05 07:29:19.859086 [ 256 ] {26fa9658-fb8f-4aca-8d2f-46c2a1696649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2987 2024.12.05 07:29:19.859154 [ 256 ] {26fa9658-fb8f-4aca-8d2f-46c2a1696649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2988 2024.12.05 07:29:19.859860 [ 256 ] {26fa9658-fb8f-4aca-8d2f-46c2a1696649} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2989 2024.12.05 07:29:19.859901 [ 256 ] {26fa9658-fb8f-4aca-8d2f-46c2a1696649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2990 2024.12.05 07:29:19.860333 [ 256 ] {26fa9658-fb8f-4aca-8d2f-46c2a1696649} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2991 2024.12.05 07:29:19.860578 [ 256 ] {26fa9658-fb8f-4aca-8d2f-46c2a1696649} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2992 2024.12.05 07:29:19.860760 [ 256 ] {26fa9658-fb8f-4aca-8d2f-46c2a1696649} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec.
2993 2024.12.05 07:29:19.860812 [ 256 ] {26fa9658-fb8f-4aca-8d2f-46c2a1696649} <Debug> TCPHandler: Processed in 0.001944808 sec.
2994 2024.12.05 07:29:19.860970 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2995 2024.12.05 07:29:19.861095 [ 253 ] {58a0b0b3-2d0d-477d-8559-588145e3bd27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2996 2024.12.05 07:29:19.861178 [ 253 ] {58a0b0b3-2d0d-477d-8559-588145e3bd27} <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
2997 2024.12.05 07:29:19.862391 [ 253 ] {58a0b0b3-2d0d-477d-8559-588145e3bd27} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2998 2024.12.05 07:29:19.862431 [ 253 ] {58a0b0b3-2d0d-477d-8559-588145e3bd27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
2999 2024.12.05 07:29:19.863141 [ 253 ] {58a0b0b3-2d0d-477d-8559-588145e3bd27} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3000 2024.12.05 07:29:19.863407 [ 253 ] {58a0b0b3-2d0d-477d-8559-588145e3bd27} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3001 2024.12.05 07:29:19.863647 [ 253 ] {58a0b0b3-2d0d-477d-8559-588145e3bd27} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002576 sec., 15916.14906832298 rows/sec., 28.52 MiB/sec.
3002 2024.12.05 07:29:19.863764 [ 253 ] {58a0b0b3-2d0d-477d-8559-588145e3bd27} <Debug> TCPHandler: Processed in 0.002854062 sec.
3003 2024.12.05 07:29:19.863927 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3004 2024.12.05 07:29:19.864067 [ 256 ] {b33243cf-6455-4713-9783-90772ae37693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3005 2024.12.05 07:29:19.864127 [ 256 ] {b33243cf-6455-4713-9783-90772ae37693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3006 2024.12.05 07:29:19.864726 [ 256 ] {b33243cf-6455-4713-9783-90772ae37693} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3007 2024.12.05 07:29:19.864771 [ 256 ] {b33243cf-6455-4713-9783-90772ae37693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3008 2024.12.05 07:29:19.865161 [ 256 ] {b33243cf-6455-4713-9783-90772ae37693} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3009 2024.12.05 07:29:19.865410 [ 256 ] {b33243cf-6455-4713-9783-90772ae37693} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3010 2024.12.05 07:29:19.865605 [ 256 ] {b33243cf-6455-4713-9783-90772ae37693} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec.
3011 2024.12.05 07:29:19.865723 [ 256 ] {b33243cf-6455-4713-9783-90772ae37693} <Debug> TCPHandler: Processed in 0.001864898 sec.
3012 2024.12.05 07:29:23.760007 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
3013 2024.12.05 07:29:23.760107 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
3014 2024.12.05 07:29:23.864266 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3015 2024.12.05 07:29:23.865196 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3016 2024.12.05 07:29:23.865234 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3017 2024.12.05 07:29:23.865818 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3018 2024.12.05 07:29:23.866091 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3019 2024.12.05 07:29:23.866333 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3020 2024.12.05 07:29:24.413503 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3021 2024.12.05 07:29:24.433743 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3022 2024.12.05 07:29:24.433803 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3023 2024.12.05 07:29:24.441367 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3024 2024.12.05 07:29:24.442204 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3025 2024.12.05 07:29:24.445221 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3026 2024.12.05 07:29:24.850079 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3027 2024.12.05 07:29:24.850293 [ 253 ] {6366b246-53a2-43ef-b431-6cf7ea6c0896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3028 2024.12.05 07:29:24.850376 [ 253 ] {6366b246-53a2-43ef-b431-6cf7ea6c0896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3029 2024.12.05 07:29:24.851258 [ 253 ] {6366b246-53a2-43ef-b431-6cf7ea6c0896} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3030 2024.12.05 07:29:24.851309 [ 253 ] {6366b246-53a2-43ef-b431-6cf7ea6c0896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3031 2024.12.05 07:29:24.851744 [ 253 ] {6366b246-53a2-43ef-b431-6cf7ea6c0896} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3032 2024.12.05 07:29:24.851995 [ 253 ] {6366b246-53a2-43ef-b431-6cf7ea6c0896} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3033 2024.12.05 07:29:24.852243 [ 253 ] {6366b246-53a2-43ef-b431-6cf7ea6c0896} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.14 MiB/sec.
3034 2024.12.05 07:29:24.852311 [ 253 ] {6366b246-53a2-43ef-b431-6cf7ea6c0896} <Debug> TCPHandler: Processed in 0.002428696 sec.
3035 2024.12.05 07:29:24.852584 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3036 2024.12.05 07:29:24.852799 [ 256 ] {62af3e10-99bd-4a39-be5d-41639fe40b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3037 2024.12.05 07:29:24.852880 [ 256 ] {62af3e10-99bd-4a39-be5d-41639fe40b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3038 2024.12.05 07:29:24.853660 [ 256 ] {62af3e10-99bd-4a39-be5d-41639fe40b17} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3039 2024.12.05 07:29:24.853708 [ 256 ] {62af3e10-99bd-4a39-be5d-41639fe40b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3040 2024.12.05 07:29:24.854136 [ 256 ] {62af3e10-99bd-4a39-be5d-41639fe40b17} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3041 2024.12.05 07:29:24.854395 [ 256 ] {62af3e10-99bd-4a39-be5d-41639fe40b17} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3042 2024.12.05 07:29:24.854633 [ 256 ] {62af3e10-99bd-4a39-be5d-41639fe40b17} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001892 sec., 33826.638477801265 rows/sec., 2.64 MiB/sec.
3043 2024.12.05 07:29:24.854690 [ 256 ] {62af3e10-99bd-4a39-be5d-41639fe40b17} <Debug> TCPHandler: Processed in 0.002253293 sec.
3044 2024.12.05 07:29:24.854909 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3045 2024.12.05 07:29:24.855140 [ 253 ] {5d4647b5-8893-410f-a73a-53848ae049ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3046 2024.12.05 07:29:24.855239 [ 253 ] {5d4647b5-8893-410f-a73a-53848ae049ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3047 2024.12.05 07:29:24.856169 [ 253 ] {5d4647b5-8893-410f-a73a-53848ae049ee} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3048 2024.12.05 07:29:24.856209 [ 253 ] {5d4647b5-8893-410f-a73a-53848ae049ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3049 2024.12.05 07:29:24.856608 [ 253 ] {5d4647b5-8893-410f-a73a-53848ae049ee} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3050 2024.12.05 07:29:24.856853 [ 253 ] {5d4647b5-8893-410f-a73a-53848ae049ee} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3051 2024.12.05 07:29:24.857069 [ 253 ] {5d4647b5-8893-410f-a73a-53848ae049ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001987 sec., 80523.4021137393 rows/sec., 5.61 MiB/sec.
3052 2024.12.05 07:29:24.857125 [ 253 ] {5d4647b5-8893-410f-a73a-53848ae049ee} <Debug> TCPHandler: Processed in 0.002328684 sec.
3053 2024.12.05 07:29:24.857273 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3054 2024.12.05 07:29:24.857411 [ 256 ] {7b82d302-23fb-4bac-86c4-7a59695ff414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3055 2024.12.05 07:29:24.857472 [ 256 ] {7b82d302-23fb-4bac-86c4-7a59695ff414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3056 2024.12.05 07:29:24.858052 [ 256 ] {7b82d302-23fb-4bac-86c4-7a59695ff414} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3057 2024.12.05 07:29:24.858093 [ 256 ] {7b82d302-23fb-4bac-86c4-7a59695ff414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3058 2024.12.05 07:29:24.858470 [ 256 ] {7b82d302-23fb-4bac-86c4-7a59695ff414} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3059 2024.12.05 07:29:24.858708 [ 256 ] {7b82d302-23fb-4bac-86c4-7a59695ff414} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3060 2024.12.05 07:29:24.858914 [ 256 ] {7b82d302-23fb-4bac-86c4-7a59695ff414} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec.
3061 2024.12.05 07:29:24.858962 [ 256 ] {7b82d302-23fb-4bac-86c4-7a59695ff414} <Debug> TCPHandler: Processed in 0.001755637 sec.
3062 2024.12.05 07:29:28.885507 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 428
3063 2024.12.05 07:29:28.888363 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3064 2024.12.05 07:29:28.888413 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3065 2024.12.05 07:29:28.889871 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3066 2024.12.05 07:29:28.890179 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3067 2024.12.05 07:29:28.891166 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428
3068 2024.12.05 07:29:29.852385 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3069 2024.12.05 07:29:29.852647 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
3070 2024.12.05 07:29:29.853073 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3071 2024.12.05 07:29:29.853126 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE
3072 2024.12.05 07:29:29.853488 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3073 2024.12.05 07:29:29.853571 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3074 2024.12.05 07:29:29.853752 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
3075 2024.12.05 07:29:29.853886 [ 297 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3076 2024.12.05 07:29:29.853948 [ 296 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3077 2024.12.05 07:29:29.853952 [ 295 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3078 2024.12.05 07:29:29.854114 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3079 2024.12.05 07:29:29.854145 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3080 2024.12.05 07:29:29.854267 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3081 2024.12.05 07:29:29.854293 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3082 2024.12.05 07:29:29.854337 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
3083 2024.12.05 07:29:29.854385 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
3084 2024.12.05 07:29:29.854430 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))"
3085 2024.12.05 07:29:29.856294 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.00377 sec., 8222.811671087533 rows/sec., 332.08 KiB/sec.
3086 2024.12.05 07:29:29.856483 [ 253 ] {6655583d-a9c0-4bb3-8868-7458c07b2e3e} <Debug> TCPHandler: Processed in 0.004236013 sec.
3087 2024.12.05 07:29:29.856868 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3088 2024.12.05 07:29:29.857105 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
3089 2024.12.05 07:29:29.857530 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3090 2024.12.05 07:29:29.857581 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE
3091 2024.12.05 07:29:29.857939 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3092 2024.12.05 07:29:29.858016 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3093 2024.12.05 07:29:29.858194 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
3094 2024.12.05 07:29:29.858317 [ 297 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3095 2024.12.05 07:29:29.858342 [ 299 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3096 2024.12.05 07:29:29.858377 [ 295 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3097 2024.12.05 07:29:29.858516 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3098 2024.12.05 07:29:29.858546 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3099 2024.12.05 07:29:29.858668 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3100 2024.12.05 07:29:29.858692 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3101 2024.12.05 07:29:29.858737 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
3102 2024.12.05 07:29:29.858786 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
3103 2024.12.05 07:29:29.858832 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))"
3104 2024.12.05 07:29:29.860250 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.003261 sec., 9506.286415210057 rows/sec., 383.92 KiB/sec.
3105 2024.12.05 07:29:29.860421 [ 256 ] {c999e21f-6989-42f6-8194-70fc91c458c4} <Debug> TCPHandler: Processed in 0.003681604 sec.
3106 2024.12.05 07:29:29.860953 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3107 2024.12.05 07:29:29.861146 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
3108 2024.12.05 07:29:29.861491 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3109 2024.12.05 07:29:29.861540 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE
3110 2024.12.05 07:29:29.861863 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3111 2024.12.05 07:29:29.861931 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3112 2024.12.05 07:29:29.862084 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
3113 2024.12.05 07:29:29.862204 [ 299 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3114 2024.12.05 07:29:29.862213 [ 296 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3115 2024.12.05 07:29:29.862228 [ 297 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3116 2024.12.05 07:29:29.862353 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3117 2024.12.05 07:29:29.862379 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3118 2024.12.05 07:29:29.862486 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3119 2024.12.05 07:29:29.862509 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3120 2024.12.05 07:29:29.862551 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
3121 2024.12.05 07:29:29.862601 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
3122 2024.12.05 07:29:29.862646 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))"
3123 2024.12.05 07:29:29.864100 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.003046 sec., 10177.281680892975 rows/sec., 411.02 KiB/sec.
3124 2024.12.05 07:29:29.864285 [ 253 ] {eec68eca-3f1f-4881-887b-aa1440253dbb} <Debug> TCPHandler: Processed in 0.00338916 sec.
3125 2024.12.05 07:29:29.864536 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3126 2024.12.05 07:29:29.864761 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete)
3127 2024.12.05 07:29:29.865169 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3128 2024.12.05 07:29:29.865225 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE
3129 2024.12.05 07:29:29.865546 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3130 2024.12.05 07:29:29.865612 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3131 2024.12.05 07:29:29.865759 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
3132 2024.12.05 07:29:29.865848 [ 296 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3133 2024.12.05 07:29:29.865877 [ 299 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3134 2024.12.05 07:29:29.865897 [ 297 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3135 2024.12.05 07:29:29.865996 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3136 2024.12.05 07:29:29.866026 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3137 2024.12.05 07:29:29.866129 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3138 2024.12.05 07:29:29.866151 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3139 2024.12.05 07:29:29.866193 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
3140 2024.12.05 07:29:29.866240 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
3141 2024.12.05 07:29:29.866282 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))"
3142 2024.12.05 07:29:29.867694 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.003045 sec., 10180.623973727423 rows/sec., 411.15 KiB/sec.
3143 2024.12.05 07:29:29.867858 [ 256 ] {d4acefb5-fab8-45e4-802a-288b162e2a25} <Debug> TCPHandler: Processed in 0.00339147 sec.
3144 2024.12.05 07:29:29.868214 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3145 2024.12.05 07:29:29.868406 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete)
3146 2024.12.05 07:29:29.868848 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3147 2024.12.05 07:29:29.868898 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE
3148 2024.12.05 07:29:29.869313 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3149 2024.12.05 07:29:29.869380 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3150 2024.12.05 07:29:29.869533 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
3151 2024.12.05 07:29:29.869638 [ 297 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3152 2024.12.05 07:29:29.869681 [ 296 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3153 2024.12.05 07:29:29.869700 [ 295 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3154 2024.12.05 07:29:29.869816 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3155 2024.12.05 07:29:29.869846 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3156 2024.12.05 07:29:29.869952 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3157 2024.12.05 07:29:29.869975 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3158 2024.12.05 07:29:29.870017 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
3159 2024.12.05 07:29:29.870064 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
3160 2024.12.05 07:29:29.870109 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))"
3161 2024.12.05 07:29:29.871523 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.003211 sec., 9654.313298037994 rows/sec., 389.90 KiB/sec.
3162 2024.12.05 07:29:29.871704 [ 253 ] {db00339b-bc3f-4b08-a22f-0dc6cfda4736} <Debug> TCPHandler: Processed in 0.003548173 sec.
3163 2024.12.05 07:29:29.871967 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3164 2024.12.05 07:29:29.872157 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
3165 2024.12.05 07:29:29.872557 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3166 2024.12.05 07:29:29.872623 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
3167 2024.12.05 07:29:29.873021 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3168 2024.12.05 07:29:29.873104 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3169 2024.12.05 07:29:29.873270 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
3170 2024.12.05 07:29:29.873408 [ 297 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3171 2024.12.05 07:29:29.873407 [ 299 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3172 2024.12.05 07:29:29.873427 [ 295 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3173 2024.12.05 07:29:29.873565 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3174 2024.12.05 07:29:29.873595 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3175 2024.12.05 07:29:29.873698 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3176 2024.12.05 07:29:29.873720 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3177 2024.12.05 07:29:29.873763 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
3178 2024.12.05 07:29:29.873810 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
3179 2024.12.05 07:29:29.873859 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))"
3180 2024.12.05 07:29:29.875173 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.003109 sec., 9971.051785139916 rows/sec., 402.69 KiB/sec.
3181 2024.12.05 07:29:29.875352 [ 256 ] {b70675df-3eb2-413d-860a-07cd958a9d36} <Debug> TCPHandler: Processed in 0.003441481 sec.
3182 2024.12.05 07:29:29.875605 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3183 2024.12.05 07:29:29.875800 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
3184 2024.12.05 07:29:29.876147 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3185 2024.12.05 07:29:29.876199 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
3186 2024.12.05 07:29:29.876529 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3187 2024.12.05 07:29:29.876596 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3188 2024.12.05 07:29:29.876750 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 37-element set)
3189 2024.12.05 07:29:29.876872 [ 296 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3190 2024.12.05 07:29:29.876890 [ 299 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3191 2024.12.05 07:29:29.876887 [ 297 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3192 2024.12.05 07:29:29.877008 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3193 2024.12.05 07:29:29.877036 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3194 2024.12.05 07:29:29.877142 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3195 2024.12.05 07:29:29.877164 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3196 2024.12.05 07:29:29.877207 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3197 2024.12.05 07:29:29.877253 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3198 2024.12.05 07:29:29.877296 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3199 2024.12.05 07:29:29.878681 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002977 sec., 10413.167618407793 rows/sec., 420.54 KiB/sec.
3200 2024.12.05 07:29:29.878875 [ 253 ] {c4570cae-380b-4e41-8d52-ddd97170c24b} <Debug> TCPHandler: Processed in 0.003328079 sec.
3201 2024.12.05 07:29:29.879129 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3202 2024.12.05 07:29:29.879333 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
3203 2024.12.05 07:29:29.879677 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3204 2024.12.05 07:29:29.879728 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
3205 2024.12.05 07:29:29.880058 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3206 2024.12.05 07:29:29.880125 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3207 2024.12.05 07:29:29.880274 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 38-element set)
3208 2024.12.05 07:29:29.880408 [ 296 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3209 2024.12.05 07:29:29.880410 [ 299 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3210 2024.12.05 07:29:29.880416 [ 297 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3211 2024.12.05 07:29:29.880543 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3212 2024.12.05 07:29:29.880573 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3213 2024.12.05 07:29:29.880676 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3214 2024.12.05 07:29:29.880698 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3215 2024.12.05 07:29:29.880740 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3216 2024.12.05 07:29:29.880788 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3217 2024.12.05 07:29:29.880831 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3218 2024.12.05 07:29:29.882206 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.002969 sec., 10441.226002020883 rows/sec., 421.68 KiB/sec.
3219 2024.12.05 07:29:29.882372 [ 256 ] {2970122d-4ec1-4d9c-8482-2b60c1a6ee26} <Debug> TCPHandler: Processed in 0.003311889 sec.
3220 2024.12.05 07:29:29.882635 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3221 2024.12.05 07:29:29.882831 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
3222 2024.12.05 07:29:29.883181 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3223 2024.12.05 07:29:29.883231 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
3224 2024.12.05 07:29:29.883563 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3225 2024.12.05 07:29:29.883630 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3226 2024.12.05 07:29:29.883781 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 39-element set)
3227 2024.12.05 07:29:29.883894 [ 299 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3228 2024.12.05 07:29:29.883897 [ 296 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3229 2024.12.05 07:29:29.883915 [ 297 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3230 2024.12.05 07:29:29.884033 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3231 2024.12.05 07:29:29.884057 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3232 2024.12.05 07:29:29.884162 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3233 2024.12.05 07:29:29.884184 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3234 2024.12.05 07:29:29.884227 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3235 2024.12.05 07:29:29.884273 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3236 2024.12.05 07:29:29.884317 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3237 2024.12.05 07:29:29.885683 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.00295 sec., 10508.474576271186 rows/sec., 424.39 KiB/sec.
3238 2024.12.05 07:29:29.885873 [ 253 ] {3781be51-1047-45a5-a7e1-7ea29884791e} <Debug> TCPHandler: Processed in 0.003295769 sec.
3239 2024.12.05 07:29:29.886127 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3240 2024.12.05 07:29:29.886327 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
3241 2024.12.05 07:29:29.886690 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3242 2024.12.05 07:29:29.886745 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
3243 2024.12.05 07:29:29.887090 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3244 2024.12.05 07:29:29.887158 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3245 2024.12.05 07:29:29.887309 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 40-element set)
3246 2024.12.05 07:29:29.887423 [ 296 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3247 2024.12.05 07:29:29.887446 [ 297 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3248 2024.12.05 07:29:29.887480 [ 295 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3249 2024.12.05 07:29:29.887602 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3250 2024.12.05 07:29:29.887634 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3251 2024.12.05 07:29:29.887743 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3252 2024.12.05 07:29:29.887764 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3253 2024.12.05 07:29:29.887808 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3254 2024.12.05 07:29:29.887857 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3255 2024.12.05 07:29:29.887902 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3256 2024.12.05 07:29:29.889311 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.003082 sec., 10058.403634003893 rows/sec., 406.21 KiB/sec.
3257 2024.12.05 07:29:29.889493 [ 256 ] {4334b805-ee10-4783-82fb-5f809b11286c} <Debug> TCPHandler: Processed in 0.003423291 sec.
3258 2024.12.05 07:29:29.889750 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3259 2024.12.05 07:29:29.889949 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
3260 2024.12.05 07:29:29.890302 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3261 2024.12.05 07:29:29.890354 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
3262 2024.12.05 07:29:29.890698 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3263 2024.12.05 07:29:29.890767 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3264 2024.12.05 07:29:29.890918 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 41-element set)
3265 2024.12.05 07:29:29.891023 [ 297 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3266 2024.12.05 07:29:29.891056 [ 296 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3267 2024.12.05 07:29:29.891078 [ 295 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3268 2024.12.05 07:29:29.891184 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3269 2024.12.05 07:29:29.891212 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3270 2024.12.05 07:29:29.891321 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3271 2024.12.05 07:29:29.891343 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3272 2024.12.05 07:29:29.891386 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3273 2024.12.05 07:29:29.891435 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3274 2024.12.05 07:29:29.891482 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3275 2024.12.05 07:29:29.892908 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.003058 sec., 10137.34466971877 rows/sec., 409.40 KiB/sec.
3276 2024.12.05 07:29:29.893098 [ 253 ] {dbf3dcde-0212-4b52-acd8-22355dd03c62} <Debug> TCPHandler: Processed in 0.00340747 sec.
3277 2024.12.05 07:29:29.898088 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3278 2024.12.05 07:29:29.898283 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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)
3279 2024.12.05 07:29:29.898645 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
3280 2024.12.05 07:29:29.898698 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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
3281 2024.12.05 07:29:29.899043 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3282 2024.12.05 07:29:29.899109 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
3283 2024.12.05 07:29:29.899261 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Key condition: (column 0 notIn 42-element set)
3284 2024.12.05 07:29:29.899414 [ 297 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
3285 2024.12.05 07:29:29.899413 [ 296 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
3286 2024.12.05 07:29:29.899434 [ 295 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
3287 2024.12.05 07:29:29.899572 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (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
3288 2024.12.05 07:29:29.899605 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Spreading mark ranges among streams (default reading)
3289 2024.12.05 07:29:29.899712 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
3290 2024.12.05 07:29:29.899733 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Debug> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12) (SelectExecutor): Reading approx. 31 rows with 3 streams
3291 2024.12.05 07:29:29.899774 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3292 2024.12.05 07:29:29.899824 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3293 2024.12.05 07:29:29.899872 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))"
3294 2024.12.05 07:29:29.901280 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Debug> executeQuery: Read 31 rows, 1.25 KiB in 0.003096 sec., 10012.919896640828 rows/sec., 404.38 KiB/sec.
3295 2024.12.05 07:29:29.901441 [ 256 ] {ece5c33d-8669-4fe6-89d0-19e13318ace7} <Debug> TCPHandler: Processed in 0.003407991 sec.
3296 2024.12.05 07:29:29.901681 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3297 2024.12.05 07:29:29.901813 [ 253 ] {b1c02872-d745-48fe-ad6f-7d1f4cc4724f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
3298 2024.12.05 07:29:29.901869 [ 253 ] {b1c02872-d745-48fe-ad6f-7d1f4cc4724f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
3299 2024.12.05 07:29:29.902630 [ 253 ] {b1c02872-d745-48fe-ad6f-7d1f4cc4724f} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3300 2024.12.05 07:29:29.902678 [ 253 ] {b1c02872-d745-48fe-ad6f-7d1f4cc4724f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3301 2024.12.05 07:29:29.903199 [ 253 ] {b1c02872-d745-48fe-ad6f-7d1f4cc4724f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3302 2024.12.05 07:29:29.903422 [ 253 ] {b1c02872-d745-48fe-ad6f-7d1f4cc4724f} <Trace> oximeter.timeseries_schema (b40d2881-8675-4c1b-a30c-6d63168d5c12): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3303 2024.12.05 07:29:29.903714 [ 253 ] {b1c02872-d745-48fe-ad6f-7d1f4cc4724f} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001915 sec., 6266.318537859008 rows/sec., 1.27 MiB/sec.
3304 2024.12.05 07:29:29.903851 [ 253 ] {b1c02872-d745-48fe-ad6f-7d1f4cc4724f} <Debug> TCPHandler: Processed in 0.002235913 sec.
3305 2024.12.05 07:29:29.903990 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3306 2024.12.05 07:29:29.904118 [ 256 ] {54572d38-b572-40be-a2eb-192b10ce5f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3307 2024.12.05 07:29:29.904167 [ 256 ] {54572d38-b572-40be-a2eb-192b10ce5f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3308 2024.12.05 07:29:29.905439 [ 256 ] {54572d38-b572-40be-a2eb-192b10ce5f46} <Trace> oximeter.fields_i16 (ba501939-8b23-455d-b4d2-9ac369f75b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3309 2024.12.05 07:29:29.905481 [ 256 ] {54572d38-b572-40be-a2eb-192b10ce5f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3310 2024.12.05 07:29:29.905889 [ 256 ] {54572d38-b572-40be-a2eb-192b10ce5f46} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
3311 2024.12.05 07:29:29.906132 [ 256 ] {54572d38-b572-40be-a2eb-192b10ce5f46} <Trace> oximeter.fields_i16 (ba501939-8b23-455d-b4d2-9ac369f75b57): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3312 2024.12.05 07:29:29.906505 [ 256 ] {54572d38-b572-40be-a2eb-192b10ce5f46} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002397 sec., 5840.634125990822 rows/sec., 420.45 KiB/sec.
3313 2024.12.05 07:29:29.906603 [ 256 ] {54572d38-b572-40be-a2eb-192b10ce5f46} <Debug> TCPHandler: Processed in 0.00267188 sec.
3314 2024.12.05 07:29:29.906766 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3315 2024.12.05 07:29:29.906908 [ 253 ] {45748e14-23f6-4dec-8c86-f555452ec29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3316 2024.12.05 07:29:29.906966 [ 253 ] {45748e14-23f6-4dec-8c86-f555452ec29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3317 2024.12.05 07:29:29.907595 [ 253 ] {45748e14-23f6-4dec-8c86-f555452ec29f} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3318 2024.12.05 07:29:29.907636 [ 253 ] {45748e14-23f6-4dec-8c86-f555452ec29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3319 2024.12.05 07:29:29.907997 [ 253 ] {45748e14-23f6-4dec-8c86-f555452ec29f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3320 2024.12.05 07:29:29.908241 [ 253 ] {45748e14-23f6-4dec-8c86-f555452ec29f} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3321 2024.12.05 07:29:29.908493 [ 253 ] {45748e14-23f6-4dec-8c86-f555452ec29f} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001606 sec., 7471.9800747198005 rows/sec., 609.29 KiB/sec.
3322 2024.12.05 07:29:29.908630 [ 253 ] {45748e14-23f6-4dec-8c86-f555452ec29f} <Debug> TCPHandler: Processed in 0.001931089 sec.
3323 2024.12.05 07:29:29.908764 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3324 2024.12.05 07:29:29.908881 [ 256 ] {5a327945-84c3-4708-9c54-742d8cfe6e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3325 2024.12.05 07:29:29.908928 [ 256 ] {5a327945-84c3-4708-9c54-742d8cfe6e66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3326 2024.12.05 07:29:29.909621 [ 256 ] {5a327945-84c3-4708-9c54-742d8cfe6e66} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3327 2024.12.05 07:29:29.909658 [ 256 ] {5a327945-84c3-4708-9c54-742d8cfe6e66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3328 2024.12.05 07:29:29.910035 [ 256 ] {5a327945-84c3-4708-9c54-742d8cfe6e66} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3329 2024.12.05 07:29:29.910274 [ 256 ] {5a327945-84c3-4708-9c54-742d8cfe6e66} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3330 2024.12.05 07:29:29.910493 [ 256 ] {5a327945-84c3-4708-9c54-742d8cfe6e66} <Debug> executeQuery: Read 291 rows, 26.23 KiB in 0.001636 sec., 177872.86063569682 rows/sec., 15.66 MiB/sec.
3331 2024.12.05 07:29:29.910544 [ 256 ] {5a327945-84c3-4708-9c54-742d8cfe6e66} <Debug> TCPHandler: Processed in 0.001833707 sec.
3332 2024.12.05 07:29:29.910686 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3333 2024.12.05 07:29:29.910824 [ 253 ] {2924b55e-0539-4ee5-9f50-cdeedfe58888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3334 2024.12.05 07:29:29.910880 [ 253 ] {2924b55e-0539-4ee5-9f50-cdeedfe58888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3335 2024.12.05 07:29:29.911529 [ 253 ] {2924b55e-0539-4ee5-9f50-cdeedfe58888} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3336 2024.12.05 07:29:29.911569 [ 253 ] {2924b55e-0539-4ee5-9f50-cdeedfe58888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3337 2024.12.05 07:29:29.911933 [ 253 ] {2924b55e-0539-4ee5-9f50-cdeedfe58888} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3338 2024.12.05 07:29:29.912200 [ 253 ] {2924b55e-0539-4ee5-9f50-cdeedfe58888} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3339 2024.12.05 07:29:29.912438 [ 253 ] {2924b55e-0539-4ee5-9f50-cdeedfe58888} <Debug> executeQuery: Read 60 rows, 4.38 KiB in 0.001634 sec., 36719.70624235006 rows/sec., 2.62 MiB/sec.
3340 2024.12.05 07:29:29.912675 [ 253 ] {2924b55e-0539-4ee5-9f50-cdeedfe58888} <Debug> TCPHandler: Processed in 0.002052091 sec.
3341 2024.12.05 07:29:29.912829 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3342 2024.12.05 07:29:29.912943 [ 256 ] {20b142a7-fbf6-499c-b17b-edb21a6b789b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3343 2024.12.05 07:29:29.912991 [ 256 ] {20b142a7-fbf6-499c-b17b-edb21a6b789b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3344 2024.12.05 07:29:29.913553 [ 256 ] {20b142a7-fbf6-499c-b17b-edb21a6b789b} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3345 2024.12.05 07:29:29.913592 [ 256 ] {20b142a7-fbf6-499c-b17b-edb21a6b789b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3346 2024.12.05 07:29:29.913953 [ 256 ] {20b142a7-fbf6-499c-b17b-edb21a6b789b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
3347 2024.12.05 07:29:29.914198 [ 256 ] {20b142a7-fbf6-499c-b17b-edb21a6b789b} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3348 2024.12.05 07:29:29.914408 [ 256 ] {20b142a7-fbf6-499c-b17b-edb21a6b789b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001487 sec., 9414.92938802959 rows/sec., 659.36 KiB/sec.
3349 2024.12.05 07:29:29.914458 [ 256 ] {20b142a7-fbf6-499c-b17b-edb21a6b789b} <Debug> TCPHandler: Processed in 0.001696015 sec.
3350 2024.12.05 07:29:29.914599 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3351 2024.12.05 07:29:29.914721 [ 253 ] {2a87f1c3-5b02-4a6e-9cc6-348b13245183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3352 2024.12.05 07:29:29.914770 [ 253 ] {2a87f1c3-5b02-4a6e-9cc6-348b13245183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3353 2024.12.05 07:29:29.915345 [ 253 ] {2a87f1c3-5b02-4a6e-9cc6-348b13245183} <Trace> oximeter.fields_u8 (c2d01d20-2b6e-482d-846e-866f75fb8c92): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3354 2024.12.05 07:29:29.915385 [ 253 ] {2a87f1c3-5b02-4a6e-9cc6-348b13245183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3355 2024.12.05 07:29:29.915751 [ 253 ] {2a87f1c3-5b02-4a6e-9cc6-348b13245183} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
3356 2024.12.05 07:29:29.916001 [ 253 ] {2a87f1c3-5b02-4a6e-9cc6-348b13245183} <Trace> oximeter.fields_u8 (c2d01d20-2b6e-482d-846e-866f75fb8c92): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3357 2024.12.05 07:29:29.916225 [ 253 ] {2a87f1c3-5b02-4a6e-9cc6-348b13245183} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001523 sec., 8535.784635587655 rows/sec., 532.20 KiB/sec.
3358 2024.12.05 07:29:29.916300 [ 253 ] {2a87f1c3-5b02-4a6e-9cc6-348b13245183} <Debug> TCPHandler: Processed in 0.001758146 sec.
3359 2024.12.05 07:29:29.916448 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3360 2024.12.05 07:29:29.916564 [ 256 ] {49ad4955-4624-42fe-a219-40d001eac8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3361 2024.12.05 07:29:29.916616 [ 256 ] {49ad4955-4624-42fe-a219-40d001eac8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3362 2024.12.05 07:29:29.917365 [ 256 ] {49ad4955-4624-42fe-a219-40d001eac8a2} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2024.12.05 07:29:29.917404 [ 256 ] {49ad4955-4624-42fe-a219-40d001eac8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3364 2024.12.05 07:29:29.917793 [ 256 ] {49ad4955-4624-42fe-a219-40d001eac8a2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3365 2024.12.05 07:29:29.918036 [ 256 ] {49ad4955-4624-42fe-a219-40d001eac8a2} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3366 2024.12.05 07:29:29.918253 [ 256 ] {49ad4955-4624-42fe-a219-40d001eac8a2} <Debug> executeQuery: Read 435 rows, 31.94 KiB in 0.001711 sec., 254237.2881355932 rows/sec., 18.23 MiB/sec.
3367 2024.12.05 07:29:29.918304 [ 256 ] {49ad4955-4624-42fe-a219-40d001eac8a2} <Debug> TCPHandler: Processed in 0.001913578 sec.
3368 2024.12.05 07:29:29.918460 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3369 2024.12.05 07:29:29.918582 [ 253 ] {2371de70-8ced-4241-ae27-70e8dd854793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3370 2024.12.05 07:29:29.918635 [ 253 ] {2371de70-8ced-4241-ae27-70e8dd854793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3371 2024.12.05 07:29:29.919111 [ 253 ] {2371de70-8ced-4241-ae27-70e8dd854793} <Trace> oximeter.measurements_bool (6bfa583a-5975-4397-89f1-f78723897964): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3372 2024.12.05 07:29:29.919152 [ 253 ] {2371de70-8ced-4241-ae27-70e8dd854793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3373 2024.12.05 07:29:29.919533 [ 253 ] {2371de70-8ced-4241-ae27-70e8dd854793} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
3374 2024.12.05 07:29:29.919773 [ 253 ] {2371de70-8ced-4241-ae27-70e8dd854793} <Trace> oximeter.measurements_bool (6bfa583a-5975-4397-89f1-f78723897964): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3375 2024.12.05 07:29:29.920053 [ 253 ] {2371de70-8ced-4241-ae27-70e8dd854793} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec.
3376 2024.12.05 07:29:29.920121 [ 253 ] {2371de70-8ced-4241-ae27-70e8dd854793} <Debug> TCPHandler: Processed in 0.001716976 sec.
3377 2024.12.05 07:29:29.920273 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3378 2024.12.05 07:29:29.920389 [ 256 ] {8d6be81a-1759-442a-8173-b2152eb5b2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3379 2024.12.05 07:29:29.920440 [ 256 ] {8d6be81a-1759-442a-8173-b2152eb5b2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3380 2024.12.05 07:29:29.921017 [ 256 ] {8d6be81a-1759-442a-8173-b2152eb5b2d8} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3381 2024.12.05 07:29:29.921055 [ 256 ] {8d6be81a-1759-442a-8173-b2152eb5b2d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3382 2024.12.05 07:29:29.921441 [ 256 ] {8d6be81a-1759-442a-8173-b2152eb5b2d8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3383 2024.12.05 07:29:29.921682 [ 256 ] {8d6be81a-1759-442a-8173-b2152eb5b2d8} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3384 2024.12.05 07:29:29.921897 [ 256 ] {8d6be81a-1759-442a-8173-b2152eb5b2d8} <Debug> executeQuery: Read 243 rows, 16.69 KiB in 0.001531 sec., 158719.79098628348 rows/sec., 10.64 MiB/sec.
3385 2024.12.05 07:29:29.921948 [ 256 ] {8d6be81a-1759-442a-8173-b2152eb5b2d8} <Debug> TCPHandler: Processed in 0.001734536 sec.
3386 2024.12.05 07:29:29.922083 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3387 2024.12.05 07:29:29.922199 [ 253 ] {a75280e2-49c6-46fb-96ed-259bb6d8c2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3388 2024.12.05 07:29:29.922251 [ 253 ] {a75280e2-49c6-46fb-96ed-259bb6d8c2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3389 2024.12.05 07:29:29.922718 [ 253 ] {a75280e2-49c6-46fb-96ed-259bb6d8c2c1} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3390 2024.12.05 07:29:29.922758 [ 253 ] {a75280e2-49c6-46fb-96ed-259bb6d8c2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3391 2024.12.05 07:29:29.923116 [ 253 ] {a75280e2-49c6-46fb-96ed-259bb6d8c2c1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3392 2024.12.05 07:29:29.923349 [ 253 ] {a75280e2-49c6-46fb-96ed-259bb6d8c2c1} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3393 2024.12.05 07:29:29.923575 [ 253 ] {a75280e2-49c6-46fb-96ed-259bb6d8c2c1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec.
3394 2024.12.05 07:29:29.923627 [ 253 ] {a75280e2-49c6-46fb-96ed-259bb6d8c2c1} <Debug> TCPHandler: Processed in 0.001598694 sec.
3395 2024.12.05 07:29:29.923791 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3396 2024.12.05 07:29:29.923932 [ 256 ] {e5ee473f-3d42-442b-88de-2a025ce19167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3397 2024.12.05 07:29:29.924024 [ 256 ] {e5ee473f-3d42-442b-88de-2a025ce19167} <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
3398 2024.12.05 07:29:29.925202 [ 256 ] {e5ee473f-3d42-442b-88de-2a025ce19167} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3399 2024.12.05 07:29:29.925242 [ 256 ] {e5ee473f-3d42-442b-88de-2a025ce19167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3400 2024.12.05 07:29:29.925904 [ 256 ] {e5ee473f-3d42-442b-88de-2a025ce19167} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3401 2024.12.05 07:29:29.926164 [ 256 ] {e5ee473f-3d42-442b-88de-2a025ce19167} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3402 2024.12.05 07:29:29.926398 [ 256 ] {e5ee473f-3d42-442b-88de-2a025ce19167} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002498 sec., 16413.130504403525 rows/sec., 29.41 MiB/sec.
3403 2024.12.05 07:29:29.926490 [ 256 ] {e5ee473f-3d42-442b-88de-2a025ce19167} <Debug> TCPHandler: Processed in 0.002765881 sec.
3404 2024.12.05 07:29:29.926631 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3405 2024.12.05 07:29:29.926748 [ 253 ] {1e493a16-8f9e-4645-86d6-6dd02587047d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3406 2024.12.05 07:29:29.926798 [ 253 ] {1e493a16-8f9e-4645-86d6-6dd02587047d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3407 2024.12.05 07:29:29.927295 [ 253 ] {1e493a16-8f9e-4645-86d6-6dd02587047d} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3408 2024.12.05 07:29:29.927335 [ 253 ] {1e493a16-8f9e-4645-86d6-6dd02587047d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3409 2024.12.05 07:29:29.927712 [ 253 ] {1e493a16-8f9e-4645-86d6-6dd02587047d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3410 2024.12.05 07:29:29.927948 [ 253 ] {1e493a16-8f9e-4645-86d6-6dd02587047d} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3411 2024.12.05 07:29:29.928157 [ 253 ] {1e493a16-8f9e-4645-86d6-6dd02587047d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001433 sec., 57222.60990928123 rows/sec., 3.63 MiB/sec.
3412 2024.12.05 07:29:29.928205 [ 253 ] {1e493a16-8f9e-4645-86d6-6dd02587047d} <Debug> TCPHandler: Processed in 0.001630524 sec.
3413 2024.12.05 07:29:30.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.98 MiB, peak 184.35 MiB, free memory in arenas 0.00 B, will set to 178.42 MiB (RSS), difference: -1.56 MiB
3414 2024.12.05 07:29:31.366558 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
3415 2024.12.05 07:29:31.367560 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3416 2024.12.05 07:29:31.367604 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3417 2024.12.05 07:29:31.368129 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3418 2024.12.05 07:29:31.368388 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3419 2024.12.05 07:29:31.368610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
3420 2024.12.05 07:29:31.945377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3421 2024.12.05 07:29:31.966173 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3422 2024.12.05 07:29:31.966234 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3423 2024.12.05 07:29:31.973926 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3424 2024.12.05 07:29:31.974731 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3425 2024.12.05 07:29:31.977330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3426 2024.12.05 07:29:34.849779 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3427 2024.12.05 07:29:34.849965 [ 253 ] {c0d882e6-bd5f-466f-84e8-86e458731d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3428 2024.12.05 07:29:34.850037 [ 253 ] {c0d882e6-bd5f-466f-84e8-86e458731d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3429 2024.12.05 07:29:34.850764 [ 253 ] {c0d882e6-bd5f-466f-84e8-86e458731d2a} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3430 2024.12.05 07:29:34.850815 [ 253 ] {c0d882e6-bd5f-466f-84e8-86e458731d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3431 2024.12.05 07:29:34.851261 [ 253 ] {c0d882e6-bd5f-466f-84e8-86e458731d2a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3432 2024.12.05 07:29:34.851510 [ 253 ] {c0d882e6-bd5f-466f-84e8-86e458731d2a} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3433 2024.12.05 07:29:34.851706 [ 113 ] {} <Debug> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3434 2024.12.05 07:29:34.851755 [ 253 ] {c0d882e6-bd5f-466f-84e8-86e458731d2a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001833 sec., 30551.00927441353 rows/sec., 2.35 MiB/sec.
3435 2024.12.05 07:29:34.851801 [ 113 ] {} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3436 2024.12.05 07:29:34.851875 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3437 2024.12.05 07:29:34.851880 [ 253 ] {c0d882e6-bd5f-466f-84e8-86e458731d2a} <Debug> TCPHandler: Processed in 0.002232293 sec.
3438 2024.12.05 07:29:34.852240 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::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
3439 2024.12.05 07:29:34.852259 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3440 2024.12.05 07:29:34.852594 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3441 2024.12.05 07:29:34.852605 [ 256 ] {289290e2-3241-4916-85f7-fe5334a2c59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3442 2024.12.05 07:29:34.852654 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1285 rows starting from the beginning of the part
3443 2024.12.05 07:29:34.852718 [ 256 ] {289290e2-3241-4916-85f7-fe5334a2c59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3444 2024.12.05 07:29:34.853013 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1196 rows starting from the beginning of the part
3445 2024.12.05 07:29:34.853345 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 138 rows starting from the beginning of the part
3446 2024.12.05 07:29:34.853778 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part
3447 2024.12.05 07:29:34.854160 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 291 rows starting from the beginning of the part
3448 2024.12.05 07:29:34.854508 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part
3449 2024.12.05 07:29:34.855569 [ 256 ] {289290e2-3241-4916-85f7-fe5334a2c59d} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3450 2024.12.05 07:29:34.855641 [ 256 ] {289290e2-3241-4916-85f7-fe5334a2c59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3451 2024.12.05 07:29:34.856718 [ 256 ] {289290e2-3241-4916-85f7-fe5334a2c59d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3452 2024.12.05 07:29:34.857141 [ 256 ] {289290e2-3241-4916-85f7-fe5334a2c59d} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3453 2024.12.05 07:29:34.857308 [ 113 ] {} <Debug> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3454 2024.12.05 07:29:34.857369 [ 113 ] {} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3455 2024.12.05 07:29:34.857397 [ 256 ] {289290e2-3241-4916-85f7-fe5334a2c59d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004883 sec., 13106.69670284661 rows/sec., 1.02 MiB/sec.
3456 2024.12.05 07:29:34.857406 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3457 2024.12.05 07:29:34.857665 [ 256 ] {289290e2-3241-4916-85f7-fe5334a2c59d} <Debug> TCPHandler: Processed in 0.005643063 sec.
3458 2024.12.05 07:29:34.857920 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::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
3459 2024.12.05 07:29:34.858327 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3460 2024.12.05 07:29:34.858425 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3461 2024.12.05 07:29:34.858496 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3022 rows, containing 5 columns (5 merged, 0 gathered) in 0.006488456 sec., 465750.2493659508 rows/sec., 40.53 MiB/sec.
3462 2024.12.05 07:29:34.858501 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 589 rows starting from the beginning of the part
3463 2024.12.05 07:29:34.858641 [ 253 ] {4c080a3a-191a-4e39-a601-fd4fcca7dacc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3464 2024.12.05 07:29:34.858843 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 520 rows starting from the beginning of the part
3465 2024.12.05 07:29:34.858897 [ 253 ] {4c080a3a-191a-4e39-a601-fd4fcca7dacc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3466 2024.12.05 07:29:34.859286 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 105 rows starting from the beginning of the part
3467 2024.12.05 07:29:34.859427 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3468 2024.12.05 07:29:34.859811 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part
3469 2024.12.05 07:29:34.860275 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 435 rows starting from the beginning of the part
3470 2024.12.05 07:29:34.860673 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part
3471 2024.12.05 07:29:34.861930 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3472 2024.12.05 07:29:34.862411 [ 199 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_26_5} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3473 2024.12.05 07:29:34.862750 [ 253 ] {4c080a3a-191a-4e39-a601-fd4fcca7dacc} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3474 2024.12.05 07:29:34.862773 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
3475 2024.12.05 07:29:34.862858 [ 253 ] {4c080a3a-191a-4e39-a601-fd4fcca7dacc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3476 2024.12.05 07:29:34.864011 [ 253 ] {4c080a3a-191a-4e39-a601-fd4fcca7dacc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3477 2024.12.05 07:29:34.864394 [ 253 ] {4c080a3a-191a-4e39-a601-fd4fcca7dacc} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3478 2024.12.05 07:29:34.864733 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1777 rows, containing 5 columns (5 merged, 0 gathered) in 0.007200387 sec., 246792.2904699428 rows/sec., 19.24 MiB/sec.
3479 2024.12.05 07:29:34.864749 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3480 2024.12.05 07:29:34.864849 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3481 2024.12.05 07:29:34.864903 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3482 2024.12.05 07:29:34.865009 [ 253 ] {4c080a3a-191a-4e39-a601-fd4fcca7dacc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006395 sec., 25019.546520719312 rows/sec., 1.74 MiB/sec.
3483 2024.12.05 07:29:34.865120 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3484 2024.12.05 07:29:34.865356 [ 253 ] {4c080a3a-191a-4e39-a601-fd4fcca7dacc} <Debug> TCPHandler: Processed in 0.007555772 sec.
3485 2024.12.05 07:29:34.865662 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3486 2024.12.05 07:29:34.866198 [ 256 ] {b869755c-339b-4032-8944-e0719fb33fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3487 2024.12.05 07:29:34.866267 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3488 2024.12.05 07:29:34.866417 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::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
3489 2024.12.05 07:29:34.866496 [ 256 ] {b869755c-339b-4032-8944-e0719fb33fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3490 2024.12.05 07:29:34.866645 [ 189 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_26_5} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3491 2024.12.05 07:29:34.866946 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
3492 2024.12.05 07:29:34.867150 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3493 2024.12.05 07:29:34.867257 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5584 rows starting from the beginning of the part
3494 2024.12.05 07:29:34.867610 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 880 rows starting from the beginning of the part
3495 2024.12.05 07:29:34.867985 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::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
3496 2024.12.05 07:29:34.868342 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part
3497 2024.12.05 07:29:34.868710 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 243 rows starting from the beginning of the part
3498 2024.12.05 07:29:34.868896 [ 256 ] {b869755c-339b-4032-8944-e0719fb33fa7} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3499 2024.12.05 07:29:34.868978 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part
3500 2024.12.05 07:29:34.868992 [ 256 ] {b869755c-339b-4032-8944-e0719fb33fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3501 2024.12.05 07:29:34.870064 [ 256 ] {b869755c-339b-4032-8944-e0719fb33fa7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3502 2024.12.05 07:29:34.870445 [ 256 ] {b869755c-339b-4032-8944-e0719fb33fa7} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3503 2024.12.05 07:29:34.870737 [ 113 ] {} <Debug> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3504 2024.12.05 07:29:34.870819 [ 113 ] {} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3505 2024.12.05 07:29:34.870909 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3506 2024.12.05 07:29:34.871108 [ 256 ] {b869755c-339b-4032-8944-e0719fb33fa7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005095 sec., 11776.251226692837 rows/sec., 812.68 KiB/sec.
3507 2024.12.05 07:29:34.871436 [ 256 ] {b869755c-339b-4032-8944-e0719fb33fa7} <Debug> TCPHandler: Processed in 0.005943848 sec.
3508 2024.12.05 07:29:34.871649 [ 191 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
3509 2024.12.05 07:29:34.872022 [ 191 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3510 2024.12.05 07:29:34.872094 [ 191 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 972 rows starting from the beginning of the part
3511 2024.12.05 07:29:34.872428 [ 191 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part
3512 2024.12.05 07:29:34.872762 [ 191 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
3513 2024.12.05 07:29:34.873099 [ 191 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part
3514 2024.12.05 07:29:34.873502 [ 191 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part
3515 2024.12.05 07:29:34.873722 [ 191 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part
3516 2024.12.05 07:29:34.875411 [ 196 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7187 rows, containing 5 columns (5 merged, 0 gathered) in 0.010317363 sec., 696592.724323066 rows/sec., 47.43 MiB/sec.
3517 2024.12.05 07:29:34.875541 [ 187 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1294 rows, containing 4 columns (4 merged, 0 gathered) in 0.004447416 sec., 290955.467174647 rows/sec., 19.66 MiB/sec.
3518 2024.12.05 07:29:34.875907 [ 186 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3519 2024.12.05 07:29:34.876108 [ 195 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3520 2024.12.05 07:29:34.876684 [ 195 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3521 2024.12.05 07:29:34.876685 [ 186 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_26_5} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3522 2024.12.05 07:29:34.876844 [ 195 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3523 2024.12.05 07:29:34.876855 [ 186 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_26_5} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3524 2024.12.05 07:29:34.877057 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB.
3525 2024.12.05 07:29:34.877131 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
3526 2024.12.05 07:29:38.760177 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
3527 2024.12.05 07:29:38.760267 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
3528 2024.12.05 07:29:38.868811 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
3529 2024.12.05 07:29:38.869452 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3530 2024.12.05 07:29:38.869491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3531 2024.12.05 07:29:38.870025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3532 2024.12.05 07:29:38.870281 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3533 2024.12.05 07:29:38.870512 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3534 2024.12.05 07:29:38.891459 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 486
3535 2024.12.05 07:29:38.895274 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3536 2024.12.05 07:29:38.895321 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3537 2024.12.05 07:29:38.896842 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3538 2024.12.05 07:29:38.897147 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3539 2024.12.05 07:29:38.897676 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 486
3540 2024.12.05 07:29:39.477476 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3541 2024.12.05 07:29:39.498724 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3542 2024.12.05 07:29:39.498769 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3543 2024.12.05 07:29:39.506520 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3544 2024.12.05 07:29:39.507299 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3545 2024.12.05 07:29:39.509860 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3546 2024.12.05 07:29:39.856120 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3547 2024.12.05 07:29:39.856306 [ 253 ] {397b4790-b9ba-4926-aa3b-4e1b4cf37f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3548 2024.12.05 07:29:39.856379 [ 253 ] {397b4790-b9ba-4926-aa3b-4e1b4cf37f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3549 2024.12.05 07:29:39.857097 [ 253 ] {397b4790-b9ba-4926-aa3b-4e1b4cf37f6d} <Trace> oximeter.fields_i16 (ba501939-8b23-455d-b4d2-9ac369f75b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3550 2024.12.05 07:29:39.857147 [ 253 ] {397b4790-b9ba-4926-aa3b-4e1b4cf37f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3551 2024.12.05 07:29:39.857665 [ 253 ] {397b4790-b9ba-4926-aa3b-4e1b4cf37f6d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3552 2024.12.05 07:29:39.857943 [ 253 ] {397b4790-b9ba-4926-aa3b-4e1b4cf37f6d} <Trace> oximeter.fields_i16 (ba501939-8b23-455d-b4d2-9ac369f75b57): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3553 2024.12.05 07:29:39.858174 [ 253 ] {397b4790-b9ba-4926-aa3b-4e1b4cf37f6d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec.
3554 2024.12.05 07:29:39.858230 [ 253 ] {397b4790-b9ba-4926-aa3b-4e1b4cf37f6d} <Debug> TCPHandler: Processed in 0.002248253 sec.
3555 2024.12.05 07:29:39.858492 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3556 2024.12.05 07:29:39.858704 [ 256 ] {d3b831e4-7eab-4d37-8695-948e1802d62b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3557 2024.12.05 07:29:39.858785 [ 256 ] {d3b831e4-7eab-4d37-8695-948e1802d62b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3558 2024.12.05 07:29:39.859715 [ 256 ] {d3b831e4-7eab-4d37-8695-948e1802d62b} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3559 2024.12.05 07:29:39.859795 [ 256 ] {d3b831e4-7eab-4d37-8695-948e1802d62b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3560 2024.12.05 07:29:39.860259 [ 256 ] {d3b831e4-7eab-4d37-8695-948e1802d62b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3561 2024.12.05 07:29:39.860519 [ 256 ] {d3b831e4-7eab-4d37-8695-948e1802d62b} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3562 2024.12.05 07:29:39.860787 [ 256 ] {d3b831e4-7eab-4d37-8695-948e1802d62b} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002134 sec., 133552.01499531395 rows/sec., 11.80 MiB/sec.
3563 2024.12.05 07:29:39.860991 [ 256 ] {d3b831e4-7eab-4d37-8695-948e1802d62b} <Debug> TCPHandler: Processed in 0.002637188 sec.
3564 2024.12.05 07:29:39.861185 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3565 2024.12.05 07:29:39.861318 [ 253 ] {b129f8f3-265e-4fff-ab38-e7e479231baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3566 2024.12.05 07:29:39.861376 [ 253 ] {b129f8f3-265e-4fff-ab38-e7e479231baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3567 2024.12.05 07:29:39.861979 [ 253 ] {b129f8f3-265e-4fff-ab38-e7e479231baf} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3568 2024.12.05 07:29:39.862017 [ 253 ] {b129f8f3-265e-4fff-ab38-e7e479231baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3569 2024.12.05 07:29:39.862580 [ 253 ] {b129f8f3-265e-4fff-ab38-e7e479231baf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3570 2024.12.05 07:29:39.862818 [ 253 ] {b129f8f3-265e-4fff-ab38-e7e479231baf} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3571 2024.12.05 07:29:39.863034 [ 253 ] {b129f8f3-265e-4fff-ab38-e7e479231baf} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001745 sec., 27507.163323782235 rows/sec., 1.98 MiB/sec.
3572 2024.12.05 07:29:39.863086 [ 253 ] {b129f8f3-265e-4fff-ab38-e7e479231baf} <Debug> TCPHandler: Processed in 0.0019964 sec.
3573 2024.12.05 07:29:39.863236 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3574 2024.12.05 07:29:39.863395 [ 256 ] {960b9046-baa6-4107-b9ff-5081327b0f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3575 2024.12.05 07:29:39.863472 [ 256 ] {960b9046-baa6-4107-b9ff-5081327b0f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3576 2024.12.05 07:29:39.864103 [ 256 ] {960b9046-baa6-4107-b9ff-5081327b0f72} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3577 2024.12.05 07:29:39.864143 [ 256 ] {960b9046-baa6-4107-b9ff-5081327b0f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3578 2024.12.05 07:29:39.864502 [ 256 ] {960b9046-baa6-4107-b9ff-5081327b0f72} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
3579 2024.12.05 07:29:39.864740 [ 256 ] {960b9046-baa6-4107-b9ff-5081327b0f72} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3580 2024.12.05 07:29:39.864959 [ 256 ] {960b9046-baa6-4107-b9ff-5081327b0f72} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec.
3581 2024.12.05 07:29:39.865012 [ 256 ] {960b9046-baa6-4107-b9ff-5081327b0f72} <Debug> TCPHandler: Processed in 0.001843787 sec.
3582 2024.12.05 07:29:39.865168 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3583 2024.12.05 07:29:39.865284 [ 253 ] {4075c182-9ad9-4ab2-900d-27202ebe602c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3584 2024.12.05 07:29:39.865333 [ 253 ] {4075c182-9ad9-4ab2-900d-27202ebe602c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3585 2024.12.05 07:29:39.865914 [ 253 ] {4075c182-9ad9-4ab2-900d-27202ebe602c} <Trace> oximeter.fields_u8 (c2d01d20-2b6e-482d-846e-866f75fb8c92): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3586 2024.12.05 07:29:39.865953 [ 253 ] {4075c182-9ad9-4ab2-900d-27202ebe602c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3587 2024.12.05 07:29:39.866308 [ 253 ] {4075c182-9ad9-4ab2-900d-27202ebe602c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3588 2024.12.05 07:29:39.866538 [ 253 ] {4075c182-9ad9-4ab2-900d-27202ebe602c} <Trace> oximeter.fields_u8 (c2d01d20-2b6e-482d-846e-866f75fb8c92): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3589 2024.12.05 07:29:39.866806 [ 253 ] {4075c182-9ad9-4ab2-900d-27202ebe602c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec.
3590 2024.12.05 07:29:39.866873 [ 253 ] {4075c182-9ad9-4ab2-900d-27202ebe602c} <Debug> TCPHandler: Processed in 0.001761867 sec.
3591 2024.12.05 07:29:39.867038 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3592 2024.12.05 07:29:39.867176 [ 256 ] {1e5b221d-02c1-4391-8192-2c8b43fd0ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3593 2024.12.05 07:29:39.867233 [ 256 ] {1e5b221d-02c1-4391-8192-2c8b43fd0ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3594 2024.12.05 07:29:39.867987 [ 256 ] {1e5b221d-02c1-4391-8192-2c8b43fd0ae1} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3595 2024.12.05 07:29:39.868027 [ 256 ] {1e5b221d-02c1-4391-8192-2c8b43fd0ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3596 2024.12.05 07:29:39.868410 [ 256 ] {1e5b221d-02c1-4391-8192-2c8b43fd0ae1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3597 2024.12.05 07:29:39.868646 [ 256 ] {1e5b221d-02c1-4391-8192-2c8b43fd0ae1} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3598 2024.12.05 07:29:39.868847 [ 256 ] {1e5b221d-02c1-4391-8192-2c8b43fd0ae1} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001701 sec., 248677.24867724866 rows/sec., 17.78 MiB/sec.
3599 2024.12.05 07:29:39.868898 [ 256 ] {1e5b221d-02c1-4391-8192-2c8b43fd0ae1} <Debug> TCPHandler: Processed in 0.001928149 sec.
3600 2024.12.05 07:29:39.869049 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3601 2024.12.05 07:29:39.869185 [ 253 ] {5b9f3d78-d5fc-493b-b0e3-ebd16d62f272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3602 2024.12.05 07:29:39.869245 [ 253 ] {5b9f3d78-d5fc-493b-b0e3-ebd16d62f272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3603 2024.12.05 07:29:39.869779 [ 253 ] {5b9f3d78-d5fc-493b-b0e3-ebd16d62f272} <Trace> oximeter.measurements_bool (6bfa583a-5975-4397-89f1-f78723897964): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3604 2024.12.05 07:29:39.869819 [ 253 ] {5b9f3d78-d5fc-493b-b0e3-ebd16d62f272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3605 2024.12.05 07:29:39.870182 [ 253 ] {5b9f3d78-d5fc-493b-b0e3-ebd16d62f272} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
3606 2024.12.05 07:29:39.870438 [ 253 ] {5b9f3d78-d5fc-493b-b0e3-ebd16d62f272} <Trace> oximeter.measurements_bool (6bfa583a-5975-4397-89f1-f78723897964): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3607 2024.12.05 07:29:39.870712 [ 253 ] {5b9f3d78-d5fc-493b-b0e3-ebd16d62f272} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec.
3608 2024.12.05 07:29:39.870777 [ 253 ] {5b9f3d78-d5fc-493b-b0e3-ebd16d62f272} <Debug> TCPHandler: Processed in 0.001793916 sec.
3609 2024.12.05 07:29:39.870938 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3610 2024.12.05 07:29:39.871076 [ 256 ] {cf7f5d27-36e9-46cd-bfbf-817d485d28c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3611 2024.12.05 07:29:39.871137 [ 256 ] {cf7f5d27-36e9-46cd-bfbf-817d485d28c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3612 2024.12.05 07:29:39.871775 [ 256 ] {cf7f5d27-36e9-46cd-bfbf-817d485d28c7} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3613 2024.12.05 07:29:39.871813 [ 256 ] {cf7f5d27-36e9-46cd-bfbf-817d485d28c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3614 2024.12.05 07:29:39.872242 [ 256 ] {cf7f5d27-36e9-46cd-bfbf-817d485d28c7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3615 2024.12.05 07:29:39.872478 [ 256 ] {cf7f5d27-36e9-46cd-bfbf-817d485d28c7} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3616 2024.12.05 07:29:39.872744 [ 256 ] {cf7f5d27-36e9-46cd-bfbf-817d485d28c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001688 sec., 140402.84360189573 rows/sec., 9.41 MiB/sec.
3617 2024.12.05 07:29:39.872970 [ 256 ] {cf7f5d27-36e9-46cd-bfbf-817d485d28c7} <Debug> TCPHandler: Processed in 0.002092531 sec.
3618 2024.12.05 07:29:39.873139 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3619 2024.12.05 07:29:39.873276 [ 253 ] {0bb84f98-52c9-4a45-94c8-ea430e3cdd7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3620 2024.12.05 07:29:39.873337 [ 253 ] {0bb84f98-52c9-4a45-94c8-ea430e3cdd7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3621 2024.12.05 07:29:39.873844 [ 253 ] {0bb84f98-52c9-4a45-94c8-ea430e3cdd7b} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3622 2024.12.05 07:29:39.873883 [ 253 ] {0bb84f98-52c9-4a45-94c8-ea430e3cdd7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3623 2024.12.05 07:29:39.874238 [ 253 ] {0bb84f98-52c9-4a45-94c8-ea430e3cdd7b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3624 2024.12.05 07:29:39.874471 [ 253 ] {0bb84f98-52c9-4a45-94c8-ea430e3cdd7b} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3625 2024.12.05 07:29:39.874746 [ 253 ] {0bb84f98-52c9-4a45-94c8-ea430e3cdd7b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec.
3626 2024.12.05 07:29:39.874824 [ 253 ] {0bb84f98-52c9-4a45-94c8-ea430e3cdd7b} <Debug> TCPHandler: Processed in 0.001750326 sec.
3627 2024.12.05 07:29:39.874976 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3628 2024.12.05 07:29:39.875115 [ 256 ] {58654981-181f-49a4-8a27-bc9521bc0fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3629 2024.12.05 07:29:39.875208 [ 256 ] {58654981-181f-49a4-8a27-bc9521bc0fb8} <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
3630 2024.12.05 07:29:39.876531 [ 256 ] {58654981-181f-49a4-8a27-bc9521bc0fb8} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3631 2024.12.05 07:29:39.876570 [ 256 ] {58654981-181f-49a4-8a27-bc9521bc0fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3632 2024.12.05 07:29:39.877235 [ 256 ] {58654981-181f-49a4-8a27-bc9521bc0fb8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3633 2024.12.05 07:29:39.877491 [ 256 ] {58654981-181f-49a4-8a27-bc9521bc0fb8} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3634 2024.12.05 07:29:39.877843 [ 256 ] {58654981-181f-49a4-8a27-bc9521bc0fb8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002734 sec., 14996.342355523044 rows/sec., 26.87 MiB/sec.
3635 2024.12.05 07:29:39.878018 [ 256 ] {58654981-181f-49a4-8a27-bc9521bc0fb8} <Debug> TCPHandler: Processed in 0.003105595 sec.
3636 2024.12.05 07:29:39.878171 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3637 2024.12.05 07:29:39.878307 [ 253 ] {03aaf1a3-016f-4dd2-94ea-cd31efcf73e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3638 2024.12.05 07:29:39.878364 [ 253 ] {03aaf1a3-016f-4dd2-94ea-cd31efcf73e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3639 2024.12.05 07:29:39.878887 [ 253 ] {03aaf1a3-016f-4dd2-94ea-cd31efcf73e7} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3640 2024.12.05 07:29:39.878925 [ 253 ] {03aaf1a3-016f-4dd2-94ea-cd31efcf73e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3641 2024.12.05 07:29:39.879296 [ 253 ] {03aaf1a3-016f-4dd2-94ea-cd31efcf73e7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3642 2024.12.05 07:29:39.879533 [ 253 ] {03aaf1a3-016f-4dd2-94ea-cd31efcf73e7} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3643 2024.12.05 07:29:39.879732 [ 253 ] {03aaf1a3-016f-4dd2-94ea-cd31efcf73e7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001456 sec., 56318.681318681316 rows/sec., 3.58 MiB/sec.
3644 2024.12.05 07:29:39.879780 [ 253 ] {03aaf1a3-016f-4dd2-94ea-cd31efcf73e7} <Debug> TCPHandler: Processed in 0.001676755 sec.
3645 2024.12.05 07:29:44.878188 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3646 2024.12.05 07:29:44.878409 [ 253 ] {162f6d7f-8f12-47e1-a865-f106238f8881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3647 2024.12.05 07:29:44.878489 [ 253 ] {162f6d7f-8f12-47e1-a865-f106238f8881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3648 2024.12.05 07:29:44.879254 [ 253 ] {162f6d7f-8f12-47e1-a865-f106238f8881} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3649 2024.12.05 07:29:44.879305 [ 253 ] {162f6d7f-8f12-47e1-a865-f106238f8881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3650 2024.12.05 07:29:44.879723 [ 253 ] {162f6d7f-8f12-47e1-a865-f106238f8881} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3651 2024.12.05 07:29:44.879981 [ 253 ] {162f6d7f-8f12-47e1-a865-f106238f8881} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3652 2024.12.05 07:29:44.880250 [ 253 ] {162f6d7f-8f12-47e1-a865-f106238f8881} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001899 sec., 1053.18588730911 rows/sec., 85.88 KiB/sec.
3653 2024.12.05 07:29:44.880306 [ 253 ] {162f6d7f-8f12-47e1-a865-f106238f8881} <Debug> TCPHandler: Processed in 0.002256904 sec.
3654 2024.12.05 07:29:44.880574 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3655 2024.12.05 07:29:44.880786 [ 256 ] {039c4b9e-6863-450d-98a7-a39446080da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3656 2024.12.05 07:29:44.880860 [ 256 ] {039c4b9e-6863-450d-98a7-a39446080da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3657 2024.12.05 07:29:44.882238 [ 256 ] {039c4b9e-6863-450d-98a7-a39446080da4} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3658 2024.12.05 07:29:44.882284 [ 256 ] {039c4b9e-6863-450d-98a7-a39446080da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3659 2024.12.05 07:29:44.882796 [ 256 ] {039c4b9e-6863-450d-98a7-a39446080da4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3660 2024.12.05 07:29:44.883050 [ 256 ] {039c4b9e-6863-450d-98a7-a39446080da4} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3661 2024.12.05 07:29:44.883288 [ 256 ] {039c4b9e-6863-450d-98a7-a39446080da4} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.00256 sec., 467578.12499999994 rows/sec., 38.54 MiB/sec.
3662 2024.12.05 07:29:44.883344 [ 256 ] {039c4b9e-6863-450d-98a7-a39446080da4} <Debug> TCPHandler: Processed in 0.002908553 sec.
3663 2024.12.05 07:29:44.883502 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3664 2024.12.05 07:29:44.883639 [ 253 ] {7c60ef33-7f0f-434a-b864-7210cb6c9453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3665 2024.12.05 07:29:44.883696 [ 253 ] {7c60ef33-7f0f-434a-b864-7210cb6c9453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3666 2024.12.05 07:29:44.884285 [ 253 ] {7c60ef33-7f0f-434a-b864-7210cb6c9453} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3667 2024.12.05 07:29:44.884324 [ 253 ] {7c60ef33-7f0f-434a-b864-7210cb6c9453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3668 2024.12.05 07:29:44.884671 [ 253 ] {7c60ef33-7f0f-434a-b864-7210cb6c9453} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3669 2024.12.05 07:29:44.884906 [ 253 ] {7c60ef33-7f0f-434a-b864-7210cb6c9453} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3670 2024.12.05 07:29:44.885078 [ 100 ] {} <Debug> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3671 2024.12.05 07:29:44.885139 [ 253 ] {7c60ef33-7f0f-434a-b864-7210cb6c9453} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00153 sec., 1307.1895424836603 rows/sec., 91.27 KiB/sec.
3672 2024.12.05 07:29:44.885158 [ 100 ] {} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3673 2024.12.05 07:29:44.885230 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3674 2024.12.05 07:29:44.885273 [ 253 ] {7c60ef33-7f0f-434a-b864-7210cb6c9453} <Debug> TCPHandler: Processed in 0.001833327 sec.
3675 2024.12.05 07:29:44.885498 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3676 2024.12.05 07:29:44.885505 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::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
3677 2024.12.05 07:29:44.885700 [ 256 ] {af5ca054-d843-49a8-971e-7696964a098a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3678 2024.12.05 07:29:44.885782 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3679 2024.12.05 07:29:44.885796 [ 256 ] {af5ca054-d843-49a8-971e-7696964a098a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3680 2024.12.05 07:29:44.885854 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 51 rows starting from the beginning of the part
3681 2024.12.05 07:29:44.886207 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part
3682 2024.12.05 07:29:44.886547 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part
3683 2024.12.05 07:29:44.887009 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part
3684 2024.12.05 07:29:44.887414 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::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
3685 2024.12.05 07:29:44.887706 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part
3686 2024.12.05 07:29:44.888649 [ 256 ] {af5ca054-d843-49a8-971e-7696964a098a} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3687 2024.12.05 07:29:44.888728 [ 256 ] {af5ca054-d843-49a8-971e-7696964a098a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3688 2024.12.05 07:29:44.889745 [ 256 ] {af5ca054-d843-49a8-971e-7696964a098a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
3689 2024.12.05 07:29:44.890695 [ 256 ] {af5ca054-d843-49a8-971e-7696964a098a} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3690 2024.12.05 07:29:44.890924 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 243 rows, containing 5 columns (5 merged, 0 gathered) in 0.005577762 sec., 43565.86028589962 rows/sec., 3.32 MiB/sec.
3691 2024.12.05 07:29:44.891203 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3692 2024.12.05 07:29:44.891301 [ 256 ] {af5ca054-d843-49a8-971e-7696964a098a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005661 sec., 40275.56968733439 rows/sec., 2.73 MiB/sec.
3693 2024.12.05 07:29:44.891443 [ 256 ] {af5ca054-d843-49a8-971e-7696964a098a} <Debug> TCPHandler: Processed in 0.006055839 sec.
3694 2024.12.05 07:29:44.891728 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_16_3} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3695 2024.12.05 07:29:44.891729 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3696 2024.12.05 07:29:44.891838 [ 188 ] {7de77149-511e-4f17-8e48-6eca8824b255::all_1_16_3} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3697 2024.12.05 07:29:44.891974 [ 253 ] {b86abb0e-4377-4617-875c-77e7eae9ae15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3698 2024.12.05 07:29:44.891984 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
3699 2024.12.05 07:29:44.892054 [ 253 ] {b86abb0e-4377-4617-875c-77e7eae9ae15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3700 2024.12.05 07:29:44.892982 [ 253 ] {b86abb0e-4377-4617-875c-77e7eae9ae15} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3701 2024.12.05 07:29:44.893021 [ 253 ] {b86abb0e-4377-4617-875c-77e7eae9ae15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3702 2024.12.05 07:29:44.893409 [ 253 ] {b86abb0e-4377-4617-875c-77e7eae9ae15} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3703 2024.12.05 07:29:44.893647 [ 253 ] {b86abb0e-4377-4617-875c-77e7eae9ae15} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3704 2024.12.05 07:29:44.893865 [ 253 ] {b86abb0e-4377-4617-875c-77e7eae9ae15} <Debug> executeQuery: Read 522 rows, 39.57 KiB in 0.001973 sec., 264571.7181956412 rows/sec., 19.58 MiB/sec.
3705 2024.12.05 07:29:44.893918 [ 253 ] {b86abb0e-4377-4617-875c-77e7eae9ae15} <Debug> TCPHandler: Processed in 0.002346505 sec.
3706 2024.12.05 07:29:44.894069 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3707 2024.12.05 07:29:44.894187 [ 256 ] {bca97bec-434f-4eed-ba6f-6dc4d9204420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3708 2024.12.05 07:29:44.894241 [ 256 ] {bca97bec-434f-4eed-ba6f-6dc4d9204420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3709 2024.12.05 07:29:44.895049 [ 256 ] {bca97bec-434f-4eed-ba6f-6dc4d9204420} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3710 2024.12.05 07:29:44.895089 [ 256 ] {bca97bec-434f-4eed-ba6f-6dc4d9204420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3711 2024.12.05 07:29:44.895542 [ 256 ] {bca97bec-434f-4eed-ba6f-6dc4d9204420} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3712 2024.12.05 07:29:44.895792 [ 256 ] {bca97bec-434f-4eed-ba6f-6dc4d9204420} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3713 2024.12.05 07:29:44.896026 [ 256 ] {bca97bec-434f-4eed-ba6f-6dc4d9204420} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001863 sec., 472893.18303811055 rows/sec., 31.82 MiB/sec.
3714 2024.12.05 07:29:44.896081 [ 256 ] {bca97bec-434f-4eed-ba6f-6dc4d9204420} <Debug> TCPHandler: Processed in 0.002067481 sec.
3715 2024.12.05 07:29:44.896236 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3716 2024.12.05 07:29:44.896373 [ 253 ] {c54a6ce8-957d-4310-8de3-596912303f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3717 2024.12.05 07:29:44.896434 [ 253 ] {c54a6ce8-957d-4310-8de3-596912303f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3718 2024.12.05 07:29:44.896982 [ 253 ] {c54a6ce8-957d-4310-8de3-596912303f6f} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3719 2024.12.05 07:29:44.897021 [ 253 ] {c54a6ce8-957d-4310-8de3-596912303f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3720 2024.12.05 07:29:44.897393 [ 253 ] {c54a6ce8-957d-4310-8de3-596912303f6f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3721 2024.12.05 07:29:44.897627 [ 253 ] {c54a6ce8-957d-4310-8de3-596912303f6f} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3722 2024.12.05 07:29:44.897847 [ 253 ] {c54a6ce8-957d-4310-8de3-596912303f6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec.
3723 2024.12.05 07:29:44.897897 [ 253 ] {c54a6ce8-957d-4310-8de3-596912303f6f} <Debug> TCPHandler: Processed in 0.001727305 sec.
3724 2024.12.05 07:29:46.370712 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
3725 2024.12.05 07:29:46.371505 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3726 2024.12.05 07:29:46.371555 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3727 2024.12.05 07:29:46.372117 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3728 2024.12.05 07:29:46.372375 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3729 2024.12.05 07:29:46.372622 [ 98 ] {} <Debug> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3730 2024.12.05 07:29:46.372644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
3731 2024.12.05 07:29:46.372746 [ 98 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3732 2024.12.05 07:29:46.372793 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3733 2024.12.05 07:29:46.372963 [ 188 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::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
3734 2024.12.05 07:29:46.373085 [ 188 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3735 2024.12.05 07:29:46.373118 [ 188 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part
3736 2024.12.05 07:29:46.373186 [ 188 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
3737 2024.12.05 07:29:46.373318 [ 188 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
3738 2024.12.05 07:29:46.373649 [ 188 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
3739 2024.12.05 07:29:46.373863 [ 188 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
3740 2024.12.05 07:29:46.374002 [ 188 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
3741 2024.12.05 07:29:46.376286 [ 186 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.00340411 sec., 2849202.8753477414 rows/sec., 40.76 MiB/sec.
3742 2024.12.05 07:29:46.376636 [ 191 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3743 2024.12.05 07:29:46.377034 [ 191 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3744 2024.12.05 07:29:46.377134 [ 191 ] {c6e95aa0-20b8-4e20-bc09-e35843c9dfad::all_1_21_4} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3745 2024.12.05 07:29:46.377252 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB.
3746 2024.12.05 07:29:47.010005 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
3747 2024.12.05 07:29:47.032234 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3748 2024.12.05 07:29:47.032301 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3749 2024.12.05 07:29:47.039866 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3750 2024.12.05 07:29:47.040640 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3751 2024.12.05 07:29:47.041056 [ 97 ] {} <Debug> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3752 2024.12.05 07:29:47.041185 [ 97 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3753 2024.12.05 07:29:47.041261 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3754 2024.12.05 07:29:47.041530 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::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
3755 2024.12.05 07:29:47.049324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
3756 2024.12.05 07:29:47.050599 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3757 2024.12.05 07:29:47.051475 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part
3758 2024.12.05 07:29:47.056176 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part
3759 2024.12.05 07:29:47.060808 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part
3760 2024.12.05 07:29:47.065870 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part
3761 2024.12.05 07:29:47.071205 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part
3762 2024.12.05 07:29:47.075761 [ 191 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part
3763 2024.12.05 07:29:47.133388 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.091987549 sec., 1728.4947987906494 rows/sec., 8.94 MiB/sec.
3764 2024.12.05 07:29:47.135860 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3765 2024.12.05 07:29:47.138795 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3766 2024.12.05 07:29:47.138920 [ 186 ] {d66bb038-9cbb-403b-bd8d-f9705040c709::all_1_21_4} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3767 2024.12.05 07:29:47.141633 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB.
3768 2024.12.05 07:29:48.000274 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.96 MiB, peak 192.50 MiB, free memory in arenas 0.00 B, will set to 184.27 MiB (RSS), difference: 2.31 MiB
3769 2024.12.05 07:29:48.898115 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 522
3770 2024.12.05 07:29:48.901252 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3771 2024.12.05 07:29:48.901303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3772 2024.12.05 07:29:48.902787 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3773 2024.12.05 07:29:48.903093 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3774 2024.12.05 07:29:48.904089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 522
3775 2024.12.05 07:29:49.856395 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3776 2024.12.05 07:29:49.856588 [ 253 ] {51465cb1-9ec0-4cc9-9ce5-e816c19e93b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3777 2024.12.05 07:29:49.856659 [ 253 ] {51465cb1-9ec0-4cc9-9ce5-e816c19e93b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3778 2024.12.05 07:29:49.857406 [ 253 ] {51465cb1-9ec0-4cc9-9ce5-e816c19e93b5} <Trace> oximeter.fields_i16 (ba501939-8b23-455d-b4d2-9ac369f75b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3779 2024.12.05 07:29:49.857455 [ 253 ] {51465cb1-9ec0-4cc9-9ce5-e816c19e93b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3780 2024.12.05 07:29:49.857890 [ 253 ] {51465cb1-9ec0-4cc9-9ce5-e816c19e93b5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3781 2024.12.05 07:29:49.858144 [ 253 ] {51465cb1-9ec0-4cc9-9ce5-e816c19e93b5} <Trace> oximeter.fields_i16 (ba501939-8b23-455d-b4d2-9ac369f75b57): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3782 2024.12.05 07:29:49.858368 [ 253 ] {51465cb1-9ec0-4cc9-9ce5-e816c19e93b5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001832 sec., 7641.921397379912 rows/sec., 550.12 KiB/sec.
3783 2024.12.05 07:29:49.858424 [ 253 ] {51465cb1-9ec0-4cc9-9ce5-e816c19e93b5} <Debug> TCPHandler: Processed in 0.002165442 sec.
3784 2024.12.05 07:29:49.858691 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3785 2024.12.05 07:29:49.858904 [ 256 ] {191de1a0-c67c-4a01-bfe2-238e3e471b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3786 2024.12.05 07:29:49.858982 [ 256 ] {191de1a0-c67c-4a01-bfe2-238e3e471b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3787 2024.12.05 07:29:49.859858 [ 256 ] {191de1a0-c67c-4a01-bfe2-238e3e471b08} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3788 2024.12.05 07:29:49.859906 [ 256 ] {191de1a0-c67c-4a01-bfe2-238e3e471b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3789 2024.12.05 07:29:49.860367 [ 256 ] {191de1a0-c67c-4a01-bfe2-238e3e471b08} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3790 2024.12.05 07:29:49.860628 [ 256 ] {191de1a0-c67c-4a01-bfe2-238e3e471b08} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3791 2024.12.05 07:29:49.860871 [ 256 ] {191de1a0-c67c-4a01-bfe2-238e3e471b08} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002027 sec., 140601.87469166255 rows/sec., 12.42 MiB/sec.
3792 2024.12.05 07:29:49.860999 [ 256 ] {191de1a0-c67c-4a01-bfe2-238e3e471b08} <Debug> TCPHandler: Processed in 0.002445656 sec.
3793 2024.12.05 07:29:49.861157 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3794 2024.12.05 07:29:49.861274 [ 253 ] {2f31825a-7006-480a-a16e-79299da045be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3795 2024.12.05 07:29:49.861325 [ 253 ] {2f31825a-7006-480a-a16e-79299da045be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3796 2024.12.05 07:29:49.861941 [ 253 ] {2f31825a-7006-480a-a16e-79299da045be} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3797 2024.12.05 07:29:49.861980 [ 253 ] {2f31825a-7006-480a-a16e-79299da045be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3798 2024.12.05 07:29:49.862345 [ 253 ] {2f31825a-7006-480a-a16e-79299da045be} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3799 2024.12.05 07:29:49.862586 [ 253 ] {2f31825a-7006-480a-a16e-79299da045be} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3800 2024.12.05 07:29:49.862838 [ 253 ] {2f31825a-7006-480a-a16e-79299da045be} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001582 sec., 30341.34007585335 rows/sec., 2.18 MiB/sec.
3801 2024.12.05 07:29:49.863072 [ 253 ] {2f31825a-7006-480a-a16e-79299da045be} <Debug> TCPHandler: Processed in 0.001964889 sec.
3802 2024.12.05 07:29:49.863253 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3803 2024.12.05 07:29:49.863392 [ 256 ] {0b3d7a18-f46a-4cba-9f36-24839f1947fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3804 2024.12.05 07:29:49.863450 [ 256 ] {0b3d7a18-f46a-4cba-9f36-24839f1947fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3805 2024.12.05 07:29:49.864111 [ 256 ] {0b3d7a18-f46a-4cba-9f36-24839f1947fb} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3806 2024.12.05 07:29:49.864151 [ 256 ] {0b3d7a18-f46a-4cba-9f36-24839f1947fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3807 2024.12.05 07:29:49.864512 [ 256 ] {0b3d7a18-f46a-4cba-9f36-24839f1947fb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3808 2024.12.05 07:29:49.864764 [ 256 ] {0b3d7a18-f46a-4cba-9f36-24839f1947fb} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3809 2024.12.05 07:29:49.864922 [ 95 ] {} <Debug> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
3810 2024.12.05 07:29:49.864999 [ 256 ] {0b3d7a18-f46a-4cba-9f36-24839f1947fb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001632 sec., 8578.43137254902 rows/sec., 600.78 KiB/sec.
3811 2024.12.05 07:29:49.865008 [ 95 ] {} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3812 2024.12.05 07:29:49.865082 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3813 2024.12.05 07:29:49.865125 [ 256 ] {0b3d7a18-f46a-4cba-9f36-24839f1947fb} <Debug> TCPHandler: Processed in 0.001935348 sec.
3814 2024.12.05 07:29:49.865274 [ 201 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
3815 2024.12.05 07:29:49.865329 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3816 2024.12.05 07:29:49.865447 [ 201 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3817 2024.12.05 07:29:49.865524 [ 201 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 229 rows starting from the beginning of the part
3818 2024.12.05 07:29:49.865539 [ 253 ] {1d68dd13-d5c0-4c69-af2f-30e61270343a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3819 2024.12.05 07:29:49.865692 [ 253 ] {1d68dd13-d5c0-4c69-af2f-30e61270343a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3820 2024.12.05 07:29:49.865792 [ 201 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part
3821 2024.12.05 07:29:49.866231 [ 201 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
3822 2024.12.05 07:29:49.866576 [ 201 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part
3823 2024.12.05 07:29:49.866944 [ 201 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part
3824 2024.12.05 07:29:49.867274 [ 201 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
3825 2024.12.05 07:29:49.868567 [ 253 ] {1d68dd13-d5c0-4c69-af2f-30e61270343a} <Trace> oximeter.fields_u8 (c2d01d20-2b6e-482d-846e-866f75fb8c92): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3826 2024.12.05 07:29:49.868631 [ 253 ] {1d68dd13-d5c0-4c69-af2f-30e61270343a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3827 2024.12.05 07:29:49.869757 [ 253 ] {1d68dd13-d5c0-4c69-af2f-30e61270343a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3828 2024.12.05 07:29:49.870230 [ 200 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 727 rows, containing 5 columns (5 merged, 0 gathered) in 0.005029764 sec., 144539.58475984161 rows/sec., 10.34 MiB/sec.
3829 2024.12.05 07:29:49.870268 [ 253 ] {1d68dd13-d5c0-4c69-af2f-30e61270343a} <Trace> oximeter.fields_u8 (c2d01d20-2b6e-482d-846e-866f75fb8c92): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3830 2024.12.05 07:29:49.870585 [ 200 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
3831 2024.12.05 07:29:49.870673 [ 253 ] {1d68dd13-d5c0-4c69-af2f-30e61270343a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005178 sec., 2510.6218617226727 rows/sec., 156.54 KiB/sec.
3832 2024.12.05 07:29:49.870794 [ 253 ] {1d68dd13-d5c0-4c69-af2f-30e61270343a} <Debug> TCPHandler: Processed in 0.005557242 sec.
3833 2024.12.05 07:29:49.870981 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3834 2024.12.05 07:29:49.871159 [ 200 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3835 2024.12.05 07:29:49.871194 [ 256 ] {8bed9485-d142-41e4-8057-fdea375c5677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3836 2024.12.05 07:29:49.871291 [ 256 ] {8bed9485-d142-41e4-8057-fdea375c5677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3837 2024.12.05 07:29:49.871325 [ 200 ] {f8dbc705-9cf6-4152-8017-8a9c1b27d94a::all_1_10_2} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
3838 2024.12.05 07:29:49.871526 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
3839 2024.12.05 07:29:49.872244 [ 256 ] {8bed9485-d142-41e4-8057-fdea375c5677} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3840 2024.12.05 07:29:49.872288 [ 256 ] {8bed9485-d142-41e4-8057-fdea375c5677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3841 2024.12.05 07:29:49.872673 [ 256 ] {8bed9485-d142-41e4-8057-fdea375c5677} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3842 2024.12.05 07:29:49.872939 [ 256 ] {8bed9485-d142-41e4-8057-fdea375c5677} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3843 2024.12.05 07:29:49.873176 [ 256 ] {8bed9485-d142-41e4-8057-fdea375c5677} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002039 sec., 207454.6346248161 rows/sec., 14.83 MiB/sec.
3844 2024.12.05 07:29:49.873237 [ 256 ] {8bed9485-d142-41e4-8057-fdea375c5677} <Debug> TCPHandler: Processed in 0.002334625 sec.
3845 2024.12.05 07:29:49.873392 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3846 2024.12.05 07:29:49.873529 [ 253 ] {2e17572d-fe1a-432a-809b-9054981eec41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
3847 2024.12.05 07:29:49.873589 [ 253 ] {2e17572d-fe1a-432a-809b-9054981eec41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
3848 2024.12.05 07:29:49.874128 [ 253 ] {2e17572d-fe1a-432a-809b-9054981eec41} <Trace> oximeter.measurements_bool (6bfa583a-5975-4397-89f1-f78723897964): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3849 2024.12.05 07:29:49.874167 [ 253 ] {2e17572d-fe1a-432a-809b-9054981eec41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3850 2024.12.05 07:29:49.874535 [ 253 ] {2e17572d-fe1a-432a-809b-9054981eec41} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3851 2024.12.05 07:29:49.874768 [ 253 ] {2e17572d-fe1a-432a-809b-9054981eec41} <Trace> oximeter.measurements_bool (6bfa583a-5975-4397-89f1-f78723897964): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3852 2024.12.05 07:29:49.874950 [ 253 ] {2e17572d-fe1a-432a-809b-9054981eec41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec.
3853 2024.12.05 07:29:49.875105 [ 253 ] {2e17572d-fe1a-432a-809b-9054981eec41} <Debug> TCPHandler: Processed in 0.001771816 sec.
3854 2024.12.05 07:29:49.875264 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3855 2024.12.05 07:29:49.875403 [ 256 ] {e0d0f869-6924-443a-929d-d19a3891d389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3856 2024.12.05 07:29:49.875464 [ 256 ] {e0d0f869-6924-443a-929d-d19a3891d389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3857 2024.12.05 07:29:49.876406 [ 256 ] {e0d0f869-6924-443a-929d-d19a3891d389} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3858 2024.12.05 07:29:49.876446 [ 256 ] {e0d0f869-6924-443a-929d-d19a3891d389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3859 2024.12.05 07:29:49.876844 [ 256 ] {e0d0f869-6924-443a-929d-d19a3891d389} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3860 2024.12.05 07:29:49.877090 [ 256 ] {e0d0f869-6924-443a-929d-d19a3891d389} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3861 2024.12.05 07:29:49.877298 [ 256 ] {e0d0f869-6924-443a-929d-d19a3891d389} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001927 sec., 122989.10223144785 rows/sec., 8.24 MiB/sec.
3862 2024.12.05 07:29:49.877351 [ 256 ] {e0d0f869-6924-443a-929d-d19a3891d389} <Debug> TCPHandler: Processed in 0.002153182 sec.
3863 2024.12.05 07:29:49.877508 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3864 2024.12.05 07:29:49.877645 [ 253 ] {34c022f8-579e-4f9b-b2e3-63e96578cc22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
3865 2024.12.05 07:29:49.877705 [ 253 ] {34c022f8-579e-4f9b-b2e3-63e96578cc22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
3866 2024.12.05 07:29:49.878201 [ 253 ] {34c022f8-579e-4f9b-b2e3-63e96578cc22} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3867 2024.12.05 07:29:49.878237 [ 253 ] {34c022f8-579e-4f9b-b2e3-63e96578cc22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3868 2024.12.05 07:29:49.878592 [ 253 ] {34c022f8-579e-4f9b-b2e3-63e96578cc22} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3869 2024.12.05 07:29:49.878824 [ 253 ] {34c022f8-579e-4f9b-b2e3-63e96578cc22} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3870 2024.12.05 07:29:49.879093 [ 253 ] {34c022f8-579e-4f9b-b2e3-63e96578cc22} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec.
3871 2024.12.05 07:29:49.879190 [ 253 ] {34c022f8-579e-4f9b-b2e3-63e96578cc22} <Debug> TCPHandler: Processed in 0.001745986 sec.
3872 2024.12.05 07:29:49.879343 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3873 2024.12.05 07:29:49.879480 [ 256 ] {44469316-d6c1-4bd4-9cbe-b73e05646329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3874 2024.12.05 07:29:49.879572 [ 256 ] {44469316-d6c1-4bd4-9cbe-b73e05646329} <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
3875 2024.12.05 07:29:49.880761 [ 256 ] {44469316-d6c1-4bd4-9cbe-b73e05646329} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3876 2024.12.05 07:29:49.880862 [ 256 ] {44469316-d6c1-4bd4-9cbe-b73e05646329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3877 2024.12.05 07:29:49.881522 [ 256 ] {44469316-d6c1-4bd4-9cbe-b73e05646329} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3878 2024.12.05 07:29:49.881791 [ 256 ] {44469316-d6c1-4bd4-9cbe-b73e05646329} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3879 2024.12.05 07:29:49.882031 [ 256 ] {44469316-d6c1-4bd4-9cbe-b73e05646329} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00258 sec., 15891.472868217055 rows/sec., 28.48 MiB/sec.
3880 2024.12.05 07:29:49.882124 [ 256 ] {44469316-d6c1-4bd4-9cbe-b73e05646329} <Debug> TCPHandler: Processed in 0.002844942 sec.
3881 2024.12.05 07:29:49.882282 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3882 2024.12.05 07:29:49.882418 [ 253 ] {274b7fed-da9f-4b77-ae9d-f5949155c747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3883 2024.12.05 07:29:49.882476 [ 253 ] {274b7fed-da9f-4b77-ae9d-f5949155c747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3884 2024.12.05 07:29:49.883025 [ 253 ] {274b7fed-da9f-4b77-ae9d-f5949155c747} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3885 2024.12.05 07:29:49.883061 [ 253 ] {274b7fed-da9f-4b77-ae9d-f5949155c747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3886 2024.12.05 07:29:49.883431 [ 253 ] {274b7fed-da9f-4b77-ae9d-f5949155c747} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3887 2024.12.05 07:29:49.883661 [ 253 ] {274b7fed-da9f-4b77-ae9d-f5949155c747} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3888 2024.12.05 07:29:49.883839 [ 253 ] {274b7fed-da9f-4b77-ae9d-f5949155c747} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec.
3889 2024.12.05 07:29:49.883890 [ 253 ] {274b7fed-da9f-4b77-ae9d-f5949155c747} <Debug> TCPHandler: Processed in 0.001673314 sec.
3890 2024.12.05 07:29:53.760315 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache
3891 2024.12.05 07:29:53.760389 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache
3892 2024.12.05 07:29:53.872949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
3893 2024.12.05 07:29:53.874423 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3894 2024.12.05 07:29:53.874474 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3895 2024.12.05 07:29:53.875006 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3896 2024.12.05 07:29:53.875267 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3897 2024.12.05 07:29:53.875488 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
3898 2024.12.05 07:29:54.549479 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
3899 2024.12.05 07:29:54.568097 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3900 2024.12.05 07:29:54.568154 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3901 2024.12.05 07:29:54.575137 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3902 2024.12.05 07:29:54.575883 [ 243 ] {} <Trace> system.metric_log (d66bb038-9cbb-403b-bd8d-f9705040c709): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3903 2024.12.05 07:29:54.578510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
3904 2024.12.05 07:29:54.851148 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3905 2024.12.05 07:29:54.851342 [ 253 ] {b3ce2e08-b720-4b15-8184-feb159c7d46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3906 2024.12.05 07:29:54.851413 [ 253 ] {b3ce2e08-b720-4b15-8184-feb159c7d46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3907 2024.12.05 07:29:54.852204 [ 253 ] {b3ce2e08-b720-4b15-8184-feb159c7d46c} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3908 2024.12.05 07:29:54.852252 [ 253 ] {b3ce2e08-b720-4b15-8184-feb159c7d46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3909 2024.12.05 07:29:54.852695 [ 253 ] {b3ce2e08-b720-4b15-8184-feb159c7d46c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3910 2024.12.05 07:29:54.852963 [ 253 ] {b3ce2e08-b720-4b15-8184-feb159c7d46c} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3911 2024.12.05 07:29:54.853191 [ 253 ] {b3ce2e08-b720-4b15-8184-feb159c7d46c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.26 MiB/sec.
3912 2024.12.05 07:29:54.853247 [ 253 ] {b3ce2e08-b720-4b15-8184-feb159c7d46c} <Debug> TCPHandler: Processed in 0.002238063 sec.
3913 2024.12.05 07:29:54.853497 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3914 2024.12.05 07:29:54.853688 [ 256 ] {0f45130f-4b3a-42ac-a463-365af26f076a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3915 2024.12.05 07:29:54.853769 [ 256 ] {0f45130f-4b3a-42ac-a463-365af26f076a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3916 2024.12.05 07:29:54.854552 [ 256 ] {0f45130f-4b3a-42ac-a463-365af26f076a} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3917 2024.12.05 07:29:54.854603 [ 256 ] {0f45130f-4b3a-42ac-a463-365af26f076a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3918 2024.12.05 07:29:54.855046 [ 256 ] {0f45130f-4b3a-42ac-a463-365af26f076a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3919 2024.12.05 07:29:54.855312 [ 256 ] {0f45130f-4b3a-42ac-a463-365af26f076a} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3920 2024.12.05 07:29:54.855562 [ 256 ] {0f45130f-4b3a-42ac-a463-365af26f076a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001927 sec., 33212.24701608718 rows/sec., 2.59 MiB/sec.
3921 2024.12.05 07:29:54.855625 [ 256 ] {0f45130f-4b3a-42ac-a463-365af26f076a} <Debug> TCPHandler: Processed in 0.002261814 sec.
3922 2024.12.05 07:29:54.855798 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3923 2024.12.05 07:29:54.855939 [ 253 ] {a9128f97-98ae-43f2-a68f-6369f0a771f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3924 2024.12.05 07:29:54.856003 [ 253 ] {a9128f97-98ae-43f2-a68f-6369f0a771f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3925 2024.12.05 07:29:54.856599 [ 253 ] {a9128f97-98ae-43f2-a68f-6369f0a771f1} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3926 2024.12.05 07:29:54.856639 [ 253 ] {a9128f97-98ae-43f2-a68f-6369f0a771f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3927 2024.12.05 07:29:54.857042 [ 253 ] {a9128f97-98ae-43f2-a68f-6369f0a771f1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3928 2024.12.05 07:29:54.857286 [ 253 ] {a9128f97-98ae-43f2-a68f-6369f0a771f1} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3929 2024.12.05 07:29:54.857522 [ 253 ] {a9128f97-98ae-43f2-a68f-6369f0a771f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec.
3930 2024.12.05 07:29:54.857629 [ 253 ] {a9128f97-98ae-43f2-a68f-6369f0a771f1} <Debug> TCPHandler: Processed in 0.001898438 sec.
3931 2024.12.05 07:29:54.857810 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3932 2024.12.05 07:29:54.857957 [ 256 ] {7ee8c7b0-5f4b-4d61-a068-df88f9ca10a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3933 2024.12.05 07:29:54.858020 [ 256 ] {7ee8c7b0-5f4b-4d61-a068-df88f9ca10a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3934 2024.12.05 07:29:54.858533 [ 256 ] {7ee8c7b0-5f4b-4d61-a068-df88f9ca10a1} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3935 2024.12.05 07:29:54.858576 [ 256 ] {7ee8c7b0-5f4b-4d61-a068-df88f9ca10a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3936 2024.12.05 07:29:54.858964 [ 256 ] {7ee8c7b0-5f4b-4d61-a068-df88f9ca10a1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3937 2024.12.05 07:29:54.859206 [ 256 ] {7ee8c7b0-5f4b-4d61-a068-df88f9ca10a1} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3938 2024.12.05 07:29:54.859424 [ 256 ] {7ee8c7b0-5f4b-4d61-a068-df88f9ca10a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec.
3939 2024.12.05 07:29:54.859474 [ 256 ] {7ee8c7b0-5f4b-4d61-a068-df88f9ca10a1} <Debug> TCPHandler: Processed in 0.001750906 sec.
3940 2024.12.05 07:29:56.981308 [ 85 ] {} <Debug> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3941 2024.12.05 07:29:56.981387 [ 85 ] {} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3942 2024.12.05 07:29:56.981409 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3943 2024.12.05 07:29:56.981596 [ 201 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::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
3944 2024.12.05 07:29:56.981778 [ 201 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3945 2024.12.05 07:29:56.981821 [ 201 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part
3946 2024.12.05 07:29:56.981918 [ 201 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
3947 2024.12.05 07:29:56.982182 [ 201 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
3948 2024.12.05 07:29:56.982452 [ 201 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part
3949 2024.12.05 07:29:56.982630 [ 201 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
3950 2024.12.05 07:29:56.983724 [ 197 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.002256363 sec., 10636.586400326543 rows/sec., 908.89 KiB/sec.
3951 2024.12.05 07:29:56.983914 [ 190 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3952 2024.12.05 07:29:56.984303 [ 190 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::all_1_5_1} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3953 2024.12.05 07:29:56.984389 [ 190 ] {b39f2231-7ec2-4514-ae59-3ccd5259c289::all_1_5_1} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3954 2024.12.05 07:29:56.984490 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3955 2024.12.05 07:29:58.904487 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 552
3956 2024.12.05 07:29:58.907530 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3957 2024.12.05 07:29:58.907580 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3958 2024.12.05 07:29:58.909044 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3959 2024.12.05 07:29:58.909354 [ 242 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3960 2024.12.05 07:29:58.909620 [ 83 ] {} <Debug> system.query_log (65fb899d-4767-4254-9105-c1f75260708d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3961 2024.12.05 07:29:58.909786 [ 83 ] {} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3962 2024.12.05 07:29:58.909934 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3963 2024.12.05 07:29:58.910580 [ 201 ] {65fb899d-4767-4254-9105-c1f75260708d::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
3964 2024.12.05 07:29:58.911352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 552
3965 2024.12.05 07:29:58.911858 [ 201 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3966 2024.12.05 07:29:58.912028 [ 201 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 386 rows starting from the beginning of the part
3967 2024.12.05 07:29:58.912677 [ 201 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part
3968 2024.12.05 07:29:58.913326 [ 201 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part
3969 2024.12.05 07:29:58.913920 [ 201 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 58 rows starting from the beginning of the part
3970 2024.12.05 07:29:58.914525 [ 201 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
3971 2024.12.05 07:29:58.915089 [ 201 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part
3972 2024.12.05 07:29:58.922731 [ 197 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 72 columns (72 merged, 0 gathered) in 0.012603357 sec., 43797.85480963524 rows/sec., 39.57 MiB/sec.
3973 2024.12.05 07:29:58.923710 [ 197 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3974 2024.12.05 07:29:58.924400 [ 197 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3975 2024.12.05 07:29:58.924492 [ 197 ] {65fb899d-4767-4254-9105-c1f75260708d::all_1_16_3} <Trace> system.query_log (65fb899d-4767-4254-9105-c1f75260708d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3976 2024.12.05 07:29:58.924688 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB.
3977 2024.12.05 07:29:59.856642 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3978 2024.12.05 07:29:59.856823 [ 253 ] {181f9bee-d3f5-4e00-86b3-1f79673281e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3979 2024.12.05 07:29:59.856892 [ 253 ] {181f9bee-d3f5-4e00-86b3-1f79673281e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3980 2024.12.05 07:29:59.857617 [ 253 ] {181f9bee-d3f5-4e00-86b3-1f79673281e3} <Trace> oximeter.fields_i16 (ba501939-8b23-455d-b4d2-9ac369f75b57): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3981 2024.12.05 07:29:59.857656 [ 253 ] {181f9bee-d3f5-4e00-86b3-1f79673281e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3982 2024.12.05 07:29:59.858065 [ 253 ] {181f9bee-d3f5-4e00-86b3-1f79673281e3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3983 2024.12.05 07:29:59.858313 [ 253 ] {181f9bee-d3f5-4e00-86b3-1f79673281e3} <Trace> oximeter.fields_i16 (ba501939-8b23-455d-b4d2-9ac369f75b57): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3984 2024.12.05 07:29:59.858503 [ 253 ] {181f9bee-d3f5-4e00-86b3-1f79673281e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001731 sec., 8087.810514153669 rows/sec., 582.21 KiB/sec.
3985 2024.12.05 07:29:59.858557 [ 253 ] {181f9bee-d3f5-4e00-86b3-1f79673281e3} <Debug> TCPHandler: Processed in 0.00204055 sec.
3986 2024.12.05 07:29:59.858807 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3987 2024.12.05 07:29:59.858998 [ 256 ] {0b26b25c-fe6c-4582-b4e5-b868fd5cfbbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3988 2024.12.05 07:29:59.859071 [ 256 ] {0b26b25c-fe6c-4582-b4e5-b868fd5cfbbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3989 2024.12.05 07:29:59.859794 [ 256 ] {0b26b25c-fe6c-4582-b4e5-b868fd5cfbbf} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3990 2024.12.05 07:29:59.859844 [ 256 ] {0b26b25c-fe6c-4582-b4e5-b868fd5cfbbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
3991 2024.12.05 07:29:59.860259 [ 256 ] {0b26b25c-fe6c-4582-b4e5-b868fd5cfbbf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3992 2024.12.05 07:29:59.860521 [ 256 ] {0b26b25c-fe6c-4582-b4e5-b868fd5cfbbf} <Trace> oximeter.fields_ipaddr (b39f2231-7ec2-4514-ae59-3ccd5259c289): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3993 2024.12.05 07:29:59.860808 [ 256 ] {0b26b25c-fe6c-4582-b4e5-b868fd5cfbbf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001846 sec., 1083.4236186348862 rows/sec., 88.35 KiB/sec.
3994 2024.12.05 07:29:59.860957 [ 256 ] {0b26b25c-fe6c-4582-b4e5-b868fd5cfbbf} <Debug> TCPHandler: Processed in 0.002284394 sec.
3995 2024.12.05 07:29:59.861127 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3996 2024.12.05 07:29:59.861264 [ 253 ] {081657b8-5ce0-481b-9c56-2f7a90162748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3997 2024.12.05 07:29:59.861321 [ 253 ] {081657b8-5ce0-481b-9c56-2f7a90162748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3998 2024.12.05 07:29:59.862129 [ 253 ] {081657b8-5ce0-481b-9c56-2f7a90162748} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3999 2024.12.05 07:29:59.862176 [ 253 ] {081657b8-5ce0-481b-9c56-2f7a90162748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4000 2024.12.05 07:29:59.862573 [ 253 ] {081657b8-5ce0-481b-9c56-2f7a90162748} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4001 2024.12.05 07:29:59.862816 [ 253 ] {081657b8-5ce0-481b-9c56-2f7a90162748} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4002 2024.12.05 07:29:59.862943 [ 82 ] {} <Debug> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4003 2024.12.05 07:29:59.863001 [ 253 ] {081657b8-5ce0-481b-9c56-2f7a90162748} <Debug> executeQuery: Read 286 rows, 25.86 KiB in 0.001766 sec., 161947.90486976216 rows/sec., 14.30 MiB/sec.
4004 2024.12.05 07:29:59.863010 [ 82 ] {} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4005 2024.12.05 07:29:59.863059 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4006 2024.12.05 07:29:59.863072 [ 253 ] {081657b8-5ce0-481b-9c56-2f7a90162748} <Debug> TCPHandler: Processed in 0.00201151 sec.
4007 2024.12.05 07:29:59.863281 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::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
4008 2024.12.05 07:29:59.863284 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4009 2024.12.05 07:29:59.863420 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4010 2024.12.05 07:29:59.863440 [ 256 ] {5b23d9ff-2a1a-4896-8508-7d19442efb8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4011 2024.12.05 07:29:59.863457 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1435 rows starting from the beginning of the part
4012 2024.12.05 07:29:59.863499 [ 256 ] {5b23d9ff-2a1a-4896-8508-7d19442efb8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4013 2024.12.05 07:29:59.863671 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 285 rows starting from the beginning of the part
4014 2024.12.05 07:29:59.864070 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1197 rows starting from the beginning of the part
4015 2024.12.05 07:29:59.864371 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 285 rows starting from the beginning of the part
4016 2024.12.05 07:29:59.864678 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::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
4017 2024.12.05 07:29:59.864931 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 286 rows starting from the beginning of the part
4018 2024.12.05 07:29:59.865571 [ 256 ] {5b23d9ff-2a1a-4896-8508-7d19442efb8c} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4019 2024.12.05 07:29:59.865619 [ 256 ] {5b23d9ff-2a1a-4896-8508-7d19442efb8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4020 2024.12.05 07:29:59.866232 [ 256 ] {5b23d9ff-2a1a-4896-8508-7d19442efb8c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4021 2024.12.05 07:29:59.866542 [ 256 ] {5b23d9ff-2a1a-4896-8508-7d19442efb8c} <Trace> oximeter.fields_u16 (7de77149-511e-4f17-8e48-6eca8824b255): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4022 2024.12.05 07:29:59.866842 [ 256 ] {5b23d9ff-2a1a-4896-8508-7d19442efb8c} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.003434 sec., 14560.279557367501 rows/sec., 1.05 MiB/sec.
4023 2024.12.05 07:29:59.867230 [ 256 ] {5b23d9ff-2a1a-4896-8508-7d19442efb8c} <Debug> TCPHandler: Processed in 0.00404416 sec.
4024 2024.12.05 07:29:59.867525 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4025 2024.12.05 07:29:59.867782 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3544 rows, containing 5 columns (5 merged, 0 gathered) in 0.004634998 sec., 764617.3741606792 rows/sec., 67.39 MiB/sec.
4026 2024.12.05 07:29:59.867801 [ 253 ] {7c18d2a6-853e-498a-aa99-3ddbc1c16d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4027 2024.12.05 07:29:59.867876 [ 253 ] {7c18d2a6-853e-498a-aa99-3ddbc1c16d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4028 2024.12.05 07:29:59.868058 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4029 2024.12.05 07:29:59.868620 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_31_6} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4030 2024.12.05 07:29:59.868826 [ 193 ] {c2733bc8-e57c-44a8-80da-873e802a9831::all_1_31_6} <Trace> oximeter.fields_string (c2733bc8-e57c-44a8-80da-873e802a9831) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4031 2024.12.05 07:29:59.868977 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB.
4032 2024.12.05 07:29:59.869096 [ 253 ] {7c18d2a6-853e-498a-aa99-3ddbc1c16d54} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4033 2024.12.05 07:29:59.869140 [ 253 ] {7c18d2a6-853e-498a-aa99-3ddbc1c16d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4034 2024.12.05 07:29:59.869496 [ 253 ] {7c18d2a6-853e-498a-aa99-3ddbc1c16d54} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
4035 2024.12.05 07:29:59.869729 [ 253 ] {7c18d2a6-853e-498a-aa99-3ddbc1c16d54} <Trace> oximeter.fields_u32 (f8dbc705-9cf6-4152-8017-8a9c1b27d94a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4036 2024.12.05 07:29:59.869921 [ 253 ] {7c18d2a6-853e-498a-aa99-3ddbc1c16d54} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002174 sec., 6439.742410303587 rows/sec., 451.00 KiB/sec.
4037 2024.12.05 07:29:59.869981 [ 253 ] {7c18d2a6-853e-498a-aa99-3ddbc1c16d54} <Debug> TCPHandler: Processed in 0.002635619 sec.
4038 2024.12.05 07:29:59.870142 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4039 2024.12.05 07:29:59.870280 [ 256 ] {6bd363bf-88c1-4b0d-98f2-22e50b3cf4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4040 2024.12.05 07:29:59.870337 [ 256 ] {6bd363bf-88c1-4b0d-98f2-22e50b3cf4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4041 2024.12.05 07:29:59.871025 [ 256 ] {6bd363bf-88c1-4b0d-98f2-22e50b3cf4b4} <Trace> oximeter.fields_u8 (c2d01d20-2b6e-482d-846e-866f75fb8c92): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4042 2024.12.05 07:29:59.871070 [ 256 ] {6bd363bf-88c1-4b0d-98f2-22e50b3cf4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4043 2024.12.05 07:29:59.871436 [ 256 ] {6bd363bf-88c1-4b0d-98f2-22e50b3cf4b4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4044 2024.12.05 07:29:59.871651 [ 256 ] {6bd363bf-88c1-4b0d-98f2-22e50b3cf4b4} <Trace> oximeter.fields_u8 (c2d01d20-2b6e-482d-846e-866f75fb8c92): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4045 2024.12.05 07:29:59.871840 [ 256 ] {6bd363bf-88c1-4b0d-98f2-22e50b3cf4b4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001649 sec., 7883.565797453001 rows/sec., 491.54 KiB/sec.
4046 2024.12.05 07:29:59.871891 [ 256 ] {6bd363bf-88c1-4b0d-98f2-22e50b3cf4b4} <Debug> TCPHandler: Processed in 0.001878357 sec.
4047 2024.12.05 07:29:59.872101 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4048 2024.12.05 07:29:59.872217 [ 253 ] {e8ae14df-39c8-47b4-b768-2b43c8a06663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4049 2024.12.05 07:29:59.872265 [ 253 ] {e8ae14df-39c8-47b4-b768-2b43c8a06663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4050 2024.12.05 07:29:59.872997 [ 253 ] {e8ae14df-39c8-47b4-b768-2b43c8a06663} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4051 2024.12.05 07:29:59.873035 [ 253 ] {e8ae14df-39c8-47b4-b768-2b43c8a06663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4052 2024.12.05 07:29:59.873407 [ 253 ] {e8ae14df-39c8-47b4-b768-2b43c8a06663} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4053 2024.12.05 07:29:59.873641 [ 253 ] {e8ae14df-39c8-47b4-b768-2b43c8a06663} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4054 2024.12.05 07:29:59.873762 [ 82 ] {} <Debug> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4055 2024.12.05 07:29:59.873804 [ 82 ] {} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4056 2024.12.05 07:29:59.873825 [ 253 ] {e8ae14df-39c8-47b4-b768-2b43c8a06663} <Debug> executeQuery: Read 425 rows, 31.13 KiB in 0.001632 sec., 260416.66666666666 rows/sec., 18.63 MiB/sec.
4057 2024.12.05 07:29:59.873829 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4058 2024.12.05 07:29:59.873925 [ 253 ] {e8ae14df-39c8-47b4-b768-2b43c8a06663} <Debug> TCPHandler: Processed in 0.001878677 sec.
4059 2024.12.05 07:29:59.874133 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::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
4060 2024.12.05 07:29:59.874145 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4061 2024.12.05 07:29:59.874425 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4062 2024.12.05 07:29:59.874432 [ 256 ] {22b95004-e400-4efd-b2d4-060e16c12d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete)
4063 2024.12.05 07:29:59.874487 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part
4064 2024.12.05 07:29:59.874553 [ 256 ] {22b95004-e400-4efd-b2d4-060e16c12d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool
4065 2024.12.05 07:29:59.874838 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 423 rows starting from the beginning of the part
4066 2024.12.05 07:29:59.875198 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 522 rows starting from the beginning of the part
4067 2024.12.05 07:29:59.875631 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 423 rows starting from the beginning of the part
4068 2024.12.05 07:29:59.875967 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::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
4069 2024.12.05 07:29:59.876261 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 425 rows starting from the beginning of the part
4070 2024.12.05 07:29:59.877103 [ 256 ] {22b95004-e400-4efd-b2d4-060e16c12d71} <Trace> oximeter.measurements_bool (6bfa583a-5975-4397-89f1-f78723897964): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4071 2024.12.05 07:29:59.877168 [ 256 ] {22b95004-e400-4efd-b2d4-060e16c12d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4072 2024.12.05 07:29:59.878029 [ 256 ] {22b95004-e400-4efd-b2d4-060e16c12d71} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
4073 2024.12.05 07:29:59.878607 [ 256 ] {22b95004-e400-4efd-b2d4-060e16c12d71} <Trace> oximeter.measurements_bool (6bfa583a-5975-4397-89f1-f78723897964): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4074 2024.12.05 07:29:59.878940 [ 256 ] {22b95004-e400-4efd-b2d4-060e16c12d71} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00461 sec., 1301.518438177874 rows/sec., 68.00 KiB/sec.
4075 2024.12.05 07:29:59.879004 [ 256 ] {22b95004-e400-4efd-b2d4-060e16c12d71} <Debug> TCPHandler: Processed in 0.004983023 sec.
4076 2024.12.05 07:29:59.879157 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4077 2024.12.05 07:29:59.879425 [ 253 ] {fa2ced4c-f015-4d72-8f64-ad50df2e15a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4078 2024.12.05 07:29:59.879573 [ 253 ] {fa2ced4c-f015-4d72-8f64-ad50df2e15a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4079 2024.12.05 07:29:59.879600 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2770 rows, containing 5 columns (5 merged, 0 gathered) in 0.005655113 sec., 489822.2192907551 rows/sec., 37.40 MiB/sec.
4080 2024.12.05 07:29:59.879878 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4081 2024.12.05 07:29:59.880384 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_31_6} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4082 2024.12.05 07:29:59.880620 [ 192 ] {058feb6b-9757-4569-8540-e9d74d4ea38d::all_1_31_6} <Trace> oximeter.fields_uuid (058feb6b-9757-4569-8540-e9d74d4ea38d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4083 2024.12.05 07:29:59.880756 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
4084 2024.12.05 07:29:59.880757 [ 253 ] {fa2ced4c-f015-4d72-8f64-ad50df2e15a7} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4085 2024.12.05 07:29:59.880822 [ 253 ] {fa2ced4c-f015-4d72-8f64-ad50df2e15a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4086 2024.12.05 07:29:59.881234 [ 253 ] {fa2ced4c-f015-4d72-8f64-ad50df2e15a7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4087 2024.12.05 07:29:59.881481 [ 253 ] {fa2ced4c-f015-4d72-8f64-ad50df2e15a7} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4088 2024.12.05 07:29:59.881648 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4089 2024.12.05 07:29:59.881706 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4090 2024.12.05 07:29:59.881719 [ 253 ] {fa2ced4c-f015-4d72-8f64-ad50df2e15a7} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002417 sec., 98469.17666528755 rows/sec., 6.60 MiB/sec.
4091 2024.12.05 07:29:59.881748 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4092 2024.12.05 07:29:59.881889 [ 253 ] {fa2ced4c-f015-4d72-8f64-ad50df2e15a7} <Debug> TCPHandler: Processed in 0.002784401 sec.
4093 2024.12.05 07:29:59.881944 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::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
4094 2024.12.05 07:29:59.882069 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4095 2024.12.05 07:29:59.882106 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4096 2024.12.05 07:29:59.882151 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7187 rows starting from the beginning of the part
4097 2024.12.05 07:29:59.882393 [ 256 ] {8742898e-bb15-4940-83a0-f8c61edee8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
4098 2024.12.05 07:29:59.882420 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part
4099 2024.12.05 07:29:59.882576 [ 256 ] {8742898e-bb15-4940-83a0-f8c61edee8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
4100 2024.12.05 07:29:59.882695 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 881 rows starting from the beginning of the part
4101 2024.12.05 07:29:59.883060 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part
4102 2024.12.05 07:29:59.883409 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::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
4103 2024.12.05 07:29:59.883741 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 238 rows starting from the beginning of the part
4104 2024.12.05 07:29:59.884740 [ 256 ] {8742898e-bb15-4940-83a0-f8c61edee8a4} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4105 2024.12.05 07:29:59.884806 [ 256 ] {8742898e-bb15-4940-83a0-f8c61edee8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4106 2024.12.05 07:29:59.885238 [ 256 ] {8742898e-bb15-4940-83a0-f8c61edee8a4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4107 2024.12.05 07:29:59.885752 [ 256 ] {8742898e-bb15-4940-83a0-f8c61edee8a4} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4108 2024.12.05 07:29:59.886028 [ 81 ] {} <Debug> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
4109 2024.12.05 07:29:59.886120 [ 81 ] {} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4110 2024.12.05 07:29:59.886192 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4111 2024.12.05 07:29:59.886420 [ 256 ] {8742898e-bb15-4940-83a0-f8c61edee8a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004154 sec., 240.7318247472316 rows/sec., 16.22 KiB/sec.
4112 2024.12.05 07:29:59.886732 [ 256 ] {8742898e-bb15-4940-83a0-f8c61edee8a4} <Debug> TCPHandler: Processed in 0.004751001 sec.
4113 2024.12.05 07:29:59.886820 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::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
4114 2024.12.05 07:29:59.886949 [ 253 ] {} <Trace> TCP-Session: 1a2dcd06-9f45-4b75-82b2-0f8f3cabdd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4115 2024.12.05 07:29:59.887108 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4116 2024.12.05 07:29:59.887192 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::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
4117 2024.12.05 07:29:59.887192 [ 253 ] {51bdba51-6fc0-4f90-ae66-459b3c1c0b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49975) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4118 2024.12.05 07:29:59.887595 [ 253 ] {51bdba51-6fc0-4f90-ae66-459b3c1c0b50} <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
4119 2024.12.05 07:29:59.887640 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::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
4120 2024.12.05 07:29:59.888053 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::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
4121 2024.12.05 07:29:59.888472 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part
4122 2024.12.05 07:29:59.888945 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::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
4123 2024.12.05 07:29:59.889371 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::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
4124 2024.12.05 07:29:59.890832 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8940 rows, containing 5 columns (5 merged, 0 gathered) in 0.008945352 sec., 999401.7004585174 rows/sec., 67.92 MiB/sec.
4125 2024.12.05 07:29:59.891220 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4126 2024.12.05 07:29:59.892409 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4127 2024.12.05 07:29:59.892802 [ 194 ] {8baa6803-8f72-41c0-8e19-df3cb7afe07b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (8baa6803-8f72-41c0-8e19-df3cb7afe07b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4128 2024.12.05 07:29:59.893077 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB.
4129 2024.12.05 07:29:59.894404 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.008052059 sec., 745.1510228625995 rows/sec., 49.24 KiB/sec.
4130 2024.12.05 07:29:59.894622 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
4131 2024.12.05 07:29:59.895293 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::all_1_6_1} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4132 2024.12.05 07:29:59.895592 [ 253 ] {51bdba51-6fc0-4f90-ae66-459b3c1c0b50} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4133 2024.12.05 07:29:59.895624 [ 192 ] {a753fdb7-e95c-4d17-af09-20ad0b39e587::all_1_6_1} <Trace> oximeter.measurements_f64 (a753fdb7-e95c-4d17-af09-20ad0b39e587) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
4134 2024.12.05 07:29:59.895648 [ 253 ] {51bdba51-6fc0-4f90-ae66-459b3c1c0b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4135 2024.12.05 07:29:59.895791 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB.
4136 2024.12.05 07:29:59.896462 [ 253 ] {51bdba51-6fc0-4f90-ae66-459b3c1c0b50} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4137 2024.12.05 07:29:59.896726 [ 253 ] {51bdba51-6fc0-4f90-ae66-459b3c1c0b50} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4138 2024.12.05 07:29:59.896901 [ 81 ] {} <Debug> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4139 2024.12.05 07:29:59.896968 [ 81 ] {} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4140 2024.12.05 07:29:59.896997 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4141 2024.12.05 07:29:59.897041 [ 253 ] {51bdba51-6fc0-4f90-ae66-459b3c1c0b50} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.009897 sec., 4142.66949580681 rows/sec., 7.42 MiB/sec.
4142 2024.12.05 07:29:59.897418 [ 192 ] {a7c9ab22-1198-4511-b309-88eb8c552902::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
4143 2024.12.05 07:29:59.897978 [ 253 ] {51bdba51-6fc0-4f90-ae66-459b3c1c0b50} <Debug> TCPHandler: Processed in 0.011116134 sec.
4144 2024.12.05 07:29:59.898244 [ 256 ] {} <Trace> TCP-Session: 8e0867b9-95c6-412c-a50e-a42cbaeefb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4145 2024.12.05 07:29:59.898345 [ 192 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4146 2024.12.05 07:29:59.898525 [ 256 ] {f4e8452a-cd8c-4a1d-8e23-9aaab495f015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51271) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4147 2024.12.05 07:29:59.898530 [ 192 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 353 rows starting from the beginning of the part
4148 2024.12.05 07:29:59.898626 [ 256 ] {f4e8452a-cd8c-4a1d-8e23-9aaab495f015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4149 2024.12.05 07:29:59.899453 [ 192 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part
4150 2024.12.05 07:29:59.900157 [ 192 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part
4151 2024.12.05 07:29:59.900928 [ 192 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part
4152 2024.12.05 07:29:59.900974 [ 256 ] {f4e8452a-cd8c-4a1d-8e23-9aaab495f015} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4153 2024.12.05 07:29:59.901047 [ 256 ] {f4e8452a-cd8c-4a1d-8e23-9aaab495f015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4154 2024.12.05 07:29:59.901526 [ 192 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part
4155 2024.12.05 07:29:59.902142 [ 192 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part
4156 2024.12.05 07:29:59.902785 [ 256 ] {f4e8452a-cd8c-4a1d-8e23-9aaab495f015} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4157 2024.12.05 07:29:59.903289 [ 256 ] {f4e8452a-cd8c-4a1d-8e23-9aaab495f015} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4158 2024.12.05 07:29:59.903569 [ 81 ] {} <Debug> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4159 2024.12.05 07:29:59.903648 [ 81 ] {} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4160 2024.12.05 07:29:59.903728 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4161 2024.12.05 07:29:59.903953 [ 256 ] {f4e8452a-cd8c-4a1d-8e23-9aaab495f015} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005495 sec., 14922.65696087352 rows/sec., 970.52 KiB/sec.
4162 2024.12.05 07:29:59.904286 [ 256 ] {f4e8452a-cd8c-4a1d-8e23-9aaab495f015} <Debug> TCPHandler: Processed in 0.006194131 sec.
4163 2024.12.05 07:29:59.905034 [ 199 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
4164 2024.12.05 07:29:59.905229 [ 199 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4165 2024.12.05 07:29:59.905272 [ 199 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1294 rows starting from the beginning of the part
4166 2024.12.05 07:29:59.905533 [ 199 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part
4167 2024.12.05 07:29:59.905828 [ 199 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part
4168 2024.12.05 07:29:59.906206 [ 199 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part
4169 2024.12.05 07:29:59.906481 [ 199 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
4170 2024.12.05 07:29:59.906854 [ 199 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::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
4171 2024.12.05 07:29:59.910450 [ 199 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1660 rows, containing 4 columns (4 merged, 0 gathered) in 0.005835276 sec., 284476.6897058511 rows/sec., 19.05 MiB/sec.
4172 2024.12.05 07:29:59.910769 [ 199 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4173 2024.12.05 07:29:59.911603 [ 195 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_31_6} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4174 2024.12.05 07:29:59.911724 [ 195 ] {9478f49f-2448-43fc-809f-48bbd20f24b1::all_1_31_6} <Trace> oximeter.measurements_u64 (9478f49f-2448-43fc-809f-48bbd20f24b1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4175 2024.12.05 07:29:59.911824 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4176 2024.12.05 07:29:59.912639 [ 199 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 19 columns (19 merged, 0 gathered) in 0.0155548 sec., 35873.17098259058 rows/sec., 64.28 MiB/sec.
4177 2024.12.05 07:29:59.913665 [ 195 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4178 2024.12.05 07:29:59.914093 [ 195 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4179 2024.12.05 07:29:59.914178 [ 195 ] {a7c9ab22-1198-4511-b309-88eb8c552902::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (a7c9ab22-1198-4511-b309-88eb8c552902) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4180 2024.12.05 07:29:59.914326 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB.
4181 2024.12.05 07:30:01.375704 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4182 2024.12.05 07:30:01.376518 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4183 2024.12.05 07:30:01.376566 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB.
4184 2024.12.05 07:30:01.377149 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4185 2024.12.05 07:30:01.377417 [ 244 ] {} <Trace> system.asynchronous_metric_log (c6e95aa0-20b8-4e20-bc09-e35843c9dfad): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4186 2024.12.05 07:30:01.377650 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614